/* CSS Document */
/* Created by Realising Designs.com */
/* Copyright Kent Unsigned */

.clr {
	clear: both;
}

.align_c {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.align_r {	
	text-align: right;
}

.youtube {
	width: 342px;
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	background-color: #422011;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

h1 {
	margin: 0;
	padding: 0;
}
h1 span {
	display: none;
}

h3 {
	margin: 12px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 span {
	display: none;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;	
}

p {
	color: #DDD;
}

p.error {
	color: #F33;
}

p.news_preview {
	margin-top: 0;
	padding-top: 0;
}

.greyed, span.greyed {
	color: #999;
}

a:link, a:visited {
	color: #FD5700;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #FD5700;
	text-decoration: underline;	
}

ul li {
	list-style-position: outside;
	list-style-image: url(../images/li.gif);
	list-style-type: disc;
}

/*Forms and tables */

form {
	color: #ECECEC;
	font-size: 12px;
}

input.box {
	margin-bottom: 2px;
	background-color: #F1F1F1;
	background-image: url(../images/input_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #F57000;
	padding: 2px;
}

input.long {
	width: 250px;
}

textarea.box {
	margin-bottom: 2px;
	background-color: #F1F1F1;
	background-image: url(../images/input_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #F57000;
	padding: 2px;
}

select.box {
	margin-bottom: 2px;
	background-color: #F1F1F1;
	background-image: url(../images/input_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #F57000;
	padding: 2px;
}

#form_register2 input {
	width: 200px;
	overflow: auto;
}

#view_table th {
	background-color: #FD5700;
	color: #FFF;
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/th_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#view_table tr.band_listing td {
	padding-bottom: 2px;
	border-bottom: 3px solid #333;
}

#view_table td.addn { 
	color: #999;
	padding-bottom: 2px;
	border-bottom: 3px solid #333;
}

#view_table td.band_name {
	text-transform: uppercase;
	width: 160px;
}
#view_table td.genre {
	text-transform: uppercase;
	color: #999;
}

/* DIVS */

#container {
	width: 810px;
	background-color: #000;
	background-image: url(../images/main_side.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}

#logged_in {
	padding: 1px 21px 4px 21px;
}
#logged_in p {	
	margin: 0;
	padding: 0;
}

#main_content {
	background-image: url(../images/main_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 28px;
}

#header {
	background-image: url(../images/header_v3.jpg);
	height: 310px;
	width: 810px;
}

#nav_links {
	padding: 0;
	margin: 0 0 0 5px;
}
#nav_links li {
	padding: 0;
	margin: 0 0 5px 5px;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
#nav_links li a {
	display: block;
}
#nav_links li a span {
	display: none;
}

#footer {
	padding: 0 0 15px 25px;
}

#footer p, #footer ul {
	margin: 0;
	padding: 0;
	color: #6E5449;
}

#social_bookmarks li {
	display: inline;
	margin-left: 2px;
}

/* Navigation link image swaps */

#nav_links li a {
	height: 25px;
	margin: 0 4px 0 4px;
}

#link_home {
	background-image: url(../images/btn_home_0.gif);
	width: 54px;
}
#link_home:hover { background-image: url(../images/btn_home_1.gif); }

#link_about {
	background-image: url(../images/btn_about_0.gif);
	width: 64px;
}
#link_about:hover { background-image: url(../images/btn_about_1.gif); }

#link_news {
	background-image: url(../images/btn_news_0.gif);
	width: 57px;
}
#link_news:hover { background-image: url(../images/btn_news_1.gif); }

#link_signup {
	background-image: url(../images/btn_signup_0.gif);
	width: 73px;
}
#link_signup:hover { background-image: url(../images/btn_signup_1.gif); }

#link_account {
	background-image: url(../images/btn_account_0.gif);
	width: 89px;
}
#link_account:hover { background-image: url(../images/btn_account_1.gif); }

#link_bands {
	background-image: url(../images/btn_bands_0.gif);
	width: 66px;
}
#link_bands:hover { background-image: url(../images/btn_bands_1.gif); }

#link_gigs {
	background-image: url(../images/btn_gigs_0.gif);
	width: 47px;
}
#link_gigs:hover { background-image: url(../images/btn_gigs_1.gif); }

#link_radio {
	background-image: url(../images/btn_radio_0.gif);
	width: 59px;
}
#link_radio:hover { background-image: url(../images/btn_radio_1.gif); }

#link_contact {
	background-image: url(../images/btn_contact_0.gif);
	width: 90px;
}
#link_contact:hover { background-image: url(../images/btn_contact_1.gif); }

#link_chart {
	background-image: url(../images/btn_chart_0.gif);
	width: 61px;
}
#link_chart:hover { background-image: url(../images/btn_chart_1.gif); }

#link_forum {
	background-image: url(../images/btn_forum_0.gif);
	width: 64px;
}
#link_forum:hover { background-image: url(../images/btn_forum_1.gif); }

/* Columns */
#main_content {
	margin-left: 3px;
}

#main_content.three-col .col {
	width: 227px; /* 261 - 17 - 17 */
	border: 1px dashed #444;
	float: left;
	margin-right: 5px;
	padding: 1px 17px 12px 17px;
}

#main_content.two-col .col {
	width: 357px;
	border: 1px dashed #444;
	float: left;
	margin-right: 5px;
	padding: 1px 17px 12px 17px;
}

