/*
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/
*/

.custom { background: #fff url('images/bg-bldg.jpg') center top repeat-x fixed; color:#666666;}
.custom #header { border:medium none; padding-top:0em; background:url(images/header.jpg) top right no-repeat;}
.custom .comments_closed p { display: none; }


.custom #logo a {
background-image:url(/wp-content/themes/singles/custom/images/logo.png);
background-repeat:no-repeat;
display:block;
height:90px;
margin-top:0;
text-indent:-9999px;
width:50%; float:left;
}

.headline_area h1 a{color:#0066CC;}
.headline_area h2 a{color:#0066CC;}
.headline_area h1 {color:#0066CC;}
.headline_area h2 {color:#0066CC;}

.featured_article{margin:0;}
.featured_article h2 {color:#666;}




/* NAV */

.custom #navbar {
	float: left;
	width: 60%;
	
}
.custom .menu {
	border: none;
	width: auto;
	float: left;
	background:url(images/nav_bar.png) repeat-x left;
	height:46px;
	width:1050px;
}
.custom .menu li {
	border: none;
	background: none;
	font-size:12px;
}
.custom .menu li a.current, .custom .menu li a.current {
	outline: none;
	padding:0px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding-bottom:0em;
	background:url(images/nav_bar.png) repeat-x left;
	height:46px;
}
.custom .menu a, .custom .menu a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-weight:bold;
line-height:normal;
margin-left:2em;
margin-right:2em;
padding:1.2em 0.6em 1em;
text-transform:none;
}
.custom .menu li a.current {
	color: #fff;
	background: url(images/rightarrow.png) left center no-repeat;
	padding-bottom: 4px;
}
.custom .menu a:hover, .custom .menu li a.current:hover,  .custom .menu li a.current:hover {
	color: #f6a836;
	text-decoration: none;
}
.custom .menu li.current-cat {
	color: #fff;
	background: url(images/rightarrow.png) left center no-repeat;
	padding-left: 8px;
	padding-bottom: 0px;
}
.custom .menu li ul li {
	background: #000;
}

.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px; background: url('images/icon-rss.gif') 100% 100% no-repeat; border: none; }
		.menu .rss a:hover { text-decoration: none; }
		
/*---:[ nav menu styles ]:---*/
.custom #nav {
		width: 100%;
		height:46px;
		float: left;
		padding: 0;
		background:url(images/nav_bar.png) repeat-x left ;
	}
	
	.custom .nav_container {
		overflow: hidden;
		margin-left:0;
	}

		.custom ul#tabs {
			float: left;
			border: none;
			width: 740px;
			height:46px;
			margin: 0;
			padding:0;
		}

#s {
     float: right;
     background: url('images/bkg_search.png') 0 0 no-repeat;
     color: #999999;
     padding: 6px 2px 6px 30px;
     width: 300px;
	 margin-top:10px;
	 border:0px;
}

			
/*---:[ sidebar styles ]:---*/
.sidebar{padding-left:0px; padding-top:0em; border: 0;}
.sidebar h3 { height:25px;
		line-height:25px;
		font-variant:normal; letter-spacing: 0px; color:#fff;  font-weight:bold;
		background:url(images/box-heads3.png) 0 0 no-repeat;
		padding:0 0 0 10px;}
		
#sidebar_1 ul.sidebar_list h3 { height:25px;
		line-height:25px;
		font-variant:normal; letter-spacing: 0px; color:#fff;  font-weight:bold;
		background:url(images/box-heads2.png) 0 0 no-repeat;
		padding:0 0 0 10px;}	

	
.sidebar a { color:#0066CC; font-size:12px; font-weight:bold; }
.sidebar a:hover { text-decoration:none; color:#0099FF; }
.sidebar ul.sidebar_list { list-style: none; border:none; margin-top:0em; margin-left:0em; margin-bottom:0em; margin-right:0; padding-top:1em; border: 0;}
#sidebar_1 ul.sidebar_list { list-style: none; border:none; margin-top:-1em; margin-left:0em; margin-bottom:0em; margin-right:0; padding-top:0em; border: 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; }
		li.widget ul li .num_comments { color: #111; }
		

.format_text .to_comments { display:none; }

.featured_article { margin-left:2.2em; margin-top:4em; margin-bottom:.4em;  }
.featured_article h2 { font-size:18px; }


/*slideshow*/
#slideshow {
    position:relative;
    height:180px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 180px;
	padding:0em;
	line-height:1.5em;
	background:#FFFFFF left top repeat-x;
	color:#666666;
}

#slideshow strong {
	font-weight:bold;
	color:#0066CC;
	font-size:14px;
}

#slideshow em {
	font-style:italic;
	font-size:10px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 180px;

    border: 0;
    margin-bottom: 0px;
}


/*content box*/
.box-head{
	height:25px;
	padding:0 5px 0 0;
	background:url(images/box-heads.png) 100% 0 no-repeat;
}

