/*  

Theme Name: INC Database

Theme URI: http://www.incdatabase.com

Description: INC Database

Version: 2.0

Author: Chris Martin

Author URI: http://www.netexclusive.net

*/



body {

	margin: 0px;

	padding: 0px;

	background: #05141e url(images/pagebg.jpg) repeat-x;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

}



h1, h2, h3 {

	margin: 0;

	padding: 0;

	font-weight: normal;

	color: #00324e;

}



h1 {

	font-size: 2em;

}



h2 {

	font-size: 2em;

}



h3 {

	font-size: 1.6em;

}



p, ul, ol {

	margin-top: 0;

	line-height: 180%;

}



#wrapper {

	width: 960px;

	margin: 0 auto;

	padding: 0;

}



/* Header */



#header {

	width: 940px;
	background: url(images/incdatabasebanner.jpg) no-repeat;

	height: 250px;

	margin: 0 auto;

}



/* Logo */




/* Search */

.clrdiv{
	clear:both;
}

.search{
	padding: 10px;
	float:right;
}

.fld{

	background:#00324e;
	border:0px;
	color:#fff;
	font-size:8pt;
}

.btn{

	background:#e7e7e7;
	border:0px;
	color:#000;
	font-size:8pt;
}


















/* Menu */

.nav{
	list-style-type:none;
	padding:0px;
	margin:0px;
	color:#fff;
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	

}

.nav li {
	padding:0px;
	margin:0px 0px 1px 0px;
	float:left;
}

.nav li a {
		display:block;
		float:left;
		padding:0px 11px;
		color:#fff;
		text-decoration:none;
		height:38px;
		line-height:38px;
}



.nav li a:hover{ 
float:left;
		display:block;
		background:#cff3f8;
		padding:0px 11px;
		text-decoration:none;
		color:#05141e;
}


#menu {

	width: 940px;
	background:#00324e;
	overflow:hidden;

	margin: 0px auto;

	padding: 0;

}



.space{
	padding:15px;
}








/* Page */



#page {

	width: 940px;
	background: url(images/mainboxbg.jpg) repeat-y;

	margin: 0px auto;

	padding: 0px;

}



#page-bgtop {

	padding: 20px px;

}



#page-bgbtm {

}



/* Content */



#content {

	float: left;
	width: 660px;
	padding:  0px;
		height: expression( this.scrollHeight < 700 ? "700px" : "auto" ); 
	min-height:700px;

}



.post {
	padding:5px 15px;


}



.post-bgtop {

}



.post-bgbtm {

}



.post .title {

	color: #00324e;

}



.post .title a, .post a {

	color: #00324e;
	text-decoration:underline;

}


.post .title a:hover, .post a:hover {

	color: #32639A;

	text-decoration:none;

}


.post .meta {

	margin-bottom: 30px;

	padding: 5px 0px 15px 0px;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

}



.post .meta .date {

	float: left;

}



.post .meta .posted {

	float: right;

}



.post .meta a {

}



.post .entry {

	padding: 0px 0px 20px 0px;

	padding-bottom: 20px;
	border-bottom:1px solid #000;

}



.links {

	padding-top: 20px;

	font-size: 12px;

	font-weight: bold;

}



/* Sidebar */



#sidebar {

	float: left;

	width: 280px;

	padding: 0px;

	color: #00324e;



}

.links{
	font-family : verdana; 
	font-size:8pt;
	color:#00324e;
	margin:0px ;
	padding:5px ;
	margin:0px;
	list-style-type:none;
}
.links a{
	color:#00324e;
	text-decoration:underline;
	}

.links a:hover{
	color:#01669f;
	text-decoration:none;
	}

/* Calendar */



#calendar {

}



#calendar_wrap {

	padding: 20px;

}



#calendar table {

	width: 100%;

}



#calendar tbody td {

	text-align: center;

}



#calendar #next {

	text-align: right;

}



/* Footer */



#footer {

	


	font-family: Verdana, Arial, Helvetica, sans-serif;

}



#footer p {

	margin: 0px;

	height: 50px;
	line-height:50px;

	font-size: 9px;

	text-transform: uppercase;

	text-align: center;

	color: #fff;

}



#footer a {

	color: #fff;
	text-decoration:underline;

}

#footer a:hover {

	color: #fff;
	text-decoration:none;

}



.pagetitle {

	padding-top: 20px;

}




.alignright {

	float: right;

}



.alignleft {

	float: left;

}
