/*
Theme Name: 2010 Canadian Music Fest 
Theme URI: http://canadianmusicfest.com/
Description: Created for the 2010 CMF site.
Version: 1.0
Author: Randy Rowe
Author URI: http://www.r3media.ca/
Tags: songwriting, 2010, musician, artist, competition

	R3 Media v1
	http://www.r3media.ca/

	This theme was designed and built by Randy Rowe, R3 Media and Design

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.clear {
	clear:both;
}


/* Begin Typography & Colors */
body {
	font: 80%/1.4 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background-color: #000;
	margin: 0px;
	}
	
.container {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/content_middle.png) repeat-y center top;
}

.leftMenu {
	padding: 5px;
	width: 240px;
	position: relative;
	margin-left: 45px;
	float: left;
}

#main {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/content_middle.png) repeat-y center top;
}

.mainContent {
	padding: 5px;
	float: right;
	width: 670px;
	position: relative;
	margin-right: 50px;
}

.mainContentFull {
	padding: 5px;
	width: 950px;
	/*
	margin-right: 65px;
	float:right;
	*/
	margin-left:auto;
	margin-right:auto;
}

.entry {
	margin:15px 0px 0px;
}

#header {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 70px;
	background: #000 url(images/2010_top_banner_main.png) no-repeat center top;
	top: 0px;
	border:none;
	padding-top:155px;
	}
	
#headerFull {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 70px;
	background: #000 url(images/2010_top_banner_full.gif) no-repeat center top;
	top: 0px;
	border:none;
	padding-top:155px;
}
	
#headerHome {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 70px;
	background: #000 url(images/2010_top_banner_home.jpg) no-repeat center top;
	top: 0px;
	border:none;
	padding-top:155px;
}
	
#headerHomepage {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 70px;
	padding-top:155px;
	background: #000 url(images/2010_top_banner_front.gif) no-repeat center top;
	top: 0px;
}


#SWheader {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 331px;
	background: url(images/workshop-header.jpg) no-repeat center top;
	background-color: #000;
}


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

#contentFull {
	position: relative;
	overflow: visible;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/content_full.gif) repeat-y center top;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: center;
	}

small {
	
	font-size: 10px;
	margin-bottom:20px;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
/*	font-size: 1.6em; */
	}

h2.pagetitle {
/*	font-size: 1.6em; */
	}


#box {margin:10px 0px;}

#sidebar h2 {
	font-size: 14px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	}
	
.leftMenu h2 {
	font-size: 14px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	}	
	

#sidebar li {list-style:none;}

#sidebar a {
	text-decoration:none;
	color:#009;
	}

#sidebar a:hover {
	text-decoration:underline;
	color:#CC0000;
	}
	
#sidebar h2 a {
	text-decoration:underline;
	color:#000;
	}	
	
	
#sidebar p {margin:5px 0px;}

#sidebar_left,  #sidebar_right {
		padding-top:10px;
}

#sidebar_full li, #sidebar_left li, #sidebar_right li{
	list-style:none;
}

#sidebar_full {
	padding-top:20px;
}

h3 {
	font-size:12px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	margin:10px 0px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #006;
	}
.entry a {
	color: #006;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #009;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	width: 1040px;
	margin:auto;
	padding-bottom: 20px;
	}

#header {
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 5px;

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	}

#footer p {
	}
/* End Structure */



/*	Begin Headers */


h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



#sidebar h3 {
	padding: 0;
	margin:0px 0 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {

	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */



/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 
*/
#mediasubmit {width:200px;}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px;
	text-align:left;
	}

#sidebar #searchform #s {
	
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;

	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
	margin-left: 2px; 
	width: 240px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigationMain {
	font-weight: bold;
	color: #FFF;
	width: 880px;
	margin-right: 40px;
	height: 47px;
	margin-left: 100px;
	}
	
/* End Various Tags & Classes*/

.navigationMain ul {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	margin-top:10px;
}

.navigationMain li {
	font: bold 14px "Trebuchet MS";
	color:#FFF;
	display:inline;
	list-style:url(none) none;
	padding:3px;
	text-transform: uppercase;
}

.navigationMain li a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:14px 8px 15px;
}

.navigationMain li a:hover {
	color:#FFF;
	background-image:url(images/30percent_white.png);
	/* padding for the rollover. I had to do this to keep it from moving */
	padding:14px 8px 15px;
}

