/* 
Project Stylesheet: WortmanWorks.com
Author: Jack Behar
Questions/Comments: jbehar@cubedmonkey.com
*/

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#898379;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #008576;
}

#wrap {
	margin:0 auto;
	width:964px;
	background-image: url(../images/wrap_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
}

/*GENERIC*/
a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#008576;
text-decoration:none;
}

a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6f6a60;
text-decoration:none;
}
.clear_float{
clear:both;
}

/*BRANDING*/


#branding{
	margin:0 auto;
	width:910px;
	height:97px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#branding h1{
text-indent:-9999px;
}

/*NAV*/

#nav{
	margin:0 auto;
	width:910px;
	height:33px;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	border-bottom:#e1dbc5 6px solid;
	}
	
#nav ul{
	margin:0 auto;
	width:793px;
	height:33px;
	list-style: none;
	padding: 0;
	}
	
#nav li{
	list-style: none;
	float: left;
	padding:0;
	margin:0;
	margin-left:3px;
	margin-right:3px;
}

#nav li a{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:14px;
	line-height:37px;
	float: left;
	width:126px;
	color:#008576;
	text-decoration:none;
	text-align: center;		
	background-image:url(../images/button.gif);
	background-repeat: no-repeat;
	padding:0;
}

#nav li a:hover{
	background-image:url(../images/button_over.gif);
	background-repeat: no-repeat;
	padding:0;
	line-height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3b3b3b;
	text-decoration:none;
	letter-spacing:1px;
}

body#about a#aboutnav,
body#services a#servicesnav,
body#clients a#clientsnav,
body#blog a#blognav,
body#contact a#contactnav,
body#home a#homenav{
	background-image:url(../images/button_active.gif);
	background-repeat: no-repeat;
	padding:0;
	line-height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	text-decoration:none;
	letter-spacing:1px;
}

/*CONTENT*/

#content-wrap{
	width:908px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
	border: #f0e8da 1px solid;
	}

#banner-image{
height:168px;
padding-top:10px;
	background-image:url(../images/banner_bg.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	text-align:center;
	}



	
/*HOME CONTENT*/
#home-content{
	width:896px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
	border: #f0e8da 1px solid;
	margin-bottom:5px;
	background-image:url(../images/home_content_bg.gif);
	background-repeat:repeat-y;
	}

#home-content-right{
float:right;
	width:639px;
	height:auto;
	margin:0;
	background-image:url(../images/home_right_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#home-content-right h1{
height:45px;
margin-left:110px;
margin-bottom:40px;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#008576;
line-height:57px;
letter-spacing:1px;
}

#home-content-right p, #home-content-right h2, #home-content-right h3, #home-content-right .entry-date, #home-content-right .entry-meta, #home-content-right #comments, #home-content-right ol li, #home-content-right ul li{
margin-left:145px;
margin-right:70px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#898379;
}
#home-content-right .entry-content{
margin-top:5px;
}

/*CONTACT FORM*/
#home-content-right #contact-form{
margin-left:145px;
margin-right:70px;
width:auto;
padding:0;
}

#home-content-right #contact-form .label
{
padding:0;
margin:0;
width: 100px;
float: left;
text-align: left;
margin-right: 10px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size:12;
}

#home-content-right #contact-form .submit input
{
margin-left: 110px;
}


#home-content-right #contact-form p
{
margin:0;
padding:0;
margin-bottom:10px;

}



/*SUB CONTENT*/

#sub-content-wrap{
	width:896px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
	border: #f0e8da 1px solid;
	margin-bottom:5px;
	background-image:url(../images/sub_content_wrap.gif);
	background-repeat:repeat-y;
	}


#sub-content{
	width:auto;
	height:auto;
	margin:0;
	background-image:url(../images/sub_content_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#sub-content h1{
height:45px;
margin-left:52px;
margin-bottom:40px;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#008576;
line-height:57px;
letter-spacing:1px;
}

#sub-content p, #sub-content h2, #sub-content h3, #sub-content ul{
margin-left:115px;
margin-right:155px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#898379;
}

#sub-content li{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#898379;
list-style-image: url(../images/bullet.gif);
}

#sub-content .float-right-img{
float:right;
margin-right:170px;
margin-left:30px;
}




/*CLIENTS*/
#sub-content ul.client-list{
margin-bottom:100px;
margin-left:150px;
}

#sub-content .client-list a{
font-size:14px;
}

#sub-content .client-list a:hover{
text-decoration:underline;
}

#sub-content .client-list li{
margin:0;
}

#sub-content .client-wrap {
width:auto;
height:auto;
margin-left:115px;


}

#sub-content .client-img{
float:left;
margin-right:30px;
margin-left:0px;
}

#sub-content .client-text {
float:left;
width:420px;
height:auto;
margin-right:100px;
margin-bottom:20px;
}


#sub-content .client-text p, #sub-content .client-text h2{
margin-left:0;
margin-right:0;
padding:0;
}

.client-text  a.btn {
float:left;
width:auto;
margin:0;
padding:5px;
margin-right:20px;

}

