/*Custom Graphic Header*/
.custom #header #logo a{display:block;height:100px;width:925px;background:url('http://joekraynak.com/images/header01.jpg') no-repeat;outline:none;}
.custom #header #logo,.custom #header #tagline{text-indent:-9999px;}
.custom #header #tagline{height:0;}
.custom #header{padding:0;}

/*When images are left-aligned add no extra space to the left, top, or bottom but 1em space to the right*/
.custom img.alignleft { margin: 0 1em 0 0; }

/*Separate list items by 10px space in the content area &#8211; does not affect list items in sidebars*/
.custom #content li { padding-bottom: 10px; }

/*Reduce the space between widgets in the sidebars */
.custom li.widget { margin-bottom: 16px; } 

/*Add space above centered images*/
.custom img.aligncenter {padding-top: 20px;}

/* Hide "Comments on This Entry Are Closed" only on pages on which comments are closed */
.custom .comments_closed p {
  display: none;
}

/*avatar styles*/
.custom .byline_avatar {
   float: left;
   margin-right: 0.5em;
   margin-bottom: 0.5em;
}

/*    Gravatar styling */
.custom #comment_list dt .avatar { margin: 0 .5em .5em 0; float: left; clear: left; }

/*Bold Nav Menu text and color all the way across and title case text*/
.custom .menu{background:#919191;font-weight:bold;}
.custom .menu li a {text-transform:none;}
.custom .submenu li a {padding-top:6px;font-style:italic;}

.custom #footer{text-align:center;}