.current_page_item a{
	background-image:url(images/30percent_white.png);
	/* padding for the rollover. I had to do this to keep it from moving */
	padding:14px 8px 15px;
}

.navigationMainSplash {
	font-weight: bold;
	color: #FFF;
	width: 880px;
	margin-right: 40px;
	height: 47px;
	margin-left: 150px;
	}
	
/* End Various Tags & Classes*/

.navigationMainSplash ul {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	margin-top:10px;
}

.navigationMainSplash li {
	font:bold 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	display:inline;
	list-style:url(none) none;
	padding:8px;
	text-transform: uppercase;
}

.navigationMainSplash li a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px;
}

.navigationMainSplash li a:hover {
	color:#FFF;
	background-image:url(images/30percent_white.png);
	/* padding for the rollover. I had to do this to keep it from moving */
	padding:15px 8px;
}
.navigationHome {
	font-weight: bold;
	color: #FFF;
	width: 830px;
	margin-right: auto;
	height: 48px;
	margin-top: 147px;
	position: absolute;
	margin-left: 150px;
	}
/* End Various Tags & Classes*/

.navigationHome ul {
	width:830px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	position: relative;
	
}

.navigationHome  li {
	font:bold 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	display:inline;
	list-style:url(none) none;
	padding:15px;
	text-transform: uppercase;
}

.navigationHome  li a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;

}

.navigationHome li a:hover {
	color:#FFF;
	background-image:url(images/30percent_white.png);
	/* padding for the rollover. I had to do this to keep it from moving */
padding:15px;
}


.navigationTopRight {
	display:none; /* remove to display this div */
	background-image:url(images/30percent_white.png);
	width:225px;
	color:#FFF;
	position:relative;
	margin-left:900px;
	margin-top:-32px;
	padding:10px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.productionNote {
	font-weight: bold;
	color: #000;
	background: #FF0;
	padding: 3px 3px 3px 10px;
	border: medium solid #900;
}
#topBanner {
	color: #FFF;
	width: 728px;
	margin:0px auto;
	height: 90px;
}
.navMenus li {
	font-weight: bold;
	border-bottom: 1px solid #000;
	list-style: none;
	margin-right: 30px;
	padding-top: 5px;
}

.loginForm {
	font-size: 87.5%;
	padding: 5px;
	width: 255px;
	height: 200px;
}

.loginForm input {
	padding: 2px;
	border: 1px solid #999;
	background: url(images/gradient_200h_25percent.png) 0px;
	font-size: 12px;
	color: #333;
	margin-left: 105px;
	margin-bottom: 10px;
}
.sponsors {
	width: 255px;
	text-align: center;
}

.sponsorsMain {
	width: 625px;
}

.sponsorsMain li {
	width:260px;
	display: block;
	list-style: none;
	padding: 20px;
	float:left;
	text-align:center;
}

.sponsors li {
	display: block;
	list-style: none;
	padding: 5px;
}

.loginForm label {
	text-align: right;
	padding: 2px;
	clear: both;
	position: absolute;
	width: 100px;
	margin-bottom: 10px;
}
.loginForm a {
	font-size: 85%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	margin-left: 10px;
}

.loginForm a:hover {
	font-size: 85%;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	background: #333;
}


.sectTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	background: url(images/1col_header_back.png) no-repeat 0px top;
	padding-left: 20px;
	height: 46px;
	width: 255px;
	padding-top: 7px;
	margin-top:20px;

}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	margin-top:0px;
	border-bottom: 1px solid #2E2B24;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
/*	background: url(images/square.gif) no-repeat 0px;
	border-bottom: 1px solid #2E2B24;
	padding-left: 25px; */
}


#sidewrapper {
	position: relative;
	overflow: visible;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#contentwrapper {
	width: 1040px;
	margin-right:0px auto;
	padding:0px;
	border:none;
	background: url(images/content_background.gif) repeat-y center top;
}

#contentwrapperHome {
	width: 1040px;
	margin-right:0px auto;
	padding:0px;
	border:none;
	background:#000;
	position:relative;
	overflow:visible;
/*	background: url(images/content_background.gif) repeat-y center top;*/
}

.submenuList {
	padding-bottom:15px;
}

