/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Form Buttons */
.custom .format_text input {
	border-width:1px;
	padding:0em;
	width: auto;
	background:transparent;
}

/* Page */
body {
    background: url(images/bg-header.png) top left repeat-x #ffffff;
}
#page {
    background: transparent url(images/header.png) no-repeat top left ;
}

/* Header */


/* Nav Menu */
.custom .menu { 
	border:none; 
    background: transparent url(images/bg-nav.png) no-repeat top left ;
	padding: 15px 0px 0px 46px;
}
.custom .menu > li { 
	margin-right: 0px; 
	margin-left: 0px; 
	width: 143px;
	text-align:center;
}
.menu li > a { 
    background: transparent url(images/bg-0p.png) repeat top left ;
	padding:8px 10px; 
	margin-top:0px; 
	letter-spacing:0px; 
	text-transform:capitalize; 
	font-weight:bold;
}
.custom .sub-menu > li {
	background: #00a950;
}


/* Content */
#content_box {
    background: transparent url(images/bg-page.png) repeat-y top left ;
	padding: 0px 10px 0px 40px;
	width: 884px;
}
.no_sidebars {
    background: transparent url(images/bg-page.png) repeat-y top left !important;
}
#content {
    width: 70%;
}

/* Teasers */
.custom .teaser {
   width: 90%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}

/* Feature */
.custom #feature_box {
    padding-left:0;
    padding-right:0;
}
.custom #feature_box {
    background: none repeat scroll 0 0 transparent;
}

/* Sidebars */
#sidebars {
    width: 30%;
}
.custom li.widget { 
	background: #fffac4; 
	-moz-border-radius:20px; 
	-webkit-border-radius:20px; 
	border-radius:20px; 
	padding:20px 20px; 
	margin-bottom: 20px;
	width:200px;
}
.sidebar h3 {
    font-variant: small-caps;
    letter-spacing: normal;
	font-weight:bold;
}

/* Footer */
#footer {
    background: transparent url(images/bg-footer.png) no-repeat top left ;
}
	