html {
	overflow: auto;
}

body {
	margin: 0 0 0px 0;
	padding: 0;
	background:#444444 url(../images/mainbg.png);
	font-size: 70%;
	font-family: verdana;
	color: #DDD;
}

h2, h3
{
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#container    
{
	position:relative;
	width:900px;
	margin:0 auto;
	padding: 10px 0 0 0;
}

#headercont
{
	width: 870px;
	height: 200px;
	background: #ed1f25 url(../images/ground_level_header_red.png) repeat-x;
	letter-spacing: -1px;
	color: #FFF;
	padding: 0 15px;
}

#headercont img.link_btn{
	position:absolute;
	left:707px;
	top:20px;
	width:170px;
	height:151px;
}

#headercont ul, #footercont ul
{
	margin: 0;
	padding: 18px 0 0 0;
	list-style-type: none;
	text-align: right;
}

#headercont ul li, #footercont ul li
{
	display: inline;
	margin: 0 0 0 10px;
}

#headercont ul li a, #footercont ul li a
{
	color: #fff;
	text-decoration: none;
}

#headercont ul li a:hover, #footercont ul li a:hover
{
	color: #FFF;
	text-decoration: none;
}

#maincont
{
	background: #444 url(../images/bg.png) repeat-y;
	position:relative;
	width:900px;
	margin:0 auto;
}

#mainleft
{
	float: left;
	width: 640px;
	padding: 14px 14px 14px 14px;
	background: #333;
}

#mainleft ol {
	margin: 0;
	padding: 19px 0 0 0px;
}

#mainleft p
{
	font-size: 120%;
	font-family: verdana;
	color: #DDD;
}

#mainleft h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: arial;
	font-size: 240%;
	letter-spacing: -2px;
}

#mainleft h1 span
{
	color: #9C0;
}

#mainleft h2
{
	background: #333;
	color:#888888;
	margin: 0 0 8px 0;
	padding: 0 0 10px 0;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#mainright
{
	float: right;
	width: 200px;
	padding: 13px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
}

#mainright p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#mainright h1
{
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#mainright a{
	color:#ed1f25;
	letter-spacing:.5px;
}

#mainright a:hover{
	color:#ed1f25;
	letter-spacing:.5px;
	text-decoration:none;
}

#tabs_1
{
	float: left;
	width: 200px;
	line-height: 150%;
	padding:1px 0px 0 0;
}

#tabs_1 p{
	margin:0px;
	padding:0px;
}

#tabs_1 p.heading{
	color:#ed1f25;
	letter-spacing:2px;
	font-size:12px;
	font-weight:600;
	padding:10px 0px 0px 0px;
}
#tabs_1 p.mailing_list{
	color:#fff;
	letter-spacing:1px;
	font-size:10px;
	font-weight:600;
	padding:10px 0px 10px 0px;
}
#tabs_1 p.announce{
	color:#fff;
	letter-spacing:2px;
	font-size:10px;
	font-weight:600;
	padding:0px 0px 0px 0px;
}

#tabs_1 p.comment {
	color:#999;
	letter-spacing:1px;
	font-size:11px;
	font-weight:600;
	padding: 2px 0 3px 5px;
	border: 1px solid #777;
	border-width:1px 0;
	background-color:#333;
}


#menucont
{
	width: 900px;
	height: 73px;
	background: #ed1f25;
}

#menucont ul
{
	margin: 0;
	padding: 19px 0 0 22px;
	list-style-type: none;
}

#menucont ul li
{
	display: inline;
}

#menucont ul li a
{
	float: left;
	padding: 10px 11px;
	margin: 0 20px 0 0;
	background: #c97d80;
	color: #FFF;
	text-decoration: none;
	border: 2px solid #af2327;
}

#menucont a.active
{
	background: #2a717e;
	color: #27646f;
	border: 2px solid #27646f;
	text-decoration: none;
}

#menucont ul li a:hover
{
	background: #b45a5e;
	color: #fff;
	border: 2px solid #af2327;
	text-decoration: none;
}

#footercont {
	position: relative;
	width:870px;
	margin:0 auto;
	color: #fff;
	letter-spacing: -1px;
	/*ADT*/padding: 5px 15px;
	/*ADT*/text-align:right;
	background-color: #b45a5e;
}


#footercont p {
	margin:0;
	color:#fff;
	text-align:center;
	font-size:110%;
}
#footercont a {
	color:#fff!important;
}

#footercont a:hover {
	text-decoration:none;
}
/***ADT***/

/* (Bug)fixes for drupal elements */

#sidebarleft {
position:absolute;
top:-250px;
background:#eee;
z-index:5;
width:250px;
opacity:0.9;
filter: alpha(opacity=90); 
}

.node {
margin-bottom:20px;
}

#sidebarleft * { 
color:#444;
}

a:link,a:visited,a:hover,a:active {
color:#AAA;
}


h1#logo {
font-size:120%;
float:left;
margin-top:16px;
}
h1#logo a {
text-decoration:none;
color:#fff;
}

 .admin div.left, .admin div.right {
display:inline;/*Fix ie->6 double float margin bug*/
}

 .node .content img {
margin: 0 2px 0 2px;
}

 .node .content td {
border:1px solid #eee;
}

