/*
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{
font-family: Corbel, Trebuchet, Verdana, Arial;
background: url(images/background-tile.gif) repeat;
}

#container{
background: url(images/shadow-TL.png) repeat-y top left;

}

#container2{
background: url(images/shadow-TR.png) repeat-y top right;
width:920px;
margin: auto;
margin-top: 56px;
margin-bottom: 60px;
}

#page{
padding: 0px;
margin: 17px;
margin-top: 0px;
margin-bottom: 0px;
width:866px;
background: #fff;
}

#header{
background: url(images/header.png) no-repeat bottom center;
padding-top:58px;
height: 387px;
border-bottom: none;
margin-bottom: 28px;
}

#header2{
padding-top:20px;
height: 100px;
border-bottom: none;
margin-bottom: 28px;
}

#headerimage{
/* background:transparent url(images/jeans.jpg) no-repeat scroll 0 0; */
float:right;
height:267px;
margin-right:32px;
margin-top:56px;
width:663px;
}

#headercontainer{
height:267px;
width:663px;
position: absolute;
}

#buttoncontainer{
bottom:0;
position:absolute;
right:0;
}

#searchbutton, #rssbutton{
width:28px;
height: 27px;

}

#searchbutton, #rssbutton, #searchbox{
float: right;
}

#searchbox{
overflow: hidden;
width: 0px;
margin-top:-27px;
margin-right: 83px
}

#searchbutton{
background: url(images/search-glass.gif);
cursor: pointer; cursor: hand;
margin-top:-27px;
margin-right: 57px
}

#rssbutton{
background: url(images/rss.gif);
margin-top: -27px;

margin-right: 32px;
}

.search_form{
height: 22px;
padding: 5px;
padding-bottom: 0px;
background: #333;
border: 1px solid #222;
border-top: none;
border-bottom: none;
}


.search_form input{
width:133px;
}

#logo{
background: url(images/logo.png) no-repeat center left;
height: 77px;
width: 395px;
float: left;
margin-left: 40px;
/*margin-right: 60px;*/
}

#slogan{
margin-top:18px;
float:right;
width:345px;
}

#slogan p{
color:#4C4A46;
display:block;
float:left;
font-size:17px;
line-height:18px;
margin-left:10px;
padding-right:10px;
text-align:justify;
width:275px;
}


.openpar, .closepar{
width: 10px; height: 37px;

}

.openpar{
background: url(images/bracket-L.png) no-repeat;
float: left;
}

.closepar{
background: url(images/bracket-R.png) no-repeat;
float: right;
margin-right: 30px;
}

#content_box {
background: none;
}

ul#tabs{
border:medium none;
clear:both;
float:left;
margin-left:35px;
margin-top:56px;
width:106px !important;
}

ul#tabs li{
width: 104px; 
/*height:62px;*/
height:124px;
border: none;
text-align: center;
vertical-align: middle;
margin-bottom: 17px;
background: #34302E url(images/menubg-big.gif);
}

ul#tabs li:hover, ul#tabs li.current_page_item, ul#tabs li.current-cat {
background: #34302E url(images/menubg-big-rollover.gif);
color: #fff;
}


ul#tabs li a{
padding: 0px;
/*padding-top: 18px;*/
padding-top: 50px;
color: #F48685;
font-size: 22px;
text-transform: none;
/*height:62px;*/
height:74px;
}

ul#tabs li a:hover {
text-decoration: none;
color: #F9A6A5;
}

ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
color: #fdd;
}

.sidebar h3 {
font-size: 26px;
margin-left: -10px;
margin-bottom:0px;
}

li.widget{
font-size: 13px;
line-height: 21px;
margin-bottom: 18px;
}

li.widget ul li {
margin-bottom:3px;
}

.sidebar {
color: #807F7E;
margin-left: 10px;
}

.sidebar a{

color: #807F7E;
}

.sidebar a:hover{
color: #a09F9E;
}

#content{
padding-left: 30px;
}

#content2{
margin-top: 50px;
clear: both;
margin-left: 30px;
width: 75%;
background-color: #FFF;
border: solid 1px #000;
padding: 15px;
}

.format_text h1, .headline_area h1, .headline_area h2 {
font-size:31px;
line-height:32px;
color: #D46665;
}

.format_text h1{
margin-left: -20px;
margin-bottom:20px;
}

.headline_area h2 a{
color: #D46665;
}

#post-12 .headline_area{
display: none;
}

.headline_area h2 a:hover{
color: #F48685;
}

.format_text {
padding-left: 20px;
}

.alignright{
float: right;
}

.alignleft{
float: left;
}

.wp-caption-text{
color:#555;
text-align: center;
line-height: 17px;
}

#footer {
border-top:2px solid #BBBBBB;
font-size:1.2em;
line-height:1.667em;
margin-left:-3px;
padding:0;
background: none;
}

#post-48 p{
border-bottom: 1px dotted #ccc;
}

.clearboth{
clear: both;
}


.footertext{

height: 24px;
text-align: center;

}