/*
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/
*/




/******************LAYOUT********************/


.custom #page { width: 940px;
padding: 0px 0px 0px 0px;
margin: 30px 0px 0px 0px; background: #transparent; border: 0px solid #CDE680;  }

body.custom { background: #FBF9DD; background-image: url(http://natalierevie.com/images/nataliebackground.jpg); background-repeat:repeat; }



.custom #container { width: 940px; margin: 0px auto ; 
background: #transparent; border-left: 0px solid #58390D; 
border-right: 0px solid #58390D;}

.custom #content_box { width: 939px; background: url('http://natalierevie.com/images/MIDDLE.png') repeat-y; margin: -4px 0px 0px 0px;}

.custom .no_sidebars {  }
.custom .no_sidebars #content { width: 939px; background: url('http://natalierevie.com/images/MIDDLE.png') repeat-y; margin: 0px 0px 0px 0px;}
.custom .no_sidebars .post_box { width: 939px; margin: 0px 30px 0px 30px; padding: 0px 0px 0px 0px; }
.custom .no_sidebars .comments_closed {display: none;}



div#sidebar_3.sidebar, div#sidebar_4.sidebar {
	width: 150px;
}

div#sidebar_3.sidebar {
	float: left;
	background-color: yellow;
}

div#sidebar_4.sidebar {
	float: right;
	background-color: silver;
}








		
.custom #content { background: #transparent;   float: left; width: 450px; margin: 0px 0px 0px 25px; padding: 0px 0px 0px 25px; }



				
.custom .post_box, .teasers_box, .full_width #content_box .page { margin: 0 1em 0 2.2em; }
					
.custom .full_width #content_box .page { width: auto; }


