/*
File:			themes/grey.css
Description:	Custom styles for Easy Thesis
Author:			2010 Mark Hodder (www.thesisthemes.com)
*/

/*--PAGE AREAS--*/
body.custom {background:#e4e4e4 url(images/body-gradiant.png) repeat-x scroll 0 0;}
.custom #container {background: #fff;border:0.2em solid #D7D8DF;}
.custom #page {background: #fff;}

/*--HEADLINES--*/
.custom h1 { color: #4581BE; font-weight: bold; font-size: 1.9em; line-height:1.267em}
.custom h2 { color: #707070; font-weight: bold; font-size: 1.5em;}
.custom h3 { color: #707070; font-weight: bold; text-align: left;}
.custom h4 { color: #707070; font-weight: bold;}
/* Page Titles */
.custom .headline_area h1 {color: #4581BE;font-size: 1.9em;}
/* Post Titles */
.custom .headline_area h2 a {color: #000; font-size: 1.6em;}
.custom .headline_area h2 a:hover {color: #4581BE;} 
/* Teaser Titles */
.custom .teaser h2 a {color: #000;}
.custom .teaser h2 a:hover {color: #4581BE;}
/* Footer Titles */
.custom #footer h3{font-size: 1.2em;font-weight: bold;color: #fff;text-transform: uppercase;}

/*--SIDEBARS--*/
/* Border around widgets */
.custom .sidebar_list .widget { -moz-border-radius: .5em; 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: #313131;}

/*--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: #333; color:#fff; text-align: left; }
.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;}