/*
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/
*/

/*----------double mule header graphic-------------*/
.custom #header { border-bottom:none;
height:160px;
padding-top:0;
padding-bottom:0;
background:url(http://www.moisturizer-reviews.com/wp-content/gallery/header/logo.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

/*--Clean up Multi Media Box--------*/
#multimedia_box {
	padding: 1.2em;
	}
.image_box, .custom_box {
	border-width: 0.1em;
	border-color: #111111;
	}
#custom_box {
	font-size: 0;
	}

.sidebar h3 {
	letter-spacing: 1px;
	font-size: 1.5em;
	}

.menu a {
	letter-spacing: 1px;
	}

/*clean up feature box*/
#feature_box {
	padding-bottom: 1em;
	padding-left: 1.4em;
	padding-top: 1.3em;
	border-width: 0.1em;
	background: #FFFFFF;
	border-color: #111111
	}

/*----teaser box formatting---*/
.post_box, .teasers_box {
	border-color: #111111;
	}



/*Remove Child Bullets*/
ul.children {list-style: none;}

/*Justifying Teaser Images*/
.custom #teaser { text-align: left justify; }

/* Remove From the category archives message*/
.custom #archive_info {display:none;}

/* Remove Comments are Closed */
.custom .comments_closed {display: none; }
.format_text .to_comments {visibility: hidden;}



/*Background Image*/
//body {
//	background: url('http://moisturizer-reviews.com/wp-content/uploads/2010/02/footer1.jpg');
//background-attachment: fixed;
//height:1000px;
//
//}


//.custom #feature_box { background: #ffffff; border-style: none; }

/* New sidebar / content area background*/
.custom #content_box {background-color:#FEFFF0;}
.custom #content {background-color:#FEFFF0;} 
.custom #sidebar_1 a:hover { color: #99005c; }
.custom #content_box a:hover { color: #99005c; }
.custom #menu { font-weight: bold; }
.custom #header { padding-top: 0; }
.custom #footer { padding-bottom: 0; }
.custom #content h2 a:hover { color: #99005c; }
.custom #footer a:hover {
	color: #99005c;
}

.menu a:hover
{ font-weight: bold; }

/* author comments */
dl#comment_list .bypostauthor {
	background: #EFEEE4;
}


/* Footer from Widget Me plugin */
.custom #content_footer {
	margin: 15px;
	text-align: center;
}

/*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:#FFFBCC; 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:12px;}

/* 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:#FEFFF0;}			/* 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;
	}

------------------------*/

/*------------Custom Footer Formatting----------------------*/
.custom #footer {
 	height: 100%;
 	width: 98%;
 	border-top:1px solid #111111;
	background-image: url("http://moisturizer-reviews.com/wp-content/uploads/2010/02/footer.jpg")
	padding:0em;
}

.custom #footer a{
 border-bottom: 1px none #cccccc;
}

.custom #footer {
 text-align:center;
}

/* footer widget area setup */
#footer_setup {
 /* widgetized footer background (not footer background) */
  background-image: url("http://moisturizer-reviews.com/wp-content/uploads/2010/02/footer.jpg") 
/* widget padding */
 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.5em;
 /* 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.0em;
 line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }
#footer_setup .footer_items h3 { font-size: 1.2em; }

/* Remove Comments are Closed */
.custom .comments_closed {display: none; }
.format_text .to_comments {visibility: hidden;}

/*Justifying Teaser Images*/
.custom #teaser { text-align: left justify; }

/* Padding Below Multimedia Box */
.custom #multimedia_box {margin-bottom: .5em;}

/*------------Remove Borders

.custom #header, .custom #content_box, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, _list dd.comment {     border-bottom: 1px;
 border-top: 1px;
 border-right: 0px;
 border-left: 0px;
}
--------------------------*/

/*----------------add formatting to my archive page------------------*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: 1em; list-style: none;}
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}
.custom .archive ul.children {font-size: .8em; }
.custom .archive a {text-decoration: none;}



/*-------------------------Leaderboard Ad in Header--------------------*/
.custom #leaderboard_ad { float: right; position: absolute; width: 234px; height: 60px; top: 55px; left: 1100px; border-width: 1px; border-color: #000000;}
.custom #leaderboard_ad_2 { float: right; position: absolute; width: 234px; height: 60px; top: 55px; left: 325px; border-width: 1px; border-color: #000000;}

