/*
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/
*/
body.custom { background: #fff; color:#666666; }

	.custom #container { margin-top:1em; margin-bottom: 0em;}

		.custom #page { background: #fff;  }
		.custom #content {border-right:0px #FFFFFF solid; border:none;}
		#content_box { background:transparent none repeat scroll 0 0; width:100%; margin-left:0; padding-left:0;}
		#footer{ background:#fff; padding-bottom:1.8em; padding-top:1em; border-top:1px solid #dadada; }
		
		

/*---:[ nav menu styles ]:---*/
ul#tabs { list-style: none; border-left: 0px solid #ddd; border-right: 0px solid #ddd; border-width: 0 0px 0px 0px; padding-top:0px;  font-size:12px; }
	ul#tabs li { margin:.3em 0 0em 0; padding-top:1px;   background:#fff; border: 0px solid #ddd; border-left: 0; float: left;  font-weight:bold;   padding-top:0px; letter-spacing: 0px;}
	ul#tabs li.current_page_item, ul#tabs li.current-cat {  margin:.8em 0 0em 0; padding-top:1px;  background:#fff; border-bottom: 0; color:#364E75; letter-spacing: 0px; padding-top:0px;}
		ul#tabs li a { display: block; line-height: 1em; color:#006699; text-transform: none; font-weight:bold; background:#fff;  border-right:0px #FFFFFF solid; padding-left:0.8em;
padding-right:0.8em; padding-top:2px; letter-spacing: 0px;}
		ul#tabs li a:hover { color:#666; text-decoration:none; }
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default;  letter-spacing: 0px; color:#364E75;}
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; color:#666; letter-spacing: 0px;}
	ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
            .ie ul#tabs { padding-bottom: 8px; }


/*---:[ multimedia box ]:---*/
#multimedia_box { width: 100%; }
	#image_box { border:none; }
		#image_box img { display: block; border:none;}


.recent_article ul{
	list-style:none;
	color:#2361A1;
	margin:0;
	}

.recent_article h2{
border-bottom:1px solid #DDDDDD;
color:#555555;
font-variant:small-caps;
letter-spacing:2px;
font-size: 13px;
	}

.recent_article ul li a{
	text-decoration:none;
	background:url(images/arrow.gif) 0% 25% no-repeat;
	padding-left:10px;
	display:block;
        padding-bottom:.6em;
	}

.recent_article table tr td{
	padding-right:1em;
	padding-left:1em;
	}

.recent_article table tr td .first{
	border-right:#ddd 1px solid;
	border-bottom:none;
	}
	