.block-user form {
line-height:1em;
}

.block-user ul {
margin-top:1em;
}

h3#mission {
font-size:1.7em;
font-weight:normal;
margin:0;
padding:0;
line-height:1em;
color:#666;
margin-bottom:0.5em;
}

p.comment {
letter-spacing:2px;
font-size:12px;
font-weight:600;
margin: 5px 0 10px 0;
padding: 5px 0 5px 4px;
border:1px solid #CCC;
border-width:1px 0;
background-color:#666666;
}

.comment div.picture {
float:right;
margin:0 0 2px 2px;
}

/* AllDrupalThemes.com interface enhancements */

#autocomplete {
font-weight:bold;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin:0;
border-color:#CCC;
padding:1px;
}
#autocomplete li {
background:#EEE;
border-bottom:1px solid white;
}

body  fieldset {
margin-top:1em;
border:1px solid #EEE;
min-height:2em;
}
* html  fieldset {
min-height:2em;
}

.collapsible legend {
border:1px solid #EEE;
display:inline!important;
padding:2px;
/*
padding:1px 3px!important;
font-size:90%;
background:lightblue;
margin-bottom:3px;
*/
}

.admin table td {
color:#666;
}

div.node-form input.form-submit {
margin:1em 0!important;
}

/* Extra Extra */

#footercont .block {
margin-left:700px;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

#flow {
	position:relative;	
	width:600px;
	float:left;
	padding: 0 0 10px 0 }
/* Artist page styles
-----------------------------------------------------------------------*/
div.artistholder {margin-left: 140px; }

div.artistholder a{
	color:#ed1f25;
	letter-spacing:.5px;
}

div.artistholder p{
	margin:0px;
}

div.artistholder a:hover{
	color:#ed1f25;
	letter-spacing:.5px;
	text-decoration:none;
}

div.artistholder h5
{
	margin: 0 0 8px 0;
	padding: 0 0 10px 0;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: 600;
	font-family: arial, verdana;
}

div.releaseholder {margin-left: 140px; width:250px;}

#welcome_container    
{
	background-color:#444444;
	position:relative;
	width:620px;
	margin:0 auto;
	padding: 10px 10px 10px 10px;
	float:left;
	border: 1px solid #777;
}

#welcome_container p
{
	font-size: 120%;
	font-family: verdana;
	color: #DDD;
	margin:0px;
}

#welcome_container p.heading
{
	font-size: 120%;
	font-family: verdana;
	color: #DDD;
	font-weight:600;
	margin:0px;
}

#welcome_container a{
	color:#ed1f25;
	letter-spacing:.5px;
}

#welcome_container a:hover{
	color:#ed1f25;
	letter-spacing:.5px;
	text-decoration:none;
}

#releases_container    
{
	background-color:#444444;
	position:relative;
	width:620px;
	margin:0 auto;
	padding: 10px 10px 10px 10px;
	float:left;
	border: 1px solid #777;
}

#releases_container  h4 
{
	background-color: #444444;
	font-weight: normal;
	font-family: arial;
	font-size: 240%;
	letter-spacing: -2px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#disc_container    
{
	position:relative;
	width:640px;
	margin:0 auto;
	padding: 10px 0 10px 0;
	float:left;
	border-bottom: 20px solid #777;
}

#disc_container p.heading{
	color:#ed1f25;
	letter-spacing:.5px;
	font-size:12px;
	font-weight:600;
	padding:10px 0px 0px 0px;
}

#disc_container h2 
{
	background-color: #444444;
	font-size: 140%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	padding:7px 7px 7px 7px;
	margin:0px 0px 5px 0px;
}

#disc_container h4 
{
	background-color: #333333;
	font-size: 140%;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: arial, verdana;
	padding:7px 7px 7px 7px;
	margin:0px 0px 10px 0px;
	text-align:left;
}

#artists_container    
{
	background-color:#444444;
	position:relative;
	width:620px;
	margin:0 auto;
	padding: 10px 10px 10px 10px;
	float:left;
	border: 1px solid #777;
}

#artists_container  h4 
{
	background-color: #444444;
	font-weight: normal;
	font-family: arial;
	font-size: 240%;
	letter-spacing: -2px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#artist_maincontainer    
{
	position:relative;
	width:640px;
	margin:0 auto;
	padding: 10px 0 10px 0;
	float:left;
	border-bottom: 20px solid #777;
}

#artist_maincontainer  p.heading{
	color:#ed1f25;
	letter-spacing:.5px;
	font-size:12px;
	font-weight:600;
	padding:10px 0px 0px 0px;
}

#artist_maincontainer h2 
{
	background-color: #444444;
	font-size: 140%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	padding:7px 7px 7px 7px;
	margin:0px 0px 5px 0px;
}

#artist_maincontainer h4 
{
	background-color: #333333;
	font-size: 140%;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: arial, verdana;
	padding:7px 7px 7px 7px;
	margin:0px 0px 15px 0px;
	text-align:left;
}

