/*
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:#FFFFFF url('images/bg-bldg.jpg') center top repeat-y fixed; color:#666666;}

	 #container { margin-top: 2em; margin-bottom: 0em; padding-top:0em;  }

		.custom #page { background: #fff; padding-top:2em; }
		.custom #content {border-right:0px #FFFFFF solid; border:none;}
		#content_box { background:transparent none repeat scroll 0 0; width:100%; }
		#header { padding-top: 0em; padding-bottom:0px; padding-left:0px; height:180px;}
		#footer { color:#666666; border-top:1px solid #BBBBBB; text-align: right; clear: both; background:#FFFFFF; }

/*---:[ global elements ]:---*/
a { color:#0088E4; text-decoration: none; font-weight:normal; }
a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }
		

/*---:[ nav menu styles ]:---*/
	ul#tabs li {border: none;  margin:.5em 0 1em 0; padding-top:0px;  background: #FFFFFF url(images/nav_bar.png) no-repeat center; border-left: 0px solid #CCCCCC; border-right: 0px solid #CCCCCC; border-left: 0; float: left;  font-weight:bold;  padding-left:1em; padding-right:.6em;}
	ul#tabs li.current_page_item, ul#tabs li.current-cat {  margin:.5em 0 1em 0; padding-top:0px;  background: #FFFFFF url(images/nav_bar.png) no-repeat center; border-bottom: 0; color:#0099FF; padding-left:1em; padding-right:1em;  }
		ul#tabs li a {border: none;  display: block; line-height: 1em; color:#ccc; text-transform: uppercase; letter-spacing: 2px; font-weight:bold;
color:#0099FF; border-right:1px #ccc solid; padding-right:2em; }
		ul#tabs li a:hover { color:#999; text-decoration: none; }
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; padding-top:.5em; }
		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 #content_box {
margin-top:2em;
}

/*---:[ multimedia box ]:---*/
#multimedia_box { width: 100%; }
	#image_box { border:none; }
		#image_box img { display: block; border:none;}


.recent_article ul{
	list-style:none;
	color:#55643D;
	margin:0;
	}

.recent_article h2{
border-bottom:1px solid #DDDDDD;
color:#ffffff;
font-variant:small-caps;
letter-spacing:2px;
	}

.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 h3 { font-variant:normal; letter-spacing: 0px; color:#666;  font-weight:bold; background: url(images/sidebar-header.jpg) no-repeat left top; padding:.2em 0em .2em .5em; font-size:14px; }
ul.sidebar_list { background:#F8F8F8 none repeat scroll 0 0; }
.sidebar a {font-size:15px; font-weight:bold;}
.sidebar a:hover { text-decoration:underline; color:#999999; font-size:15px; font-weight:bold;}
ul.sidebar_list { list-style: none; border:1px #DADADA solid; margin-top:1em; margin-left:0em; margin-right:1em;}
	li.widget { width: 100%; 
                    line-height:2em; }
	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;  }
		li.widget ul li {padding-left:1em; background:#FFFFFF;}


/*-------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:#55643D;}*/
#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:#55643D;
}

#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:#55643D;
}

#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; }

#content h4{
	color:#999999;
	font-size:10px;
	padding:0 4px 1px 0;
	margin:0;
	}

.featured_list{
	padding:1em;
	border:1px solid #ddd;
	}

.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 {
     padding-top:1.15em;
	 background:url(images/banner.jpg) 0 0 no-repeat;
	 width:616px;
	 margin-top:1.15em;
	 height:246px;

}


.homeimage table{
	 font-size:16px;
	 color:#0C79B7;
}

.homeimage table ul{
	margin-left:2em;
	list-style:none;
}

.homeimage table ul li{
	padding-left:2em;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-right:1em;
	background:url(images/check.gif) 0 50% no-repeat;
}

.homeimage table ul li a{
	 font-size:16px;
	 color:#0C79B7;
	 text-decoration:underline;
	 font-weight:bold;
}

.homeimage table ul li a:hover{
	 font-size:16px;
	 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:2em;
   background:url(images/header.jpg) top left no-repeat;
   height:120px;
}



/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; width:50%; float:left; }
	#header #logo a { color: #111; }
	#header #logo a:hover { color: #55643D; }
#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:5em;
	 border:0px;
}

.post_box { padding-top:.9em; }

.cat_ads { padding:16px 0px 0px 10px; }

.page_ads { padding:20px 0px 0px 22px; }

.sidebar ul.sidebar_list { padding-top:1.008em; }

