/*
Theme Name: INC Listings
Theme URI: http://inclistings.com
Author: Chris Martin
Author URI: http://www.netexclusive.net
Version: 1.0
Description: INC Listings

*/
@import url(file:///D|/xampp/htdocs/wp/wp-content/themes/wpmu-inclistingscom1/reset.css);

/* This is where you set many of the universal defaults */
body { 
	background: #001731 repeat-x url(images/pagebg.jpg); 
	color: #333;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #4f84ba;
	text-decoration: none;
}
a:hover {
	color: #001731; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: square; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {

	font-size: 1.2em;
	line-height: 1.2;
	color: #001731;
	margin: 0px; padding: 0px;
}

/* Post Titles */
h1, h3 {
	font-family: verdana,"Arial Black", Helvetica, Arial, sans-serif;

}
h3 a {
	color: #001731;
}
h3 a:hover {
	text-decoration: underline;
}

/* Sub-Headings in Posts */
h2 {
	color: #001731;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	margin: 0 0 15px 0;
	font-size: 130%;
}

/* Widget Titles */
h5 {
	color: #001731;
	font-size: 110%;
	margin: 0; padding: 0 0 10px 0;
	text-transform: uppercase;
}

/* Archive/Search Title */
h6 {
	color: #001731;
	font-size: 120%;
	margin: 0; padding: 20px 0 0 40px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container / Wrap Styles
*********************************************/
#container {
	background: #fff;
	overflow:hidden;
	width: 960px;
	margin: 0px auto; padding: 0px;

}

/*********************************************
		Header Styles
*********************************************/
#banner{
	width:960px;
	height:250px;
	margin:0px;
	padding:0px;
	background-color:#000;
	background:url(images/inclistingsbanner.jpg) no-repeat;
}

#header {
	background-color: #000;

	width: 960px;
	height: 250px;
	margin: 0px; padding: 0px;

}


/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#navigation{


}

.nav{

	list-style-type:none;
	padding:0px;
	margin:0px;
	color:#001731;
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
}

.nav li {
		display:block;
	padding:0px;
	margin:0px;
		margin-bottom:2px;
}

*html .nav li a{
	cursor:hand;
		cursor:pointer;
		display:block;
		padding:6px 0px 6px 6px;
		margin-bottom:-13px;
		color:#001731;
		text-decoration:none;
		background-color:#63371a;	
}


.nav li a{
	cursor:hand;
		cursor:pointer;
		display:block;
		padding:6px 0px 6px 6px;
		margin:0px;
		color:#001731;
		text-decoration:none;
		background-color:#dcf1ff;	
}

.nav li a:hover{
	cursor:hand;
	display:block;
	color:#001731;
		cursor:pointer;
		padding:6px 0px 6px 6px
		text-decoration:none;
		background-color:#f2f8ff;

	}





/*********************************************
		Content Styles
*********************************************/
#content {
	float: left;
	width: 600px;
}
#content .post,
#content .page {
	clear: both;
	margin: 0; padding: 10px;
}

a.more-link {
}

.bottom_postmeta {
}
.bottom_postmeta a {
}
.postnav {
	margin: 0; padding: 10px;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	float: left;
	width: 300px;
	line-height: 1.5;
	margin: 0; padding:  10px;
}
#sidebar .widget {
	background: #dcf1ff;
	margin: 0 0 15px 0; padding: 30px;
	
}

/* Sidebar links */


/* Sidebar lists */
#sidebar ul,
#sidebar ol {
	margin: 0px;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 10px 40px;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
	border-bottom: 1px solid #bbb;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	border-top: 1px solid #bbb;
	margin: 0; padding: 10px 0 10px 10px;
}
#comments li.comment .avatar {
	float: right;
	padding: 3px;
	border: 1px solid #bbb;
}
#comments ol ul {
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 10px 20px;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #FFF;
}
#respond input:focus {
	background: #EEE;
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 0 0; padding: 2%;
	width: 95%; height: 200px;
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	cursor: pointer;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	width:960px;
	margin:0px auto;
	clear: both;
 padding: 0px;

}


#footercreds {

 color: #fff;
 padding: 10px;
}

 #footercreds a {
	color: #fff;
	text-decoration: underline;
}
 #footercreds a:hover {
	color: #dcf1ff; 
	text-decoration: none; 
}

.search{
background:#dcf1ff;

padding:10px 0px 10px 10px;
margin:0px 0px 10px 0px;

}



.sfld
{
background:transparent;
font-family:Verdana;
font-size:9pt;
color:#000;
width:280px;
border : 0px;
}