/*  
Theme Name: Signal 37
Version: 1
Description: Designed by <a href="http://www.upstartblogger.com">Upstart Blogger</a>.
Author: Upstart Blogger
Author URI: http://www.upstartblogger.com
*/

/*--------------------------------------------------------------------------------
00. RESET
--------------------------------------------------------------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background-image: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #000;
	background-color: #FFF;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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: "" "";
}

/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	list-style:none;
	color:#555;
 	font-family:"chaparral-pro-1","chaparral-pro-2", sans-serif;
}
.container{
	margin:0 0 0 75px;
	width:800px;
}

#branding, hgroup{
	height:100px;
}
.header{
	height:160px;
	margin:30px 0 0 30px;
}
h1 span{
	display:none;
}
h1{
	display:block;
	width:200px;
	height:100px;
	background:url("/resources/LeksenDesign_logo_RGB.png") no-repeat 0 0;
}

h1 a{
	display:block;
	width:200px;
	height:100px;
}

#wrapper{
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
	width:800px;
}
.nav{
	float:left;
	width:200px;
}
.nav li{
	margin:0 0 10px;
	font-size:15px;
}

.nav .page_item{
	text-transform: uppercase;
}

.nav .children .page_item{
	font-size: medium;
	text-transform: none;
}

.nav .children{
	display:none;
}

.current_page_item a, .current_page_parent a{
	color:#96B73C;
}

.current_page_item .children a, .current_page_parent .children a{
	color:#555555;
	border:none;
	letter-spacing:.01em;
}

.current_page_item .children a img, .current_page_parent .children a img{
	border:none;
}

body .current_page_item .children a:hover, body .current_page_parent .children a:hover{
	color:#000000;
}

.current_page_item li{
	display:block;
	margin-bottom:5px;
}

.nav .current_page_parent .current_page_item a{
	color:#96B73C;
}

.nav .current_page_item .children, .nav .current_page_parent .children{
	display:block; !important
}

a{
	text-decoration:none;
}
a:hover{
	color:#96B73C;
}
.children{
	margin-left:15px;
	margin-top:5px;
}
.children li{
	margin-bottom:5px;
}

#content{
	width:550px;
	float:right;
}

#content h3{
	font-size:12px;
	color:#96B73C;
	text-transform: uppercase;
	margin-bottom:2px;
	letter-spacing:.01em;
}

#content h4{
	font-size:medium;
}

#content .post p.ital{
	font-style:italic;
	font-size:13px;
}

#content .post p{
	margin-bottom:8px;
	font-size:15px;
}

#content .post li{
	font-size:15px;
}

.about_left{
	width:340px;
	float:left;
	margin-right:10px;
}

.about_right{
	width:200px;
	float:left;
}

#slides p{
	margin-top:5px;
}

.slide img{
	border:1px solid #ccc;
}

#content .post li{
	margin-bottom:4px;
}

.entry{
	font-size:13px;
	line-height:1.5em;
	margin-bottom:10px;
}

#content .post p.t_person{
	margin:2px 0 0 0;
	font-style:italic;
}

body #content .post p.second_line{
	margin:0;
}

.welcome_page{
	width:420px;
}

#content .post .testimonial_container{
	margin:0 0 30px 0;
	width:420px;
}

.teaching li span{
	font-style:italic;
}

.contact li span{
	font-size: smaller;
	text-transform: uppercase;
	color:#96B73C;
	letter-spacing:.01em;
}

body #content .post .contact_sub{
	font-style:italic;
	margin-bottom:15px;
}

.ident_title{
	color:#96B73C;
	font-size: smaller;
	text-transform: uppercase;
	letter-spacing:.01em;
}

#footer{
	margin-top:50px;
	padding:0 0 0 280px;
}

#footer p{
	font-size:12px;
}