.submenuList li{
	padding:5px;
	margin-right:10px;	
	list-style:none;
	border-bottom:#666 solid 1px;
	background-color:#EFEFEF;
}

.submenuList li:hover{
	background-color:#999;
	font-weight:bold;
}

.submenuList li a {
	text-decoration:none;
	color:#333;
}

.submenuList li a:hover {
	color:#FFF;
}

.subPageList li current_page_item a {
	background-color:#999;
}


.sidebarbox li{
	border-bottom:#666 solid 1px;
	background-color:#EFEFEF;
	padding:8px;
}	
	
.sidebarbox li a {
	text-decoration:none;
	color:#333;
}

.sidebarbox li a:hover {
	text-decoration:none;
	color:#009;
}

.sponsorGrid {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.mediaGrid {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


.mediaSponsors {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.linkList li {
	display:inline-block;
	list-style:none;
	padding:10px;
	width:150px;
	text-align:center;
	vertical-align: middle;
	margin-bottom: 10px;
}

#gallery-1 {
margin: auto;
}

#gallery-1 .gallery-item {
display:inline-block;
vertical-align: middle;
margin-top: 20px;
text-align: center;
width: 30%;			
}

#gallery-1 img {

}

#gallery-1 .gallery-caption dt {
margin-left: 0;
}

.topContent li {
	padding-bottom:15px;
	list-style:square;
	margin-left:15px;
}