#main_content.one-col .col {
	width: 749px;
	border: 1px dashed #444;
	margin-right: 5px;
	padding: 1px 17px 12px 17px;
}

/* Blocks */

.block {
	padding-bottom: 5px;
	border-bottom: 1px dashed #444;
}
.block-end {
	border: none;
}

/* Gig listing */
#gig_listing_h3 {
	background-image: url(../images/txt_upcoming_gigs.gif);
	background-repeat: no-repeat;
	width: 249px;
	height: 15px;
}
#gig_listing_h3 span { display: none; }

/* Band listing */
img.band_listing_img {
	padding: 3px;
	margin: 0 2px 0 2px;
	background-color: #111;
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
}

#band_listing_h3 {
	background-image: url(../images/txt_band_listing.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 14px;
}
#band_listing_h3 span { display: none; }

/* Profile */
#welcome_msg {
	font-size: 17px;
}

#band_image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	float: left;
	padding: 3px;
	background-color: #111;
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
}
#block_welcome ul {
	margin: 0 0 0 230px;
	padding: 0;
}
#block_welcome h4 {
	margin-bottom: 2px;
}
#block_welcome ul p {
	color: #999;
}

#band_intro_h3 {
	background-image: url(../images/txt_band_intro.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 14px;
}
#band_intro_h3 span { display: none; }

#band_bio_h3 {
	background-image: url(../images/txt_band_bio.gif);
	background-repeat: no-repeat;
	width: 98px;
	height: 14px;
}
#band_bio_h3 span { display: none; }


/* Login */
#login_h3 {
	background-image: url(../images/txt_login.gif);
	background-repeat: no-repeat;
	width: 58px;
	height: 14px;
}
#login_h3 span { display: none; }

/* Register */
#register_h3 {
	background-image: url(../images/txt_register.gif);
	background-repeat: no-repeat;
	width: 97px;
	height: 14px;
}
#register_h3 span { display: none; }

/* Latest news */
#block_latest_news h3 {
	background-image: url(../images/txt_latest_news.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 13px;
}
#block_latest_news h3 span {
	display: none;
}
#block_latest_news h4 {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0;
}
#block_latest_news p {
	margin: 0 0 0 60px;
	padding: 0 0 5px 0;
}
#block_latest_news img {
	width: 50px;
	height: 50px;
	float: left;
}

/* Latest gigs */
#block_latest_gigs h3 {
	background-image: url(../images/txt_latest_gigs.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 14px;
}
#block_latest_gigs h3 span {
	display: none;
}
#block_latest_gigs td.band_name {
	text-transform: uppercase;
	width: 160px;
}
#block_latest_gigs td.genre {
	text-transform: uppercase;
	color: #999;
}

/* Featured artist */
#block_featured_artist h3 {
	background-image: url(../images/txt_featured_artist.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 13px;
}
#block_featured_artist h3 span {
	display: none;
}
#block_featured_artist h4 {
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	padding: 0;	
}

/* New bands */
#block_new_bands h3 {
	background-image: url(../images/txt_new_bands.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 14px;
}
#block_new_bands h3 span {
	display: none;
}
#block_new_bands td.band_name {
	text-transform: uppercase;
	width: 160px;
}
#block_new_bands td.genre {
	text-transform: uppercase;
	color: #999;
}

/* 1st Play Radio */
#block_1st_play_radio h3 span {
	display: none;
}

/* Most voted for tracks */
#block_most_voted h3 {
	background-image: url(../images/txt_most_voted.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 16px;
}
#block_most_voted h3 span {
	display: none;
}

#block_most_voted td.pos {
	font-size: 14px;
	width: 10px;
}
#block_most_voted td.player {
	width: 22px;
}
#block_most_voted td.band_name {
	text-transform: uppercase;
	width: 160px;
}

/* Absolute items */
#home_link span {
	display: none;
}
#home_link {
	position: absolute;
	left: 465px;
	top: 110px;
	width: 290px;
	height: 110px;
}

#html_login {
	position: absolute;
	left: 45px;
	top: 200px;
}

#flash_login {
	position: absolute;
	left: 20px;
	top: 150px;
	width: 220px;
	height: 130px;
}

#flash_logo_anim {
	position: absolute;
	left: 615px;
	top: 85px;
	width: 100px;
	height: 100px;
}

#flash_tv {
	position: absolute;
	left: 257px;
	top: 61px;
	width: 220px;
	height: 130px;
}

#ticker_box {
	position: absolute;
	left: 332px;
	top: 246px;
	width: 395px;
}
#ticker_box p {
	margin: 0;
	padding: 0;
}

#ad_top {
	position: absolute;
	left: 157px;
	top: 0;
	width: 468px;
	height: 60px;
	background-color: #000;
}

#ad_side {
	position: absolute;
	left: 825px;
	top: 15px;
	width: 120px;
	height: 600px;
	background-color: #000;
	text-align: center;
	border: 1px solid #000;
}

#forgot {
	background-color: #000;
	padding: 2px;
	font-size: 9px;
	width: 100px;
	top: 276px;
	left: 30px;
	position: absolute;
}

#kosLink {
	position: absolute;
	left: 46px;
	top: 70px;
	width: 121px;
	height: 106px;
	display: block;
}
#kosLink span {
	display: none;
}

