/*Background*/
body.custom { background: url('images/firey.jpg'); background-repeat:repeat-x repeat-y;}

/*Header, adding #logo a ensures clickablility for some reason I don't know*/
.custom #header #logo a { 
    display: block; 
    height: 124px; 
    width: 601px; 
    background: url(images/header.png) no-repeat;
    padding-right: .2em;
}

.custom #header #logo { padding: 0 0 2px 200px; }

/* This line gets rid of the site title & tagline by casting them out to the far left */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
.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, and eliminates the bottom border of the structure*/
.custom #header { padding: 0; border: 0; }

/* Adds border-left, border-right to content box, fixes border-right padding issues, fixes sidebar 2 issues */
.custom #content_box {border-left: solid 0.1em #ccc; border-right: solid 0.1em #ccc; background: #fff;}
.custom #page {padding-right: .2em; background: none}
.custom .menu {border-right: solid 0.1em #ccc; background: #fff;}
.custom .menu {width:100%;}
.custom #column_wrap {width:79.5em;}

/*Space between widget*/
.custom li.widget { margin: 0px 0 40px 0px; }

/*Fixes form button size*/
.custom .format_text input, #commentform input, #commentform textarea { width:auto; border: 0px; background: none; }

*Disable "Comments are closed" text*/
.custom .comments_closed p {display: none ;}

/*Hiding all comments*/
/*display:none; is set to hide the comment system, change to display:visible; when there is a large enough audience to warrant a comment system*/
.custom .format_text .to_comments span.bracket {display: none;}
.custom .format_text .to_comments {font-size: 12px; margin-top: 10px; margin-bottom: 0px; display: none;}
.custom .format_text .to_comments span { font-size: 12px ; display: none;}

/* Remove the border from the far left on nav menu. */
/*ul.menu{border-left:0;}*/

/*padding-top of post box*/
.custom .post_box {padding-top: 1.1em;}

/*Center Sidebar Titles*/
.custom .sidebar h3 { text-align: center; }

/*Fixes form buttons, changes color*/
.custom.subscribe .format_text input { width: auto; background-color: #E6E6E6; border: solid 1px; border-color: #000000;}
.custom.subscribe .form_submit:hover { color: #2361A1; }

custom #sidebar_1 { border-right: solid 1px; }