/****************************
			GLOBAL
*****************************/

* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

:focus, :active { 
	outline: 0; 
}

.clear {
	clear:both;
}

/****************************
		  CONTAINER
*****************************/

#container {
	width:900px;
	margin:0px auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/****************************
		  	TOP
*****************************/

#top {
	width:900px;
	height:80px;
}

#top_logo {
	height:80px;
	width:370px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	float:left;
}

#top_nav {
	float:right;
	font-size:1.4em;
	color:#999;
	margin:20px 20px 0px 0px;
}

	#top_nav a {
		color:#999;
		text-decoration:none;
	}
	
	#top_nav a:hover {
		color:#ff9933;
	}

/****************************
	       HEADER
*****************************/

#header {
	width:900px;
	height:250px;
	background-image: url(../images/sun.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}

/****************************
		  	CONTENT
*****************************/

#content {
	width:900px;
	margin-top:30px;
/* 	margin-top: 10px; */
}

/****************************
		  	BANNER
*****************************/

#banner {
	margin-bottom: 10px;
	padding: 0px 20px;
}

	#banner p {
		color:#ff9933;
		font-size:1.6em;
		text-align: center;
	}
	
		#banner p a {
			color:#3399cc;
		}

/****************************
		  	LEFT NAV
*****************************/

#left_nav {
	width:160px;
	float:left;
	border-right:1px solid #ddd;
}

	#left_nav a {
		color:#ff9933;
		text-decoration:none;
	}
	
	#left_nav a:hover {
		color:#3399cc;
	}

	#left_nav .nav {
		list-style:none;
		font-size:1.4em;
	}
	
		#left_nav .nav li {
			/*margin-bottom:14px;*/
			min-height:27px;	/*37px*/
			width:160px;
			padding-top:6px;	/* was 10px*/
		}
		
			#left_nav .nav li a {
				margin-left:16px;
			}
		
		#left_nav .nav .current {
			min-height:27px;	/*37px*/
			width:160px;
			background-image:url(../images/bg_current.gif);
			background-repeat: no-repeat;
			padding-top:10px;
		}
		
			#left_nav .nav .current a {
				color:#3399cc;
				margin-left:30px;
			}

/****************************
		  	MIDDLE
*****************************/

#middle {
	width:448px;	/*488px*/
	float:left;
	padding:0px 20px 20px;
}

	#middle .title {
		display:block;
		margin-bottom:10px;
	}
	
	#middle .image_right {
		float:right;
		margin:0px 0px 6px 6px;
	}
	
	#middle p {
		color:#666;
		font-size:1.2em;
	}
	#middle h1 {
		color:#FF9933;
		font-size:1.8em;
		margin-bottom:6px;
	}
	#middle .blue {
		color:#3399cc;
	}

	#middle .text {
		margin-bottom:20px;
	}
	
		#middle p a {
			color:#3399cc;
		}
		
		#middle p a:hover {
			text-decoration:none;
		}
		
	#middle .heading {
		text-decoration:underline;
		font-weight:bold;
	}
	
	#middle ul.list {
		color: #666;
		font-size: 1.2em;
		margin: 10px 0px 20px 20px;
	}
	
		#middle ul.list a {
			color:#3399cc;
		}
		
		#middle ul.list a:hover {
			text-decoration:none;
		}
		
