/*
File:			custom.css
Description:	Custom styles for Thesis
*/
body.custom { background: #303030; }

.custom #content_box { background: #ffffff; }
.custom #content { background: #ffffff; }
.custom .format_text p { text-align: justify; }


/* ----- Header ----- */
.custom #header { border-bottom: 1px solid #cc2229;
height: 79px;
padding-top:0;
padding-bottom:0;
margin: 0;
background: #000000 url(images/kirklee_logo.gif) 10px 0px no-repeat; 
}


.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }


/* ----- Navigation ----- */
.custom .menu { background: #000000; padding: 5px 0; border-bottom: 1px solid #ffffff; }
.custom .menu a { letter-spacing: 1px; color: #ffffff; border-style: none solid none none; border-color: #ffffff; }
.custom .menu a:hover{ color: #cc2229; }

/* ----- Content Area ----- */
.custom .headline_area h1 { color: #cc2229; letter-spacing: 1px; padding-bottom: 5px; border-bottom: 1px solid #e6e6e6; font-weight: bold;  }
.custom a { color: #cc2229; }

/* ---- Remove Closed Comments ----- */
.custom .comments_closed { display: none; }

/* ----- Sidebar ----- */
.custom .sidebar h3 { color: #cc2229; border-bottom: 1px solid #e6e6e6; }
.custom .widget h3, .custom .widget h3 a { text-transform: uppercase; font-variant: normal; letter-spacing: 0px; font-weight: bold; }

/* ----- Multimedia Box ----- */
.custom #image_box { background: #cc2229; }

/* ----- Footer ----- */
.custom #footer { background: #000000; color: #ffffff; border-top: 1px solid #ffffff; text-align: center; letter-spacing: 1px; padding: 5px 0 5px 0; }
.custom #footer a { color: #ffffff; text-decoration: none; border-bottom: none; }
.custom #footer a:hover { color: #cc2229; text-decoration: none; }

/* ----- Home Customization ----- */
.custom .no_sidebars .post_box { margin: 0px; padding-top: 0px; }
.custom #post-94 .headline_area { display: none; }
.custom #post-754 .headline_area { display: none; }
.custom #post-520 .headline_area { display: none; }
.custom #post-467 .headline_area { display: none; }








































