/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom h1, .custom h2, .custom h3 {
	font-family: 'Francois One', sans-serif;	
	}

.custom h1 {
	font-size: 38px;
	color: #d14747;
	}
	
	
.custom h2 {
	font-size: 26px;
	color: #000;
	}
	
.custom .sidebar h3 {
	font-size: 24px;
	color: #d14747;
	font-variant: normal;
	letter-spacing: 0px;	
	}


.custom .menu {
	border: none;
	background: #EFEFEF;
	}

.custom .menu a {
	font-family: 'Francois One', sans-serif;
	font-size: 22px;
	color: #000;
	letter-spacing: 0px;
	padding: 0.3em 0.6em;
	border: none;
	}
	
.custom .menu a:hover {
	color: #d14747;
	}
	
	
.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover, .custom .menu .current-menu-item a, .custom .menu .current-menu-item a:hover {
	color: #d14747;
	border: none;
	}

	
.custom li.widget {
	width: 270px;
	padding: 15px;
	background: #fbfafa;
	}
	

.custom #header {
	padding-top: 0px;
	padding-left: 0px;
	}
	

.custom #teaser_intro {
	margin: 25px 0px;
	background: #FAFAFA;
	padding: 20px;
	font-size: 14px;
	}

.custom #teaser_intro p {
	line-height: 130%
	}

.custom #teaser_intro img {
	float: left;
	margin: 0 10px 10px 0;
	}
	
.custom #teaser_intro h1 {
	font-size: 26px;
	color: #d14747;	
	margin-bottom: 15px;
	}
	
	
.custom #content_box {
	margin-top: 30px;
	}
	
	
.custom ul.cd_ad {
	list-style-type:square;
	list-style-position: inside;
	}
	
.custom .button {
	background: transparent url(../custom/images/btn-orange.gif) repeat-x scroll 0 0;
	border: 1px solid #BE3101;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	}
	
.custom li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 1.4em; }

.custom #header #banner_ad {
float:right;
width: 600px;
padding-left: 1em;
}