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

.custom a { color: #762614; }
.custom a:hover {color: #000;}

/*--PAGE AREAS--*/
body.custom { background: #752727 url(images/red-bg.png) top repeat-x; }
.custom #container {background: #FFF;border:0.2em solid #D4CFBB;}
.custom #page {background: #FFF;}
.custom #date_box { background: url(images/red-bgtop.png) top repeat-x; color:#fff;}

/*--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;}
/* Footer Titles */
.custom #footer h3{font-size: 1.2em;font-weight: bold;color: #fff;text-transform: uppercase;}

/*--NAVIGATION--*/
.custom ul.menu li.current a:hover, .custom ul.menu li a:hover  { color: #802d2d; }
.custom .menu .current a {color:#802d2d; }

/*--SIDEBARS--*/

/* Widgets Headers */
.custom .sidebar_list .widget h3 {background:#452424 url(images/red-bgtop.png) repeat-x top; }

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

/*--FOOTER--*/
.custom #footer a {color: #FFF; text-decoration: none; border:0; font-weight: bold;}
.custom #footer a:hover {color: #FFF; text-decoration: underline;}
.custom #footwrap {background: #462525 url(images/red-footerbg.png) repeat-x top; color:#FFF;}
.custom #footwrap a {color: #FFF;}
.custom #footer a:hover {color: #FFF; text-decoration: underline;}
.custom #footer{text-align: center; color: #FFF;}
.custom ul.footer_list li .widget_box{background: #1B1C1A;}
.custom li.widget ul li {margin-bottom:0.636em;}
