/*
File:			custom.css
Description:	Custom styles for Thesis
*/

body.custom {background:#dfddae url(images/bg.png) repeat-x;}
#tagline, h1, h2, h3, #footer {font-family:'Museo300', sans-serif;}
.menu {font-family:'Museo500', sans-serif;}

.custom #header {background: url(images/header.png) no-repeat; width:980px; height:200px; padding:0; border:none;}
.custom #tagline {color:#302d08; padding:170px 0 0 33px;}

.custom .menu {background:url(images/menu.png) no-repeat; height:55px; padding-left:22px; border:none;}
.custom .menu li a {text-transform:none; letter-spacing:.0em; background:none; border:none;  color:#ebe9c2; line-height:16px; margin-right:15px;}
.custom .menu li a:hover {background:none; cursor:pointer; color:#fff}
.custom .submenu {background:#686427; -moz-border-radius:10px;}
.custom .submenu li a {border-top:1px solid #dfddae;}
.custom .submenu li a:hover {color:#fff;}

.custom #page {background:none;}
.custom #content_box {background:#fff;}
.custom .teasers_box {border-top:1px dotted #ddd;}
.custom .widget {background:#dfddae; padding:10px 7px; -moz-border-radius:10px;}
.custom #sidebars h3 {border-bottom:1px dotted #fff;}

.custom #footer {background:url(images/footer.png) no-repeat; width:980px; height:148px; text-align:center; color:#ebe9c2;}
.custom #footer a {color:#ebe9c2;}
.custom #footer p {padding-top:86px;}