/*
Theme Name: SFC
Description: Customized theme for Soldier Field Cycling
Author: Small Web Solutions
Author URI: http://smallwebsolutions.com
*/
/* drop-down menu styles are in menu.css */

body {
	margin:0;
	padding-top:0px;
	background:#646464;
	font-size: 62.5%;
	font-family:"Myriad web",Tahoma,Verdana,sans-serif;
	color:#e7e7e7;
	font-size:13px;
	}
img {
	border:0;
	}

a {
	color:#ae0000;
	text-decoration:none
	}
a:hover {
	color:#fff;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#cccccc;
	font-style: normal;
	border: dashed;
	border-color: #999999;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;

	}
.alignright {
	float:right;
	}

/* The Wrapper*/

.wrapper {
	width:960px;
	/*this centers the wrapper*/
	margin:0 auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background:#000000;
	border: 1px solid #cc0000;
		}
		
.content {
	width:960px;
	/*this centers the content wrapper*/
	margin: 0 auto;
	background:#000000;
	
		}


/* The Content */
#content {
	float: left;
	width: 745px;
	margin: 0 0 0 0;
	padding: 0 0;
	min-height: 500px;
	}
	
.post {
	margin: 20px 10px 0 10px;
	padding:0px 0px 0px 0px;
	height: 100%;
	text-align: left;
	color:#333;
	
	}

.post h2 {
	margin: 0 0;
	padding: 10px 0px 0px 24px;
	height:26px;
	background: url(images/content2-2.png);
	background-repeat:repeat-y;
	text-align: left;
	font: normal  18px "Tahoma", Arial, sans-serif;
	color: #ae0000;
	
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #ae0000;
	background-color: transparent;
	}

.post .date {
	margin: 0 0;
	padding: 12px 0 0 29px;
	height: 20px;
	background: url(images/date2-2.png) no-repeat left top;
	font: normal 1.0em "Tahoma", Arial, sans-serif;
	color: #fefefe;
	background-color: transparent;
	}
	
.post .pagetop {
	margin: 0 0;
	padding: 13px 0 0 24px;
	height: 20px;
	background: url(images/pagetop2-2.png) no-repeat left top;
	font: normal 1.0em "Tahoma", Arial, sans-serif;
	color: #fefefe;
	background-color: transparent;
	}	

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	background:url(images/meta2-2.png) no-repeat left top;
	font: normal 12px "Tahoma", Arial, sans-serif;
	text-align: right;
	height:34px;
	
	}
.p_comments {
	height:25px;
	width:100px;
	line-height:26px;
	text-align:center;
	float:right;
	padding:0 5px 0 27px;

}

.p_comments a:link,
.p_comments a:visited {
	color: #fff;
	background-color: transparent;
}


.post a:link,
.post a:visited {
	color: #ae0000;
	background-color: transparent;
}

.post a:hover {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	display:block;
	margin: 0 0;
	padding: 5px 25px;
	}
.cover{
	margin: 0 0;
	background: url(images/content2-2.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	}
/* The Sidebar */

#sidebar {
	width:190px;
	float:right;
	font-size:12px;
	color:#999999;
	background: #000000;
	margin: 35px 10px 0px 0px;
	font-family:"Trebuchet MS";
}

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

#sidebar  h2 {
	font-size:16px;
	height:25px;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	background:#000000 /*#323232*/;
	margin: 10px 0 0 0;
	color:#990000;
	font-variant:small-caps;
}

#sidebar li a {
	display:block;
	line-height:100%;
	padding:4px 0 4px 0;
	color:#cccccc;
	/*background:#5a5a5a;
	border-bottom:1px solid #464646;*/
}

#sidebar li a:hover {
	text-decoration:none;
	/*background-color:#ae0000;*/
	color:#cc0000;

}

#sidebar ul li a {
	background:#none;
	padding-left:10px;
}
#sidebar table {
	width:100%;
	text-align:center;
	background-color:#464646;
	}


/* The Navigation */

.navigation {
	height:10px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	}
.navigation a:hover {
	color:#fff;

	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin: 15px 0 10px 20px;
	text-align:left;
	font: normal  18px "Tahoma", Arial, sans-serif;
	color: #ae0000;
	}

/* The Comments */

.comments {
	padding: 22px 32px 23px 32px;
	line-height:16px;
	}
	
.comments ol {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	font-weight: normal;
	color: #FFF;
	
}	

div.comments ol li {
	padding-bottom: 9px;
	
}

.comments form {
	}
.comments textarea {
	width:96%;
	height:156px;
	background:#ffffff;
	border:1px solid #cc0000;
	color:#000;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#ffffff;
	border:1px solid #cc0000;
	color:#000;
	padding-left: 10px;
	margin-right: 3px;
	}
.comments input#submit {
	width: 150px;
	height: 20px;
	padding: 0px;
	border: 1px solid #666666;
	background: #333333;
	color: #999999;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS";
	font-variant:small-caps;

	}
.comments h2 {
	font-size:16px;
	line-height:30px;
	margin:24px 0 0 0px;
	padding:0;
	font-weight:normal;
	
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}
.comments ol li {
	padding-bottom: 9px;

}
/*SWS additions to CSS */

/*Weather Widget Display on header*/
#weatherWidgetDisplay {
	font: 9px Arial, "Helvetica Neue",Helvetica, Geneva, sans-serif;
	line-height: 14px;
	color: #cccccc;
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#weatherWidgetDisplay a {
	text-decoration:none;
	color: #cccccc;
}

#weatherWidgetDisplay a:hover {
	color: #ffffff;
	text-decoration:none;
}
/*Footer copyright */
.copyright {
	font-size: 10px;
	color:#333333;
		}
a.copyright {
	text-decoration:none;
	color:#333333;
}
a.copyright:hover {
	color:#ffffff;
	text-decoration:none;
	
}
/*The WP search form*/
#searchform {
	margin: 15px 0 10px 0;
	padding: 0px 0px; 
	text-align: left;
	}
#searchform #s{
	width: 120px;
	/*padding: 2px;*/
	border: 1px solid #666666;
	background: #F3F3F3;
	color: #000000;
	}
#searchform #searchsubmit {
	width: 56px;
	height: 20px;
	padding: 0px;
	margin-left: 4px;
	border: 1px solid #666666;
	background: #333333;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS";
	font-variant:small-caps;
}
/*The SFC signup form*/
#signupform {
	margin: 0;
	padding: 0; 
	text-align: left;
	}
#signupform #s{
	width: 120px;
	height: 18px;
	margin-top: 3px;
	/*padding: 2px;*/
	border: 1px solid #999999;
	background: #F3F3F3;
	color: #000000;
	}
#signupform #signupsubmit {
	width: 56px;
	height: 22px;
	margin: 5px 0 0 3px;
	border: 1px solid #666666;
	background: #333333;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS";
	font-variant:small-caps;
}
