/*SNUGGLEUPTOPUS
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/
*/


body.custom {
background: #fff 50% 0 repeat;
}

.custom #container {
margin-top: 2em;
margin-bottom: 2em;
}

.custom #page {
background: transparent;}

.full_width {
background:url(images/background.jpg);
clear:both;
width:100%;}


.full_width .page {
margin:auto;
padding:0.5em;
width:105em;
background:none repeat scroll 0 0 #b2c09a;
}
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a {display:block; height:335px; outline:none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* 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; border-bottom:none;
background:url(images/header5.jpg) center no-repeat;}

/*This will remove any whitespace after the header image*/
.custom #header #tagline {height:0; }

/*.custom #header_area {background:url(images/background1.jpg);}*/
.custom #header_area .page {background:url(images/background.jpg);}

.custom #container {
margin-top: 2em;
margin-bottom: 2em;
}

/*NAV TABS*/
.menu {
border-width:0;
height:50px;
font-size:10px;}

.menu li {
position:relative;
padding-top:1.3em;

}
.menu a {
font-weight:normal;
letter-spacing:4px;
text-transform:uppercase;
background:transparent;

}
/*Hover over border*/
.menu, .menu a, .menu li ul {
padding-right:5em;
padding-left:5em;}

.menu .current a, .menu .current-cat a {
border-bottom-color:none;
}
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a {
border-bottom-color:none;
}
/*Background color of Nav Tabs & Font Color*/
.menu a, .menu .current ul a, .menu .current-cat ul a {
color:#7b7b7b;
}
/*hover colors*/
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
background:#eeeeee;
color:#a1a1;
}
/*current page tab color*/
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
background:none;
color:#59A196;
}



/*HEADER*/
#header_area .page {
padding:0;}

/*HEADLINES*/

/*This is the post title (clickable) hover color*/
h2 a:hover {
color: #56948B;	
}

.headline_area h1, .headline_area h2 {
letter-spacing:1px; 
color:#7b7b7b;
text-transform:uppercase;
background:#DCF0EC;
line-height:28px;
margin-top:15px;
margin-bottom:15px;
padding-left:5px;}

h1, h2, h3, h6 {
font-weight:normal;
padding-left:0em;

}

/*POST CONTENT AREA*/
#content {
margin-top:0em;
float:right;
width:82em;
background:#F6F6EE none repeat scroll 0 0;
}

#content_box {
background:none repeat scroll 0 0 #b2c09a;
width:100%;

}

/*frames around post pictures*/
.wp-caption {
background-color:#FFFFF6;
border-color:#D8B164;
border-style:solid;
font-style:normal;
text-align:center;

}
/*SIDEBARS*/
#sidebars  {
border:1;
float:left;
width:22.5em;
}
.sidebar {
width:100%;
color:#7b7b7b;
}
#sidebar_1 {
border:0 none;
}
.sidebar ul.sidebar_list {
padding-left:1.1em;
padding-right:1.1em;
background:#e3e8da;
}
ul.sidebar_list {
background:none;}

.sidebar h3 {
font-size:20PX;
margin-top:-10px;
text-align:center;
color:#7b7b7b;
text-decoration:bold;
border:1px dotted #99C8B7;
background:#fff;

}

/*TEXT*/
/*This is the main post font*/
.format_text {
color:#7b7b7b;
font-size:1.4em;
line-height:1.571em;
padding-right:1em;
padding-left:0em;
}
/*This is the color of the comments BRACKETS on the home page posts*/
.format_text .to_comments span.bracket {
color:#709C4F;
}
/*This is the color of the "COMMENTS" within brackets*/
.format_text .to_comments a {
color:#c96605;
text-decoration:none;
}
/*This is the color of the NUMBER of comments within brackets section*/
.format_text .to_comments span {
color:#5CACAD;
}
.format_text .drop_cap {
color:#b2c09a;
float:left;}

/*This is the color of the dotted line that separates each post*/
.post_box {
padding-top:0.1em;

}

/*LINKS*/
/*These are the links within posts*/
a {
color:#56948b;
text-decoration:none;
border-bottom:none;}

/*Image links hover color*/
a:hover img{
opacity:.40;}

/*TEASER BOXES*/
.teaser {
width:28.9em;
padding-right:6em;
float:left;
}
.teasers_box {
padding-left:7em;
width:70em;
}
.post_box {
border:none;
}
.teaser .teaser_date {
color:#808281;
}
.teaser .format_teaser {
color:#7b7b7b;
font-size:1.2em;
line-height:1.5em;
}
.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {
border-bottom:1px solid #EEEEEE;
color:#788556;
letter-spacing:1px;
text-transform:uppercase;
}
.custom .teaser h2 { 
background:none; }

.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {
border-bottom:none;
color:#aaaaaa;
text-transform:uppercase;}

/*COMMENTS SECTION*/
/*This is for the bracket comment section of the ACTUAL POST PAGE (after clicking on the post title)*/
/*Color of the "COMMENTS" font*/
.comments_intro p {
color:#C48D90;
font-size:1.2em;
line-height:1.833em;
}
/*Color of the BRACKETS*/
.comments_intro span.bracket {
color:#709C4F;
}
/*Color of the NUMBER*/
.comments_intro span {
color:#5CACAD;
}
.custom .comments_closed p {
display: none;
}
/*Comments section (name of author, message, etc)*/
dl#comment_list dt {
padding-top:1.8em;
}
dl#comment_list dt span {
font-size:1.2em; 
line-height:1.833em;
}
dl#comment_list dt .comment_author {
color:#7a694c;
font-size:1.6em;
line-height:1.375em;
padding-right:0.688em;

}

/*ARCHIVES*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;
}
/*"posts tagged as:" section of the archives*/
#archive_info {
border-bottom:none;
padding-bottom:1.1em;
padding-top:1.1em;
padding-left:1em;
}
#archive_info p {  
font-size:1em;
line-height:1em;
margin-bottom:1.1em;
color:#E47C0B;
}
#archive_info h1 {
color:#E47C0B;
font-size:2em;
line-height:1em;

}

/*moving previous and next links*/
.prev_next {
padding-bottom:0em;
padding-top:0em;
padding-left:1em;
padding-right:0em;
border-top:none;
clear:both;
color:#666666;
font-size:11px;
letter-spacing:5px;
text-transform:uppercase;

}
.prev_next p {
font-size:1em;
line-height:2.2em;
}
.post_nav .previous {
margin-bottom:0.55em;
}
.post_nav a {
font-size:1.3em;
line-height:1.571em;}

/*FOOTER*/
/*This is making the footer area colored*/
#footer {
color:#565656;
}
#footer_area .page {
padding-bottom:0em;
}
.custom #footer {
background:#add1cc;  
border-top:none; 
width:99%;
padding-right:9.5px;
margin-left:-5px;
}
#footer a {
color:#7b7b7b;}

#footer a:hover {
color:#000;
}