/* Custom.css 
This file should always be changed or added to before style.css
*/

body{
	background: none;
	margin: 0;
	font-family: Arial;
}

#page{
	width: 950px;
	margin: 8px auto 0;
	background: none;
	border: none;
}

/* Header */
#header{
	width: 950px;
	margin: 0 auto;
	background: none;
	height: auto;
}

/* Leftbar and Navigation */

#leftBar{
	width: 224px;
	float: left;
	height: 477px;
	background-image: url('/wp-content/themes/optimistfootball/images/leftSide.jpg');
}

#navList{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navList .page_item{
	background: url('/wp-content/themes/optimistfootball/images/blank_btn.jpg') no-repeat;
	width: 119px;
	height: 40px;
	margin: 0 auto 2px;
}


#navList .page_item a{
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 100%; 
}
#navList .page_item a:hover{
	text-decoration: none;
}


/* Content */

#mainContent{
	margin-top: 10px;	
	width: 550px;
}

#content{
	height: 467px;
	width: 535px;
	padding: 0;
	overflow: auto;
	margin-top: 10px;
}

.post{
	width: 512px;
	margin: 0;
	padding: 10px auto;
	text-align: left;
}

#content p{
	margin-top: 0px;
	padding-top: 11px;
}
/* Right Bar and News Box */

#rightBar{
	float: left;
	width: 174px;
	margin: 10px auto auto 5px;	
}

#recentNews{
	margin-top: 30px;
}

.newsBox{
	border: 1px solid #000;
	padding: 10px 0 10px 10px;
	margin-top: 2px;
}

#newsItems{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#newsItems a{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial;
}

#optimistLogo{
	padding-top: 20px;
	text-align: center;
}

/* Footer */
#footer{
	width: 100%;
	clear: both;
	background: #000;
	background-image: none;
	color: #fff;
}

/* Home News Box */

#homeNewsItems{
        margin: 0;
        padding: 0;
        list-style-type: none;
}

.homeNewsLink {
	font-weight: bold;
	color: #24BEE4;
}

.homeNewsLink a{
	color:#BF3F00;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	font-family: Arial;
}

.homeNewsDate{
	color: #707070 !important;
	font-weight: bold !important;
}

/* Posts Page */

.navigation{
	margin: 0;
}

/* Contact Form */

#wpcf7-f1-p46-o1 p{
	margin: 0 auto;
	padding: 3px;
}

.formField{
	width: 250px;
}

.formField input{
	width: 160px;
}

.formTitle{
	color: #FF0000;
	width: 50px;
	float: left;
}

/* Feedback Form */

#wpcf7-f2-p47-o1 form{
	text-align: left;
}

/* Misc */

.unpad{
	margin-top: -10px;
}

.nocomments{
	display: none;
}

.endCap{
	clear: both;
}

