/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


#post-407 .headline_area { display: none; }

/************************************************
*	Featured Page					     		* 
************************************************/

#featuredpage {
	width: 920px;
	margin: 20px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
	border-top: 5px solid #D5D5D5;
	}
	
#featuredpage h1 {
	color: #202020;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Featured Left									*
************************************************/


#op_featured_listings {
	float: left;
	margin: 0px 20px 0px 0px;
	height: 100%;
}


#op_featured_listings p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#op_featured_listings a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#op_featured_listings h2 {
	color: #202020;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	}
	
#op_featured_listings ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#op_featured_listings ul li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
#op_featured_listings ul li a {
	padding: 0px 5px 0px 0px;
}
#op_featured_listings ul li a img {
	list-style-type: none;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
	
#op_featured_listings ul li  ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#op_featured_listings ul li.widget  ul li {
	background: #FFFFFF url(images/icon_categories.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
}
		
#op_featured_listings ul li.widget_links  ul li {
	background: #FFFFFF url(images/icon_links.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
	}


.menu a { text-transform: none; }

.menu { background: #333333; } 
.menu li.rss { font-size: 0.7em; margin: 4px 10px 0px 0px; } 
.menu li a {
	padding:0.636em 0.618em;
	} 
.menu li.rss a:hover{ color: #ffffff; } 

#footer {
	font-size: 1.2em;
	background-color: #444444;
	width:100%;
	clear: both;
	position: relative;
	color: #FFFFFF;
	padding: 0px 0px 10px 0px;
	margin: 0;
	text-align: left;
	border-top: 2px groove #444;

	}

#footer p {
	color: #FFFFFF;
	padding: 0px;
	list-style-type: none;
	margin: 0px;	
    text-align:center;
	}

#footer h2 {
	color: #ffffff;
	background: none;
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 10px 0px;
	}

#footer a {
	color: #AAAAAA;
	text-decoration: none;
	}

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

#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#footer ul li a {
	border: 0px dotted #333333;
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 4px 2px;
	}

#footer ul li a:hover {
	background-color: #990000;
	}

#crossland-footer-left {
	float: left;
	width: 23%;
	margin: 0;
	padding: 5px 10px 10px 15px;
	}
	
* html #crossland-footer-middle-left {
	padding: 5px;
	}		

#crossland-footer-middle-left {
	float: left;
	width: 23%;
	margin: 0;
	padding: 5px;
	}
	
* html #crossland-footer-middle-left {
	padding: 2px;
	}	

#crossland-footer-middle-right {
	float: left;
	width: 23%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}
	
* html #crossland-footer-middle-right {
	padding: 2px;
	}		

#crossland-footer-right {
	float: right;
	width: 23%;
	margin: 0;
	padding: 5px;
	}
	
* html #crossland-footer-right {
	padding: 2px;
	}		

#crossland-footer-bottom {
	width: 100%;
	height: 75px;
	position: relative;
	float: left;
	margin-top: 0px;
	}
	
#crossland-footer-bottom p {
	color: #999999;
	text-align: center;
	padding: 2px;
	margin: 2px;
	}
	
#crossland-footer-bottom a {
	color: #999999;
	}		

#crossland-footer-bottom a:hover {
	color: #999999;
	text-decoration: underline;
	}	
	
#crossland-footer-nav {
	margin: 0px 0 0 0; 
	position:relative; 
	z-index:100;
	}
	
#crossland-footer-nav li {
	background-color: #333333;
	}

#listings {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14pt;
	line-height: 18pt;
	}

#listings ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
#listings ul li {
	line-height: 20px;
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 100%;
	}
#listings ul li h2 {
	font-size: 18pt;
	line-height: 20pt;
	margin: 0px;
	padding: 0px;
	}
#listings ul li img {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #c0c0c0;
}

#listing-detail {
	margin: 0px 0px 0px 340px;
}
#listing-detail h2 {
	font-size: 18pt;
	line-height: 20pt;
	margin: 10px 0px;
	padding: 0px;
}
#listing-detail-images {
	width: 320px;
	float: left;
}


#header {
	color: #202020;
	background-color: #ffffff;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	padding-bottom: 0px;
	border-width: 0px;
	height: 113px;
}
	
#header h1 {
	font-size: 20px;
}
#header h2 {
	font-size: 14px;
}
#header h3 {
	font-size: 14px;
}

#header a {
	color: #D51515;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}

#header a:hover{
	color: #D51515;
	text-decoration: underline;	
	}

#header ul {
	list-style: none;
	float: right;
}
#header ul li {
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	list-style: none;
	display: inline;
	float: left;
}


#crossland-footer-bottom {
	border-width: 0.3em 0 0;
	border-style: double;
	border-color: #dddddd;
}
#footer {
	border-width: 0px;
}

#feature_box { border-width: 0px; }
