/*
Theme Name: CC - Casey Currie
Theme URI: http://wordpress.org/
Description: Casey Currie.
Version: 1
Author: Airbox Studios

Theme By Airbox Studios || http://www.airboxstudios.com
*/

body {
	background:url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color:#CCC;
}

img {
	border:none;
}
.clear {
	clear:both;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
p {
	font-size:14px;
	margin-left:15px;
}
a {
	color:#0F0;
	text-decoration:none;
}
a:hover {
	color:#CCC;
	text-decoration:none;
}
hr {
	color: #000;
	background-color: #000;
	border: 1px dotted #666;
	border-style: none none dotted;
	margin:20px 0;
}
li li {
	margin-left:-10px;
}
li li li {
	margin-left:-25px;
}
#wrapper {
	margin:0 auto;
	width:1020px;
}
#header {
	width:1020px;
	height:90px;
	background:url(images/header_bg.png);
	text-align:left;
	margin-top:50px;
	padding-top:10px;
}
h1#logo {
	position:absolute;
	top:0;
	left: 50%;
	margin-left:-180px;
	margin-top:0;
}
#nav {
	font-size:18px;
	font-weight:bold;
	height:40px;
	width:1020px;
}
#nav li {
	display:inline;
	margin:0 10px;
}
#nav a {
	color:#CCC;
	text-decoration:none;
}
#nav a:hover {
	color:#0F0;
	text-decoration:none;
}
#container {
	width:1020px;
	background:url(images/content_bg.png);
}
#content {
	width:1000px;
	margin-left:10px;
}
#content .sidebar {
	width:250px;
	float:left;
}
#content .main {
	width:750px;
	float:left;
}
#content .spacing {
	width:710px;
	margin-left:20px;
}
#content .slideshowborder {
	background:#333;
	padding:5px;
}
#content .storycontent {
	font-size:12px;
}
#content .sponsors {
	text-align:center;
}
#footer {
	width:1020px;
	height:45px;
	background:url(images/footer_bg.png);
	clear:both;
	padding-top:55px;
}
#footer .left {
	width:600px;
	float:left;
	margin-left: 40px;
}
#footer .right {
	width:300px;
	float:right;
	text-align:right;
	margin-right: 40px;
}
#footer .airbox {
	text-align:center;
	width:1020px;
	margin-top:50px;
}

#footer a {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	color:#0F0;
	text-decoration:none;
}
