/* DISPLAYING CACHED FILE */

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
img {
	/*so images don't have borders*/
	border: none;
}

*{
	text-align: left;
}
html{
	height: 101%;
}
body{
	background:url(../../public/css/../images/new_layout/background.gif) top center repeat-x #b3b3b3;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a{
	color: #484a47;
}
ol li, ul li{
	list-style-type: none;
}

strong{
	color: #484a47;
}

div#wrapper{
	background:url(../../public/css/../images/new_layout/background_y.gif) top center repeat-y;
	width: 948px;
	margin: 0px auto;
	text-align: center;
}

div#header{
	background:url(../../public/css/../images/new_layout/header.gif) top center no-repeat;
	height: 410px;
}




div#header h1{
	width: 170px;
	float: left;
	margin: 20px 0px 0px 40px;
	height: 85px;
}

div#header h2{
	width: 60px;
	float: right;
	margin: 40px 55px 0px 0px;
	height: 50px;
}

div#header h2 a{
	background:url(../../public/css/../images/new_layout/rss_sprite.gif) no-repeat;
}

div#header h2 a:hover{
	background-position: 0px -50px;
}

html>body div#header h1{
	margin: 20px 0px 0px 80px;
}

html>body div#header h2{
	margin: 40px 110px 0px 0px;
}

div#header h1, div#header h2{
	border: none;
	background: none;
	text-indent: -9999px;
}

div#header a{
	float: left;
}

div#header h1 a{
	height: 85px;
	width: 170px;
}

div#header h2 a{
	height: 50px;
	width: 60px;
}






h3{
	margin-bottom: 10px;
	font-weight: normal;
}

div#nav{
	margin: -28px 19px 0px 0px;
	float: right;
	z-index: 50;
	position: relative;
}

div#nav a {
	padding: 5px 10px;
	margin: 0px 5px;
	background-color: #c1ce96;
	color: #484a47;
	text-decoration: none;
}

div#nav a:hover{
	color: #fff;
}

div#nav a.activeSlide{
	background-color: #484a47;
	color: #ffffff;
}

div#features{
	border: solid 6px #484a47;
	margin: 10px 10px 0px 10px;
	overflow: hidden;
	height: 160px;
}

div#features div.feature{
	height: 160px;
	background-repeat: no-repeat;
	background-position: center left;
	width: 682px;
}

div.feature a.more{
	clear: both;
	float: right;
	background-color: #484a47;
	color: #FFFFFF;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 12px;
}

div.feature a.more:hover{
	background-color: #c1ce96;
	color: #353129;
}

div#features h1{
	float: left;
	border: none;
	margin: 6px;
}

div#features p{
	clear: both;
	margin: 6px;
	background-color: #ecebf0;
	font-size: 13px;
	float: left;
	width: 240px;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	color: #333333;
}

div#content{
	width: 714px;
	margin: -283px auto 0px auto;
}

div#content_area
{
	padding-bottom: 98px;
	background: url(../../public/css/../images/new_layout/footer.gif) center bottom no-repeat;
}

html>body div#content_area
{
	padding-bottom: 96px;
}

div.panel{
	margin-bottom: 12px;
}

div#menu{
	height: 73px;
	margin-bottom: 5px;
}

div#menu ul li{
	border: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

div#menu ul li a{
	color: #FFFFFF;
	float: left;
	padding: 23px 20px 33px 20px;
	background: url(../../public/css/../images/new_layout/menu_sprite.gif) top repeat-x;
}
div#menu ul li a.selected{
	color: #353129;
	background: url(../../public/css/../images/new_layout/menu_selected.gif) top repeat-x !important;
	padding: 23px 20px 37px 20px;
}

div#menu ul li a:hover{
	background-position: 0px -73px;
}

div.left, div.right{
	min-height: 150px;
	margin-bottom: 20px;
}

div.left{
	padding: 10px 0px 0px 10px;
	width: 370px;
	float: left;
}

div.right{
	padding: 10px 10px 0px 0px;
	width: 316px;
	float: right;
}

div.full{
	padding: 10px;
}

div#footer{
	clear: both;
	font-size: 12px;
	text-align: right;
	
	margin-top: 20px;
}
div#footer div{
	margin: 0px 44px 0px 65px;
}

html>body div#footer div{
	margin: 0px 65px;
}

div#footer small{
	margin: 0px 40px 0px 65px;
}

html>body div#footer small{
	margin: 0px;
}


h1, div#listings h2{
	margin: 0px 0px;
	font-weight: normal;
	font-size: 16px;
	border-left: solid 6px #484a47;
	padding: 5px;
	background-color: #c1ce96;
	color: #353129;
	height: 19px;
}
ul
{
	margin: 0px;
	padding: 0px;
}
ul li
{
	list-style-type: none;
	padding: 3px 3px 3px 9px;
	border-bottom: solid 1px #ecebf0;
	font-size: 14px;
}
div.left ul li:hover, div.right ul li:hover, ol li.event:hover{
	background-color: #ecebf0;
}
ul li:hover
{
	background: none;
}
ul li a, ol li a
{
	text-decoration: none;
	color:#333333;
}
ul li span
{
	color:#999999;
}
ul li small
{
	color:#999999;
	display: block;
}
img.preview{
	margin: 4px 1px;
	border: solid 4px #ecebf0;
	max-width: 360px;
	width: 360px;
	overflow: hidden;
}

div#preload{
	display: none;
}

img.replacement{
	padding: 0px;
	margin: -1px 0px -7px 0px;
}