.homepage {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

.station-logo-table {

}

.station-logo-table li {
	padding:15px;
	display:inline-block;
	list-style:none;
	text-align:center;
	width:40%;
	
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.topBanner {
	margin-right: auto;
	margin-left: auto;
	height: 96px;
	width: 728px;
	text-align: center;
}

tr {
	vertical-align:top;
}

.artistBigList {


}

.artistBigList ul{
	margin-left:-20px;
	}
	
.artistBigList .headlinersList li{
	font-size: 160%;
	font-weight: normal;
	font-variant: normal;
	line-height: 200%;
	list-style: none;
	display: inline;
	padding-right: 12px;
	text-align: center;
	padding-left: 12px;
}

.artistBigList .showcaseList li{
	font-size: 120%;
	line-height: 150%;
	text-align: left;
	margin-left: 32px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.artistBigList .showcaseList li:hover{
	font-weight:bold;
	color:#666;
	font-size:155%;
	cursor:pointer;
}


.artistSmallList {
	font-size: 110%;
	height: 800px;
	overflow: auto;
}

.artistSmallList ul{
	margin-left:-20px;
	}

.artistSmallList .headlinersList li{
	font-size: 95%;
	font-weight: bold;
	font-variant: normal;
	line-height: 135%;
	list-style: none;
	margin-left: -20px;
}

.artistSmallList .showcaseList li{
	font-size: 90%;
	margin-left: -20px;
	line-height: 150%;
}

.wordtube {margin:20px 0px;}

/* SCHEDULE PAGE  */

#schedule {width:940px; margin:0px auto;}

#schedulewrapper {
	position: relative;
	overflow: visible;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFF;
	padding-bottom:20px;
}

#scheduleheader {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 70px;
	background: #000 url(images/2010_top_banner_schedule.gif) no-repeat center top;
	top: 0px;
	padding-top:155px;
	}

/* ARTIST PAGE */

html>/**/body #tern_members .tern_wp_members_list li { height:auto;  width:180px; float:left; clear:right; padding:15px;}

.tern_wp_member_info {clear:both;}


/* ARTIST PROFILES */

#userpic {float:right; margin:20px;}

#profile {padding:10px;}

#bio {clear:both; margin-top:20px;}



/* AD - MINISTER */

#footerboard {background-color:#000000; text-align:center;}

.author-bio{
	clear: left;
	display: block;
}
.author-schedule{
	clear: left;
	display: block;
}
.clear{
	clear: both;
	display: block;
	float: none;
	position: relative;
	
}

/* SHOPPING CART */

.wpsc_loading_animation {float:right!important;}

.alphaList {
	color:#003;
	font-size:110%;
	padding-top:15px;
	padding-bottom:10px;
	padding-left: 15px;
}

.alphaList a {
	color:#003;
	text-decoration:none;
	padding:10px;
	margin:-10px;	
}

.alphaList a:hover {
	background-color:#EFEFEF;
	padding:10px;
	margin:-10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.norecords {
	font-size:110%;
	padding-top:10px;
	padding-bottom:10px;
}

.emptyArtists {
	background:url(images/headliners.gif) no-repeat;
	width:920;
	height:785px;
}

.tablegradient {
	background-image: url(images/table_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height:850px;	
}

.bandname {
	text-transform: uppercase;
	color: #FFFFFF;
	text-indent: 2px;
	white-space: normal;
	background: url(images/title_back_rounded.gif) right top;
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

.small_body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.bandname A:link {text-decoration: none}

.artist_col_left {
	display: inline;
	padding: 5px;
	float: left;
	width: 460px;
}
.artist_col_right {
	display: inline;
	padding: 5px;
	float: right;
	width: 460px;
}

.artist_row {
	clear:both;
	width: 940px;	
}

.showcaseBrief {
	font-size:12px;
	margin-left: 5px;
	padding-bottom: 5px;
}

.showcaseBriefTitle {
	margin-left: 5px;
	font-size: 14px;;
	font-weight: bold;
	color: #600;	
}

.buyshowcase_brief {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;;	
	font-weight: bold;
	color: #fff;
	background:#666;
	padding: 3px;
	text-align:center;
	margin-bottom:5px;
}

.buyshowcase_brief:hover{
	color:#FFF;
	background:#300;
}
.buyshowcase_brief a{
	text-decoration:none;
	color:#FFF;
}

.buyshowcase_brief a:hover{
	color:#FFF;
	background:#300;
}

.buyshowcase_brief_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;;	
	font-weight: bold;
	color: #fff;
	background:#666;
	padding: 2px;
	text-align:center;
	width:100px;
	position:absolute;
	margin-left:530px;
	margin-top:-30px;
}

.buyshowcase_brief_title:hover{
	color:#FFF;
	background:#300;
}

.buyshowcase_brief_title a, .buyshowcase_brief_title a:visited{
	text-decoration:none;
	color:#FFF;
	padding: 2px;
	width:100px;	
}

.buyshowcase_brief_title a:hover{
	color:#FFF;
	background:#300;
	width:100px;	
}
.grid_row_title {
	background-image: url(images/marble_bar_980.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:auto;
	width:931px;
}

.grid_row_title div{
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	width:146px;
	display:inline;
	float: left;
/*	border: 1px solid #000;*/
}

.grid_row_title .venue{
	border-right: none;
	width:131px;
	
}

.grid_row {
	width:931px;
	border-bottom: 1px solid #000;

}

.grid_container {
	width:955px;
	background-image:url(images/grid_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.grid_bottom {
	background-image:url(images/grid_background_bottom.gif);
	width:931px;
	;
	height:3px;
	background-position: left top;
}

.grid_row div{
	font-size:80%;
	display:inline;
	float: left;
	padding-left:3px;
}

.grid_row .venue{
	width:127px;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	min-height:126px;
	padding-top:50px;
	border-top: 1px solid #FFF;
/*	border-bottom: 1px solid #FFF; */
}

.grid_row .venue a{
	color:#FFF;
}

.grid_row h2, a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.grid_row .venue_web {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
}
.grid_row .wed{
	width:157px;

}

.grid_row .thurs{
	width:157px;

}

.grid_row .fri{
	width:157px;

}

.grid_row .sat{
	width:157px;

}

.grid_row .sun{
	width:157px;

}

.grid_name {
	color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:75%;
}

.grid_name a{
	color:#009;
	text-decoration:none;
/*	color:#000;*/
}

.grid_hours {
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;	
	text-align:right;
	font-size:11px;	
}

.grid_row .presentor{
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;	
	font-size:12px;
	width:157px;
}

.grid_row .doors{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:10px;
	color:#666;
	width:157px;	
}

.grid_row .showcaseTitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-left:-2px;
	margin-top:1px;
	padding:1px;
	padding-left:4px;
	font-size:12px;
	font-weight:bold;
	background-color:#CEDEE1;
	width:154px;
	border-bottom: 1px solid #608A93;
}
/* wristband check out CSS */

.orderForm td {
/*	font-size:90%;*/
	text-align:left;
}

#td1_bg     {
                height : 14;
                background:#A3A3A3;
            }

#td2_bg, h4     {
                background : #5A5A5A;
                font-weight : bold;
                font-family : Arial,Helvetica,sans-serif;
                font-size : 10pt;
                color : #E3E3E3;
				padding-left:4px;
				padding-top:3px;
				padding-bottom:3px;
            }

#td3_bg     {
                height : 14;
                background : #A3A3A3;
                font-weight : bold;
                font-family : Arial,Helvetica,sans-serif;
                font-size : 8pt;
                color : #;
            }

#item_table {
                background : #000000;
				width   : 600px;
                border  : 0;
            }

#item_head	{
				height : 22;
                background : #E3E3E3;
                font-weight : bold;
                font-family : Arial,Helvetica,sans-serif;
                font-size : 8pt;
                color : #131313;
				text-align : center;
			}

