/*
Theme Name: Blown Income
Theme URI: http://blownincome.com
Description: Theme developed for Blown income
Version: 1.0
Author: Duane Storey, BraveNewCode Inc.
Author URI: http://www.bravenewcode.com
*/

body {
	background: #000;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #ccc;
	font-size: 9pt;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
}

#page {
	width: 980px;
	background: #222;
	border: 4px solid #444;
	margin: auto;
	text-align: left;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	overflow: hidden;
	background: #333;

}

a {
	color: #7deb4a;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 13pt;
}

.clearer {
	clear: both;
}

a#header {
	display: block;
	height: 330px;
	border-bottom: 3px solid #444;
	background: url(images/header4.jpg) no-repeat 0 -35px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#content {
	float: right;
	width: 809px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #222;
	padding-left: 30px;
	min-height: 270px;
	height: auto !important; 
	height: 270px;	
	max-width: 740px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;		
}

#content .edit {
	float: right;
	margin-top: 20px;
	padding: 5px;
	background: #333;
	border: 1px solid #444;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
}

#content h2 {
	font-size: 26pt;
	text-transform: uppercase;
}

#content h3 {
	font-size: 16pt;
	text-transform: uppercase;
	color: #fff;
}

#content h2 a {
	color: #fff;
	letter-spacing: 0px;
}

img.alignright {
	float: right;
	max-width: 250px;
	padding-left: 15px;
}

img.alignleft {
	float: left;
	max-width: 300px;
	padding-right: 15px;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content .post {
	margin-bottom: 40px;
}

#content table,
#content td {
	font-size: 9pt;
}

#sidebar {
	width: 168px;
	float: left;
	text-align: right;
	padding-top: 27px;
	padding-bottom: 10px;
}

#sidebar h2 {
	font-size: 15pt;
}

#sidebar li {
	line-height: 1.0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 12px;
}

#sidebar a {
	color: #7deb4a;	
	font-size: 12pt;
	font-weight: bold;
	padding-right: 7px;
	text-transform: uppercase;
}

#sidebar li.current_page_item {
	background: #222;	
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;	
}

#sidebar li.current_page_item a,
#sidebar li.current_page_parent a  {
	color: #888;
	font-weight: bold;
}


#sidebar li a:hover,
#sidebar li.current_page_item a:hover {
	color: #fff;
}


#footer {
	padding-top: 5px;
	font-size: 9pt;
	color: #666;
}

table.gigpress-table {
	margin-top: 20px;
	border: 1px solid #333!important;
	border-collapse: collapse;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.gigpress-info-item {
	color: #888;
	padding-top: 10px;
}

.gigpress-table th {
	background: #444;
}

.gigpress-table th,
.gigpress-table td {
	border: none;
	padding: 3px;
}

a.gigpress-tickets-link {

}

tr.gigpress-info td {
	border-bottom: 1px solid #444;
}

tr.gigpress-alt td {
	background: #282828;
}

.gigpress-calendar-links-inner {
	background-color: #444!important;
}

.gigpress-subscribe {
	padding-bottom: 50px;	
}

#sponsors {
	width: 100%;
	border-top: 3px solid #444;
	background: #222;
}

form.cform {
	width: 80%;
	padding-left: 25px;
	padding-top: 20px;
}

form.cform input.single,
form.cform textarea {
	width: 340px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
	color: #333;
	background: #ccc;
	padding: 5px;
}

form.cform input.single:focus {
	background: #fff;
}

form.cform .reqtxt,
form.cform .emailreqtxt {
	color: #fff;
	position: relative;
	top: 3px;
	left: 3px;
}

form.cform label {
	position: relative;
	top: 1px;
}

#gallery img {
	margin: 5px;
	border: 2px solid #888;
	width: 75px;
	height: 75px;
}

#gallery img:hover {
	border: 2px solid #7deb4a;
}

#content ul {
	margin-top: 15px;
	margin-left: 15px;
}

#content ul li {
	list-style-type: disc;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}

#social {
	margin: auto;
	width: 980px;
	text-align: right;
}

#social {
	display: none;
}

#social li {
	float: right;
	padding-left: 20px;
	padding-top: 12px;
}

#social li a {
	color: #aaa;
}


#social li a:hover {
	color: #fff;
}

li#facebook {
	background: url(images/facebook16.png) left center no-repeat;
	height: 24px;
}

li.facebook {
	background: url(images/facebook16.png) no-repeat 45px center;
}

#sponsors {
	padding: 15px;
}

#sponsors h2 {
	text-transform: uppercase;
	margin-left: 18px;
	margin-bottom: 5px;
}

#sponsors ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sponsors .one-sponsor {
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#sponsors a {
	border: 2px solid #222;
	font-size: 11pt;
}

a#sixohfour {
	display: block;
	width: 200px;
	height: 96px;
	background: url(images/604.jpg);
	text-indent: -10000px;
}

a#brandt {
	display: block;
	width: 200px;
	height: 96px;
	background: url(images/brandt.png);
	text-indent: -10000px;
}

a#lordco {
	display: block;
	width: 200px;
	height: 96px;
	background: url(images/lordco-logo.png);
	text-indent: -10000px;	
}


#all-sponsors {
	text-align: center;
	margin: auto;
	position: relative;
}

#sponsors a:hover {
	border: 2px solid #888;
}

#hawk {
	position: relative;
	left: 360px;	
}

#hawk img {
	margin-bottom: 5px;
}

#hawk a.link {
	display: block;
	width: 200px;
	height: 96px;
	background: url(images/thehawk.jpg) no-repeat;
	text-indent: -10000px;
}

table#specs {
	width: 450px;
}

table#specs td,
table#specs th {
	padding: 2px;
	border: 1px solid #333;
}

table#specs th {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

table#specs td.first {
	width: 110px;
}

table#specs th {
	background: #444;
}

img#engine-photo {
	padding-top: 30px;
}

em {
	color: #fff;
	font-style: italic;
}
