/*
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:#FFCC33; }				<--- 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:#000000;}

	.custom #container { margin-top: 0em; margin-bottom: 0em; border:#333333 solid 1px;  }

		.custom #page { background: #000; padding-top:0em;  }
		.custom #content {border-right:0px #FFFFFF solid; border:none; margin-top:1em;}
		#content_box { background:transparent none repeat scroll 0 0; width:100%; padding:0; margin:0;}
		#header {padding:0px; height:164px; margin:0px;}
		#footer { color: #888; border-top: 3px double #333333; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
a { color:#939393; text-decoration: none; font-weight:normal; }
a:hover { text-decoration: none; font-weight:normal; color:#FFCC33;}
.border-thumbs a:hover { text-decoration: underline; color:#FF0000; font-weight:bold; }
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 {width:100%; background:#000000 url(images/nav_bar.png) repeat-x left ;}
	ul#tabs li { margin:.9em 0 1em 0; padding:0px 1.3em 0 1.3em;  border: 0px solid #ddd; border-left: 0; float: left;  font-weight:bold; background:#000000 url(images/nav_bar.png) repeat-x left ;  }
	ul#tabs li.current_page_item, ul#tabs li.current-cat {  margin:.8em 0 1em 0; padding-top:0px; background:#000000 url(images/nav_bar.png) repeat-x left ;  border-bottom: 0; color:#999999;  }
		ul#tabs li a { display: block; line-height: 1.3em; color:#FFFFFF; text-transform: uppercase; letter-spacing: 2px; font-weight:bold;
color:#FFFFFF; border-right:0px #FFFFFF solid;}
		ul#tabs li a:hover { color:#FFCC33; text-decoration: none; }
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default;  }
		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:#55643D;
	margin:0;
	}

.recent_article h2{
border-bottom:1px solid #DDDDDD;
color:#ffffff;
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 h3 { font-variant:normal; letter-spacing: 0px; color:#FFFFFF;  font-weight:bold; background:#404040  none repeat scroll 0 0; padding:.5em 0em .5em 1em; }
.sidebar a:hover { text-decoration:underline; color:#FFCC33; }
ul.sidebar_list { list-style: none; border:1px #333333 solid; margin-top:1em; margin-left:1em; margin-right:1em; }
	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; }
		li.widget ul li .num_comments { color: #111;  }
		li.widget ul li {border-bottom: 1px dotted #252525; border-left: 5px #252525 solid; padding-left: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:#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:#B0B0B0; }

#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:#ffffff;
        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:0em;
   border-bottom:medium none;
   padding-top:0em;
   background:url(images/header.jpg) top left no-repeat;
   height:164px;
}



/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; width:199px; 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: #999999;
     padding: 6px 2px 6px 35px;
     width: 170px;
	 margin-top:1em;
	 border:0px;
display:none;
}


.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 a {
color:#D20808;
font-weight:bold;
}

.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:1em;
	line-height:2em;
	border:1px solid #333333;
	margin-right:1em;
	}
.hometext h2{
	font-size: 14px;
font-weight: bold;
text-align: center;
padding-top: 0px;
line-height: 28px;
color:#D20808;
text-align:left;
padding-left:2.5em;
background:url(images/sidebar-header-black.jpg) no-repeat left top;
margin:0;
	}

.hometext h3{
	font-size:20px;
	color: #fff;
	font-weight:bold;
	}
	
.hometext .yellow_link{
	font-size:26px;
	color:#FF9900;
	font-weight:bold;
	}
	
.hometext .green{
	font-size:14px;
	color: #9F002D;
	font-weight:bold;
	}
	
.hometext ul{
	margin:1em 1em 1em 2em;
	text-align:left;
	}

.hometext ul a{
	color:#999999;
	font-weight:normal;
	}

.hometext ul a:hover{
	color:#FF0000;
	font-weight:normal;
	}


/*---:[ nav menu styles ]:---*/
.custom #nav {
		width: 960px;
		height:44px;
		float: left;
		padding: 0;
		background:url(images/nav_bar.png) repeat-x left top;
		margin-top:11em;
	}
	
	.custom .nav_container {
		overflow: hidden;
	}

		.custom ul#tabs {
			float: left;
			border: none;
			width: 740px;
			height:44px;
			margin: 0;
			padding:0;
		}
	
.border-thumbs{
	border:1px solid #333;
	margin: .3em .3em .3em .3em;
	background:#121212;
	}


.custom .comments_closed p {
  display: none;
}

.none { display:none; }

.custom .comments_closed p {
  display: none;
}

.headline_area h1, .headline_area h2 { font-size:19px; }

.headline_area {
margin-bottom:0.9em;
}

.post_box, .teasers_box { border:none; padding-bottom:3.4em; }

.format_text p { margin-bottom:.91em; }

.sidebar a { color:#A80000; font-size:16px; }