.venues_odd {
	width:368px;	/*448px*/
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	background-color: #f0f0f0;
	padding:14px 40px;
	background-image: url(../images/bg_ticket.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom:4px;
}

	.venues_odd p {
		margin-bottom:12px;
	}

	.venues_odd strong {
		color:#ff9933;
	}
	
	.venues_odd a {
		color:#3399cc;
	}
	
	.venues_odd .date {
		display:block;
		float:left;
		width:120px;
		margin-bottom:12px;
	}
	
	.venues_odd .time {
		display:block;
		float:left;
		width:120px;
		margin-bottom:12px;
	}
	
	.venues_odd .duration {
		display:block;
		float:left;
		width:128px;
		margin-bottom:12px;
	}
	
	.venues_odd .buy {
		float:right;
		height:22px;
		width:76px;
		background-image: url(../images/btn_buy.gif);
		background-repeat: no-repeat;
		text-indent:-9999px;
	}
	
.venues_even {
	width:368px;	/*448px*/
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	background-color: #fff6ea;
	padding:14px 40px;
	background-image: url(../images/bg_ticket.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom:4px;
}

	.venues_even p {
		margin-bottom:12px;
	}

	.venues_even strong {
		color:#ff9933;
	}

	.venues_even a {
		color:#3399cc;
	}

	.venues_even .date {
		display:block;
		float:left;
		width:120px;
		margin-bottom:12px;
	}

	.venues_even .time {
		display:block;
		float:left;
		width:120px;
		margin-bottom:12px;
	}

	.venues_even .duration {
		display:block;
		float:left;
		width:128px;
		margin-bottom:12px;
	}

	.venues_even .buy {
		float:right;
		height:22px;
		width:76px;
		background-image: url(../images/btn_buy.gif);
		background-repeat: no-repeat;
		text-indent:-9999px;
	}
	
#middle .warning {
	float:right;
	color:#cc0000;
	font-weight:bold;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:0px;
}

#middle .warning_buy {
	color:#cc0000;
	font-weight:bold;
	margin-right:10px;
	margin-bottom:10px;
}

#middle .orange {
	color:#ff9933;
}

/****************************
	  Buy Tickets Form
*****************************/

#buy_form {
	width:448px;
	font-size:1.2em;
}

#buy_form label {
	width:160px;
	color:#3399cc;
	font-weight:bold;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
	margin-bottom:6px;
}

#buy_form p {
	font-size:1em;
	width:250px;
/*	float:left;*/
	margin-bottom:6px;
	display:block;
	margin-left:170px;
}

#buy_form input, #buy_form select {
	display:block;
	margin-bottom:6px;
	float:left;
}

#buy_form br {
	clear:left;
}

#buy_form .btn_cont {
	float:none;
}


/****************************
	     Testimonials
*****************************/

.testimonial {
	width:408px;	/*448px*/
	border-top:1px dashed #ccc;
	padding:20px;
}

	.testimonial .from {
		margin-top:6px;
		font-style: italic;
	}

/****************************
      Write a Testimonial
*****************************/

#write_a_testimonial {
	padding-left:20px;
	font-size:1.2em;
}

	#write_a_testimonial label {
		color:#3399cc;
		font-weight:bold;
		display:block;
		margin-bottom:4px;
	}
	
	#write_a_testimonial .label_sub {
		color:#666;
		font-weight:normal;
		font-size:0.8em;
	}
	
	#write_a_testimonial input, #write_a_testimonial select {
		display:block;
		margin-bottom:10px;
	}
	
	#write_a_testimonial .btn_submit {
		margin-top:20px;
	}


/****************************
      Write a Comment
*****************************/

#write_a_comment {
	padding-left:20px;
	font-size:1.2em;
}

	#write_a_comment label {
		color:#3399cc;
		font-weight:bold;
		display:block;
		margin-bottom:4px;
	}
	
	#write_a_comment .label_sub {
		color:#666;
		font-weight:normal;
		font-size:0.8em;
	}
	
	#write_a_comment input, #write_a_comment select {
		display:block;
		margin-bottom:10px;
	}
	
	#write_a_comment .btn_submit {
		margin-top:20px;
	}


/****************************
	  	Contact Form
*****************************/

#contact_form {
	font-size:1.2em;
}

	#contact_form label {
		color:#3399cc;
		font-weight:bold;
		width:100px;
		margin-right:10px;
		display:block;
		text-align:right;
		margin-bottom:10px;
		float:left;
	}
	
	#contact_form input, #contact_form textarea {
		display:block;
		margin-bottom:10px;
		float:left;
	}
	
	#contact_form br {
		clear:left;
	}
	
	#contact_form .btn_submit {
		margin-top:20px;
		float:none;
	}
	
/****************************
     Win A Reading Form
*****************************/

