/*
Theme Name: Moore
Theme URI: http://www.margaretmooremsw.com/
Author: Eric Price
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,video,audio{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] >input[type="button"]::-moz-focus-inner{padding:0;border:none}


/* !GLOBAL */

body {
	color: #666;
	background: #dee8da url(images/bg_stars.png);
	font-family: Neuton, serif;
	font-size: 15px;
	line-height: 24px;
	text-shadow: 0 1px 0 #fff;
}

#wrapper {
	width: 750px;
	padding: 36px 65px;
	margin: 28px auto;
	background: #f8f8f4 url(images/bg_plain.jpg);
	border: 1px solid #c4d4bd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header {
	margin-bottom: 20px;
	padding: 0 100px 36px 0;
	color: #8098c5;
	background: url(images/hashed_line_1.png) no-repeat bottom left;
}

#nav {
	clear: both;
	float: left;
	width: 200px;
}

#content {
	float: left;
	width: 550px;
	padding-top: 4px;
}

#footer {
	clear: both;
	margin-top: 24px;
	padding-top: 36px;
	color: #8098c5;
	background: url(images/hashed_line_1.png) no-repeat top left;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	color: #8098c5;
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 1px;
}

/* !HEADER */

#header .intro {
	width: 180px;
	padding: 0 0 8px 200px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}

#header h1 {
	padding: 6px 0 0 198px;
	background: url(images/logo.png) no-repeat 114px 0;
	font-size: 29px;
	line-height: 36px;
}

#header h1 .name {
	color: #555;
	text-decoration: none;
}

/* !NAV */

#nav li a {
	display: block;
	padding: 5px 8px 8px;
	margin-right: 24px;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
}

#nav li a:hover {
	text-shadow: none;
	background: #dfe5ea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#nav li.current_page_item a {
	color: #f8f8f4;
	background: #8098c5;
	text-shadow: none;
	cursor: default;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* !CONTENT */

#content *:first-child {
	margin-top: 0 !important;
}

#content h2 {
	margin: 16px 0 4px 24px;
	color: #8098c5;
	font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

.page-id-8 #content h2 {
	margin-left: 0;
}

#content h2 a {
	text-decoration: none;
}

#content p {
	margin-bottom: 4px;
	text-indent: 24px;
}

#content .body p:first-child,
.page-id-8 #content .body p {
	text-indent: 0;
}

#content ul {
	margin-bottom: 6px;
	list-style-type: circle;
}

#content ul li {
	margin-left: 24px;
}

#content img {
	margin: 16px;
	padding: 8px;
	border: 1px solid #d5dbdf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alignright {
	float: right;
	margin-right: 0 !important;
}

/* !FOOTER */

#footer p {
	padding: 0 0 8px 200px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}