#item_body  {
	height : 22px;
	background : #FFFFFF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : #000000;
	text-align : center;
            }
			
#item_subtotal  {
	height : 22px;
	background : #FFFFFF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : #000000;
	text-align : right;
            }			

#item_totals  {
                height : 22;
                background : #E3E3E3;
                font-family : Arial,Helvetica,sans-serif;
                font-size : 9pt;
                font-weight : bold;
				color : #131313;
                text-align : right;
            }
			
#item_total  {
	                background : #E3E3E3;
                height : 44;
                font-family : Arial,Helvetica,sans-serif;
                font-size : 18pt;
                font-weight : bold;
				color : #131313;
                text-align : right;
            }			


#maintable  {   width   : 600px;
            	border  : 0;
        	}

#add_desc {
                width : 90px;
				height : 22;
                text-align : right;
				font-weight: bold;
            }


#input_desc	{
				height : 22;
				width : 150px;
				font-weight : bold;
				text-align : right;
			}

#input_full	{
				width : 450;
                text-align : left;
			}

#para_text 	{
                height : 22;
                text-align : left;
            }

#input_box  {   
				background-color:#;
            	border:0
        	}
.ticketType {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
	font-weight: bold;
}
.ticketDesc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.ticketTable .ticketUpgrade {
/*	background: #FFECFB;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#900;
	padding: 2px;
	line-height:18px;
	border-bottom: 2px solid #900;
}

.ticketUpgrade {
/*	background: #FFECFB;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#900;
	padding: 2px;
	line-height:18px;
	border-bottom: 2px solid #900;
}

.holder_error td {
	background: #FFECFB;
	border: 2px solid #900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 4px;
}

.message td {
	background: #FFECFB;
	border: 2px solid #900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 4px;
}

#item_title {
	height : 22;
	background : #FFFFFF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	color : #000000;
	text-align : left;
}

/* ticket checkout page*/
.wristbandUpgrade {
	font-size:140%;
	background-color:#FFC;
	font-weight:bold;
	text-align:center;
}

.priceHighlight {
	font-size:150%;
	font-weight:bold;
	color:#600;
}

.subtitlereverseCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/title_back_rounded.gif);
	height: 25px;
	text-indent: 10px;
	white-space: normal;
	line-height: 25px;
	background-position: right top;
}

.small_body {
	font-size:9px;
	margin-top:5px;
}

.ticketSubtotal {
	font-size:14px;
}

.ticketTable td{
	font-size:11px;
}

.home_disclaimer {
	color:#FFF;
	text-align:center;
}

.home_disclaimer a{
	text-decoration:none;
	color:#FFF;
}

.soldout {
	width=100;
	text-align:center;
	font-size:12px;
	padding:5px;
	margin-bottom:4px;
	background-color:#600;
	color:#FFF;
	font-weight:bold;

}

.soldoutgrid {
	width=100%;
	text-align:center;
	font-size:12px;
	padding:3px;
	background-color:#600;
	color:#FFF;
	font-weight:bold;
}

.soldoutlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;;	
	font-weight: bold;
	color: #fff;
	background:#600;
	padding: 2px;
	text-align:center;
	width:100px;
	position:absolute;
	margin-left:530px;
	margin-top:-35px;
	margin-bottom:5px;
}


.lowqty {
	width=300px;
	text-align:center;
	font-size:12px;
	float:left;
	padding:3px;
	background-color:#600;
	color:#FFF;
	font-weight:bold;
}



