/* Custom styles for Acan Media */

/* This line sets up our clickable background image based on the site title's link */
.custom #header #logo a {display: block; height: 250px; width: 960px; background: url('images/Acan-Media-header.jpg') no-repeat; outline: none;}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline {text-indent: -9999px;}

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline {height: 0;}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* Uncapitalize header nav */
.custom .menu li a {text-transform: none;}

/* Custom styling for the footer */
.custom #footer {text-align:left; text-decoration:none;}
.custom #footer a {text-decoration:none; border-bottom:none;}

/* Search box */
.custom #s { font-size:12px; position:relative; float:left; margin-top:1.0em; margin-bottom:2.0em; background:#C4C4C4; color:#fff; padding:0.5em; width:241px; }

/* Author box */
.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

/* Rounded corners for content */
.custom #content_box {
background: #FFFFFF;
border: 10px solid #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: -5px;
}
