/*
File:			custom.css
*/

/*---:[ Custom background ]:---*/

body.custom { background: #d9925b url('images/score-background-small.jpg') repeat-x 50% 0; }

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.0em; border: 0.8em solid #00639c; width:89.6em;}

.custom #page { background: #fff; }
	
/*---:[ end custom background ]:---*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 120px; width: 897px; background: url('images/score-logo.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 line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* 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; border-bottom:0px;
clear:both;
}

/* This removes nav bar formatting. */
.custom ul#tabs {border-bottom:none; border-left:none;
	height: 30px;
	background-color: #000;
}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;
	padding-right: 15px;
	padding-left: 15px;
}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {color: #FFFFFF; font-size: larger; color: #e9ffff}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
		
.custom #footer {border-top:0px double #DDDDDD;
	clear:both;
	background-color:#00619d;
	text-align:right; 
	color: #e9ffff;
}

.custom #footer a {
	border-bottom:0px solid #CCCCCC;
	color: #d9925b; font-weight: bold;
}

.custom #footer a:hover {font-weight: bold;
	color: #85f800;
}

/*--- Remove Headers on Pages ---*/
.custom #nohl .headline_area {
	 display: none;
}

h1 {
	letter-spacing: 2.5px;
} 

/*sidebar widget background*/

.custom li.widget {
background:#E3F0F2;
border: 0.1em solid #ADDDE6;
-moz-border-radius:4px;
padding:0.5em;
width: 175px;
}

/* CF7 styling */
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}

span.wpcf7-list-item { display: block; }