/*
File:			custom.css
Description:	Custom styles for Thesis
.custom 
*/
.custom #header #logo a { color:#b10101; }
.custom #header #logo a:hover { color: #c3b56d; }

.custom #header { border-bottom: 3px double #c3b56d; clear: both; }
.custom a { color: #b10101; text-decoration: none; border-bottom:1px dotted #b10101}
.custom a:hover { text-decoration: none; }

.custom blockquote { border-left: none; color: #666; }

.custom input, textarea { background: #F0ECDB;}

.custom #multimedia_box { padding: 1.1em; margin-top:10px }
.custom #image_box img { display: block; background: #fff; border-style: solid; border-color: #c3b56d; }

.custom h2, h3{color:#b10101}
.custom h2 a {color:#b10101}
.custom h3, h4{font-family: "Georgia", serif; color:#b10101 }
.custom .sidebar h3 { font-family: "Georgia", serif; font-variant: small-caps; letter-spacing: .5px; color: #b10101; font-weight:bold }
.custom .sidebar a {border-bottom:none}	
.custom a:hover { color: #2361a1; text-decoration:none;
 }
.custom #sidebars { border-style: solid; border-color: #c3b56d; }
.custom #sidebar_1 { border-style: dotted; border-color: #c3b56d; }
.custom #logo a{border-bottom:none;}
.custom h2 a { color: #111; border-bottom:none }
.custom #footer { border-top: 3px double #c3b56d; }

/*
.custom ul#tabs  li a { display: block; line-height:inherit; 
        color: #111; text-transform: uppercase; 
       }
*/

.custom .menu a { font-weight:bold;}

.custom ul#tabs { border: 1px solid #ceb56d; }
.custom ul#tabs li { background: #C3B56D; border: 1px solid #e1dab6; }
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #e1dab6;  }
.custom ul#tabs li a:hover { text-decoration: none; letter-spacing: 1.1px; padding:7px;}		

.custom #respond_intro { margin-left: 1.1em; font-family:"Georgia", serif; }

