/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body&gt; 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/
*/

/*---menu Work----*/
.sidebar h3 {
	letter-spacing: 1px;
	font-size: 1.4em;
	}

.menu a {
	letter-spacing: 1px;
	}

.headline_area h1 {
	font-weight: bold;
	font-size: 2.6em;
	}

/*Remove Child Bullets*/
ul.children {list-style: none;}

/* Remove From the category archives message*/
.custom #archive_info {display:none;}


/* New sidebar / content area background*/
.custom #content_box {background-color:#ffffff;}
.custom #content {background-color:#fff;} 
.custom #sidebar_1 a:hover { color: #3D0707; }
.custom #content_box a:hover { color: #3D0707; }
.custom #menu { font-weight: bold; }
.custom #header { padding-top: 0; }
.custom #footer { padding-bottom: 0; }
.custom #content h2 a:hover { color: #DD0B19; }
.custom #footer a:hover {
	color: #111111
}

/* Header from Widget Me plugin */
.custom #sidebar_header {
	width: 468px;
	float: right;
	margin-top: -82px;
	padding-right: 11px;
}


/* If you're using Thesis 1.5.1 or older delete this line
.custom ul#tabs a {
	background: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
}

.custom ul#tabs a:hover {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}

.custom ul#tabs li.current_page_item a {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
If you're using Thesis 1.5.1 or older delete this line */

/* Layer of Category navigation */
.catnav {
	border-top: 1px solid #DDDDDD;
	border-bottom: 3px solid #191F26;
	list-style: none;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
}

.catnav li {
	color: #191F26;
//	padding-bottom:1.6em;
	line-height: 30px;
	float: left;
	list-style:none;
}
.catnav li a {
	color: #888888;
	display: block;
	padding: 0 13px;
	font-size: 11px;
	border-right:1px solid #DDDDDD;
}

.catnav li a:hover {
	text-decoration: none;
	color: #BDC6D2;
	background: #191F26;
}

.catnav li ul {
	display: none;
}

/* Home Page Featured Content Slider */
.hfeed #feature_box {
	padding: 15px 0px;
	background: #FFFFFF;
}

.sidebar h3 {
	color: #BDC6D2;
	background: #191F26;
	display: block;
	padding: 2px 5px;
}

.sidebar h3 a {
	color: #FFFFFF;
	background: #CC0000;
	display: block;
	background: #CC0000;
	display: block;
	padding: 0px 1px ;
	text-align: left;
}

.sidebar h3 img {
	float: right;
	padding: 0px;
}


.sidebar ul {
	padding: 2px 5px;
}

.under_content h3 {
	color: #FFFFFF;
	background: ##3D0707;
	display: block;
	padding: 2px;
	text-align: center;
	width: 500px;
	float: left;
}

.under_content ul, .sidebar_footer ul, .sidebar_header ul {
	list-style: none;
}

.under_content_list .textwidget {
	padding: 5px 0px;
	width: 500px;
	float: left;
}

/* author comments */
dl#comment_list .bypostauthor {
	background: #EFEEE4;
}


/* Footer from Widget Me plugin */
.custom #content_footer {
	margin: 15px;
	text-align: center;
}

/* Featured */
.custom #feature_box {
margin-left: 125px;
}


/*Sidebar Padding*/

.custom .sidebar {

padding-top: 1em;

}

/* Related Posts */
ol.related-posts {clear:both; text-align:center; margin:10px 0px 0px 0px; padding:0;}
ol.related-posts li{width:130px; float:left; display:inline; margin-right:15px;; padding:0;}
ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD; height:100px; width:105px; }
ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}
ol.related-posts li{font-size:11px; line-hight: 1em;}

/* Related Posts Text */
.custom h4 {
	color: #111111;
	}

/* DOMtabs skin by Michael Martin - http://www.problogdesign.com */
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */
/* Install guide: http://www.problogdesign.com/general-tips/how-to-install-domtabs-on-wordpress/ */

ul.domtabs li.active {background:#000000;}		/* Active tab background color */
ul.domtabs li:active a {color:#ffffff;}		/* Active tab font color */
ul.domtabs li {background:#9197A1;}			/* Inactive tabs background color */
ul.domtabs li a {color:#ffffff;}				/* Inactive tabs font color */
ul.domtabs li {border-color:#000000;}			/* Tabs border color */
.domtab div {border:1px solid #000000;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;}						/* Box background color */

ul.domtabs li {margin-right:0.5em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:1px 1px 1px;
	padding:0.5em;
	clear:both;
	}

/*---Footer Formatting---*/
#footer{
background-color: #FFFFFF;
}
.custom #footer {
 height: 100%;
 width: 98%;
 
border-top:0px solid #FFFFFF;
background-color: #FFFFFF;
padding:0em;
}
.custom #footer a{
 border-bottom: 1px none #cccccc;
}

.custom #footer {
 text-align:center;
 padding-top: 1.6em;
}

/* footer widget area setup */
/* widgetized footer background (not footer background) */

/* widget padding */
#footer_setup {
background-color: #FFFFFF;
 	padding:1.5em;
/* do not change this! */
 overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
 /* contents alignment */
 text-align: left;
 /* widget width */
 width: 33.3%;
 /* space between widgets */
 padding-right: 0px;
 /* text color */
 color: #2361A1;
 /* do not change these! */
 display: inline-block;
 float: left;
 height: 100%;
}

/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/
#footer_setup .footer_items h3 {
 /* font size */
 font-size: 1.2em;
 /* bold or not */
 font-weight: bold;
 /* uppercase or not */
 text-transform: uppercase;
 /* space out the letters*/
 letter-spacing: 0px;
 /* font color*/
 color: #111111;
 /* padding under header text */
 padding-bottom: 3px;
 /* border under header text */
 border-bottom: 3px none #ffdf00;
 /* distance between border and widget text */
 margin-bottom: 5px;
  /*indent left*/
 padding-left: 0.65em;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
 font-size:1.1em;
 line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }

/*Justifying Teaser Images*/
.custom #teaser { text-align: left justify; }

/* Position the Search Box---------*/
.custom #s { 
	-moz-background-clip:border; 
	-moz-background-inline-policy:continuous; 
	-moz-background-origin:padding; 
	background:#EEEEEE none repeat scroll 0 0; 
	border:1px solid #BDC6D2; color:#000000; 
	float:right; font-size:12px; 
	margin-right:-1em; 
	margin-top:-3.8em; 
	padding:1em;
	position:relative; 
	width:180px; 
}
.custom widget thesis_widget_search {background:#fff;}
/*-----------*/

/* Padding Below Multimedia Box */
.custom #multimedia_box {margin-bottom: .5em;}

/*----------------add formatting to my archive page------------------*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: 1.2em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}
.custom .archive ul.children {font-size: .8em; }

/*----------double mule header graphic-------------*/
.custom #header { border-bottom:none;
height:160px;
padding-top:0;
padding-bottom:0;
background:url(http://www.thedigitalcameraexperts.com/wp-content/themes/thesis_16/custom/images/logo.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }


