@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	color: #a2a2a2;
	text-align: center;
	background-color: #121212;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
	width: 970px;
	min-height: 100%;
	position: relative;
	height: auto !important;
	background-color: #121212;
}

#header {
	clear: both;
	width: 970px;
	height: 100px;
	color: #838383;
	font-size: 11px;
	text-align: left;
	position: relative;
	border-bottom: 2px solid #ffcc00;
}

#player {
	clear: both;
	width: 100%;
	height: 26px;
	font-size: 11px;
	text-align: left;
	padding-top: 4px;
	background-color: #000000;
}

#header div#logo {
	top: 35px;
	width: 266px;
	height: 31px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/header_logo1.jpg);
}

#header div#logo a {
	width: 266px;
	height: 31px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../images/header_logo1.jpg);
}

#header div#logo a:hover {
	background-image: url(../images/header_logo2.jpg);
}

#searchbox {
	right: 0;
	top: 43px;
	height: 30px;
	width: 265px;
	color: #838383;
	font-size: 9px;
	text-align: left;
	position: absolute;
}

#searchbox input.search_box {
	float: left;
	width: 200px;
	height: 20px;
	color: #e5e5e5;
	font-size: 26px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 1px;
	border: 1px solid #e3e3e3;
}

#searchbox input.search_btn {
	width: 52px;
	height: 23px;
	float: right;
}

#searchbox p {
	padding-top: 2px;
	width: 111px;
	height: 16px;
	float: right;
}

#searchbox input.search_check {
	width: 14px;
	float: left;
	height: 14px;
	margin-right: 3px;
}

#mainsearch input.search_box {
	float: left;
	width: 200px;
	color: #e5e5e5;
	font-weight: bold;
	margin-right: 5px;
	border: 1px solid #e3e3e3;
}

#mainsearch input.search_btn {
	float: left;
	width: 59px;
	height: 17px;
}

#mainsearch p {
	clear:both;
	padding: 5px 0 10px 0;
}

#mainsearch input.search_check {
	width: 13px;
	float: left;
	height: 13px;
	margin-right: 3px;
}

#headermenu {
	clear: both;
	width: 970px;
	height: 22px;
	color: #838383;
	font-size: 11px;
	text-align: left;
	position: relative;
	margin: 10px 0 5px 0;
}

#headermenu span.blurb {
	float: right;
	width: 475px;
	text-align: right;
}

#headermenu ul {
	float: left;
	width: 490px;
	color: #838383;
	text-align: left;
	list-style: none;
}

#headermenu ul li {
	float: left;
	list-style: none;
	margin: 0 30px 0 0;
	
}

#headermenu ul li a {
	height: 22px;
	color: #ffffff;
	padding-left: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background: url(../images/bullet.jpg) no-repeat left center;
}

#headermenu ul li a:last-child {
	margin-right: 0;
}


#headermenu ul li a:hover {
	color: #838383;
}

#content {
	clear: both;
	width: 970px;
	color: #838383;
	font-size: 11px;
	text-align: left;
	padding-bottom: 50px;
}

#content p.sidebar {
	color: #a2a2a2;
	padding: 0 0 15px 15px;
}

#content table.sidebar {
	color: #a2a2a2;
	font-size: 11px;
	margin: 0 0 15px 15px;
}

#content p.sidebar a, #content table.sidebar a {
	color: #fafafa;
	text-decoration: none;
}

#content p.sidebar a:hover, #content table.sidebar a:hover {
	color: #999999;
}

#content h3 {
	color: #ffffbf;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	text-decoration: none;
}

#content h3.border {
	border-top: 2px solid #ffcc00;
}

#content h3.border2 {
	margin-top: 10px;
	border-top: 2px solid #ffcc00;
}

#container1_1 {
	clear: both;
	width: 970px;
	padding-bottom: 0px;
	border-top: 2px solid #ffcc00;
}

#container2_1 {
	float: left;
	width: 317px;
	border-top: 2px solid #ffcc00;
}

#container2_2 {
	float: right;
	width: 636px;
	border-top: 2px solid #ffcc00;
}

#item_table {
	clear:both;
	width: auto;
	color: #a2a2a2;
	position: relative;
	margin-bottom: 10px;
	background-color: #0a0a0a;
	border: 1px solid #2b2b2b;
}

