/*
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:#620013 url(images/bg-bldg.jpg) top center no-repeat fixed; color:#666666;}

	.custom #container { margin-top:1em; margin-bottom: 0em;}

		.custom #page { background: #fff;  }
		.custom #content {border-left:0px #FFFFFF solid; border:none; padding-right:0; padding-right:0;}
		#content_box { background:transparent none repeat scroll 0 0; width:100%; margin:0; padding:0;}
		#footer{ background:#333; padding-bottom:1.8em; padding-top:1em; }
		#column_wrap {background:transparent none repeat scroll 0 0; }
		

/*---:[ nav menu styles ]:---*/
ul#tabs li { border: 0px solid #ddd; border-left: 0; float: left;  font-weight:bold; letter-spacing: 0px; background:none;}
ul#tabs li.current_page_item, ul#tabs li.current-cat {border-bottom: 0; color:#333; letter-spacing:0px; border:none; background:url(images/nav_bar.png) no-repeat left;}
ul#tabs li a { display: block; line-height: 1em; text-transform: capitalize; font-weight:bold; color:#333; border-right:0px #FFFFFF solid; letter-spacing: 0px; border:none; margin-top:3px; background:url(images/nav_bar.png) no-repeat left; padding-left:2em; padding-right:2em; }
ul#tabs li a:hover { color:#006699; text-decoration:underline;}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default;  letter-spacing: 0px; color:#333; border:none;}
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; color:#006699; letter-spacing: 0px; background: none;}
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{padding-left:0px; color:#333333;}
.sidebar h3 { font-variant:normal; letter-spacing: 0px; color:#fff;  font-weight:bold; background: #fff url(images/sidebar-top-all.jpg) no-repeat left top; padding:.5em 0em .8em 1em; font-size:12px;}	
#sidebar_2 h3 { font-variant:normal; letter-spacing: 0px; color:#fff;  font-weight:bold; background: #fff url(images/sidebar-header.jpg) no-repeat left top; padding:.5em 0em .8em 1em; font-size:12px;}	
#dfrads-widget-3 h3 { font-variant:normal; letter-spacing: 0px; color:#999999; background:none; border-bottom:1px solid #dadada;  font-weight:bold;  padding:.5em 0em .8em 0em; font-size:12px; padding-bottom:0em; }	
.sidebar a { color:#333; font-size:12px; font-weight:bold; }
.sidebar a:hover { text-decoration:underline; color:#006699; }

#sidebar_2 a { color:#333; font-size:11px; font-weight:normal; line-height:1.5em; }
#sidebar_2 a:hover { text-decoration:underline; color:#006699; }

#sidebar_1 ul.sidebar_list { list-style: none; border:none; margin-top:-1em; margin-left:1em; margin-bottom:1em; margin-right:1em; padding:0;}
#sidebar_2 ul.sidebar_list { list-style: none; border:none; margin-top:1em; margin-left:1em; margin-bottom:1em; margin-right:1em; padding:0;}
	li.widget { width: 100%; line-height:1.785em; }
	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; border-left:solid 1px #dadada;
border-bottom:solid 1px #dadada;
border-right:solid 1px #dadada; margin-top:-11px; padding-top:6px;}
		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-right: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:540px;

}

.banner-bg{
background:url(images/banner-bg.jpg) 0 0 no-repeat;
width:100%; 
height:200px;
}

.homeimage table{
	 font-size:12px;
	 color:#FFFFFF;
	 margin-top:2em;
	 margin-left:2em;
	 /*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;
	color:#666;
	line-height:1em;
}

.homeimage table h2{
	font-size:12px;
	font-weight:normal;
	color:#999;
	padding:1em;
	line-height: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:18px;
	 color:#000165;
	 text-decoration:none;
	 font-weight:bold;
}

.homeimage table ul li a:hover{
	 font-size:18px;
	 color:#000165;
	 text-decoration:underline;
 	 font-weight:bold;
}




.three_col_list {
     margin-bottom:18px;
     padding:1em 1em 5px;
}


#header {
   padding-bottom:0em;
   border-bottom:medium none;
   padding-top:2em;
   background:url(images/header.jpg) top left no-repeat;
   padding-left:0;
   height:100px;
}



/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; width:50%; float:left; margin-left:.5em; margin-top:.3em; }
	#header #logo a { color: #fff; letter-spacing:-4px; font-size:46px; font-weight:bold;  }
	#header #logo a:hover { color:#FFCC00; }
#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;
}


#s {
     float: right;
     background: url("images/bkg_search.png") 0 0 no-repeat;
     color: #000;
     padding: 6px 20px 6px 35px;
     width: 260px;
	 margin-top:3.5em;
	 border:0px;
}


.post_box { padding-top:.9em; padding-left:0; margin-left:0; }

.cat_ads { padding:16px 0px 0px 10px; }

.page_ads { padding:20px 0px 0px 22px; }

.sidebar ul.sidebar_list { padding-top:1.008em; }

h2 { color:#8A9C0C; }
h2 a { color:#000066; }

.post_box h2 { color:#8A9C0C; font-size:40px; font-weight:bold; letter-spacing:-3px; }

.visibleurl a { color:#000066; }

/*.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 #C4E4EE;
list-style:square;
padding-left:1em;
padding-bottom:.3em;
}

.widget ul li { 
border-bottom:1px dotted #C4E4EE;
list-style:none;
padding-bottom:.3em;
margin-left:1em;
margin-right:1em;
}

#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:0em 1em 1em 1em;
/*background:#f4f4f4 url(images/thumb_bg.jpg) bottom left repeat-x;*/
border:1px solid #dadada;
}

.footer_list h3 { font-variant:normal; letter-spacing: 0px; color:#A9BA09;  font-weight:bold; background: #fff url(images/bottom-header.jpg) no-repeat left top; padding:.3em 0em .5em 1em; font-size:16px; margin: 0 auto; }	

.footer_list img{
padding:.5em 0 1em 0;
}

.footer_list ul{
	list-style:none;
	font-size:12px;
	line-height:2em;
	}

.footer_list ul a{
	color:#333;
	text-decoration:none;
	}
	
.footer_list ul a:hover{
	color:#000;
	text-decoration:underline;
	}

.sidebar small { color:#888888; }

.light-grey { color:#B0B0B0; }

.center-headline .headline_area h1 { text-align:center; }


.sidebar .blue{
width: 100%;
background: #fff url(images/sidebar-top.jpg) no-repeat left top;
padding-top:0px;
padding-bottom:2em;
margin-bottom:0em;
padding-left:0em;
font-family:Arial, Helvetica, sans-serif;

}


.sidebar .blue ul{
border-left:solid 1px #dadada;
border-bottom:solid 1px #dadada;
border-right:solid 1px #dadada;
color:#006699;
list-style:none;
margin-top:-11px;
}

.ie .sidebar .blue ul  li p a{
margin:0em 1.5em 0em 4em;
color:#006699;
font-size:12px;
font-weight:normal;
line-height:2em;
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 4em;
color:#006699;
font-size:12px;
font-weight:normal;
line-height:2em;
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 1em 0em .5em;
color:#006699;
font-size:14px;
font-weight:normal;
line-height:2em;
background:url(images/arrow.gif) 0% 50% no-repeat;
padding-left:1em;
border-bottom:#dadada dotted 1px;
display:block;
}

.sidebar .blue ul li a:hover{
color:#333;
text-decoration: underline;
}



.sidebar .bluetesti{
width: 100%;
background: #466191 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: 980px;
		height:35px;
		float: left;
		/*background:url(images/nav_bar.png) repeat-x left ;*/
		
	}
	
	.custom .nav_container {
		margin-left:0;
	}

		.custom ul#tabs {
			float: left;
			border: none;
			width: 980px;
			height:35px;
			margin: 0;
			padding:0;
			background:url(images/nav_bar.png) no-repeat left;
			font-size:12px;}

.custom .teaser {
   width: 100%;
   margin-bottom: 2em;
   padding-bottom: 2em;
   border-bottom: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}

.top_excerpt { font-size:13px; line-height:1.5em; margin:1em 1.3em; }

.top_excerpt h2 { border-bottom:1px solid #DDDDDD; padding-bottom:.4em; font-size:1.3em; font-weight:none; }

.format_text ul { padding-left:3em; }

#customrecentposts-3 a { color:#577398; }

.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; position:bottom:0px; }

.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; }


.divider-line { border-bottom:0px solid #DDDDDD; padding-top:1.3em; }

.textwidget ul li a { display:block; }


/*---:[ Homepage Popular Searches ]:---*/
.home_links {
border-bottom:1px solid #DDDDDD;
font-size:12px;
margin-bottom:1.4em;
margin-left:1.5em;
margin-right:3.3em;
padding-bottom:1.6em;
text-align:center;
}

.home_links a {
font-weight:bold;
margin:0 0.6em;
color:#339900;

}

.home_feat h2 {
border-bottom:1px solid #DDDDDD;
font-size:1.3em;
margin-bottom:1.5em;
padding-bottom:0.2em;
}

#better-blogroll ul li a {
display:block;
}
/*---:[ End of Homepage Popular Searches ]:---*/

#customrecentposts2-3 .teal { color:#577398; font-weight:normal; }

#customrecentposts2-3 .teal ul li a:hover{ text-decoration:underline; }

#customrecentposts2-3  ul li a { color:#404040; }

ul#tabs li.home_link a { padding-left:1em; padding-right:1em; }

#sidebar_2 .textwidget ul li a { font-weight:bold; }

#dfrads-widget-3 { color:#505050; font-size:1.17em; line-height:1.49em; }
#dfrads-widget-3 strong { color:#333333; }

.weg_banner { padding-top:1.5em; margin-top:1.5em; text-align:center; }

/*-------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-----------*/