/* GLOBAL */

html{
	margin: 0px;
	padding: 0px;	
	height: 100%;
}


body {
	background-color: black;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
}

img{
border: 0px;
}

.cb {
	clear: both;
}


#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#goodStuff {
	width: 785px;
	height: 100%;
	background-color: #fff200;
	margin-left: 7px;
}


h3{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #ed4e69;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

h4{
	margin-bottom: 0px;
}

.date{
	line-height: 20px;
	color: #5a5100;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.author{
	font-family: "Times New Roman", Times, serif;
	color: #5a5100;
	font-style: italic;
}


#message {
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: magenta;
	z-index: 10;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	//font-weight: bold;
}


/* CONTENT */

#midBlock {
	width: 785px;
	background-image: url(images/mainBack.jpg);
	background-repeat: repeat-y;	
	padding-bottom: 0px;
}

#midLeft {
	float: left;
	width: 445px;
	height: 616px;
	margin-left: 26px;
	background-color: #fff200;
	border: 1px solid #b9a701;
}

#midLeftWide {
	float: left;
	width: 732px;
	margin-left: 26px;
	padding-bottom: 10px;
	background-color: #fff200;
	border: 1px solid #b9a701;
}

#midLeftOther {
	float: left;
	width: 445px;
	margin-left: 26px;
	background-color: #fff200;
	border: 1px solid #b9a701;
	margin-bottom: 0px;
}

.newsBlock{
	width:430px;
	height: 543px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 10px;
}

.newsBlockOther{
	width:430px;
	margin-left: auto;
	margin-right: auto;
	overflow: none;
}


.newsPost {
	border-bottom: 1px solid #ada400;
	margin: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}


#midRight{
	float: right;
	width: 272px;
	height: 618px;
	margin-right: 26px;
	background-color: white;
}

#midRightOther{
	float: right;
	width: 272px;
	margin-right: 26px;
	background-color: white;
	padding-bottom: 12px;
}


#rightBlock {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}


.rsectionBox {
	width: 248px;
	border: 1px solid #b9a701;
	background-color: #fff200;
}

.rsectionBox p{
	margin-left: 10px;
}

.rsectionBox2 {
	width: 248px;
	border: 1px solid #b9a701;
	background-color: #fff200;
}

.rsectionBox2 p{
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b9a701;
	width: 225px;
}


.rsectionBox2 b{
	color: #863157;
}

.rsectionIn {
	width: 234px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffbb3;
	border: 2px solid #d8c600;
}



.showsLeft{
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 60px;
	color: #f14365;
	text-transform: uppercase;
}

.showsMid{
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.showsMid form{
	margin-left: 5px;
	margin-top:10px;
	padding: 0px;
}

.showsRight{
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}

.showsRight strong{
	font-weight: normal;
	color: #bcb984;
}

.showsRight strong:hover{
	font-weight: normal;
	color: #3a9698;
}


.showsRight a{
	color: #3a9698;
	text-decoration: none;
}

.showsRight a:hover{
	text-decoration: underline;
}


a{
	color: #3a9698;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



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

.texter{
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	width: 150px;
	height: 16px;
	margin: 0px;
	position: relative;
	top: -8px;
}


.galPrev{
	border: 4px solid #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
}

.showsMid .mainerPar{
margin-left: 0px;
padding-left: 0px;
}



/* CONTACT */

.contactText{
	width: 422px;
	height: 105px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
}

.contactEmail{
	width: 422px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #999;
	padding: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	
}



/* FOOTER */

#footer {
	width: 785px;
	height: 100px;
	border-top: 1px solid black;
	padding-top: 6px;
}

.footLeft{
	float: left;
	margin-left: 10px;
}

.footRight{
	float: right;
}


/* SHOWS PAGE */
.showRow {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.showRowRss {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.showDate {
	float: left;
	width: 100px;
	margin-left: 15px;
}

.showLocale {
	float: left;
	width: 200px;
}

.showVenue {
	float: left;
	width: 200px;
}

.showInfo {
	float: right;
	margin-right: 15px;
}


.showLeft {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	width: 150px;
	float: left;
	color: #796d00;
}

.showRight {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	
}

/* PHOTO PAGE */
.photoThumb {
	border: 4px solid white;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 0px;
	
}

.photoThumb:hover {
	border: 4px solid #3a9698;
}


/* VIDEO PAGE */
.videoHold {
	border-bottom: 1px dotted #000000;
	margin-top: 10px;
	padding-bottom: 10px;
}

.videoThumb {
	float: left;
	padding-right: 10px;
}

.videoThumb img {
	border: 4px solid white;
}

.videoDesc {
	float: left;
	
}


/* MUSIC PAGE */
.videoHold2 {
	margin-top: 10px;
	padding-bottom: 10px;
}
