/*
File:			custom.css
Description:	Custom style for fieldsofindustry.com
Thesis 1.6b - updated: 09/18/2009
*/


.custom #page {
background:#888888 none repeat scroll 0 0;
padding: 2em;
}

/*Header and Logo size and color*/
.custom #header {
	
	border-bottom: 0; 
        padding-top: 0;
        padding-bottom: 0;
	clear: both;  
	background: #fff url(images/header/header.php)  no-repeat center center;
	height: 220px;
}


.custom #container {
background:#666666 none repeat scroll 0 0;
border:1px solid black;
margin-bottom:1em;
margin-top:1em;
padding:0;
}

.custom #content {
background-color:#FFFFFF;
color:#555555;
}

.custom #content_box {
background-color:#EEEEEE;
}

.custom input, textarea {
border-width: 0px;
}


.custom .to_comments { 
	display: none; 
} 
.comments_closed p { 
	display: none; 
}