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

.custom a { color: #8c5d95; }
.custom a:hover { color: #000; }

/*--PAGE AREAS--*/
.custom #container {background: #FFF;border:0.2em solid #c2b8bd;}
.custom #page {background: #FFF;}
.custom #date_box {background:#af93b4;}
.custom .footer_copy {color: #fff; text-align:center; }

/*--HEADLINES--*/
.custom h1 { color: #000; 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: #000;font-size: 1.9em;}
/* Post Titles */
.custom .headline_area h2 a {color: #000; font-size: 1.6em;}
.custom .headline_area h2 a:hover {color: #F80931;} 
/* Teaser Titles */
.custom .teaser h2 a {color: #000;}
.custom .teaser h2 a:hover {color: #F80931;}
/* Footer Titles */
.custom #footer h3{font-size: 1.2em;font-weight: bold;color: #fff;text-transform: uppercase;}

/*--NAVIGATION--*/
.custom ul.menu { background:url(images/pink-nav.png) repeat-x center; text-shadow: 1px 1px rgba(0, 0, 0, 0.5); border: 1px solid #82588a; }
.custom ul.menu li a, .custom ul.menu li a:hover { background: url(images/pink-navsep.png) right repeat-y; }
.custom ul.menu li a {color: #fff; }
.custom ul.menu li.current a:hover, .custom ul.menu li a:hover  { color: #f3bbfe; }
.custom ul.menu li li {background: #875890; border:1px solid #82588a;}
.custom ul.menu li li:hover { background: #91629a; border-bottom:1px solid #82588a; border-left:1px solid #82588a; border-right:1px solid #82588a; }
.custom .menu .current a {color:#f3bbfe;}

/*--SIDEBARS--*/

/* Widgets Headers */
.custom .sidebar_list .widget h3 {background:url(images/pink-nav.png) repeat-x center; text-shadow: 1px 1px rgba(0, 0, 0, 0.5); border: 1px solid #82588a;}

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

/*--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: #885991; color:#fff}
.custom #footwrap a {color: #fff;}
.custom #footer a:hover {color: #000; text-decoration: underline;}
.custom #footer {text-align: center; color: #FFF; background: #af93b4;}
.custom ul.footer_list li .widget_box{background: #1B1C1A;}
.custom li.widget ul li {margin-bottom:0.636em;}
