/*
Theme Name: Chic's Hockey template
Description: Sport Design Template
Version: 1
Author: Sam-Designer and Justin
Author URI: http://chicshockey.com/
Tags: red, fixed width, two columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #121212;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	width: 977px;
	margin: auto;
}

#head-container {
	width: 977px;
	float: left;
}
#logo {
	float: left;
	width: 977px;
	height: 85px;
	background-image: url("images/top.jpg");
}

#topnav {
	clear: both;
	float: left;
	width: 977px;
	height: 48px;
	padding-top: 0px;
	background-image: url("images/navbar.jpg");
}

#banner {
	float: left;
	clear: both;
	width: 977px;
	height: 335px;
}

#middle {
	clear: both;
	float: left;
	width: 977px;
	background-color: #FFFFFF;
}

#right-sidebar {
	float: right;
	width: 230px;
	background-color: #DEDEDE;
}

#content {
	float: left;
	width: 720px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-align: justify;
}

#content-spacer {
	clear: both;
	float: left;
	width: 747px;
	height: 47px;
	margin-top: 0px;
	background-image: url("images/headerbar.jpg");
}

#right-side-spacer {
	float: right;
	width: 230px;
	height: 47px;
	background-image: url("images/navbar.jpg");
}

#footer {
	clear: both;
	float: left;
	width: 977px;
	height: 73px;
	padding-top: 40px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-image: url("images/footer.jpg");
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#topnav ul {
	margin-top: 15px;
}

#topnav ul li{
	display: inline;
	list-style-type: none;
}

#topnav li a {
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
}

#topnav a:hover {
	text-decoration: none;
	color: #FFCC00;
}

#banner img {
	border: 0px;
}

.sidebar-content {
	padding: 10px;
	font-size: 12px;
	color: #000000;
}

.widget-title {
	margin-top: 0px;
	width: 205px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
}

.sidebar-content ul {
	
}

.sidebar-content li {
	list-style-type: square;
	color: #FFCC00;
}

.sidebar-content a {
	color: #000000;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #FF8000;
	text-decoration: none;
}

#content hr {
	background-color: #000000;	
	border: 2px solid #000000;
}

.title, .title a {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 20px;
}

.title a:hover {
	text-decoration: none;
	color: #FFCC00;
}

img {
	border: 0px;
}

