/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom #header_area .page { padding-top:0px; }

.custom #content_area .page { background:transparent; }
    .custom .post { background:#fff; margin-top:1em; padding-left:2.2em; padding-right:2.2em; border:1px solid #666; margin-left:0px; margin-right:0px;  }
.custom #sidebars li.widget {
    background: none repeat scroll 0 0 trasparent;
    border: 0px solid #666666;
    margin-top: 1em;
    padding-left: 2.2em;
    padding-right: 2.2em;
}

.custom #header_area {background:#FFFFFF;}
	.custom #header_area .page {background:transparent;}
		.custom #header {
    background-position: center center;
    border-bottom: 0 none;
    height: 20em;
}

.custom .post {
background:#fff;
margin-top:1em;
padding-left:2.2em;
padding-right:2.2em;
border:1px solid #666;
margin-left:0px;
margin-right:0px;
box-shadow: 0px 0px 8px rgba(25, 25, 25, 0.5);
-webkit-box-shadow: 0px 0px 8px rgba(25, 25, 25, 0.5);
-moz-box-shadow: 0px 0px 8px rgba(25, 25, 25, 0.5);
-moz-border-radius-bottomleft:3px; 
-moz-border-radius-bottomright:3px; 
-moz-border-radius-topleft:3px; 
-moz-border-radius-topright:3px; 
-webkit-border-top-left-radius:3px; 
-webkit-border-top-right-radius:3px; 
-webkit-border-bottom-left-radius:3px; 
-webkit-border-bottom-right-radius:3px;
-khtml-border-radius:3px;
border-radius:3px;
}

.custom ul.sidebar_list {
    padding-top: 0em;
}