h2 { color:#006699; text-align:center; font-weight:bold; font-size:1.1em; }
h1 { color:#006699; text-align:center; font-weight:bold; font-size:1.3em; }

.headline_area h1, .headline_area h2 { font-size:2.2em; }

.headline_area h2 a{ color:#006699; text-align:center; font-size:1em; }

h2 a { color:#C80000; text-align:center; font-weight:bold; font-size:1.2em; }

.format_text h3 { color:#16B234; text-align:center; font-weight:bold; font-size:1.8em; }

.format_text h2 { font-size:1.7em; }

h3 a { color:#3366FF; text-align:center; font-weight:bold; text-decoration:underline; font-size:1.2em; line-height:1.3em; }

.visibleurl a { color:#55643D; }

/*.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; }

.hometext{
	font-size:12px;
	color:#999999;
	padding-top:0em;
	line-height:1.5em;
	}

.hometext h3{
	font-size:20px;
	color: #9F002D;
	font-weight:bold;
	}
	
.hometext .yellow_link{
	font-size:26px;
	color:#FF9900;
	font-weight:bold;
	}
	
.hometext .green{
	font-size:14px;
	color: #9F002D;
	font-weight:bold;
	}

/*---:[ nav menu styles ]:---*/
.custom #nav {
		width: 964px;
		height:35px;
		float: left;
		padding: 0;
		border: 1px solid #CCCCCC;
		margin-top:3.5em;
		background:#FFFFFF;
  		margin-bottom:1.16em;
        
	}
	
	.custom .nav_container {	
		
		overflow: hidden;
	}

		.custom ul#tabs {
			float: left;
			border: none;
			width: 70em;
			margin: 0;
		}
	#archive_info { display:none; }

.custom .comments_closed p { display: none; }

.ie #content { padding-top:2em; }

.ie .sidebar ul.sidebar_list { margin-top: 2em; }

.sidetable{
	border:#ddd 1px solid;
	}
	
.sidetable ul{
	padding:.5em;
	font-size:12px;
	}

.sidetable  ul li a{
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	}

.sidetable ul li a:hover{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	}
	
.bannerSearch{
	background:url(images/banner-search.jpg) top left no-repeat;
	width:620px;
	height:200px;
	margin-top:1em;
	}
         
		 
.home_list {
     padding-top:1.15em;
}


.home_list h2{
	font-size:22px;
	color:#666;
}

.home_list h3{
	font-size:14px;
	font-weight:bold;
}


.home_list table{
	 font-size:12px;
	 text-align:center;
	 border:1px solid #ddd;
}

.home_list table td{
	 font-size:12px;
	 text-align:center;
	 border:.5px solid #eee;
}

.home_list img{
	margin:1em;
	
}

.home_list table ul{
	margin-left:2em;
	list-style:none;
}

.row1{
	padding:0em .7em;
	background:url(images/sidebar-header.jpg) repeat-x top left;
	color:#666;
	border:none;
}

.home_list table ul li{
	padding-left:2em;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-right:1em;
	background:url(images/check.gif) 0 50% no-repeat;
}

.home_list table a{
	 font-size:12px;
	 color:#0C79B7;
	 text-decoration:underline;
	 font-weight:bold;
}

.home_list table a:hover{
	 font-size:12px;
	 color:#0C79B7;
	 text-decoration:underline;
 	 font-weight:bold;
}

.sidesearch{
	padding:100px 1em 1em 1em;
	background:#eee url(images/search-bg.jpg) repeat-x top left;;
	border:1px solid #DADADA;
	margin-bottom:1em;
	}
         
.sidesearch h2{
	font-size:18px;
	margin-bottom:.3em;
	color:#FFFFFF;
}
.sidesearch input{
	border:1px solid #ddd;
	color:#666666;
	vertical-align: middle;
	margin-top:2px;
	}
         
.adultfriend{
border:1px solid #DADADA; 
margin-top:1em; 
padding-top:1em; 
padding-bottom:1em;
margin-bottom:1em;
display:none;
}            
                                                                                                                                                 .adultfriend h3{
	margin-left:1em;
	margin-right:1em;
	padding:.5em;
	background:url(images/content-header.jpg) repeat-x top left;
	color:#FFFFFF;
	font-weight:bold;
      font-size:1.2em;
	}

#horizon_grant_banner { padding-top:.4em; }

.featured-links { font-size:14px; line-height:1.5em; padding-top:1em; padding-bottom:1.6em; }

.ie #horizon_grant_banner img { padding-top:2.7em; }

.ie .home_list { margin-top:-1.3em; }

.more-link { font-size:15px; color:#0088E4; }

.excerpt_text { line-height:1.5em; font-size:14px; margin:1em 1.4em; }

.excerpt_text  p { margin-top:1em; }

.textwidget a { display:block; }

.related_links {margin-left:.9em;}
.related_links ul li a{font-size:1.15em;}
.related_links ul {line-height:1.95em;} 
.related_links table {margin-left:.9em;}