/*
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:#000 url('images/bg-bldg.jpg') center top no-repeat fixed; color:#666666; padding-top:2em;}

	.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:#304C6E; padding-bottom:1.8em; padding-top:1em; }
		

/*---:[ nav menu styles ]:---*/
ul#tabs { list-style: none; border-left: 0px solid #ddd; border-right: 1px solid #ddd; border-width: 0 0px 0px 0px; padding-top:0px;  font-size:12px; background:url(images/nav_bar.png) repeat-x left;}
ul#tabs li {background:url(images/nav_bar.png) repeat-x left; border: 0px solid #ddd; border-left: 0; float: left;  font-weight:bold; letter-spacing: 0px;}
ul#tabs li.current_page_item, ul#tabs li.current-cat { background:url(images/nav_bar.png) repeat-x left; border-bottom: 0; letter-spacing:0px;border:none;}
ul#tabs li a { display: block; line-height: 1em; text-transform: capitalize; font-weight:bold; background:url(images/nav_bar.png) repeat-x left top; color:#111; border-right:0px #FFFFFF solid; padding-right:.9em; letter-spacing: 0px; border:none; padding:1.2em 2em; }
ul#tabs li a:hover { color:#fff; text-decoration:none; background:url(images/nav_bar_2.png) repeat-x left top;}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default;  letter-spacing: 0px; border:none;}
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: 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;}
.sidebar h3 { font-variant:normal; letter-spacing: 0px; color:#222;  font-weight:bold; background: #fff url(images/sidebar-header.jpg) no-repeat left top; padding:.6em 0em .6em 1em; font-size:12px; }	
.sidebar a { color:#215B8F; font-size:12px; font-weight:normal; line-height:1.5em; }
.sidebar a:hover { text-decoration:underline; color:#9AADD5; }

#sidebar_1 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; padding-top:1em; padding-bottom:1em; }
		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:#666666; 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:0em;
	 line-height:1.5em;
	 background:url(images/banner.jpg) 0 0 no-repeat;
	 height:290px;
	 width:960px;

}

.banner-bg{
background:url(images/banner-bg.jpg) 0 0 no-repeat;
width:100%; 
height:290px;
}

.homeimage table{
	 font-size:12px;
	 color:#FFFFFF;
	 padding: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;
}

.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:18px;
	 color:#FFC600;
	 text-decoration:none;
	 font-weight:bold;
}

.homeimage table ul li a:hover{
	 font-size:18px;
	 color:#fff;
	 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; }
	#header #logo a { color: #111; }
	#header #logo a:hover { color: #2361a1; }
#header #tagline { font-weight: normal; color: #888; }

.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 40px 6px 35px;
     width: 260px;
	 margin-top:4em;
	 border:0px;
}


.post_box { padding-top:.9em; margin-left:0; margin-right:1em; padding-bottom:0; margin-bottom: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:#2361A1; font-size:20px; color:#09A1C3; letter-spacing:-1px;}
h2 a { color:#2361A1; }

.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_customrecentposts2 ul{
border-left:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-right:solid 1px #ccc;
color:#006699;
list-style:none;
margin-top:-10px;
}

li.widget_customrecentposts2 ul li {
border-bottom:1px dotted #ccc;
border-left:5px solid #ccc;
padding-left:1em;
padding-bottom:.3em;
line-height:1.33em;
border-left:medium none;
color:#666666;
font-size:12px;
}

li.widget ul {
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin-top:-10px;
}

li#widget_killer_recent_entries-2 ul li { background:url("images/arrow.gif") no-repeat scroll 0 50% transparent; margin-left:0.85em; margin-bottom:0.13em; margin-right:.1em; padding-bottom:0.18em; line-height:1.15em; }
li#widget_killer_recent_entries-2 ul li a { font-size:.9em; }

.widget ul li { 
border-bottom:1px dotted #E3ECEF;
border-left:none;
padding-left:1em;
padding-bottom:.3em;
}

#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; }

#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; }

.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;
	}
	
.homie-p .headline_area { display: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-header.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 #ccc;
border-bottom:solid 1px #ccc;
border-right:solid 1px #ccc;
color:#215B8F;
list-style:none;
margin-top:-11px;
padding-bottom:1em;
}

.sidebar .blue ul.videos li{
border-bottom:#dadada dotted 1px;
padding:.5em 0em .5em 0em;
}

.sidebar .blue ul.videos .last{
border-bottom:none;
padding:.5em 0em .5em 0em;
}

.sidebar .blue ul.videos li a{
color:#215B8F;
list-style:none;
background:none;
border-bottom:none;
font-weight:bold;
}

.sidebar .blue ul.videos li img{
float:left;
clear:both;
padding:1em 1em 0em 1em;
}

.sidebar .blue ul.videos li span{
font-size:12px;
color:#999999;
display:block;
padding-left:.5em;
}

.ie .sidebar .blue ul  li p a{
margin:0em 1.5em 0em 4em;
color:#215B8F;
font-size:12px;
font-weight:normal;
line-height:2em;
display:block;
padding-left:1em;
background:url(images/arrow.gif) 0% 50% no-repeat;
}

.sidebar .blue ul p a{
margin:0em 1.5em 0em 1em;
color:#215B8F;
font-size:12px;
font-weight:normal;
line-height:2em;
display:block;
padding-left:1em;
background:url(images/arrow.gif) 0% 50% no-repeat;
}


.sidebar .blue ul p.last{
border-bottom:#dadada dotted 1px;
margin-bottom:1em;
padding-bottom:1em;
}
.sidebar .blue ul li a{
margin:0em 1em 0em 1em;
color:#666;
font-size:12px;
font-weight:normal;
line-height:2.2em;
padding-left:0em;
display:block;
margin-top:.5em;

}

.sidebar .blue ul li a:hover{
color:#4185C2;
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: 960px;
		height:30px;
		float: left;
		padding: 0;
		background:#3267A0 /*url(images/nav_bar.png) repeat-x left*/ ;
		padding:.5em 0 .5em 0; 
		
	}
	
	.custom .nav_container {
		margin-left:0;
		clear:both;
	}

		.custom ul#tabs {
			float: left;
			border: none;
			width: 960px;
			height:46px;
			margin: 0;
			padding:0;
		}

