@charset "UTF-8";

/* HTML Defaults */

body {
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #6e1710;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 227%;
	line-height: 1.2em;
	margin-top: 0;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 93%;
	line-height: 1.3em;
}
h6 {
	font-size: 87%;
	line-height: 1.3em;
}
img {
	vertical-align: middle;
	border: none;
}
hr {
	color: #000;
	background: #000;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
}

/* Containers */

.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Content */

#wrapper, #testimonial, #footer {
	padding: 1em 0;
}
#content {
	border-top: solid 1px #000;
}
.photo {
	font-size: 80%;
	line-height: 1.3em;
	float: right;
	clear: right;
	margin: 0 0 2em 2em;
}
#content .photo p {
	margin: .5em 0 0 0;
}
#testimonial {
	font-weight: bold;
}
#side #testimonial {
	border-bottom: solid 1px #000;
}
#front #testimonial {
	border-top: solid 1px #000;
}
#testimonial p {
	margin: 0;
}
#testimonial cite {
	font-size: 88%;
	font-weight: normal;
	font-style: normal;
}
#splash {
	padding-top: 1em;
}

/* Footer */

#footer {
	font-size: 60%;
	line-height: 1.3em;
	clear: both;
	border-top: solid 1px #000;
}

/* Hide */

#social, #contact hr, #nav, #sidenav, #gallery {
	display: none !important;
}