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


body.custom {background:#002242 url(images/bg.jpg) no-repeat;}
.custom #header {padding:0; border:none; height:170px;}

.custom .menu {background:none; border:none;}
.custom .menu li {background:url(images/arrow.png) no-repeat left; padding-left:10px;}
.custom .menu li a {
	background:none; border:none; 
	text-transform:none; letter-spacing:0; 
	line-height:24px; font-family:verdana, arial, sans serif;
}
.custom .menu li a:hover {background:none; cursor:pointer;}

.custom #page {background:none;}
.custom #content_box {background:#fff;}
.custom #content-box-top {background:url(images/content-top.png) repeat-x; height:22px;}
.custom #multimedia_box {background:none; border:none;}
.custom .post_box {padding:0 10px;}
.custom #comments {padding:0 10px;}

.custom .sidebar h3 {
	background:#8db6d0;  margin:0;
	letter-spacing:0px; font:bold 13px arial; text-align:center; color:#2361A1;
	padding:5px;
	-moz-border-radius-topleft:10px; -moz-border-radius-topright:10px;
}
.custom .sidebar ul ul {
	background:#deecf6 url(images/sidebar-bg.png) repeat-x;  padding:10px; 
	-moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px}

.custom #footer {background:#27739b; padding:20px;}
.custom #footer p {text-align:center; }