/*
Theme Name: Jen & Nate
Theme URI: http://jenandnatesite.com
Description: A custom theme
Author: Sandbox Studio
Author URI: http://sandboxstudio.net
Tags: 
*/





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,strong,sub,sup,tt,var,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	/*font-family:inherit;*/
	font-style:normal;
	font-weight:400;
	margin:0;
	padding:0;
	text-align:left;
}
:focus { outline:0;} 
body {
	color:#333;
	voice-family:inherit;
	background-color:#9B3526;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
ul { list-style:none;}
table {border-collapse:collapse;border-spacing:0; width:100%;}

a {
	color:#C00;
	outline:none;
	text-decoration:none;
}

a:hover {
	color:#FF531F;
	text-decoration:none;
}

#container {
	position: relative;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#wrapper {
	clear:both;
	margin:0 auto;
	width:925px;
	padding-bottom: 0px;
	background-color: #FFF;
}

#masthead {
	height:240px;
	width:925px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

strong {
	font-weight: bold;
}

.bolded {
	font-weight: bold;
}
.italicized {
	font-style: italic;
}


#sidebar {
	width: 345px;
	float: left;
	background-image: url(images/overlay.jpg);
	background-repeat: no-repeat;
	padding-top: 320px;
	padding-left: 20px;
}



#main {
	width: 545px;
	float: right;
	background-color: #FFF4D9;
}

#mainContent {
	padding: 30px 20px;
	min-height: 300px;
}


#mainContent p,
#sidebar p {
	line-height: 20px;
	margin-bottom: 10px;
}


#mainContent h2 {
	color: #F60;
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 23px;
}

#mainContent h2 a {
	color: #F60;
}

#mainContent h2 a:hover {
	color: #F90;
}



.divider {
	border-top: solid #E3D8AC 1px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 30px;
}

#mainContent p.postdivider {
	border-bottom: solid #E3D8AC 1px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.smallText {
	font-size: 12px;
}




/* ------------------------------- WORDPRESS STYLES ---------------------------------*/

.postdate {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
}

.postmetadata {
	clear: both;
	font-size: 12px;
	line-height: 14px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.wp-caption-text {
	font-size: 10px;
	color: #000;
	line-height: 12px;
	font-style: italic;
}





/* ------------------------------- PRIMARY NAVIGATION ---------------------------------*/

#navbar {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFB536;
	padding: 0px;
	height: 50px;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navbar ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 18px;
	float: left;
}
#navbar ul li {
	display:block;
	float: left;
	font-weight: bold;
	color: #000;
	margin-top: 14px;
	margin-left: 20px;
}
#navbar ul li a {
	color: #000;
}
#navbar ul li a:hover {
	color: #F60;
	text-decoration: none;
}
#navbar ul li.current_page_item a {
	color: #FFF;
}






/* ------------------------------- SUBNAV ---------------------------------*/


ul.subnav {
	display:block;
	list-style-type:none;
	margin:-10px 0 20px 0;
	padding:0 0 20px 0;
	border-bottom: solid #E3D8AC 1px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
ul.subnav li {
	display:inline;
	float: left;
	font-weight: bold;
	color: #000;
	margin: 0 20px 0 0;
}
ul.subnav li a {
	color: #000;
}
ul.subnav li a:hover {
	color: #666;
	text-decoration: none;
}
ul.subnav li.current_page_item a {
	color: #FF531F;
}











/* ------------------------------- FOOTER ------------------------------*/


#footer {
	clear:both;
	margin:0 auto;
	width:925px;
	height: 80px;
	margin-bottom: 10px;
	background-image: url(images/foot_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footerSlug {
	width: 560px;
	float: left;
	margin-top: 10px;
}
#footerContact {
	width: 180px;
	float: left;
	margin-left: 20px;
}

#footer p {
	color: #FEF5DA;
	line-height: 18px;
	font-size: 13px;
}
#footer a {
	color: #F90;
}
#footer a:hover {
	color: #FC0;
}
div#clearfoot {
	clear: both;
}







/* ------------------------------- COLUMN WIDTHS ------------------------------*/



body.lo1 #col1 {
	width: 405px;
	float: left;
}

body.lo1 #col2 {
	width: 200px;
	float: left;
	margin-left: 25px;
	margin-top: 19px;
}
