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

body.custom {background:#74cfe2 url(images/bg.png) repeat-x;}

.tagline, h1, h2, .footer-description {font-family: 'JournalRegular';}
h1, h2 {font-size:36px !important; font-weight:normal !important; color:#555;}

.custom #header {background:url(images/header-bg.png) repeat-x; border:none; width:980px; height:140px; 

overflow:hidden; padding:0; margin:0;}
.custom .logo {width:577px; height:84px;}
.custom .tagline {color:#f77d24; padding-left:74px; font-size:36px; }

.custom .menu {clear:both; background:url(images/menu.png) repeat-x; border:none; height:28px; padding-left:28px; width:952px;}
.custom .menu li a {background:none; border:none; text-transform:none; letter-spacing:0px; line-height:12px;}
.custom .menu li a:hover {background:none; cursor:pointer;}
.custom .submenu {background:#218bbf; padding-left:10px; -moz-border-radius:10px;}
.custom .submenu li a {}

.custom #page {background:none;}
.custom #content_box {background:#fff;}

.custom .sidebar h3 {background:url(images/sidebar-h3.png) no-repeat; 
		width:180px; height:25px; line-height:25px; padding-top:7px; 		
		text-align:center; font:normal 18px Rockwell;
                color:#ae4c05; letter-spacing:0;}
.custom .sidebar ul {margin:0; padding-bottom:10px;}
.custom .sidebar li {background:#f0e5ae; width:180px; -moz-border-radius:10px;}
.custom .sidebar li a {color:#ae4c05; }
.custom .sidebar li li {padding-left:15px; background:none;}
.custom .textwidget {background:#fff;}

.custom #footer {background:url(images/footer.png) no-repeat; height:120px; border:none; color:#f77d24;}
.custom #footer a {color:#aaa;}
.custom .footer-description {font-size:24px; line-height:30px; color:#f77d24;}
.custom #footer p {text-align:center; padding-top:45px; font-size:9px; color:#aaa;}