/*
File:			custom_skin_style.css
Description:	Custom styles for Thesis skin
*/
body{
	font-family:Arial, Helvetica, sans-serif;
}

/*VERY TOP REGION*/
#date_box{
	font-size:11px;
	color:#000;
	background:#FFF; 
	text-shadow: 0px 0px;
	font-weight:normal;
	}
	
/*NAVIGATION REGION*/
ul.menu{
	width:949px;
	background:url(images/bg/nav-bg3.gif) no-repeat #b86d15 top right;
}
.menu a{
	font-size:14px;
	background:url(images/bg/nav-bg.gif) repeat-x #b86d15;
}
.menu a:hover{
	font-size:14px;
	background:url(images/bg/current-tab-bg.gif) repeat-x #4b0d03;
}	
	/*Current Tab Highlight*/
.menu .current-cat a, .menu .current-cat a:hover, .menu .current a, .menu .current a:hover{
	font-size:14px;
	background:url(images/bg/current-tab-bg.gif) repeat-x #4b0d03;
}
/*CONTENT REGION*/
#content_box{
	width:947px;
	background:url(images/bg/orange-vt-line.gif) repeat-y 61.7em 0 transparent;
	border-left:1px solid #f4911c;
	border-right:1px solid #f4911c;
}
h1{
	color:#860e0f;
}
h2 a, h2 a:visited{
	color:#860e0f;
}
.headline_meta{
	color:#000;
}
.format_text .to_comments a{
	color:#f09500;
}
	/*Homepage Headline */
.headline_area{
	margin:0px 0px 5px 0px;
}
#myGallery, #myGallerySet, #flickrGallery {
	background:#FFF;
}

/*DYNAMIC CONTENT GALLERY*/
.jdGallery
	/*Dynamic Content Gallery Slide Caption BG Area*/
.jdGallery .slideInfoZone  { 
		background:#000;
}
	/*Images with Borders*/
.headline_area img.frame {
	padding:1px 1px 1px 1px;
	background:#FFF;
	border:1px solid #f4911c;
	margin:0px 10px 5px 0px;
}
	/*Comments*/
.to_comments{
	padding:5px 0px 0px 0px;
}


	/*Teaser Post Area on Homepage*/
.teaser h2{
	font-weight:bold;
}
.teaser .format_teaser{
	margin:5px 0px 5px 0px;
}
.teaser .teaser_link{
	color:#f4911c;
}
.teaser .teaser_date{
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}


/*SIDEBAR REGION*/
.sidebar_list .widget h3 {
	background:#f4911c; 
	text-shadow: 0px 0px rgba(0, 0, 0, 0.5); 
	font-variant: normal;
	font-size:14px;
	letter-spacing: normal; 
	padding: .75em 1.2em;
	margin-bottom:0px;
	}
	/* Border around widgets */
.sidebar_list .widget{ 
 	background:#FFFFFF; 
	border:1px solid #f4911c; 
	padding:5%; 
	width:270px; 
	}
li.widget ul{
	padding:5px 0px 0px 0px;
}
	/* Social Networking Widget */
.sidebar_list .widget #tt_social img {
	padding:0px 7px 0px 0px;
}
	/*Controls the Sidebar Wrapper*/
#sidebars{
	width:32.9em;
}
#sidebar_1{
	width:100%;
}	
/*FOOTER REGION*/
#footer{
	width:947px;
	color:#000;
	background: #FFFFFF;
	border-left:1px solid #f4911c;
	border-right:1px solid #f4911c;
	border-bottom:1px solid #f4911c;
	padding:0px 0px 10px 0px;
	}	
#footer a, #footer a:visited{
	color:#000;
	text-decoration:none;
}
#footer .textwidget{
	text-align:center;
}
#footer .textwidget a, #footer .textwidget a:visited{
	display:block;
	font-size:1.3em;
	color:#FFF;
	background:#F4911C;
	padding:5px 0px 5px 0px;
}
#footer .textwidget a:hover{
	color:#FFF;
	background:#860E0F;
}
#footer a:hover{
	color:#f4911c;
	text-decoration:none;
}
#footer p{
	font-size:10px;
}
#footer h3{
	font-weight:bold;
	color:#860e0f;
	margin-bottom:3px;
}
	/*Footer Wrapper*/
#footwrap{
	margin:0px 10px 0px 10px;
	padding:20px 0px 0px 0px;
	/*border:1px solid #f4911c;*/
}

	/*Copyright Area / Very Bottom of Footer*/
.footer_copy{
	color: #000; 
	text-align:center; 
	padding: 0px 0;
}
p.footer_copy{
	font-size:0px;
}
#disclaimer{
	padding:10px 10px 10px 10px;
}
#disclaimer td{
	vertical-align:top;
}
#disclaimer td.left-col{
	text-align:center;
}
#disclaimer td.right-col{
	text-align:right;
}


/*PRODUCT SIDE BAR WIDGET*/
#product-tag-widget{
	font-size:12px;
	padding:5px 5px 5px 5px;
}
#product-tag-widget td{
	vertical-align:middle;
	border-bottom:1px solid #EEEEEE;
}
#product-tag-widget td.left-col{
	width:100px;
	padding:5px 10px 5px 0px;
}
#product-tag-widget img{
	padding:0px 0px 10px 0px;
}
#product-tag-widget a, #product-tag-widget a:visited{
	font-weight:bold;
}
