/*
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/
*/


/* CHANGE BACKGROUND AND BORDER COLORS */  
body.custom { 
	/*background:url("images/pattern.jpg") repeat fixed;*/
	background-color:#F0EFED;
}
#top_pad { height:40px }
.custom #container { margin-top:4em; margin-bottom: 4em; padding: 0.3em; background: #fff; border: 0.3em solid ffffff;}
.custom #page { background: #fff; padding:0 2.2em 2.2em 2.2em;)  no-repeat 5.2% 0; }        
.custom #header { border:none; padding-bottom:0; padding-top:0; 
}


/* CLICKABLE HEADER IMAGE */
    /* This line sets up our clickable background image based on the site title's link */
    /* Adjust the height & width below to reflect the actual size of your image */
    /* Change the filename of your image to reflect the actual header's file name */
   
	.custom #header #logo a { display: block; height: 139px; width: 1100px; background: url('http://www.redecorate.com/wordpress/wp-content/themes/thesis_17/custom/images/new_header_site.jpg') no-repeat; outline: none; }
	
	.custom #blog_header a { display: block; height: 139px; width: 1100px; background: url('http://www.redecorate.com/wordpress/wp-content/themes/thesis_17/custom/images/new_header_blog.jpg') no-repeat; outline: none; }
	
	
/* REMOVES HEADER IMAGES FROM TRADEMARK PAGE */
	.custom.trademarks-of-lauri-ward   #header #logo a {
display:none;
}
	.custom.trademarks-of-lauri-ward   #blog_header a .{
display:none;
}

/* REMOVES HEADER IMAGES FROM COMMENT POLICY PAGE */
	.custom.comment-policy #header #logo a {
display:none;
}
	.custom.comment-policy #blog_header a .{
display:none;
}

	
	/* This line gets rid of the site title & tagline by casting them out to the far left */
    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

    /* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
    .custom #header #tagline { height: 0; }

    /* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
    .custom #header { padding: 0; }


/* REPLACE SIDEBAR WIDGETS WITH IMAGES */
.custom li.widget_recent_entries h3 { height: 21px; background: url("images/recent_posts.jpg") no-repeat; text-indent: -9999px; }
.custom li.widget_calendar h3 { height: 21px; background: url("images/calendar.jpg") no-repeat; text-indent: -9999px; }
.custom li.thesis_widget_search h3 { height: 21px; background: url("images/search.jpg") no-repeat; text-indent: -9999px; }
.custom li.widget_recent_comments h3 { height: 21px; background: url("images/comments.jpg") no-repeat; text-indent: -9999px; }
.custom li.widget_archives2 h3 { height: 21px; background: url("images/archives.jpg") no-repeat; text-indent: -9999px; } 
.custom li.widget_collapsarch h3 { height: 21px; background: url("images/archives.jpg") no-repeat; text-indent: -9999px; } 
.custom li.widget_categories h3 { height: 21px; background: url("images/categories.jpg") no-repeat; text-indent: -9999px; } 

/* USE SAME SIDEBAR WIDGET MORE THAN ONCE AND REPLACE WITH IMAGES */
.custom li#linkcat-6.widget_links h3 { height: 30px; background: url("images/get_books.png") no-repeat; text-indent: -9999px; }
.custom li#linkcat-2.widget_links h3 { height: 21px; background: url("images/links_articles.jpg") no-repeat; text-indent: -9999px; } 