.box-footer{
	height:25px;
	padding:0 5px 0 0;

}

.box-footer h2{
		height:10px;
		font-size:15px;
		color:white;
		font-weight:bold;
		padding-left:2em;

	}


.box-head.dark{background-position: 100% -25px}
.box-head.red{background-position: 100% -80px;}
.box-head.blue{background-position: 100% -120px}

.box-head h1{
		height:25px;
		line-height:25px;
		font-size:13px;
		color:white;
		font-weight:bold;
		background:url(images/box-heads.png) 0 0 no-repeat;

	}
	.box-head.dark h1{background-position: 0 -25px}
	.box-head.red h1{background-position: 0 -80px}
	.box-head.blue h1{background-position: 0 -120px}
		.box-head h1 span{
			padding:0 0 0 10px;
		}


	.box-head h2{
		height:25px;
		line-height:25px;
		font-size:12px;
		color:white;
		font-weight:bold;
		background:url(images/box-heads.png) 0 0 no-repeat;
		padding-left:0em;
	}
	.box-head.dark h2{background-position: 0 -25px}
	.box-head.red h2{background-position: 0 -80px}
	.box-head.blue h2{background-position: 0 -120px}
		.box-head h2 span{
			padding:0 0 0 10px;
		}

	.box-head h4{
		height:25px;
		line-height:25px;
		font-size:20px;
		color:#FFFFFF;
		font-weight:bold;
		background:url(images/box-heads.png) 0 0 no-repeat;
		padding-left:.5em;
	}
	.box-head.dark h4{background-position: 0 -25px}
	.box-head h4 span{
			padding:0 0 0 0px;
		}
	
.box-body{
	font-size:13px;
        padding:0 0 5px;
	line-height:1.5em;
}

.box-body .side{
	font-size:13px;
        padding:5px 0 5px;
	line-height:1.5em;


}

.side{
	border-left:1px solid  #EFEFEF;
	border-right:1px solid #EFEFEF;
	
}


.box-body p a{       
        color:#0066CC;
}

.box-body-signup{
	font-size:12px;
	padding:5px 0;
}

.box-bodySingle{
	font-size:12px;
	padding:10px 0;
}

.box-bodyTable1 {
 padding-top:6px;
 padding-bottom:8px;
 margin-left:.5em;
 margin-right:.5em;
}


.box-bodyTable {
 font-size:11px;
border-left:solid 5px #40839D;
 border-right:solid 5px #40839D;
padding:2px;
}


.box-bodyTable strong{
	font-weight:bold;
}

.box-tablefooter{
	height:15px;
	padding:0 5px 5px 0;
	background:url(images/footer.jpg) 100% 0 no-repeat;

}

.box-tablefooter h2{
		height:20px;
		font-size:15px;
		color:white;
		font-weight:bold;
		background:url(images/footer.jpg) 0 0 no-repeat;
		padding-left:2em;
	}



.box-bodyTable table.sample {
		
border:none;
line-height:1.3em;
border-bottom:solid 2px #F8F8F8;


	}

.box-bodyTable table.sample h3 {
        color:#0066CC;
        padding-bottom: 4px;	

	}



.box-bodyTable table.sample p {
		
padding-bottom: 4px;	

	}



.box-bodyTable table.sample a{
	font-size:12px;
	color:#0099FF;
	font-weight:bold;
padding-top:2px;
margin-top:9px;
	}

.box-bodyTable table.sample a:hover{

	color:#006699;
	text-decoration:none;
	}
	
.box-bodyTable table.sample h3{
	font-size:16px;
	font-weight:bold;
        color:#0066CC;
	text-decoration:none;
	}

.box-bodyTable table.sample h3 a{
	font-size:16px;
	font-weight:bold;
        color:#0066CC;
	text-decoration:none;
        margin-bottom:4px;

	}



.box-bodyTable table.sample h3 a:hover{
font-size:16px;
	color:#0099FF;
	}
	
.box-bodyTable table.sample td {
	color: black;
	padding:1em;


}

.box-bodyTable table.sample tr.head td {
	background-color:#EBEBEB;

	
}

.box-bodyTable table.sample tr.d0 td {
	background-color:#FFFFFF;
    border-left:solid 1px #F8F8F8;
 border-right:solid 1px #F8F8F8;

}
.box-bodyTable table.sample tr.d1 td {
	background-color: #E7F2FA;
  border-left:solid 1px #F8F8F8;
 border-right:solid 1px #F8F8F8;
 
}


	
	.full{
			clear:both;
		}
		

.review_excerpt { float:left; margin-right:1.2em; text-align:center; }

.home-images { font-size:16px; font-weight:bold; padding-top:1.8em; }
.home-images a:hover { text-decoration:underline; }

.textwidget ul li a { display:block; margin-left:1em; }

.custom .comment_time { visibility:hidden; }


#text-26 h3 {
	margin-bottom:0px;
	font-size:1em;
	}