/*
Theme Name: Sports Design Template
Theme URI: http://www.captainnautica.com
Description: Captain Nautica Sports Design Template.
Version: 1.1
Author: Justin
Author URI: http://www.captainnautica.com/
Tags: Casino, custom header, fixed width, two columns, widgets, tables

	CaptainNautica Sports Design Template 
	Not to be Duplicated.


*/
body {
	margin: 0px;
	background-color: #6C0002;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,sans-serif;
}

#container {
	width: 981px;
	margin: auto;
}

#header {
	width: 981px;
	height: 285px;
	float: left;
}

#middle {
	clear: both;
	width: 961px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

#sidebar {
	width: 279px;
	float: left;
}

#content {
	width: 660px;
	float: right;
	font-size: 15px;
}

#footer {
	width: 981px;
	clear: both;
	float: left;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

#sidebar .title {
	margin-top: 5px;
	height: 24px;
	width: 259px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url("images/shade.jpg");
}

#sidebar .content {
	width: 262px;
	border: 1px solid #6E0302;
	background-color: #EFD003;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 14px; 
}

#sidebar .content ul {
	margin-top: 5px;
}

#sidebar .content li a, #sidebar .content li{
	text-decoration: none; 
	color: #000000;
	font-weight: none;
}

#sidebar .content li a:hover {
	text-decoration: none;
	color: #804000;
}

#content .title, #content .title a {
	padding-top: 10px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #8C3602;
}

#content .title a:hover {
	color: #CE9704;
}

#content hr {
	margin-top: 10px;
	background-color: #8C3602;
	color: #8C3602;
	height: 3px;
}

#content a {
	text-decoration: bold;
	color: #000000;
}

#content blockquote {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	padding: 10px;
	border: 1px solid #8C3602;
	background-color: #FDEDC3;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FCB852;
}

img {
	border: 0px;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }


