@charset "utf-8";
/* CSS Document */

/*-------------------------*/
/*-----Simple Reset--------*/
/*-------------------------*/

*{
	margin: 0;
	padding: 0;
}

/*-------------------------*/
/*--------Master-----------*/
/*-------------------------*/
@font-face {
    font-family: 'RabioheadRegular';
    src: url('rabiohead-webfont.eot');
    src: url('rabiohead-webfont.eot?#iefix') format('embedded-opentype'),
         url('rabiohead-webfont.woff') format('woff'),
         url('rabiohead-webfont.ttf') format('truetype'),
         url('rabiohead-webfont.svg#RabioheadRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


p {
	display: block;
}


body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #000;
	background-repeat: repeat;
	min-height: 100% !important;
}

.general_wrapper {
	width: 100%;
	width: 1024px;
	margin: 0 auto;
	top: 25px;
	overflow: auto;
	padding-bottom: 150px;
}

.general_header  {
	position: relative;
	margin: 0 auto;
}

.contentContainer {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 15px;
}

.sidebarOne {
	width: 32%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.footer {
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear:both;
	margin: 0 auto;
	width: 1024px;
}



/*-------------------------*/
/*------Primary Menu-------*/
/*-------------------------*/
.primaryMenu {
	position: relative;
	margin: 0 auto;
}

ul li {
	float: left;
	list-style: none;
	margin-right: 1em;
	font-family: 'rabiohead', helvetica, sans-serif;
	font-size: 25px;
	padding: 12px;
}
li a {
	color: #d9b226;
	text-decoration: none;
	float: left;

}
li a:hover {
	color: #fff;
	
}

.left a:hover {
     
    /*Transition*/
    -webkit-transition:All .5s ease;
    -moz-transition:All .5s ease;
    -o-transition:All .5s ease;
     
    /*Transform*/
    -webkit-transform: rotate(-10deg) scale(1.2);
    -moz-transform: rotate(-10deg) scale(1.2);
    -o-transform: rotate(-10deg) scale(1.2);
}
 
.right a:hover {
 
    /*Transition*/
    -webkit-transition:All .5s ease;
    -moz-transition:All .5s ease;
    -o-transition:All .5s ease;
     
    /*Transform*/
    -webkit-transform: rotate(10deg) scale(1.2);
    -moz-transform: rotate(10deg) scale(1.2);
    -o-transform: rotate(10deg) scale(1.2);
}


/*-------------------------*/
/*------Content General Subs-------*/
/*-------------------------*/

.columnOneGeneral {
	width: 60%;
	height: 100%;
	margin-left: 2%;
	margin-right: 2%;
	position: relative;
	float: left;

	
	
}
#homeparagraph {
	width: 560px;
	margin: 10px 20px 0 20px;
	padding: 0;
	float: left;
		background-color: #000;
		color: #fff;
}
p.homeInfo {
	font-size: 20px;
	line-height: 26px;
}

#bandParagraph, #venueLocation, {
	width: 560px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}
p.bandTitle {
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
		padding-top: 15px;
	padding-bottom: 10px;
}
p.bandTitle a {
	color: #fff;
	text-decoration: none;

}
p.bandTitle a:hover {
	color:#d60027;
	text-decoration: none;
}



p.bandInfo {
	color: #fff;
	line-height: 1.5;
	padding-top: 10px;

}
p.venueLocationTitle {
	color: #FFF;
	font-size: 26px;
	font-weight: 800;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}

p.locationDetails {
	color: #FFF;
	line-height:1.5;
	padding-top: 10px;
	fon-size: 18px;
}




/*-------------------------*/
/*------SideBar One General-------*/
/*-------------------------*/



#rrtbDate {
	margin: 0 auto;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: 3px solid #C00;
}
p.sidebarDate {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	color: #419639;
}
p.sidebarLoca {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	color: #d9b226;
}
p.sidebarCity {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	color: #cd2027;
}