/* REPLACE POST TITLE COLORS */
.custom .page h1, .custom .page h2 a { color:#90b04f; }
.custom .page h1, .custom .page h2 a:hover {color:#e2386c; } 

/* REPLACE PERMALINK COLORS */
.custom h1, .custom h2 {color: #90b04f; }
.custom h1, .custom h2 a:hover{color: #e2386c; }
.custom h1, .custom h2 a {color: #90b04f; }

/* REPLACE SIDEBAR LIST COLORS */
a { color: #333; text-decoration: none; }
a:hover { color: #90b04f;  text-decoration: none; }

/* CHANGE ADD COMMMENT SIZE AND COLOR */
.custom .format_text .to_comments {font-size:1.2em;}
.custom .format_text .to_comments a {color: #90b04f;}
.custom .format_text .to_comments a:hover { color: #e2386c;}

/* CHANGE ADD COMMMENT NUMBER SIZE AND COLOR */
.custom .format_text .to_comments span {color: #90b04f; font-size: 1.3em;}
.custom .format_text .to_comments span a:hover { color: #90b04f;}

/* CHANGE TEASER LINK COLOR */
.custom .teaser_link { color:#90b04f;font-size: 1.6em; }

/* CHANGE TEASER A LINK COLOR (NOT WORKING) */
.custom .teaser_link a {font-color:#90b04f; }


/* TEXT WIDGET BACKGROUND COLOR AND BORDER*/
.custom li.widget .celery_widget_box { 	
background: #F0EFED;/* background color */
color: fff;
border: 0.2em solid #e0e9ce; /* border - thickness type color */
padding: 0.5em;}


/*--- REMOVE PAGE TITLES---*/
.custom #post-2677 .headline_area, .custom #post-2290 .headline_area,
.custom #post-2308 .headline_area, .custom #post-2189 .headline_area,
.custom #post-2300 .headline_area, .custom #post-2317 .headline_area,
.custom #post-2302 .headline_area, .custom #post-0000 .headline_area,
.custom #post-4104 .headline_area, .custom #post-2306 .headline_area,
.custom #post-2304 .headline_area, .custom #post-2298 .headline_area,
.custom #post-2321 .headline_area, .custom #post-2324 .headline_area,
.custom #post-2327 .headline_area, .custom #post-2330 .headline_area,
.custom #post-2342 .headline_area, .custom #post-2385 .headline_area,
.custom #post-3507 .headline_area, .custom #post-2284 .headline_area,
.custom #post-5825 .headline_area, .custom #post-1081 .headline_area,

.custom #post-4408 .headline_area, .custom #post-4409 .headline_area,
.custom #post-1167 .headline_area, .custom #post-1169 .headline_area,
.custom #post-1171 .headline_area, .custom #post-4410 .headline_area,
.custom #post-4411 .headline_area, .custom #post-1177 .headline_area,
.custom #post-4412 .headline_area, .custom #post-1181 .headline_area,
.custom #post-5590 .headline_area, .custom #post-6068 .headline_area,
.custom #post-6085 .headline_area, .custom #post-2314 .headline_area,

.custom #post-1161 .headline_area 
{ display: none; }


/* STYLING FOR SIDEBAR AD BOXES */
.custom .ads {
	text-align: center;
}
.custom .ads img {
	margin: 1px;
}


/*--- REMOVE PADDING MEDIA BOXES---*/
.custom #custom_box { border:none; padding:0; }


/*--- MULTIMEDIA BOX STYLING TO LOOK LIKE WIDGET---*/
.custom #multimedia_box {
background:url("images/bg-posts.png") repeat-x scroll center top #FFFFFF;
border: none;
margin-bottom:0;
margin-top:1em;
}



/* STYLING FOR FEATURE BOX */
.custom #feature_box {
padding-left:0;
padding-right:0;
background:none;
border-bottom:none;
padding-left:0;
padding-right:0;
}

/* FEATURE BOX BACKGROUND COLOR AND BORDER*/
.custom .background_feature_box { 	
font-size:11px;
background: #none;
border: 0.2em solid #F0EFED; 
padding: .5em;}


/*--- FOOTER NAV STYLING---*/
.custom #custom_footer_nav {text-align: center; }

.custom #custom_footer_nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 20px;
font-size: 1em;
}

.custom #custom_footer_nav li {
border-right: 1px solid #777777;
display: inline;
margin-right: 15px;
padding-right: 15px;
}

.custom #custom_footer_nav li.noborder {
border-right: 0px;
}

.custom #custom_footer_nav li a {
color:#777777;
font-weight:normal;
text-decoration:none;
}


/*---RSS NAV STYLING---*/
.custom .rsslink {
background: url("images/rss.png") right no-repeat;
padding-top: .0em;
padding-right: 1em;
padding-bottom: 0em;
padding-left: 0em;
}


/*PHOTO CAPTION FONT STYLING---*/
.custom .wp-caption {
border-style:solid;
font-style:normal;
text-align:center;
}


/* CUSTOM PAGE TEMPLATE CONTENT S1 S2 */

.custom_page1 #content_box {background:none;}
.custom_page1 #content {float:left;width:57.3em;}
.custom_page1 #sidebars{float:right;width:40.5em;}
.custom_page1 #sidebars #sidebar_1{float:left;width:20.2em;}
.custom_page1 #sidebars #sidebar_2{float:right;width:20.1em;}


/* SOCIALBLE ICONS*/
.custom .sociable img {
	padding: 0 0 0 3em;
}	


/* CAPTION FORMATTING*/
.custom .wp-caption {
background-color:#FFFFFF;
border-style:none;