.custom .teaser {
   width: 100%;
   margin-bottom: 2em;
   padding-bottom: 2em;
   border-bottom: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 1.3em;
   padding-bottom:0;
   border-top: 0;}

.top_excerpt { font-size:13px; line-height:1.5em; margin-right:.8em; margin-top:.8em; padding-bottom:1.4em; }

.top_excerpt p { margin-bottom:.7em; }

.top_excerpt h1 { padding-bottom:.5em; font-size:1.7em; line-height:1.364em; }

.format_text ul { padding-left:3em; }

ul#tabs li.page-item-5 a { color:#880000; }

ul#tabs li.page-item-5 a:hover {color:#496491; }

.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:#888888;
font-weight:normal;
}

#footer a:hover { text-decoration:underline; color:#ffffff; }


.divider-line { border-bottom:1px solid #DDDDDD; padding-top:1.3em; }

.textwidget ul li a { display:block; }

.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;

}

.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;
}

.ie .homeimage table h3 { line-height:2.3em; padding-left:.6em; }

.related_links a {
color:#2361A1;
font-size:15px;
font-weight:bold;
line-height:1.7em;
}
.related_links ul {
padding-top:0.7em;
}

.thumb-list p a{
 font-size:14px;
 }
 
.thumb-list table tr td {border-bottom:1px dotted #dadada; border-collapse:collapse; }
.thumb-list table tr.noborder td {border-bottom:none; border-collapse:collapse; padding-top:1em;}
 
 .thumb-list p a:hover{
 font-size:14px;
 text-decoration:underline;
 }
 
 /* New tabs */
 #navigation a
{
color: #fff;
background: url(images/left-tab.jpg) left top no-repeat;
text-decoration: none;
padding-left: 20px;
margin-left:.5em;
font-size:12px;
font-weight:bold;
margin-top:0px;
margin-bottom:0;
}

#navigation a span
{
background: url(images/right-tab.jpg) right top no-repeat;
padding-right: 20px;
padding-top:.6em;
padding-bottom:.6em;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #3B8BB3 url(images/left-tab-hover.jpg) left top no-repeat;
padding-left: 20px
}

#navigation a:hover span
{
background: url(images/right-tab-hover.jpg) right top no-repeat;
padding-right:20px;
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
list-style: none;
float: left;
margin: 0;
} 


#navigation li ul { display: none; padding:0; margin:0; }
#navigation	ul li a {
			display: block;
			text-decoration: none;
			color: #ffffff;
			padding: 5px 20px 5px 20px;
			background: #297296;
			margin-left: 6px;
			white-space: nowrap;
			border-top: 1px solid #4397C3;

		}
		
#navigation	ul li a:hover { background: #4487C3; }
#navigation	li:hover ul {display: block;position: absolute;}
#navigation		li:hover li {float: none;font-size: 12px;}
		
.format_text h2, .format_text h3 { color:#09A1C3; font-weight:bold; font-size:1.21em; margin-top:0.55em; margin-bottom:0em; }
.format_text {line-height:1.48em;}
.format_text p {margin-bottom:0.7em;}


.all_categories h3 { margin-left:-.6em; margin-bottom:.3em; font-size:14px; }
.all_categories { line-height:1.8em; }

li#advancedrecentposts-3 ul li { padding-left:0em; }
li#advancedrecentposts-3 ul li strong a {font-weight:bold;}

.top_excerpt ul li {margin-left:1.2em;}