img.news_large{
	border: solid 6px #484a47;
	margin: 6px 0px -8px 0px;
}





/* EVENTS */
div.events
{
	margin: 15px 0px;
}
div.events h1
{
	margin: -1px 0px 0px 0px;
}
ol.events{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

ol.events li{
	padding: 6px 6px 6px 11px;
	border-bottom: 1px solid rgb(236, 235, 240);
}

ol.events li.event{
	float: none;
}














/* FORM ELEMENTS */

form label{
	background-color: #484a47;
	float: left;
	clear: both;
	width: 22%;
	margin: 2px 0px 0px 0px;
	padding: 6px 5px 5px 5px;
	color: #FFFFFF;
}

form label img.replacement{
	margin-bottom: -4px;
}

form textarea, form input{
	background: url(../../public/css/../images/form.gif) top left no-repeat #c1ce96;
	border: none;
	float: left;
	width: 70%;
	max-height: 112px;
	padding: 8px;
	margin: 0px 0px 5px 0px;
	overflow: auto;
}

form button{
	margin: 4px 0px;
	clear: both;
	display: block;
	float: right;
	
	
	padding: 5px 9px;
	color: #484a47;
	margin: 6px 4px 6px 0px;
	border: none;
	border-right: solid 6px #484a47;
	background-color: #c1ce96;
}




div.gallery{
}

div.gallery img{
	/*border: solid 3px #ecebf0;*/
	border: solid 3px #484a47;
	margin: 6px 3px -1px 3px;
	padding: 0px;
	text-align: justify;
}





div#content.error h1{
	background: none;
	text-align: center;
	border: none;
	margin: 12px 10px 40px 10px;
}

div#content.error p{
	padding: 10px;
}


div.map_loader, img.ad{
	background: url(../../public/css/../images/ajaxloader.gif) center center no-repeat #FFFFFF;
	margin: -9px 0px -2px 0px;
}



ul.listing_details{
	
}

ul.listing_details li{
	padding: 7px 0px 7px 40px;
	border: none;
	margin: 6px 0px;
	font-size: 11px;
}

ul.listing_details li, ul.listing_details li:hover{
	background: url(../../public/css/../images/new_layout/list-item.gif) left center repeat-y #c1ce96 !important;
	cursor: default;
}

ul.listing_details li.website, ul.listing_details li.website:hover{
	background: url(../../public/css/../images/new_layout/list_url.jpg) left center repeat-y #c1ce96 !important;
}

ul.listing_details li.email, ul.listing_details li.email:hover{
	background: url(../../public/css/../images/new_layout/list_email.jpg) left center no-repeat #c1ce96 !important;
}

ul.listing_details li.tel, ul.listing_details li.tel:hover{
	background: url(../../public/css/../images/new_layout/list_tel.jpg) left center no-repeat #c1ce96 !important;
}

ul.listing_details li.feed, ul.listing_details li.reed:hover{
	background: url(../../public/css/../images/new_layout/list_rss.jpg) left center no-repeat #c1ce96 !important;
}




div#flashdata div{
	padding: 5px;
	margin: 10px;
}

div#flashdata a{
	float: right;
	color: #ffffff;
	text-decoration: none;
}

div#flashdata div.good{
	background-color: #C1CE96;
}

div#flashdata div.bad{
	background-color: #8D100C;
	color: #FFFFFF;
}





div#sitemap div{
	float: left;
	width: 220px;
	margin: 0px 5px 20px 5px;
}

div#ordering{
	text-align: center;
	margin: 6px 0px 3px 0px;
}

div#ordering a{
	background-color: #C1CE96;
	padding: 5px 20px;
	text-decoration: none;
	margin: 0px 30px;
}

div#ordering a.active_desc{
	border-top: solid 3px #484a47;
}

div#ordering a.active_asc{
	border-bottom: solid 3px #484a47;
}







div.left ul.social_bookmarks
{
	margin: 0px -2px;
}
div.left ul.social_bookmarks li
{
	display: inline;
	float: left;
	border: none;
	background: none;
}
div.left ul.social_bookmarks li a
{
	padding: 17px 17px 17px 17px;
	text-indent: -1000px;
	float: left;
}

ul.social_bookmarks li a.delicious
{
	background: url(../../public/css/../images/new_layout/social_bookmarks/new/delicious.jpg) left center no-repeat;
}
ul.social_bookmarks li a.digg
{
	background: url(../../public/css/../images/new_layout/social_bookmarks/new/digg.jpg) left center no-repeat;
}
ul.social_bookmarks li a.reddit
{
	background: url(../../public/css/../images/new_layout/social_bookmarks/new/reddit.jpg) left center no-repeat;
}
ul.social_bookmarks li a.facebook
{
	background: url(../../public/css/../images/new_layout/social_bookmarks/new/facebook.jpg) left center no-repeat;
}
ul.social_bookmarks li a.stumbleupon
{
	background: url(../../public/css/../images/new_layout/social_bookmarks/new/stumbleupon.jpg) left center no-repeat;
}




div#getlisted p
{
	margin: 0px 15px 15px 15px;
	font-size: 12px;
}

div#getlisted div.col
{
	float: left;
	width: 165px;
	margin-right: 10px;
}

div#getlisted div.col div.price
{
	padding: 0px 0px 10px 10px;
}

div#getlisted div.col li
{
	font-size: 12px;
	padding: 5px 5px 5px 10px
}



h4{
	color: #fff;
	margin: 0px;
	padding: 0px;
}

small.source{
	color: #999;
}

