/*
Theme Name: Junior Golf Tour template
Description: Tennis Design Template
Version: 1
Author: Marie Ronaldine and Justin
Author URI: http://juniorgolftour.net/
Tags: green, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-color: #CACDD7;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	width: 1000px;
	margin: auto;
}

#head-container {
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	width: 1000px;
	height: 82px;
	background-image: url("images/topheader.jpg");
}

#topnav {
	clear: both;
	float: left;
	width: 1000px;
	height: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("images/navbar.jpg");
}

#banner {
	float: left;
	clear: both;
	width: 1000px;
	height: 182px;
}

#middle {
	clear: both;
	float: left;
	width: 1000px;
	background-color: #FFFFFF;
}

#left-sidebar {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 225px;
	background-color: #C1DEF2;
}

#right-sidebar {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	width: 120px;
}

#content {
	float: left;
	width: 605px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 14px;
	text-align: justify;
}

#footer {
	clear: both;
	float: left;
	width: 1000px;
	height: 73px;
	padding-top: 30px;
	color: #004221;
	text-align: center;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #004221;
}

#footer a:hover {
	color: #FF8000;
	text-decoration: none;
}

#topnav ul {
	margin-top: 12px;
}

#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: 14px;
	color: #004221;
}

.widget-title {
	margin-top: 0px;
	width: 205px;
	height: 23px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	background-color: #2771B9;
}

.sidebar-content ul {
	
}

.sidebar-content li {
	list-style-type: square;
	color: #000037;
	padding-top: 3px;
}

.sidebar-content a {
	color: #000037;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #800000;
	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: #800000;
}

img {
	border: 0px;
}

