/*
Theme Name: Borderline Billiards template
Description: Sport Design Template
Version: 1
Author: Sam-Designer and Justin
Author URI: http://borderlinebilliards.net/
Tags: red, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #253036;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	width: 967px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#head-container {
	width: 967px;
	float: left;
}

#topnav {
	clear: both;
	float: left;
	width: 967px;
	height: 37px;
	padding-top: 0px;
	background-image: url("images/navbar.jpg");
}

#banner {
	float: left;
	clear: both;
	width: 967px;
	height: 301px;
}

#middle {
	clear: both;
	float: left;
	width: 967px;
}

#left-sidebar {
	clear: both;
	float: left;
	width: 225px;
	background-color: #343E44;
	
}

#right-sidebar {
	float: right;
	width: 120px;
	padding-right: 10px;
}

#content {
	float: left;
	width: 573px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
}


#content a {
	
	color:#FFF;
	font-weight:bold;
	
}
#footer {
	clear: both;
	float: left;
	width: 967px;
	height: 73px;
	padding-top: 30px;
	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: 10px;
}

#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: 12px;
}

#topnav a:hover {
	text-decoration: none;
	color: #FFCC00;
}

#banner img {
	border: 0px;
}

.sidebar-content {
	padding: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

.widget-title {
	margin-top: 0px;
	width: 205px;
	height: 30px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	padding-top: 13px;
	background-image: url("images/shade.jpg");
	background-repeat: repeat-x;
}

.sidebar-content ul {
	
}

.sidebar-content li {
	list-style-type: square;
	color: #FFCC00;
}

.sidebar-content a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#content hr {
	background-color: #FFA851;
	border: 2px solid #FFA851;
}

.title, .title a {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
	margin-bottom: 20px;
}

.title a:hover {
	text-decoration: none;
	color: #FFC184;
}

img {
	border: 0px;
}

