/*
Theme Name: NYC Sabres
Theme URI: http://nycsabres.org
Description: Theme for the NYC Sabres web site.
Version: 1.0
Author: Aaron Lee
*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/body_bg.jpg) 960px 0px no-repeat;
}
body {
	background-color: #FF5609;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	height: 100%;
	display: block;
	background: url(images/wrapper_fill.jpg) top left repeat-y;
}
#wrapper #header {
	height: 29px;
	padding: 173px 0 0 0;
	display: block;
	background: url(images/banner.jpg) top left no-repeat;
}
#wrapper #header ul#nav {
	list-style-type: none;
	list-style-image: none;
	display: block;

	padding: 0;
	margin: 0;
	
}
#wrapper #header ul#nav li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 5px 8px 0px 8px;
	height: 30px;
	background: url(images/nav_sep.jpg) top right no-repeat;
}
#wrapper #header ul#nav li:hover {
	background-color: #CCCCCC;
}
#wrapper #header ul#nav li a {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}
#wrapper #header ul#nav li a:hover {
	background-color: #FFFFFF;
}
#wrapper #header a {
	display: inline;
	float: left;
	height: 20px;
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	
}
#wrapper #header a:hover {
	background: url(images/nav_bg_over.jpg) top left no-repeat;

}



/* div content */
		#wrapper #content {
			float: left;
			background-color: #333333;
			padding: 15px;
			color: #f1f1f1;
			line-height: 20px;
			width: 700px;
			height: auto;
			
		}
		#wrapper #content img {
			padding: 5px;
			border: 1px solid #666666;
			margin: 0 10px 10px 0;
		
		}
		#wrapper #content h1 {
			display: block;
			background: url(images/content_h1_bg.jpg) top left no-repeat;
			padding: 7px 0 14px 45px;
			font-size: 24px;
			font-weight: bold;
			color: #FF6600;
		}
#wrapper #footer {
	display: block;
	background-color:#FF5609;
	height: 80px;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	clear: both;
	border-top: 3px solid #f1f1f1;

}
#wrapper #footer a {
	color: #FFFFFF;
}

/* div sidebar */
		#wrapper #sidebar {
			float: left;
			display: block;
			width: 230px;
			background-color: #2F2F2F;	
		}
		#wrapper #sidebar ul {
			list-style :none;
			margin: 10px;
			padding: 0;
			
			
		}
		#wrapper #sidebar ul li ul {
			margin-left: 18px;
		}
		#wrapper #sidebar ul li ul li {
			list-style-image: url(images/bullet_orange.png);
			padding: 2px;
			
		
		}
		#wrapper #sidebar h2 {
			color: #FF5609;
			padding: 2px;
			font-size: 14px;
			margin: 0;
			
		}
		#searchsubmit {
			background-color: #006699;
			font-weight: bold;
			color: #ffffff;
			border: 1px solid #ffffff;
		}

/* div post */
		#wrapper div.post {
			padding: 10px;
			background-color: #2F2F2F;
			margin-bottom: 12px;
			
		}
		#wrapper div.post h2 {
			color: #FF5609;
		}
		#wrapper div.post h2 a {
			color: #FF5609;
		}
		#wrapper div.post a {
			color: #E98C3E;
		}