.ticketList td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.ticketList_additional {
	text-align:right;
}

.venuelist {
	padding:10px;
}

.venuelist a{
	color:#006;
}

a{
	color:#006;
}

.ticketTitle {
	margin-left:15px;
	width:630px;
}

.showcaseActs {
	margin-left:15px;
}

.leftMain{
	padding: 5px;
	width: 290px;
	position: absolute;
	float: left;
	background:#CCC;		
}

.leftHome{
	margin-left:30px;
	padding: 5px;
	width: 270px;
	position: absolute;
	float: left;
	background:#000;		
		overflow:visible;
}


.middleHome{
	width:310px;
	padding: 5px;	
	background:#CCC;
	position: relative;
	float:left;
	min-height:260px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;	
	min-height:250px;
}

.rightHome{
	background:#333;
	color:#FFF
	padding: 5px;
	float: right;
	width: 310px;
	position: relative;
	min-height:260px;	
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.rightHome h2 {
	color:#FFF;
	margin-left:5px;
}

.rightHome li {
	list-style:none;
	list-style-type:none;
	margin-bottom:5px;
	margin-left:-20px;
	color:#FFF;
	padding:5px;
}

.rightHome table {
	margin-left:10px;
	padding:5px;
}

.rightHome td a {
	text-decoration:none;
	padding:5px;
}

.rightHome td a {
	color:#FFF;
}

.rightHome tr:hover {
	background:#666;
}



.rightHome li a {
	text-decoration:none;
	color:#ccc;
}

.contentHome {
	background:#999;
	padding: 5px;
	float: right;
	width: 670px;
	position: relative;
	margin-right: 50px;

}

.2colHome {
	padding: 5px;
	float: right;
	width: 670px;
	position: relative;
	background:#FFC;
	overflow:visible;	
/*	margin-right: 50px;*/
}

.colHome2 {
	float: right;
	width: 670px;
	position: relative;
	background:#FFC;
	overflow:visible;	
	background:#ccc;
/*	margin-right: 50px;*/
}

.colHome2 .post h1{
	padding-left:15px;
	padding-top:20px;
	margin-top:35px;
	border-top: 1px solid #000;
	border-bottom: 0px solid #000;	
	}

.colHome2 .post {
	margin-top:5px;
	border-bottom: 2px solid #000;	
	}

.clear {
	clear:both;
}

#sidebar-homeleft {
	background:#000;
	
}

#sidebar-homeleft h2 {
	font-size: 18px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	color:#F00;
	}

#sidebar-homeleft a {
	text-decoration:none;
	color:#FFE0B3;
	}
#sidebar-homeleft p {margin:5px 0px;}

#sidebar-homeleft ul, #sidebar-homeleft ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar-homeleft ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar-homeleftul p, #sidebar-homeleft ul select {
	margin: 5px 0 8px;
	}

#sidebar-homeleft ul ul, #sidebar-homeleft ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar-homeleft ul ul ul, #sidebar-homeleft ul ol {
	margin: 0 0 0 10px;
	}

#sidebar-homeleft ul ul li, #sidebar-homeleft ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.genreList {
	font-size:11px;
}

.appLeftMenu ul {
/*	margin-top:15px;	*/
}

.appLeftMenu li {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top:-10px;	
}
	
.appLeftMenu li:hover {
	background-image: url(images/30percent_white.png);
	margin-top:-10px;
	}	
	
.lostPassword {
	background-color:#FFC;
	border: 6px solid #FEDDB8;
	padding:15px;
}

.appLogin {
	background:url(images/apploginback.jpg);
	border: 6px solid #586269;
	padding:15px;	
	width:628px;
	margin-top:15px;
}

.appLogin h2 {
	background-color:#000;
	color:#FFF;
	width:310px;
	text-transform:uppercase;
	padding-left:15px;
	margin-left:-15px;
	margin-top:-15px;
}

.approveMessage {
	background-image:url(images/approveback.jpg);
	border:#0a3610 solid 6px;
	padding:4px;
	font-weight:bold;
	margin-left:-15px;
	width:500px;	
}

.warningMessage {
	background-image:url(images/warningback.jpg);
	border:#3e1012 solid 6px;
	padding:4px;
	color:#FFF;
	font-weight:bold;
	margin-left:-15px;
	width:500px;
}