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

/*
Body: #D0D1BF
Menu Main: #762614
Menu Hover: #98482F
*/

/*--PAGE AREAS--*/
body.custom {background:#D0D1BF none repeat scroll 0 0;}
.custom #container {background: #FFF;border:0.2em solid #D4CFBB;}
.custom #page {background: #FFF;}
.custom #date_box {background:#98482F;color:#FFFFFF;}
.custom #footer {color: #FFF; text-align:center; background: #98482F;}

/*--HEADLINES--*/
.custom h1 { color: #762614; 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: #762614;font-size: 1.9em;}
/* Post Titles */
.custom .headline_area h2 a {color: #762614; font-size: 1.6em;}
.custom .headline_area h2 a:hover {color: #000;} 
/* Teaser Titles */
.custom .teaser h2 a {color: #762614;}
.custom .teaser h2 a:hover {color: #000;}

/*--NAVIGATION--*/
.custom ul.menu {border-bottom:0.2em solid #D4CFBB; background: #762614; padding: 0;}
.custom ul.menu li a, .custom ul.menu li a:hover { background:none; border:none; }
.custom ul.menu li a {color: #FFD284; 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; }
.custom ul.menu li li {background: #762614; border:1px solid #FFFFFF;}
.custom ul.menu li li a:hover {background: none;}
.custom ul.menu li li:hover { background: #98482F; border-bottom:1px solid #FFFFFF; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; }
.custom .menu .current a {background:none;color:#fff;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:#98482F repeat scroll 0 0;}

/* 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: #98482F;}