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

/*
Body: #D0D1BF
Menu Main: #cb2e0b
Menu Hover: #c12026
*/

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

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

/*--NAVIGATION--*/
.custom ul.menu {border-bottom:0.2em solid #D4CFBB; background: #cb2e0b; padding: 0;}
.custom ul.menu li a, .custom ul.menu li a:hover { background:none; border:none; }
.custom ul.menu li a {color: #fbcc22; 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: #cb2e0b; border:1px solid #FFFFFF;}
.custom ul.menu li li a:hover {background: none;}
.custom ul.menu li li:hover { background: #c12026; 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:#c12026 repeat scroll 0 0;}

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

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

.custom #feature_box {font-size:1.4em;}
.custom #feature_box p {margin-bottom:1.571em;}