/*BIOS*/

#bios-wrap{
height:auto;
margin-left:115px;
}
.bio-pic{
float:left;
width:200px;
margin:0;
margin-right:15px;
margin-right:15px;
padding:0;
text-align:center;
margin-bottom:50px;
}
#sub-content #bios-wrap h2{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
#bios-wrap h3{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
}

a.btn {
width:80px;
	display:block;
	margin:0 auto;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	padding:5px;
	background:#f6f1e8;
	border: 1px solid #9c9992;
	text-decoration:none;
	color:#008576;
	font-family:Arial, Verdana, sans-serif;
}


/* BLOG ENTRIES */
#home-content-right .entry-date, #home-content-right .entry-meta, #home-content-right #comments .comment-meta{
font-size:10px;
color:#666666;
}

#home-content-right .entry-meta a{
font-size:10px;
}

.blog-spacer{
	clear:both;
	height:5px;
margin-left:145px;
margin-right:70px;
margin-top:15px;
margin-bottom:15px;
	background-color:#f6f1e8;
	border-bottom: 1px #b0a28a solid;
}

.blog-spacer-dotted{
	clear:both;
	height:5px;
	width:auto;
margin-top:15px;
margin-bottom:15px;
border-bottom: 2px #b0a28a dotted;
}

.body-spacer-dotted{
clear:both;
margin-left:115px;
margin-right:150px;
clear:both;
height:5px;
width:auto;
margin-top:15px;
margin-bottom:15px;
border-bottom: 3px #e9e4da dotted;
}
.body-spacer-dotted-client{
clear:both;
margin-left:115px;
margin-right:150px;
clear:both;
height:5px;
width:auto;
margin-top:15px;
margin-bottom:30px;
border-bottom: 3px #e9e4da dotted;
}

#home-content-right h2.entry-title{
font-weight:bold;
color: #333333;
}

#home-content-right #comments p{
margin-left:0px;
margin-top:10px;
}

#home-content-right #comments h3{
margin-left:0px;
margin-top:25px;
margin-bottom:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
letter-spacing:1px;
}

#home-content-right #comments ol, #home-content-right #comments li{
margin-left:0px;
list-style:none;
}


#home-content-right h2, #sub-content h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#008576;
}

#home-content-right h2 a, #home-content-right h3 a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #333333;
font-weight:bold;
line-height:normal;
}

#home-content-left{
	float:left;
	background-color:#ffffff;
	width:257px;
	height:auto;
	margin:0;
	padding:0;
}
	
#home-content-left h1, #home-content-left h3{
margin-left:25px;
margin-top:25px;
margin-bottom:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
letter-spacing:1px;
}

#home-content-left p{
margin-left:25px;
margin-right:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #666666;
line-height:18px;

}

/* BLOG ENTRIES LEFT COLUMN */


#latest-news, #latest-entries{
margin-left:25px;
}

#latest-news ul, #latest-entries ul, #home-content-left .sidebar ul{
	width:auto;
	list-style: none;
	padding:0;
	margin:0;
	}
	

#home-content-left .sidebar ul li ul li{
margin-left:45px;
	border-bottom:#f6f1e8 1px solid;
	}
	
	
	
#latest-news li, #latest-entries li{
	border-bottom:#f6f1e8 1px solid;
	min-height:27px;
	margin-bottom:10px;
	background-image:url(../images/blogpost_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	vertical-align: bottom;
	}

#home-content-left .sidebar li {
width:auto;

}

#home-content-left .sidebar li a, #home-content-left .sidebar li input {

	}
	
#home-content-left .sidebar li h3 {
font-weight:normal;
	}

.date{
float:left;
width:35px;
height:auto;
margin-left:5px;
text-align:center;
padding:2px;

}

#latest-news  ul li .date h1, #latest-news  ul li .date h2, #latest-entries  ul li .date h1, #latest-entries  ul li .date h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#9a8e77;
	padding:0;
	margin:0;
	text-transform: uppercase;
	margin-top:2px;
}

.blog-post{
float:left;
width:180px;
height:auto;
margin-left:5px;
padding-bottom:5px;

}

.blog-post a{
line-height:14px;

}

#bottom-spacer{
	clear:both;
	height:5px;
	width:auto;
	background-color:#f6f1e8;
}
/*HOME BLOG ITEMS*/

.blog-item-wrap{
display:block;
	width:auto;
	height:auto;
	min-height:27px;
	border-bottom:#f6f1e8 1px solid;
	margin-bottom:10px;
	background-image:url(../images/blogpost_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	}
	
.blog-item-post{
float:left;
width:175px;
height:auto;
margin-left:10px;
padding-bottom:5px;

}

.blog-item-date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:11px;
	color:#9a8e77;
float:left;
width:30px;
height:auto;
margin-left:7px;
text-align:center;
padding:2px;
padding-top:5px;


}



/*FOOTER*/

#footer{
	margin:0 auto;
	width:910px;
	height:33px;
	text-align:center;
	}

#footer a{
color:#FFFFFF;
text-decoration:underline;
}

#footer p{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
