/*
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/
*/
/****  HEADER STYLES  ****/ 

/* removes padding from the header area on all sides */
.custom #header_area{display:none;padding:0em;}

/* sets the color of the nav bar area as well as the padding and border*/
.custom #nav_area {background-color:white; padding:0em 0; border:0px;}
    /* the tabs are a list of bullets and this styles the overall list */
	.custom #nav_area ul {border-bottom:none; border-left:none;}
	    /* this styles the individual tabs and tells it to not have any border or padding or margin or background */
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}

/* this sets some positioning values for the tab area. The negative margin value makes it go up above where it would normallly sit which is what allows it to overlap the header image. The width value needs to be adjusted to accommodate your width of tabs. */
ul#tabs {position:absolute; margin-top:-23px;width:703px;}

.custom ul#tabs {border-bottom:none; border-left:none; background:#ffffff;}
.custom ul#tabs li {margin-bottom:0; border:0px solid #ffffff; background:silver}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#FFFFFF}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {text-decoration:none; background:#FFFFFF}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#FFFFFF;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF}

/* sets the background color for the full-width header area and sets padding and border to 0 for that area */
.custom #title_area {background:#ffffff; padding:0em 0 0em; border:0px;}
    /* customizes the image to put in the header area. There's no bottom border, height of the area is specified as 300 pixels which is also the height of the image, padding is set to 0, the URL of the image is specified and the orientation of the image is set to be cenetered */
	.custom #header {border-bottom:none; height:236px; padding:0; background:url(http://dreaminthelife.com/wp-content/uploads/2010/02/KarenFadedHeader4.jpg) center center no-repeat;}
		/* I'm not using a logo in my header area */
		.custom #header #logo {display:none;}
		/* I'm also not using a tagline in my header area */
		.custom #header #tagline {display:none;}

/******* END HEADER STYLES ******/

/****** GENERAL PAGE STYLES *******/

.custom  #content_area  .page {background:#ffffff; margin-top: 0em;}

/* The background color of the page overall. When you specify colors for each section - header, blog post area, sidebars - this color usually only shows up in the area outside of that */
body.custom {
    background: #ffffff;
}

/*.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}
*/

.custom #page {
    background: #ffffff;
}

/****** END GENERAL STYLES FOR PAGE *******?

/* Styling for the widget with the id of "text-6" where I'm specifying a custom header image for that widget using an image I created. I don't know what each line means but it's all needed for the custom headers on the sidebars. */
.custom #text-6.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-originadding;
background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/recommended.gif') no-repeat;
color:#FFFFFF;
height:35px;
padding:0.3em 0 0.3em 0.3em;
}

.custom li.text-6 h3 {height: 38px; background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/archives.gif'); text-indent: -9999px;}

/* Styling for the widget with the id of "archives-3" where I'm specifying a custom header image for that widget using an image I created. I don't know what each line means but it's all needed for the custom headers on the sidebars. */
.custom #archives-3.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-originadding;
background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/archives.gif') no-repeat;
color:#FFFFFF;
height:35px;
padding:0.3em 0 0.3em 0.3em;
}

.custom li.archives-3 h3 {height: 38px; background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/archives.gif'); text-indent: -9999px;}


/* Styling for the widget with the id of "better-blogroll" where I'm specifying a custom header image for that widget using an image I created. I don't know what each line means but it's all needed for the custom headers on the sidebars. */
.custom #better-blogroll.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-originadding;
background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/links.gif') no-repeat;
color:#FFFFFF;
height:35px;
padding:0.3em 0 0.3em 0.3em;
}

.custom li.better-blogroll h3 {height: 38px; background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/links.gif'); text-indent: -9999px;}


/* Styling for the widget with the id of "text-5" where I'm specifying a custom header image for that widget using an image I created. I don't know what each line means but it's all needed for the custom headers on the sidebars. */
.custom #text-5.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-originadding;
background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/twitter1.gif') no-repeat;
color:#FFFFFF;
height:35px;
padding:0.3em 0 0.3em 0.3em;
}

.custom li.text-5 h3 {height: 38px; background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/twitter1.gif'); text-indent: -9999px;}



/* Styling for the widget with the id of "wp-popular-posts-widget" where I'm specifying a custom header image for that widget using an image I created. I don't know what each line means but it's all needed for the custom headers on the sidebars. */
.custom #wp-popular-posts-widget.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-originadding;
background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/popularposts.gif') no-repeat;
color:#FFFFFF;
height:35px;
padding:0.3em 0 0.3em 0.3em;
}

.custom li.wp-popular-posts-widget h3 {height: 38px; background: url('http://dreaminthelife.com/wp-content/uploads/2010/02/popularposts.gif'); text-indent: -9999px;}

/* Styling for the widget with the id of "text-7" where I'm specifying a custom header image for that widget using an image I created. I don't know what each line means but it's all needed for the custom headers on the sidebars. */
.custom #text-7 {
        margin-top: -35px;
   
}