.custom .format_text entry-content {background #ffffff;}

	

















				
.custom .teasers_box { width: 60em; }
					
.custom .teaser { width: 28.9em; }
				
.custom #archive_info, .prev_next { padding-right: 1em; padding-left: 2.2em; }


			
.custom #sidebars { background: #transparent;  width: 375px; border: 0; float: right; margin: 0px 50px 0px 0px;}
				
.custom .sidebar { background: #transparent; width: 100%; }
				
.custom #sidebar_1 {background: #transparent;  width: 370px; border: 0px solid #000000; float: right; margin: -100px 5px 0px 0px; padding: 0px 0px 0px 0px; }

/*---:[ widget box styles ]:---*/
.custom #widget_box { background: #transparent; border: 0px solid #000000; }		
.custom .widget_box { background: #transparent; border: 0px solid #000000; }
					
.custom .sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; color: #44321d;}
				



.custom #navbar {margin-left: 10px}








/***************HEADER********************/
.custom #header_area{display:none;}

.custom #header {margin: 0px 0px 0px 0px; border-bottom:none; 
height:252px; width: 930px; padding-top:0; 
padding-bottom:0; background:url(http://natalierevie.com/images/HEADER.png) center left no-repeat;}

.custom #header #logo a { display:none; width: 100%; height: 200px; text-indent: -999px; }









/*********************** LINK COLOURS */

.custom a { color: #44321d; font-weight: bold; text-decoration: none; }


.custom a:visited { color: #688664; text-decoration: none}

.custom a:hover { color: #688664; text-decoration: none; }


.custom h2 {color: #44321d;}
.custom h2 a {color: #44321d;}
.custom h2 a:hover {color: #688664;}


div.headline_area h2.entry-title a, 
div.headline_area h2.entry-title a:visited, 
div.headline_area h2.entry-title a:active 
{font-family: Century Gothic, Verdana, Arial, Times;
text-align: center;
color: #44321d;
font-size: 20px;
line-height: 30px;
background:transparent url() no-repeat bottom;
padding: 0px 0px 0px 0px;
height: 30px;
display:block;

margin: 1px 0 0px 0;}





div.headline_area h2.entry-title a:hover 
{font-family: Century Gothic, Verdana, Arial, Times;
color: #688664;}





/* POST STYLES */
.custom .format_text p.note { background: #ebe6da; border-color: #d8ceb5; }
.custom .format_text p.alert { background: #facec9; border-color: #f59d93; }

/* wordpress image captions */
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #F3F3F3; border: 0.071em solid #CCC; text-align: center; padding: 0.357em; }
.format_text .wp-caption p { font-size: 0.833em; margin-bottom: 0; font-style: italic;}


.custom format_text .drop_cap { padding: 0.04em 0.12em 0 0; font-size: 3.57143em; line-height: 0.76em; color: #603913; float: left; }

#archive_info {display:none;}



/* SIDEBAR IMAGE BOX */
.custom #image_box { background: #d8ceb5; }
.custom #image_box img, #image_box img.four_by_three { border: 0.2em solid #f59d93; }


/* SIDEBAR HEADINGS & WIDGETS */
.custom .sidebar h3 { text-align: center; list-style: none; color: #000000; border-top: 0px solid #901914; border-bottom: 0px solid #901914; font-size:20px; margin-top: 5px;}

.custom li.widget .callout { list-style: none; padding: 0.846em; line-height: 1.385em; background: #f7d3df; border: 0.077em solid #d59aae; }

.custom #sidebar_1 {margin-left: -11px;
}
.custom #sidebar_2{margin-left: 10px;
padding-right: 0px}






/*multimedia box*/
.custom #fadeshow1 {background: #ffffff; margin: -100px 0px 0px -20px;}
.custom #custom_box { width: 380px; height: 300px; margin: 0px 250px 0px 0px; border-bottom:none; background:url() center left no-repeat; font-size: 18px;
padding: 105px 0px 0px 55px;
} 

/*COMMENTS*/
.custom .avatar img {float: left; margin-left: 5px; padding-right: 5px;}

.custom dl#comment_list dt.comment{
background:transparent url(images/quotebox.jpg) no-repeat scroll 47% 100%;
height: 9em;
}

.custom dl#comment_list dd.comment {
background: #ffffba url(images/quoteboxbot.jpg) no-repeat scroll 50% 110%;
border-bottom: 0px ;
margin-bottom: 0px;
padding-bottom: 20px;
margin-left: 2.4em;
margin-top: 0px;
width: 503px;
}
.custom dl#comment_list dd.comment div.format_text {margin-top:-1em ;
}


/* - TEXT CUSTOMIZATION - */
.custom h3 {color: #44321d; font-weight: bold; font-size: 24px;}
.custom h4 {color: #44321d;font-size: 18px;}
.custom .format_text h4 a, a:visited {color: #44321d; text-decoration: none;}

.custom blockquote  {color: #688664; font-style: italic; font-size: 14px;}







/*FOOTER */


.custom #footer {background:#transparent; padding: 0px 0px 0px 0px;  border-top:0px solid #bbd;}
	 margin: 0px 0px 0px 0px; width: 933px; height: 283px;}







/* FROM THE CATEGORY ARCHIVES */
.custom #archive_info p {display:none;}

.custom #archive_info h1 {
font-family: Verdana, Arial, Times;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 2.6em;
line-height: 1.308em; }

.custom #archive_info h2 {
font-family: Verdana, Arial, Times;
font-size: 2.0em;
line-height: 1.308em; }

.custom #add_category_description {
font-family: Verdana, Arial, Times;
font-size: .25em;
line-height: 1.308em;}

/* HEADLINES */
.custom h1, .custom h2 {text-align: center;}
.custom .headline_meta {text-align: center; }
.custom .teaser h2 {text-align: left;}








/* - SIDEBAR - */

.widget a:hover { text-decoration: underline;}

/* DROP CAP */
.custom .format_text .drop_cap {
  font-family: Verdana, Arial, Times;
  color: #44321d;
 font-size: 5em;



.custom #footer { border:0; }