/*---:[ sidebar styles ]:---*/
.sidebar{margin-bottom:.5em;}
.sidebar h3 { font-variant:normal; letter-spacing: 0px; color:#fff;  font-weight:bold; background: url(images/sidebar-header.jpg) no-repeat left top; padding:.6em 0em .6em 1em; font-size:12px; }	
.sidebar a { color:#666666; font-size:12px; font-weight:bold; }
.sidebar a:hover { text-decoration:underline; color:#577398; }
ul.sidebar_list { list-style: none; border:none; margin-top:0em; margin-left:0em; margin-bottom:0em; margin-right:0; }
	li.widget { width: 100%; line-height:1.785em; margin:0; padding:0; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
		li.widget ul li .num_comments { color: #111; }

.sidebar-comment{ line-height:1.785em;
				  background:#ddd url(images/sidebar-comment.png) top left no-repeat; 
				  padding:1em;
				}
.sidebar-comment p{
				  font-size:12px;
				   color:#FFFFFF;
				}

.sidebar-comment h3{
				  font-size:14px;
				   color:#FFFFFF;
				   background:none;
				   padding-left:0px;
				}

.textInput
{
border: 1px solid #CCCCCC;
background:#FFFFFF;
color:#666666;
font-size: 1.1em;
}



/*-------Ad Listing-----------*/
#adlisting ul { 
	list-style-type:none; 
	padding:0;
        padding-bottom:1px; 
	margin:0px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#adlisting ul li { 
	padding-left:0em; 
	padding-top:1.5em; 
	padding-right:1em;
	line-height:1.5em;
	padding-bottom:2em; 
	
	}



/*#adlisting ul li:hover { background:#F5F5F5;}*/
#adlisting ul li a, #adlisting ul li a:link, #adlisting ul li a:visited { }
/*#adlisting ul li a:hover { color:#2361A1;}*/
#adlisting ul li.active { background:#fff; line-height:1.5em;  padding-left:0px; padding-top:2px; padding-right:12px; }


#adlisting .title
{	
	font-size:20px;
	/*-color:#FFFFFF;--*/
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Tahoma,  Verdana;
	line-height:1em;
}

#adlisting .title a
{	text-decoration:none;
	font-weight:bold;
	color:#2361A1;
}

#adlisting .title a:link
{	text-decoration:none;
	font-weight:bold;
}

#adlisting .title a:visited
{	text-decoration:none;
	font-weight:bold;
}

#adlisting .title a:hover
{	text-decoration:underline;
	font-weight:bold;
	color:#2361A1;
}

#adlisting .description
{	
	font-size:12px;
	color:#333333;
	line-height:1.5em;
	display:block;
	padding:0;
	font-weight:normal;
}

#adlisting .visibleurl 
{	
	font-size:11px;
	color:#4F5F6E;
	font-weight:bold;
}

#adlisting .visibleurl a
{	
	font-size:11px;
	color:#4F5F6E;
	font-weight:bold;
	
	
}

#adlisting .visibleurl a:link
{	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#adlisting .visibleurl a:visited
{	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#adlisting .visibleurl a:hover
{	
	font-size:11px;
	color:#4F5F6E;
	font-weight:bold;
	text-decoration:underline;
}

#content { color:#505050; padding-left:0em; }

#content h4{
	color:#999999;
	font-size:10px;
	padding:0 4px 1px 0;
	margin:0;
	}

.featured_list{
	padding:1em;
	border:1px solid #ddd;
	background:#ddd url(images/list-bg.jpg) bottom left repeat-x;
	}

.featured_list h3{
	color:#0C79B7;
	font-size:18px;
	font-weight:bold;
	}

.three_col_list{
	padding:1em;
        border-color:#ADDDE6;
        border-style:solid;
	line-height:.5em;
        border-width:0.077em;
        padding:0.692em;
	}

.three_col_list ul li{
        padding:0.5em 0.2em;
	}


.featured_list h2{
	background:url(images/logosmall.jpg) 0% 0% no-repeat;
	padding-left:2.5em;
	padding-top:.5em;
	}
	
.recent{
	padding:1em;
	border-right:#ddd 1px solid;
	line-height:1.5em;
	}

.mostused{
	padding:1em;
	line-height:1.5em;
	}
	

.geo_ads{
	padding:1em;
	border:1px solid #ddd;
	background:#F0FAFF;
	line-height:1.5em;
	font-size:12px;
	}

.format_text a:hover {
        color:#000000;
        text-decoration:underline;
}

.sidebar .featured {
        color:#000000;
        font-size:12px;
}

.custom #container {
        margin-top:0em;
    
}

#image_box {
        background:#FFFFFF none repeat scroll 0 0;
}



.recent {
      border-right:medium none;
      line-height:1.5em;
padding:1em;
}





.homeimage {
     margin-top:1em;
	 line-height:1.5em;
	 background:url(images/banner.jpg) 0 0 no-repeat;
	 height:246px;
	 width:630px;

}

.banner-bg{
background:url(images/banner-bg.jpg) 0 0 no-repeat;
width:100%; 
height:200px;
}

.homeimage table{
	 font-size:12px;
	 color:#FFFFFF;
	 /*background:url(images/banner-bg.jpg) top left no-repeat;*/
	
}

.homeimage table p{
	 font-size:12px;
	 color:#FFFFFF;
}

.homeimage table ul{
	margin-left:1em;
	list-style:none;
}

.homeimage table h3{
	font-size:24px;
	font-weight:bold;
}

.homeimage table h2{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding:1em;
}

.homeimage table ul li{
	padding-left:1em;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-right:1em;
	background:url(images/arrow.gif) 0 50% no-repeat;
}

.homeimage table ul li a{
	 font-size:12px;
	 color:#0C79B7;
	 text-decoration:underline;
	 font-weight:bold;
}

.homeimage table ul li a:hover{
	 font-size:12px;
	 color:#0C79B7;
	 text-decoration:underline;
 	 font-weight:bold;
}



.three_col_list {
     margin-bottom:18px;
     padding:1em 1em 5px;
}


#header {
   padding-bottom:1em;
   border-bottom:medium none;
   padding-top:1em;
   background:url(images/header.jpg) top left no-repeat;
   padding-left:0;
   height:80px;
}



/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; width:30%; float:left; margin-left:.5em; margin-top:.7em; }
	#header #logo a { color: #006699; letter-spacing:-4px; font-size:46px; font-weight:bold;  }
	#header #logo a:hover { color:#666666; }
#header #tagline { font-weight: normal; color:#CCCCCC; float:left; margin-left:1em; }

.page_item2 {
    padding-bottom:.7em;
}

#custom_box {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:medium none;
}