div.gigsched {
	clear: both;
	height: 245px;
	position: relative;
	padding: 10px;
}

div.gigsched ul {
	list-style: none;
}

div.gigsched ul li {
	padding: 6px 0 6px 0;
	border-bottom: 1px dotted #7f7f7f;
}

div.gigsched ul li.more {
	border-bottom: none;
}

div.gigsched ul li span {
	color: #ffffbf;
}

div.frow {
	clear: both;
	position: relative;
	padding: 0 10px 10px 10px;
}

div.mrow {
	clear: both;
	position: relative;
	padding: 10px 10px 8px 10px;
}

#item_table img.avatar {
	margin: 3px 5px 0 0;
	padding: 0 2px 0 2px;
}

#itemsummary.post {
	margin: 0 10px 0 0;
	padding: 0 0 0 190px;
}

#itemsummary h1 {
	font-size: 14px;
}

#itemsummary p {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

#itemsummary p.blurb {
	padding-bottom: 0;
}

#itemsummary p.gallery {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 10px 10px 0 10px;
}

#itemsummary p.gallery a img {
	padding: 2px;
	margin: 0 5px 5px 0;
	border: 1px solid #262626;
	background-color: #ffffff;
}

#itemsummary a, #itemsummary2 a {
	color: #fafafa;
	text-decoration: none;
}

#itemsummary a.title {
	font-weight: bold;
	text-transform: uppercase;
}

#itemsummary span.details {
	color: #9a9894;
	font-size: 11px;
	text-decoration: none;
}

#itemsummary a:hover, a.title:hover {
	color: #999999;
}

#itemsummary2 {
	padding: 10px;
	margin-top: 5px;
	background-color: #000000;
}

#itemsummary2 a.tags {
	color: #ffffbf;
}

#itemsummary2 a:hover, a.title:hover {
	color: #999999;
}

#itemsummary2 form {
	font-size: 12px;
	margin-right: 30px;
}

#itemsummary2 form fieldset {
	clear: both;
	border: none;
	margin-top: 5px;
}

#itemsummary2 form fieldset label
{   float: left;
	width: 95px;
	text-align: right;
	margin: 2px 0 0 0;
	padding: 0 5px 0 0;
}

#itemsummary2 fieldset input.textbox
{	width: 300px;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#itemsummary2 form fieldset textarea
{	width: 450px;
	font-size: 12px;
	margin: 0 0 5px 0;

}

#itemsummary2 form fieldset.button {
	clear: both;
	width: 550px;
	border: none;
	text-align: right;
}

#itemsummary2 p.comment {
	padding: 10px;
	margin-top: 10px;
	background-color: #0a0a0a;
	border: 1px solid #2b2b2b;
}

#footer {
	left: 0px;
	bottom: 0px;
	clear: both;
	width: 970px;
	height: 50px;
	color: #838383;
	font-size: 11px;
	text-align: right;
	position: absolute;
	background-color: #000000;
}

#footer p.menu {
	width: 455px;
	float: right;
	font-size: 11px;
	padding-top: 18px;
	padding-right: 15px;
}

#footer p.terms {
	width: 455px;
	float: left;
	font-size: 11px;
	text-align: left;
	padding-top: 18px;
	padding-left: 15px;
}


#footer p.menu a {
	margin: 0 16px 0 16px;
	padding: 0;
	color: #838383;
	text-decoration: none;
}

#footer p.menu a.last {
	margin: 0 0 0 16px;
	padding: 0;
}

#footer p.terms a {
	color: #838383;
	text-decoration: none;
}


#footer p a:hover {
	text-decoration: underline;
}

#more {
	margin: 0;
	padding: 0 0 20px 0;
	clear: both;
}

#more a {
	clear: both;
	color: #0000FF;
	text-decoration: none;
}

#more a:hover {
	text-decoration: underline;
}

div.fileinputs {
	position: relative;
	width: 290px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#updater{
	padding: 0 0 10px 15px;
	font-size: 12px;
	text-align: left;
	
}

#flashMessage {
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

#flashMessage p {
	margin: 0;
	padding: 0 0 50px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.error {
	color: #FF0000
}

.page {
	color: #f27b30;
	border: 1px solid #f27b30;
}

a img{ border: none }
a:active{ outline: none; }
a:focus{ -moz-outline-style: none; }
