/* @override http://dev.liamr.com/elevens/workspace/css/style.css */

/* @override http://dev.liamr.com/elevens/workspace/css/style.css */

/* NEEDS TIDY UP */

*{ margin: 0; padding: 0; }*
body { font: 11pt Arial, Sans-Serif; line-height: 1.5em; background: #424242; color: #fff; }
a {COLOR: #fff; text-decoration: none;}
a:visited {COLOR: #fff; text-decoration: none;}
a:hover {COLOR: #cc4271; text-decoration: underline;}
h2 { margin: 10px 0 0 0px; color: #d80b5d; padding: 0px 0 3px; font-size: 18px; }
h3 { padding-left: 0px; color: #fff; font-size: 12pt; height: 24px; line-height: 24px; }
h4 { margin: 0 0 0px; padding: 0px 0px 0px 0px; font-size: 13pt; line-height: 1.2em; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img {
	border: none;
}

#header {
padding: 0;
margin-left: 0;
height: 130px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}

#header h2 {
color: #eee;
font-size: 18px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#header h5 {
color: #eee;
font-size: 11pt;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12pt;
}

#nav {
background: #343434;
height: 27px;
width: 800px;
text-align: center;
margin-left: 7px;
}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 27px;
}

#nav ul li a {
	background: #343434;
	width: 200px;
	height: 27px;
	padding: 0;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}

#nav ul li a:hover {
	color: #fff;
	background: #424242;
}

#nav ul li #nextShowsBtn{
	text-align: center;
	width: 200px;
}

#nav ul li #activeBtn a{
	background: #424242;
	color: #d80b5d;
}



#show{
	
}

#error {
	
	height: 400px;
	
}

#wrap { padding: 0px 0px 3px 0px; width: 810px; margin:0px auto;}

/*  RIGHT */
#right { 
	float: right;
	width: 180px; 
	margin-bottom: 10px; 
	margin-top: 8px; 
	padding: 10px 0px 10px 0px; 
	font-size: 11pt; 
	line-height: 1.2em;
}

#right p{
	margin-bottom: 7px;
}

#right a:hover{
	color: #d80b5d;
	text-decoration: none;
}

#right em{
	color: #bfbfbf;
}

#right ul { 
	padding: 5px 10px 10px 10px; 
	margin: 0;	
}

#right img{
	border: 1px solid #000;
}

#address img{
	border: none;
}

/* LEFT */
#left { margin-bottom: 0px; float: left; width: 510px; padding: 10px 0px 10px 30px; margin-top: 0px;
	background-color: #424242;
}

#left p{
	width: 510px;
}

/*Artist Text*/
#left h2{
	color: #ffffff;
}



/*Previous shows text*/
#left h5{
color: #d80b5d;
font-size: 21px;
font-weight: 100;
}


/*Event text*/
#left h3{
display: inline;
	font-weight: normal;
	font-style: normal;
}
#left h3 a:hover{
	color: #d80b5d;
	text-decoration: none;
}
/*Date text*/
#left em{

display: block;
	color: #bfbfbf;
}

#image img {
	border: 1px solid #000;
	margin-top: 20px;
}
#image {
	width: 510px;
}
	
#footer { 
	float: left;
	font-size: 11px; 
	text-align: left; 
	width: 580px; 
	padding: 10px 0px ; 
	margin-left: 29px;

}

/*form*/
form#contactForm {
	background-color: #343434; 
	width: 470px;
	padding: 20px;
	color: #999;   
	font-size: 15px;
	margin-bottom: 20px;    
}
#contactForm .text{
	width: 465px;
	height: 20px;
	border: 2px solid #2a2a2a;
}

#contactForm .textArea {
	width: 465px;
	border: 2px solid #2a2a2a;
}

/*form*/
form#signupForm {
	background-color: #343434; 
	width: 470px;
	padding: 20px;
	color: #999;   
	font-size: 15px;
	margin-bottom: 20px;    
}
#signupForm .text{
	width: 465px;
	height: 20px;
	border: 2px solid #2a2a2a;
}

#signupForm .textArea {
	width: 465px;
	border: 2px solid #2a2a2a;
}