.post_box { padding-top:.9em; margin-left:0; display:none; }

.cat_ads { padding:16px 0px 0px 10px; }

.page_ads { padding:20px 0px 0px 22px; }

.sidebar ul.sidebar_list { padding-top:1.008em; padding-bottom:0; }

h2 { color:#006699; }
h2 a { color:#006699; }

.post_box h2 { color:#006699; font-size:20px; font-weight:bold; letter-spacing:-1px; text-align:left; }
.visibleurl a { color:#2361A1; }

/*.roundtop{
	width:100%;
	height:32px;
	background:url(images/round-top.png) top left no-repeat;
	}

.roundbottom{
	width:100%;
	height:32px;
	background:url(images/round-bottom.png) top left no-repeat;
	}*/

blockquote {
color:#6699FF;
}

.more-link { color:#666666; }




.california{
	background:url(images/state/california.jpg) top left no-repeat;
	height:287px;
	}
	

.adlisting-homeimage {
     padding-top:0em;
	 margin-top:0em;
	 line-height:1.5em;
	  margin-left:1em;
}

.adlisting-homeimage table{
	 font-size:12px;
	 color:#FFFFFF;
	 /*background:url(images/banner-bg.jpg) top left no-repeat;*/
	
}

.adlisting-homeimage table p{
	 font-size:12px;
	 color:#FFFFFF;
}

.adlisting-homeimage table ul{
	margin-left:1em;
	list-style:none;
	padding-bottom:.5em;
	padding-top:.5em;
}

.adlisting-homeimage table h3{
	font-size:20px;
	font-weight:normal;
}

.adlisting-homeimage table h2{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding:1em;
}

.adlisting-homeimage table ul li{
	padding-left:1em;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-right:1em;
	background:url(images/arrow.gif) 0 50% no-repeat;
}

.adlisting-homeimage table ul li a{
	 font-size:12px;
	 color:#666666;
	 text-decoration:underline;
	 font-weight:bold;
}

.adlisting-homeimage table ul li a:hover{
	 font-size:12px;
	 color:#666666;
	 text-decoration:underline;
 	 font-weight:bold;
}


.geo_banner{
	background:url(images/state/california.jpg) top left no-repeat;
	padding:3em 2em 0em 2em;
	height:70px;
	}

.geo_banner h3{
	color:#FFFFFF;
	font-size:28px;
	}

.none { display:none; }

#popupTitlebar {
display:none;
}

.format_text h2 { font-weight:bold; }

#archive_info { display:none; }

#archive_info { border-bottom:1px solid #DDDDDD; margin-bottom:1em; margin-right:1.4em; }

.custom .comments_closed p {
  display: none;
}

.none { display:none; }

.format_text .margin { padding: 0 0 16px 50px; }

.box1 { padding:0; border:1px solid #ddd; }

.comments_intro p { display:none; }


li.widget_customrecentposts ul li {
border-bottom:1px dotted #DADADA;
border-left:5px solid #DADADA;
padding-left:1em;
padding-bottom:0em;
margin-left:0;
}

.widget ul li { 
border-bottom:1px dotted #DADADA;
border-left:5px solid #DADADA;
padding-left:1em;
padding-bottom:0em;
margin-left:0;
}

#text-442255331 ul li { font-size:12px; }

#text-442255332 ul li a{ font-size:14px; }

#text-442255334 ul li a{ font-size:14px; color:#515151; }

#text-442255333 ul li a{ font-size:14px; color:#515151; }

#text-442255335 ul li a{ font-size:14px; color:#515151; }

#text-442255336 ul li a{ font-size:14px; color:#515151; }

#customrecentposts-3 .teal { color:#666666; font-weight:normal; text-decoration:none; }

.read2 { text-align:center; }


.footer_list{
margin:1em 0em 1em 0em;
background:#fff url(images/footer_list_bg.jpg) bottom left repeat-x;
border:1px solid #dadada;
padding:1em;
}

.footer_list table .center{
padding:0 1em 0 1em;
border-left:1px dotted #dadada;
}

.footer_list table .center1{
padding:0 1em 0 1em;
border-left:1px dotted #dadada;
}

.footer_list table .left{
padding:0 1em 0 0em;
}

.footer_list table .right{
padding:0 0em 0 1em;
border-left:1px dotted #dadada;
}

.footer_list h3 {letter-spacing: 0px; color:#666;  font-weight:bold; padding-bottom:1em; font-size:12px; font-weight:bold; }	

.footer_list img{
padding:.5em 0 1em 0;
}

.footer_list ul{
	list-style:none;
	font-size:12px;
	line-height:2em;
	padding-bottom:1em;
	}

.footer_list ul .last{
	list-style:none;
	font-size:12px;
	line-height:2em;
	padding-top:1em;
	border-bottom:none;
	}

.footer_list ul li{
	border-bottom:1px dotted #dadada;
	}
	
.footer_list ul li ul li{
	background:url(images/square.gif) 0% 50% no-repeat;
	padding-left:1em;
	border-bottom:none;
	}

.footer_list ul li ul li a{
	color:#666666;
	font-weight:normal;
		}

.footer_list ul a{
	color:#669933;
	text-decoration:none;
	font-weight:bold;
	
	}
	
.footer_list ul a:hover{
	color:#000;
	text-decoration:underline;
	}

.sidebar small { color:#888888; }

.light-grey { color:#B0B0B0; }

.headline_area h1 { color:#006699; font-size:20px; font-weight:bold; letter-spacing:-0px; text-align:left;  }


.sidebar .blue{
width: 100%;
background: url(images/sidebar-top.jpg) no-repeat left top;
padding-top:0px;
padding-bottom:1em;
margin-bottom:0em;
padding-left:0em;
font-family:Arial, Helvetica, sans-serif;

}


.sidebar .blue ul{
border-left:solid 1px #dadada;
border-right:solid 1px #dadada;
color:#006699;
list-style:none;
margin-top:-9px;
padding-top:.6em;
padding-bottom:0em;
}

.sidebar .blue .bottom-border{
background: url(images/bottom-header.jpg) no-repeat left top;
}

.ie .sidebar .blue ul  li p a{
margin:0em 1.5em 0em 3em;
color:#006699;
font-size:12px;
font-weight:normal;
line-height:1.8em;
border-bottom:#dadada dotted 1px;
display:block;
padding-left:1em;
background:url(images/arrow.gif) 0% 50% no-repeat;
}

.sidebar .blue ul p a{
margin:0em 1.5em 0em 3em;
color:#006699;
font-size:12px;
font-weight:normal;
line-height:1.8em;
border-bottom:#dadada dotted 1px;
display:block;
padding-left:1em;
background:url(images/arrow.gif) 0% 50% no-repeat;
}

.sidebar .blue ul li a{
margin:0em .5em 0em .5em;
color:#006699;
font-size:16px;
font-weight:normal;
line-height:1.8em;
background:url(images/arrow.gif) 0% 50% no-repeat;
padding-left:1em;
border-bottom:#dadada dotted 1px;
display:block;
}

.sidebar .blue  ul li.last a{
margin:0em .5em 0em .5em;
color:#006699;
font-size:18px;
font-weight:normal;
line-height:1.9em;
background:url(images/arrow.gif) 0% 50% no-repeat;
border-bottom:none;
padding-left:1em;
display:block;
}

.sidebar .blue ul li a:hover{
color:#333;
text-decoration: none;
}




.sidebar .bluetesti{
width: 100%;
background: #3A4D75 url(images/sidebar-testi.jpg) no-repeat left top;
padding-top:70px;
padding-bottom:2em;
margin-bottom:1em;
padding-left:0em;
font-size:12px;
}



.sidebar .bluetesti ul{
border:none;
color:#FFFFFF;
list-style:none;
}

.sidebar .bluetesti ul li{
color:#FFFFFF;
font-size:12px;
line-height:1.5em;
padding-left:1em;
padding-right:1em;
}

.sidebar .bluetesti ul li img{
padding-right:1em;
padding-bottom:1em;
float:left;
}

.sidebar .bluetesti ul li a{
margin:0em .5em 0em 1em;
color:#FFFFFF;
font-size:16px;
line-height:2em;
background:url(images/arrow.gif) 0% 50% no-repeat;
padding-left:1.5em;
}

.sidebar .bluetesti ul li a:hover{
color:#FFFFFF;
}



/*---:[ nav menu styles ]:---*/
.custom #nav {
		width: 960px;
		float: left;
		padding: 0;
		/*background:url(images/nav_bar.png) repeat-x left ;*/
		border-top:1px solid #dadada;
	}
	
	.custom .nav_container {
		overflow: hidden;
		margin-left:0;
	}

		.custom ul#tabs {
			float: left;
			border: none;
			width: 740px;
			margin: 0;
			padding:0;
		}

.custom .teaser {
   width: 100%;
   margin-bottom: 2em;
   padding-bottom: 2em;
   border-bottom: 1px dotted #bbb;
   text-align: justify;
   margin-left:0em;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
   margin-left:1.5em;
}

.custom .teasers_box h2 a{
	color:#333333;
	}

.top_excerpt { font-size:13px; line-height:1.5em; margin:1em 1.3em; color:#000000;}

.top_excerpt h2 { border-bottom:1px solid #DDDDDD; padding-bottom:.4em; font-size:1.3em; font-weight:normal; color:#999999; font-size:12px; }

.format_text ul { padding-left:3em; }

#customrecentposts-3 a { color:#577398; }

ul#tabs li.page-item-5 a { color:#880000; }

ul#tabs li.page-item-5 a:hover {color:#FF0000; }

.custom .drop_cap { font-size:24px; font-family:georgia; }

.grey { color:#909090; }

.grey a { color:#909090; }

.footer-links { text-align:center; line-height:1.9em; }

.footer-links a { margin:.3em 1em; text-decoration:none; }

#footer a {
border-bottom:medium none;
color:#FFFFFF;
font-weight:bold;
}

#footer a:hover { text-decoration:underline; color:#ffffff; }

.apply_btn { padding:1.6em 0 2.5em; text-align:center; }

.format_text input, #commentform input, #commentform textarea { width:4%; }

.red { display:none; }

#text-9 .redpop a{color:#010066; font-size:11px;}
#text-9 .redpop a:hover{color:#010066; font-size:11px;}

.format_text input, #commentform input, #commentform textarea {
width:4%;
}

.format_text input, #commentform input, #commentform textarea {
border-width:0.083em;
padding:0.25em;
width:45%;
}

input, textarea { background:#FFFFFF none repeat scroll 0 0; border:none; }

.divider-line { border-bottom:1px solid #DDDDDD; padding-top:1.3em; }

.latest{
	background:#fff url(images/footer_list_bg.jpg) bottom left repeat-x;
	border:1px solid #dadada;
	margin-right:1em;
	}

.latest img{
	padding:3px;
	border:1px solid #dadada;
	}

.latest h2{
	padding:6px 6px 6px 0px; 
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
	}
	
.latest .listimage{
	float:left;
	width:45%;
	padding:1em;
	}
	
.latest .list{
	float:right;
	padding:3px;
	width:50%;
	}
	
.latest .list ul{
	list-style:none;
	margin-left:0em;
	padding-left:0em;
		}

.latest .list ul li a{
	font-size:12px;
	text-decoration:none;
	line-height:2em;
	background:url(images/square.gif) 0% 50% no-repeat;
	padding-left:1em;
		}

.latest .list ul li a:hover{
	text-decoration:underline;
	color:#666666;
		}
		
		
/*------------- Thumb set ------------------------------------*/
.thumb_list{
margin:1em 0em 2em 0em;
border:1px solid #dadada;
padding:1em 2em 2em 2em;
}

.thumb_list h1{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#009AC8;
	margin-left:50px;
	padding-top:1.8em;
}

.thumb_list h1 a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#009AC8;
}

.thumb_list h1 a:hover{
	border-bottom: 1px solid #009AC8;
}

.thumb_list p {
	font-family:Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#7F8183;
	margin-top:15px;
	margin-left:25px;
	margin-right:25px;
}

.thumb_list p a{
	font-family:Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#7F8183;
}

.thumb_list p a:hover{
	border-bottom: 1px dotted #7F8183;
}



.thumb-1{
	width:287px;
	height:181px;
	background:url(images/t1.jpg) left top no-repeat;
	 margin-right: 14px;

	}

.thumb-2{
	width:287px;
	height:181px;
	background:url(images/t2.jpg) left top no-repeat;
	margin-right: 14px;
	}

.thumb-3{
	width:287px;
	height:181px;
	background:url(images/t3.jpg) left top no-repeat;
	margin-right: 14px;
	}

.thumb-4{
	width:287px;
	height:181px;
	background:url(images/t4.jpg) left top no-repeat;
	margin-right: 14px;
	}

.thumb-5{
	width:287px;
	height:181px;
	background:url(images/t5.jpg) left top no-repeat;
	margin-right: 14px;
	}

.thumb-6{
	width:287px;
	height:181px;
	background:url(images/t6.jpg) left top no-repeat;
	margin-right: 14px;
	}

.thumb-7{
	width:287px;
	height:181px;
	background:url(images/t7.jpg) left top no-repeat;
	margin-right: 14px;
	}

.thumb-8{
	width:287px;
	height:181px;
	background:url(images/t8.jpg) left top no-repeat;
	margin-right: 14px;
	}

.thumb-9{
	width:287px;
	height:181px;
	background:url(images/t9.jpg) left top no-repeat;
	margin-right: 14px;
	}
	
	/*-------------- Search Area ------------------------------*/
	#search_area{width:960px; height:176px; background:url(images/search-bg.jpg) no-repeat top left;}
	#search_area h1{padding-top:1em; color:#000; padding-left:2em; font-size:24px; font-weight:bold; letter-spacing:-1px;}
	#s {
     float: left;
     background: url("images/bkg_search.png") 0 0 no-repeat;
     color: #999999;
     padding: 10px 10px 6px 50px;
     width: 500px;
	 margin-top:0em;
	 margin-left:2.7em;
	 height:25px;
	 font-size:18px;
	 border:2px solid #dadada;
		}

	.ie #s {
     float: left;
     background: url("images/bkg_search.png") 0 0 no-repeat;
     color: #999999;
     padding: 10px 10px 6px 50px;
     width: 500px;
	 margin-top:0em;
	 margin-left:5em;
	 height:25px;
	 font-size:18px;
 	 border:2px solid #dadada;
		}

.custom.about .post_box{ display:none; }
.custom .teasers_box { display:none; }

/*-------Ad Listing-----------*/
#adlisting ul {list-style-type:none; padding:0; padding-bottom:1px; margin:0px; border-top:1px dotted #ddd; border-bottom:1px dotted #ddd;}
#adlisting ul li {padding-left:0em;padding-top:1.5em;padding-right:1em;line-height:1.5em;padding-bottom:2em;}
/*#adlisting ul li:hover { background:#F5F5F5;}*/
#adlisting ul li a, #adlisting ul li a:link, #adlisting ul li a:visited { }
/*#adlisting ul li a:hover {}*/
#adlisting ul li.active { background:#fff; line-height:1.5em;  padding-left:0px; padding-top:2px; padding-right:12px; }
#adlisting .title {font-size:20px; /*-color:#FFFFFF;--*/ text-decoration:none; font-weight:bold; font-family:Arial, Tahoma,  Verdana; line-height:1em; }
#adlisting .title a {text-decoration:none;font-weight:bold;color:#2361A1;display:block;}
#adlisting  a:hover {color:#404040;}
#adlisting .title a:link {margin-bottom:0.2em;text-decoration:none;font-weight:bold;}
#adlisting .title a:visited {text-decoration:none; font-weight:bold;}
#adlisting .title a:hover{text-decoration:underline;font-weight:bold;color:#404040;}
#adlisting .description{	font-size:13px;color:#404040;line-height:1.6em;display:block;padding:0;font-weight:normal;}
#adlisting .visibleurl {font-size:12px;font-weight:normal;display:block;color:#4F5F6E;}
#adlisting .visibleurl a {color:#4F5F6E;font-weight:normal;display:block;font-weight:normal;}
#adlisting .visibleurl a:hover {text-decoration:none;} 
#searchedfor { margin:.9em .4em .7em;float:left;padding-left:.6em;}
#searchedfor h2 { color:#515151; font-size:20px; font-weight:bold; border-bottom:1px solid #DDDDDD; padding-bottom:.4em; margin-bottom:0.6em; }
#searchedfor .head { margin-bottom:1.5em; float:right; color:#E8E8E8; font-size:9px; }
#adlisting { margin-bottom:1.1em; }
/*-------End of Ad Listing-----------*/