/*Header*/
.custom #header { border-bottom:none;
height:747px;
padding-top:0;
padding-bottom:0;
background:url(http://i142.photobucket.com/albums/r110/teambump/Masthead-logo.png) center no-repeat; }

/*Background and Container*/
body.custom {
    background: #CCC url('images/Background.JPG') repeat;
}

.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

/*Remove 'Comments are Closed' notice*/
.custom .comments_closed p {
color:#ffffff;
letter-spacing:1px;
text-transform:uppercase;
}

.custom .format_text .to_comments {
display: none;
}

/*Border Removal*/
.custom .prev_next {
border-width:0.0em 0 0;
}

/*Styling for Contact Form*/
.custom #wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 200px;
}
.custom #wpcf input {
	float: left;
	width: 200px;
        background: #CCCCCC;	
        padding: 1px;
	margin: 2px 5px 2px 0;
}
.custom #wpcf textarea {
	width: 400px;
	height: 200px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
.custom #wpcf #contactsubmit {
	margin-left: 0px;
        width: 100px;
}

/*Nav Menu Spaces*/
.custom .menu .tab { margin-left: 0em; 
                     margin-right: 0.5em;
}

/*Remove Archive Info*/
.custom #archive_info {
display: none;
}


/*Widgetized Footer*/
.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#D40404;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}
.custom #footer_area {background:#EEEEEE; padding:0.5em 0; border-top:0px solid #bbd;}
	.custom #footer_area .page {background:transparent;}
		.custom #footer {border-top:0;}


/*Remove Trackbacks*/
.custom #comments {
display: none;
}

/*Style Blockquotes*/
.custom .blockquote {
border-left:1px solid #F00505
color:#666666;
}