/*
 SilverStripe Ultra Swing Lounge Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
html { 
	background: #000 url(../images/bg.jpg) fixed no-repeat center top;
	} 
body {
	color: #fff;
 	font-size: 12px; 
	font-family: Arial, Verdana, Lucida, sans-serif; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.clear{
	clear: both;
}
img {
	border: 0px;
}

/*** Container ***/
#Container {
	width: 980px;
	margin: 0 auto;
}
#RightSide {
	width: 675px;
	float: right;
}

/*** Main Nav ***/
#Navigation {
	width: 100%;
	overflow: hidden;
	height: 50px;
	margin-bottom: 20px;
}
#Navigation ul { 
 	float: right; 
	height: 50px;
	margin: 0;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0; 
		float: left;
		height: 50px;
		line-height: 50px;
		display: block;
		border-left: thin solid #111;
		}
		.menuLast {
			border-right: thin solid #111;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			height: 50px;
			display: block; 
			color: #ebebeb;
			}
		#Navigation ul li a span {
			text-align: center;
			text-transform:uppercase;
			font-size: 10px;
			height: 50px;
	        float: left;
			padding: 20px 9px 0px;
		}
			#Navigation ul li a:hover { 
			 	background: #000 url(../images/navBg.png) repeat-x top;
				color: #fff;
				text-decoration:none;
				cursor:pointer;
				}
			#Navigation ul li a:hover span {
				background: #000 url(../images/navBg.png) repeat-x top;
				height: 50px;
				cursor:pointer;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: #000 url(../images/navBg.png) repeat-x top;
			 	color: #fff;
				height: 50px;
				text-decoration:none;
				cursor:pointer;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: #000 url(../images/navBg.png) repeat-x top;
				color: #fff;
				height: 50px;
				text-decoration: none;
				cursor:pointer;
			}

/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #fff;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	width: 670px;
	}

/*** Content ***/
#Layout {
	width: 500px;
	float: left;
	display: block;
}
#Layout1 {
	width: 670px;
	float: left;
}
#Sponsors {
	width: 100%;
	margin: 25px 0px 10px;
	display: block;
	}
	#Sponsors img {
	margin-right: 5px;
	}

	
/*** Sidebar ***/
#Sidebar {
	width: 130px;
	float: right;
	margin: 0px;
}
	#SidebarBox{
		width: 130px;
		margin: 10px 0 20px;
		}
		#SidebarBox .header {
			background: url(../images/SidebarHeader.png) no-repeat top center;
		}
		#SidebarBox ul {
			margin: 0px;
		}
			#SidebarBox li {
				margin: 0px;
				list-style: none;
			}

/*** Message Boxs ***/
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}


/* News Formatting
******************************************/
#NewsList ul, #NewsList ol, #NewsList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight: bold;
		color:#fff;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/usl-icon.gif) no-repeat top left;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #fff;
		}
	#NewsList li.newsDate {
		color:#fff;
		font-size:0.9em;
		margin-bottom: 5px;
	}
	#NewsList li.newsSummary {
		padding-bottom: 20px;
	}
		#NewsList li.newsSummaryBorder {
			border-bottom: 1px dotted #fff;
			margin-bottom: 15px;
		}
		#NewsList li.newsSummary a.readMore {
			color:#fff;
			text-decoration:none;
			float: right;
			padding: 0;
			margin-bottom: 5px;
			margin-top: 5px;
		}
			#NewsList li.newsSummary a.readMore:hover {
				border-bottom:1px dotted #fff;
				text-decoration:none;
			}

div.newsDetails {
	margin:15px 0 25px;
	color:#ccc;
	font-size:0.9em;
}

div.newsDetails p {
	color:#ccc;
	margin:0;
	font-size:1.1em;
}

div.pageComments {
	background:#f0f0f0 ;
	border:1px dotted #ccc;
	padding:10px;
}

/* Performers Formatting
******************************************/
.performerHolder {
	margin-bottom: 5px;
	overflow: auto;
	display: block;
}
	.performerHolder div.photo {
		float: left;
		width: 55px;
	}
	.performerHolder div.content {
		float: right;
		width: 430px;
	}
		.performerHolder a.readMore {
			color:#fff;
			text-decoration:none;
			float: right;
			margin: 5px 0px;
			display: block;
			height: 12px;
		}
			.performerHolder a.readMore:hover {
				border-bottom:1px dotted #fff;
				text-decoration:none;
			}
#PerformerPhoto {
	float: left;
	width: 100px;
}
#PerformerContent {
	float: right;
	width: 385px;
}


/* Performers Formatting
******************************************/
.showsHolder {
	width: 490px;
	margin-bottom: 10px;
	overflow: hidden;
	float:left;
	margin:0;
	padding: 0;
}
.showsHolder ul, .showsHolder ol, .showsHolder li {
	padding: 0;
	margin: 0;
	display: block;
	list-style:none;
	list-style-type:none;
	width:450px;
	float: left;
}
.showsHolder li {
	width:420px;
}
	.showsHolder a.readMore {
		clear: both;
		color:#fff;
		text-decoration:none;
		float: right;
		margin: 5px 0px;
		overflow: auto;
		display:block;
		text-align:right;
	}
		.showsHolder a.readMore:hover {
			text-decoration:none;
			border-bottom:1px dotted #fff;
		}
.showsLeft {
	clear:both;
	float:left;
	width:100px;
	text-align:right;
	font-weight: bold;
	display: block;
}
.showsRight {
	float:left;
	margin-left: 15px;
	width: 300px;
	display: block;
}
	.showsRight p {	
		margin:0;
		padding:0;
		line-height:1em;
		display: block;
	}

/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #111 url(../images/commentBgAlt.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom:1px dotted #333;
}

#PageComments li.even {
	background: #000 url(../images/commentBg.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #999;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/
#Footer {  
	clear: both;
	width: 100%; 
	color: #ccc;
	font-size: 10px;
	display: block;
	margin: 20px 0 15px;
	}

	.LeftFooter {
		float:left;	
	}
	.RightFooter {
		float: right;
		text-align: right;
	}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
		}
  	