#gigs_container    
{
	background-color:#444444;
	position:relative;
	width:620px;
	margin:0 auto;
	padding: 10px 10px 10px 10px;
	float:left;
	border: 1px solid #777;
}

#gigs_container p
{
	font-size: 120%;
	font-family: verdana;
	color: #DDD;
	margin:0px;
}

#gigs_container p.heading
{
	font-size: 120%;
	font-family: verdana;
	color: #DDD;
	font-weight:600;
	margin:0px;
}


#gigs_container h2
{
	color:#999;
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 4px;
	font-size: 150%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#gigs_container h3
{
	color:#ed1f25;
	margin: 5px 0 0px 0;
	padding: 5px 0 0px 0;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 0px solid #777;
}

#gigs_container h4
{
	margin: 5px 0 0px 0;
	padding: 5px 0 10px 0;
	font-size: 150%;
	letter-spacing: -1px;
	font-weight: 600;
	font-family: arial, verdana;
	border-bottom: 0px solid #777;
}

#gigs_container a{
	color:#ed1f25;
	letter-spacing:.5px;
}

#gigs_container ol{
	font-weight:600;
	letter-spacing:-1px;
	margin-left:15px;
}

#gigs_container li{
	padding-bottom:8px;
	font-size:100%;
	font-weight:normal;
	margin-left:10px;
}
#gigs_container li span{
	padding-bottom:8px;
	font-size:130%;
	font-weight:600;
	letter-spacing:-1px;
}

br { padding:10px;
}
#leftcolumn { 
		width: 245px; 
		border: 0px solid red; 
		float: left; 
		padding-left:10px; 
		padding-top:4px;
}
#leftcolumn p { 
		margin:0px; 
}

#leftcolumn2 { 	
		float:left;
		width:620px;
		margin:0 auto;
		padding: 10px 10px 10px 10px;
		border-bottom: 20px solid #777;
}
#leftcolumn2 p { 
		margin:0px;
		font-size:100%;
}

#leftcolumn2 a
{
	padding: 5px 5px;
	background: #af2327;
	color: #FFF;
	text-decoration: none;
}

#leftcolumn2 a.active
{
	background: #2a717e;
	color: #27646f;
	text-decoration: none;
}

#leftcolumn2 a:hover
{
	background: #b45a5e;
	color: #fff;
	text-decoration: none;
}

.img-front-releases {
	border: 1px solid #555252;
	background-color:#333333;
	padding:0px;
	margin-right:10px;
	margin-bottom:40px;
	float:left;
}

.img-releases {
	border: 1px solid #555252;
	background-color:#333333;
	padding:0px;
	margin-right:10px;
	float:left;
}

#rightcolumn { 
	width: 210px; 
	float: right;
	padding-top:1px;
	padding-left:40px;
}

#rightcolumn p.announce{
	color:#fff;
	font-size:10px;
	padding:5px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	border-bottom: 1px solid #777;
}
#rightcolumn p.previews{
	color:#ed1f25;
	font-size:10px;
	padding:10px 0px 10px 0px;
	margin:10px 0px 0px 0px;
}
#rightcolumn p.heading{
	color:#ed1f25;
	font-size:16px;
	font-weight:600;
	padding:10px 0px 0px 0px;
}

#rightcolumn span.heading{
	color:#ed1f25;
	letter-spacing:.5px;
	font-size:12px;
	font-weight:600;
	padding:10px 0px 0px 0px;
}

#rightcolumn h2 
{
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#leftcolumn h2
{
	background: #333;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

.button {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#releaseholder {margin-left: 140px;  float:right; text-align:right;}
#about_holder {margin-left: 140px;  float:right; text-align:right;}

#view_cart {margin-left: 140px;  float:right; text-align:right; padding-bottom:5px; padding-top: 0px;}

.clear { clear: both;}

.input { padding: 0px; margin: 0px;}

div.releaseinfo {
	position:relative;
	left:0px;
	top:0px;
	width:170px;
	float:left;
}
div.buttonholder {
	margin-left: 180px;
}

.img-about {
	padding:5px;
	margin:0px;
	float:right;
}
#paypal_container    
{
	position:relative;
	width:640px;
	margin:0 auto;
	padding: 10px 0 0px 0;
	float:left;
}
.img-paypal {
	margin:3px 0px 0px 0px;
	float:right;
	border:0px;
}

#forms{
	width: 400px;
	background-color: #ddd; 
	padding: 5px; 
	font-weight: 600;
	}
	
textarea, input { font-family: inherit; font-weight:bold;  font-size: 100%; color:#4444; }	
	
.red{
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #ff0000;
	}
	
.blue_form {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color:#2b9de0;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 140px;
  text-align: left;
  padding-left:5px;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  color:#444;
}

div.row span.formw {
  float: right;
  width: 255px;
  text-align: left;
  } 
  
 table.colour_nav {
 	border-left:#ccc solid 1px;
	border-top:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	}

.top {
text-align:right;
}