#frm_win {
	font-size:1.2em;
}

	#frm_win label.lbl {
		color:#3399cc;
		font-weight:bold;
		width:100px;
		margin-right:10px;
		display:block;
		text-align:right;
		margin-bottom:10px;
		float:left;
	}
	
	#frm_win input, #frm_win textarea {
		display:block;
		margin-bottom:10px;
		float:left;
	}
	
	#frm_win br {
		clear:left;
	}
	
	#frm_win .btn_submit {
		margin-top:20px;
		float:none;
	}


/****************************
		  	RIGHT COL
*****************************/

#right_col {
	width:222px;	/*250px*/
	float:left;
	padding:0px 14px;
	border-left:1px solid #ddd;
}

	#right_col h2 {
		color:#ff9933;
		font-size:1.6em;
		margin-bottom:6px;
	}
	
	#right_col .blue {
		color:#3399cc;
		text-decoration:underline;
	}
	
	#right_col .blue:hover {
		text-decoration:none;
	}

#competition {
	width:222px;
	margin-bottom:20px;	
}

	#competition p {
		color:#666;
		font-size:1.2em;
		margin-bottom: 1em;
	}
	
	#competition input.text {
		float: left;
		font-size: 1.2em;
		margin-right: 10px;
	}
	
	#competition input.btn { float: left; }

#blogs {
	width:222px;
	margin-bottom:20px;
}

	#blogs ul {
		list-style:none;
		font-size:1.1em;
		color:#666;
	}

	#blogs li {
		width:220px;
		min-height:21px;	/*30px*/
		margin-left:5px;
		padding-top:9px;
		border-bottom:1px dashed #ddd;
	}
	
		#blogs li a {
			float:left;
			color:#3399cc;
			margin-bottom:8px;
		}
		#blogs li span {
			width:60px;
		}
img.blog_image
{
	float:right;
	margin: 0px 0px 10px 10px;
}


#upcoming_shows {
	width:222px;
	margin-bottom:20px;
}

	#upcoming_shows ul {
		list-style:none;
		font-size:1.1em;
		color:#666;
	}

	#upcoming_shows li {
		width:220px;
		min-height:21px;	/*30px*/
		padding-top:9px;
		border-bottom:1px dashed #ddd;
	}
	
		#upcoming_shows li a {
			width:160px;
			float:left;
			display:block;
			color:#3399cc;
			margin-bottom:8px;
		}
		
		#upcoming_shows li a:hover {
			text-decoration:none;
		}
		
		#upcoming_shows li span {
			width:60px;
			float:left;
			display:block;
		}

#twitter {
	width:222px;
}

	#twitter p {
		color:#666;
		font-size:1.2em;
		margin-bottom:10px;
		border-bottom:1px dashed #DDDDDD;
	}
		#twitter p em{
			display:block;
		}
		#twitter p em a{
			text-decoration:none;	
		}
		#twitter p a{
			color:#3399CC;
			text-decoration:underline;
		}
			#twitter p a:hover{
				text-decoration:none;	
			}
			
			


#testimonials {
	width:222px;
}

	#testimonials p {
		color:#666;
		font-size:1.2em;
		margin-bottom:20px;
	}

/****************************
		  	FOOTER
*****************************/

#footer {
	width:900px;
	height:50px;
	background-image: url(../images/bg_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

	#footer p {
		width:860px;
		margin:0px auto;
		text-align:center;
		border-top:1px solid #ddd;
		color:#666;
		padding-top:4px;
	}
	
	#footer a {
		color:#666;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#3399cc;
	}
	
	
/*****************************
			RECAPTCHA
******************************/
#recaptcha_area {
	margin-left:-20px;
	margin-top: 20px;
}		

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#AEE8FF !important; /*reCaptcha widget background color*/
 }
 
 #recaptcha_table {
   border-color: #6ABDD9 !important; /*reCaptcha widget border color*/
 }
 
 #recaptcha_response_field {
   border-color: #6ABDD9 !important; /*Text input field border color*/
   background-color:#FFFFFF !important; /*Text input field background color*/
 }



.warning_box {
	color:#CC2310;
	padding:10px;
	text-align:left;
/*	border:1px solid #FFC3C3;*/
	border:1px solid #C33;
	background-color:#FDE3E3;
	margin-top:20px;
	margin-bottom:10px;
}	
