/*
File:			themes/blue.css
Description:	Custom styles for Easy Thesis
Author:			2010 Mark Hodder (www.thesisthemes.com)
*/

/*
Body: #B3C690
Menu Main: #005727
Menu Hover: #00421E
*/

/*--PAGE AREAS--*/
body.custom {background:#063D60 url(images/blue-body.gif) repeat-x scroll center top;}
.custom #container {background: #FFF;border:0.2em solid #D4CFBB;}
.custom #page {background: #FFF;}
.custom #date_box {background:#484848;color:#FFFFFF;}
.custom #footer {color: #FFF; text-align:center; background: #484848;}

/*--HEADLINES--*/
.custom h1 { color: #001860; font-weight: bold; font-size: 1.9em; line-height:1.267em}
.custom h2 { color: #000; font-weight: bold; font-size: 1.5em;}
.custom h3 { color: #000; font-weight: bold; text-align: left;}
.custom h4 { color: #000; font-weight: bold;}
/* Page Titles */
.custom .headline_area h1 {color: #001860;font-size: 1.9em;}
/* Post Titles */
.custom .headline_area h2 a {color: #001860; font-size: 1.6em;}
.custom .headline_area h2 a:hover {color: #000;} 
/* Teaser Titles */
.custom .teaser h2 a {color: #001860;}
.custom .teaser h2 a:hover {color: #000;}

/*--NAVIGATION--*/
.custom ul.menu {border-bottom:0.2em solid #D4CFBB; background: #053E60; padding: 0;}
.custom ul.menu li a, .custom ul.menu li a:hover { background:none; border:none; }
.custom ul.menu li a {color: #FFF; padding: 0.7em 1.2em;}
.custom ul.menu li.current a:hover, .custom ul.menu li a:hover  { color: #fff; }
.custom ul.menu li { border-right: 0}
.custom ul.menu li.tab-home { border-left: 0}
.custom ul.menu li a:hover { background: none; color:#74C9FF;}
.custom ul.menu li li {background: #053E60; border:1px solid #FFFFFF;}
.custom ul.menu li li a:hover {background: none;}
.custom ul.menu li li:hover { background: #053E60; border-bottom:1px solid #FFFFFF; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; }
.custom .menu .current a {background:none;color:#74C9FF;font-weight:bold;}

.custom ul.menu .rss { border: none; }
.custom ul.menu .rss a, .custom ul.menu .rss a:hover { padding-right:  16px; }

.custom #footer a {color: #FFF; text-decoration: none; border:0; font-weight: bold;}
.custom #footer a:hover {color: #FFF; text-decoration: underline;}

/*--SIDEBARS--*/

/* Widgets Headers */
.custom .sidebar_list .widget h3 {background:#484848;}

/* Border around widgets */
.custom .sidebar_list .widget {border:1px solid #D7D8DF;background:#FFF url(images/bg-posts.png) repeat-x scroll center top;}

/* Sponsers Hover */
.custom .sidebar_list .widget #tt_sponsors img:hover {background: #93BBBC;}