/*  
Theme Name: CobbCorp
Theme URI: http://www.cobbcorp.com
Description: The official WordPress theme of CobbCorp
Version: 1.0
Author: Think Tank Solutions / http://www.thinktank360.com
Author URI: 

*/



/* Begin Typography & Colors */
/********************************************************************
Background and Body Styles
********************************************************************/
body {
     text-align:center;
     background-color: #4c3514;
     padding: 0;
     margin:0; }
#shadow_wrapper {
     width: 842px;
     text-align: left;
     background-repeat: no-repeat;
     background-image: url(images/bg_main3.jpg);
     margin: 0 auto; }
#wrapper {
     width: 800px;
     margin: 0 auto;
     background-color: #fbf1e0; }
/********************************************************************
General Text Styles
********************************************************************/
h1,
.post h2 a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
margin-bottom: 20px;
	color: #be7d41;
	text-align: center;
	text-decoration: none;
}
a.top {
     padding: 4px;
     border: 1px #634016 solid; }
a:link.top, a:visited.top {
     color: #634016;
     text-decoration: none; }
a:hover.top {
     color: #c07429; }
h2, h3 {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 14px;
     text-transform: uppercase;
     color: #cdb99b;
     text-align: center; }

h3 {
     font-size: 12px;
     font-weight: normal; }
.news h2 { }
p {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 13px;
     color: #77552d; }
ul {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 13px;
     color: #77552d; }
li { }
a:link, a:visited {
     color: #c17c3e; }
a:hover {
     color: #2c451f; }

/********************************************************************
Image Styles Styles
********************************************************************/
img {
     float: left;
     margin: 0 10px 10px 0;
     border: 4px #b08447 solid; }
body#index img{
	border:none;}	 
body#tombstones img{
     float: none;
     margin: 0;
     border: none; }
body#tombstones img.border{
    border: 4px #b08447 solid;
margin: 0 10px 10px 0; }
/********************************************************************
Logo Banner and Header Styles
********************************************************************/
.logo_banner {
     height: 0px;
     margin:0;
     background-image: url(images/logo_banner.jpg);
     padding-top: 128px;
     overflow: hidden;
     background-repeat: no-repeat; }
#header {
     height: 0px;
     margin:0;
     background-image: url(images/header_index2.jpg);
     padding-top: 242px;
     overflow: hidden;
     background-repeat: no-repeat; }
/********************************************************************
Navigation Styles
********************************************************************/
.navigation {
     float: left;
     width: 800px;
     margin: 0;
     padding: 0;
     height: 27px;
     background-color: #624118; }
.navigation ul {
     list-style:none;
     margin: 0px;
     padding: 5px 0 0 0;
     text-align: center; }
.navigation li {
     display:inline;
     margin: 0 22px 0 22px;
     font-size: 16px;
     text-transform: uppercase;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold; }
.navigation a:link, .navigation a:visited {
     color: #ffffff;
     text-decoration:none; }
.navigation a:hover {
     color: #ae8549; }
/********************************************************************
Content Styles
********************************************************************/
.content {
     float: left;
     padding: 0px 0px 20px 40px; }
/********************************************************************
Special Content Styles
********************************************************************/
.notice_box {
     text-align: center; }
.team_bios h2, .team_bios h1 {
     text-align: left; }
.clients_l ul {
     padding: 0; }
.clients_l {
     padding: 15px 0px 20px 20px;
     background-color: #dbc9b0; }
.clients_l li {
     list-style: none;
     border-bottom: 1px #fbf0df solid;
     margin-bottom: 3px; }
.contact_box h1 {
     text-align: left;
     margin-bottom: 3px; }
.contact_box p {
     margin: 0 0 3px 0; }
.contact_box {
     padding: 10px;
     padding-bottom: 30px;
     margin-bottom: 15px;
border: 1px #cdb99b solid; }
.underline {
     border-bottom: 1px #cdb99b solid; }
.underline_big {
     border-bottom: 3px #cdb99b solid;
     margin-bottom: 20px; }
/********************************************************************
Main Content Styles
********************************************************************/
.c_one {
     width: 456px;
     float: left;
     margin-right: 30px;
     padding-top: 20px; }
/********************************************************************
News Styles
********************************************************************/
.news {
     float: left;
     width: 214px;
     padding: 20px 40px 40px 20px;
     background-color: #f5e2bd; }
.news ul {
     list-style:none;
     margin: 0px;
     padding: 3px 0 0 0;
     text-align: center; }
.news li a:link, .news li a:visited {
     color: #77552d; }
.news li a:hover {
     color: #2c451f; }
.news ul li {
padding-bottom: 7px;
}
/********************************************************************
Footer Styles
********************************************************************/
.footer {
     clear: both;
     background-image: url(images/bg_footer.jpg);
     background-repeat: no-repeat;
     background-position: bottom center;
     padding-bottom: 70px; }
.footer .underline {
     margin-bottom: 25px; }
.footer ul {
     list-style: none;
     margin: 0px;
     padding: 3px 0 0 0;
     text-align: center; }
.footer li {
     padding: 0;
     margin: 0;
     font-size: 13px; }
li.footer_phone {
     font-size: 18px;
     color: #cdb99b; }
/********************************************************************
Lightbox Styles
********************************************************************/	 
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.cobbcorp.com/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.cobbcorp.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.cobbcorp.com/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}	 
	 