@charset "utf-8";
/* CSS Document */

body {
	background:url('../images/paper-texture-bg-tile.jpg');
}

a:link,a:active,a:hover, a:visited
{
	color:#a53500;
}

.rule{
	width:100%;
	height:22px;
	margin-bottom:22px;
	border-bottom:1px #ccc solid;
}

#wrapper {
	width:100%;
	font: 13px/1.4em Arial,Arial,Helvetica,sans-serif;
}

header, nav, section, footer {
	width:960px;
	margin:10px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 4px 4px #333;
	-webkit-box-shadow:0px 4px 4px #333;
	box-shadow:0px 4px 4px #333;
	background:#fff;
}

nav {
	background:#9c2f00;
	height:32px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9c2f00), color-stop(1, #220b01) );
	background:-moz-linear-gradient( center top, #9c2f00 5%, #220b01 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c2f00', endColorstr='#220b01');
}

header {
	height:150px;
	background:url('../images/header-bg.png') left top no-repeat;
}

header h1 {
	padding:10px;
	font-family:Mate SC;
	font-size:48px;
}

header h2 {
	padding:0 0 0 40px;
	font-family:Mate SC;
	font-size:16px;
	font-weight:800;
	color:#fdf9ef;
}

header h3 {
	padding:0 0 0 40px;
	font-family:Mate SC;
	font-size:28px;
	color:#fdf9ef;
}

header h1 a:link, header h1 a:visited {
	display:block;
	padding:20px 0 0 20px;
	text-decoration:none;
	color:#fdf9ef;
	-moz-text-shadow:2px 2px 2px #333;
	-webkit-text-shadow:2px 2px 2px #333;
	text-shadow:2px 2px 2px #333;
}

header h1 a:hover, header h1 a:focus, header h1 a:active {
	padding:21px 0 0 21px;
	margin:0 0 -1px;
	-moz-text-shadow:1px 1px 1px #333;
	-webkit-text-shadow:1px 1px 1px #333;
	text-shadow:1px 1px 1px #333;
}

nav {
}

nav ul {
	overflow:auto;
}

nav ul li {
	float:left;
}

nav ul li a:link, nav ul li a:visited {
	display:block;
	padding:10px 20px;
	font-family:Mate SC;
	font-size:18px;
	text-decoration:none;
	color:#333;
}

nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	background:#eee;
}

section {
	overflow:auto;
}

#content {
	float:left;
	width:560px;
	padding: 30px 20px 20px 20px;
}

#content h1 {
	padding:10px 10px 5px 10px;
	font-family:Mate SC;
	font-size:26px;
}

#content h2 {
	padding:0 10px 10px 10px;
	font-weight:800;
	font-size:16px;

}

#content h3 {
	padding:10px 10px 10px 0;
	margin:20px 0 0;
	font-family:Mate SC;
	font-size:18px;
}

#content h3 span {
	font-family:Open Sans;
	font-size:12px;
}

#content img {
	float:left;
	margin:0 20px 20px 20px;
	border:5px #fff solid;
}

#content p {
	padding:10px;
	margin:0 0 5px;
	line-height:18px;
}

#content p.excerpt {
	font-style:italic;
}

.intro{
	width:545px;
	height:260px;
	padding:20px;
	margin-bottom:22px;
	border-bottom:1px #ccc solid;
	font-size:18px;
	line-height:1.2em;
	background:url('../images/family.jpg');
		border:5px #b85428 solid;
			-moz-box-shadow:2px 2px 2px #333;
	-webkit-box-shadow:2px 2px 2px #333;
	box-shadow:2px 2px 2px #333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #fdf9ef solid;
		color:#b85428;



}

.embed {
width:48%;
float:left;
padding:0 0 0 10px;
margin:0 0 20px 0;
}

#content form {
	margin:25px 0 50px;
}

#content form fieldset {
	padding:10px;
}

#content form fieldset legend {
	width:100%;
	padding:10px 0;
	font-family:Mate SC;
	font-size:18px;
	border-bottom:1px #ccc solid;
}

#content form fieldset label {
	float:left;
	width:200px;
	margin:0 0 10px;
	padding:5px;
	text-align:right;
}

#content form fieldset input[type="text"], #content form fieldset input[type="email"] {
	float:left;
	width:200px;
	margin:0 0 10px;
	padding:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px #ccc solid;
}

#content form fieldset textarea {
	float:left;
	width:200px;
	margin:0 0 10px;
	padding:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px #ccc solid;
}

#content form fieldset input[type="submit"] {
	float:left;
	width:220px;
	margin:0 0 10px;
	padding:8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #9c2f00 solid;
	font-family:Mate SC;
	font-size:18px;
	background:#9c2f00;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9c2f00), color-stop(1, #220b01) );
	background:-moz-linear-gradient( center top, #9c2f00 5%, #220b01 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c2f00', endColorstr='#220b01');
	color:#fff;
}

aside {
	float:right;
	width:240px;
	margin:10px;
	padding:30px;
	-moz-box-shadow:2px 2px 2px #333;
	-webkit-box-shadow:2px 2px 2px #333;
	box-shadow:2px 2px 2px #333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fdf9ef;
	border:1px #f0e8d5 solid;
}

aside h1 {
	padding:20px 20px 10px 20px;
	font-weight:800;
}

aside h2 {
	font-weight:800;	
	padding:6px 0 12px 0;
}

.callout {
	font-weight:800;	
	font-size:16px;
	color:#b85428;
}


aside p {
	font-size:12px;
	line-height:16px;
}

aside img {
	border: solid 6px #fff;
	line-height:16px;
}

footer {
	margin:10px auto 50px;
}

footer p {
	padding:10px;
	font-size:12px;
	text-align:center;
}