/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background-color: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	margin:0;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #353c41;
	height: 100%;
	background-color: #fcfcfc;
	min-width:310px;
}

a {
	text-decoration: none;
}


a:link {
    color: #255B79;
}

/* visited link */
a:visited {
    color: #367FA8;
}

/* mouse over link */
a:hover {
    color: #CD3816;
}

/* selected link */
a:active {
    color: #CD3816;
}

/***********************************************/
/* header					*/
/***********************************************/

#header_background {
  	background-repeat:no-repeat;
}

#header {
	background-color:#940D4D;
	box-sizing:border-box;
	display:block;
}

.layout_container {
        margin:0; 
	max-width:1310px;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
}

#logolink img {
	max-width: 100%;
	padding:0;
}

#nrgMenu {
  	vertical-align:top;
  	width:100%;
}

#layout_body {
	display:block;
	margin:0;
	padding:0;
	position:relative;
	z-index:100;
}

.navline {
	display:block;
	margin-left:0;
	margin-right:0;
	line-height: 13px;
	font-size: 13px;
	border-bottom: 1px solid #940D4D;
}
.navline a:link,.navline a:visited,.navline a:active { 
	color: #a9a9a9;
	font-weight:normal;
	font-size: 13px;
	text-decoration: none;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	white-space: nowrap;
}
.navline a:hover { 
	color: #a9a9a9;
}

  .navline > ul {
	margin: 0;
	padding: 0;
	color: #a9a9a9;
  }
  .navline > ul > li {
	display: inline;
	list-style-type:none;
	color: #a9a9a9;
	padding-right:2px;
  }


i.fa.fa-angle-right {
	margin-left:1px;
	margin-right:2px;
 
}
#layout_contentWrapper {
        margin:0; 
        padding:0; 

}

#layout_mainArea {
	position:relative;
	padding:15px 0 15px 0;
	background-color:#ffffff;
	overflow:hidden;
}

#content {
	border-left:solid 1px #F2F2F2;
	border-right:solid 1px #F2F2F2;
	border-bottom:solid 1px #F2F2F2;
	padding:0 4px 0 4px;
}

#content p {
	padding-left:0;
	padding-right:0;
}

/***********************************************/
/* front page					*/
/***********************************************/

.articles_group {
	padding-top:3px;
	margin:10px 10px 10px -40px;
	max-height:286px;
	overflow: hidden; 
}
ul.articles_group li {
	list-style-type: none;
//	overflow: hidden; 

}
li.article_linkbox {
  	vertical-align:top;
	height: 280px;
	max-width: 180px;
	min-width: 91px;
	width: 18%;
//	color:#505050;
	font-size: 0.9em;
	display:inline-block;

	background-color: #ffffff;
//	border:1px solid #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #940D4D;
	color: #000000;

	text-align: center;
//	overflow: hidden; 
	margin:0px 0px 10px 4px;
	padding: 0px 3px 3px 3px;
}
li.article_linkbox a {
	display: block; 
	height:100%;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
li.article_linkbox a:hover {
        background-color:#ffffcc;
}


//.frontrow {
//	width:600px;
//	width:100%;
//	display:block;
//	margin: 10px 0 10px -10px;
//	padding:0 4px 0 6px;
//
//	overflow:hidden;
//  	vertical-align:top;
//}

//.frontbox1 {
//  	vertical-align:top;
//	display:inline-block;
//	background-color: #ffffff;
//	border:1px solid #ffffff;
//	-moz-border-radius: 4px;
//	border-radius: 4px;
//	box-shadow:0 0 5px #940D4D;
//	text-align: center;
//	overflow: hidden; 
//}

.frontbox1 a {
	display: block; 
	height:100%;
	text-align: center;
	text-decoration: none;
	color: #000000;
	overflow: hidden; 
}

.frontbox1 a:hover {
        background-color:#ffffcc;
}

.festfront a {
	display:inline-block;
	border: 1px solid #cc0066;
	padding:4px;
	margin-right:6px;
	margin-bottom:6px;
	color:#cc0066;
	background-color:#ffffff;
}
.festfront a:hover {
	color:#ffffff;
	background-color:#cc0066;
}

/***********************************************/

#rp1_newscontent {
	padding:0 8px 8px 8px;
	display: block;
	background-color: #FFFFFF;
}

#rp1_egigsbox {
	float: left;
	width: 135px;
	margin: 6px 5px 0 0;
}

#rp1_egigstab {
	float: right;
	background-color:#FFFFFF;
	margin: 10px 0 0 1px;
	padding: 3px 10px;
	font-weight: bold;
	color: #CC0066;
	border-top: 1px solid rgb(153,153,153);
	border-left: 1px solid rgb(153,153,153);
	border-right: 1px solid rgb(153,153,153);
	border-bottom: 1px solid #FFFFFF; 
	margin-bottom: -1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
}
#rp1_egigscontent {
	border: 1px solid #999999;
	padding:0 4px 4px 4px;
	display: block;
	background-color: #FFFFFF;
}
#egtitle {
	font-weight: bold;
	color: #333333;
}

#article {
    	width: 100%; 
	float:left;
	margin: 10px 0 0px 11px;
}

.votd_container {
  	vertical-align:top;
	display:block;
	width:100%;
	height:196px;
	margin: 10px 0 10px -4px;
	overflow:hidden;
}
.front_votd_container {
  	vertical-align:top;
	display:block;
	width:100%;
	height:190px;
//	margin: 10px 0 10px -4px;
	margin:10px 10px 10px -40px;

	overflow:hidden;
}
ul.front_votd_container li {
	list-style-type: none;
}
.votd_item {
  	vertical-align:top;
	display:inline-block;
	background-color: #ffffff;
	border:1px solid #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #940D4D;
	width: 110px; 
	height:185px;
	text-align: center;
	overflow: hidden; 
	margin: 4px 4px 10px 4px; 
}
li.front_votd_item {
  	vertical-align:top;
	display:inline-block;
	background-color: #ffffff;
	border:1px solid #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #940D4D;
	max-width:180px; 
	min-width:91px;
	width:15%;
	height:180px;
	text-align: center;
	margin: 3px 0px 10px 4px; 
}
li.front_votd_item a:hover {
        background-color:#ffffcc;
	display:block;
	height:100%;
}
.votd_item a {
	display: block; 
	height:100%;
	text-align: center;
	text-decoration: none;
	color: #000000;
	overflow: hidden; 
}

.votd_item a:hover {
        background-color:#ffffcc;
}

.pics_container {
	display:block;
	width:100%;
	margin:10px 10px 10px -40px;
	height:276px !important;
//	height:276px;
	overflow:hidden;
  	vertical-align:top;
}
ul.articles_group li {
	list-style-type: none;
}

li.pics_item {
  	vertical-align:top;
	display:inline-block;
	background-color: #ffffff;
	border:1px solid #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #940D4D;
	max-width:180px; 
	min-width:91px;
	width:18%;
	height:266px;
	text-align: center;
	margin: 4px 4px 10px 4px; 
}
li.pics_item a {
	display: block; 
	height:100%;
	text-align: center;
	text-decoration: none;
	color: #000000;
//	overflow: hidden; 
}

li.pics_item a:hover {
        background-color:#ffffcc;
}

.box64_container {
	min-width:300px; 
	padding:0;
	margin-right:-4px;
	overflow:hidden; 
	max-height:130px;
	text-align:left;
}

.box100_container {
	min-width:300px; 
	padding:0;
//	margin-right:-4px;
	margin:0px 0px 6px 0px;
	overflow:hidden; 
	max-height:160px;
	text-align:left;
}
ul.box100_container li {
	list-style-type: none;
}
.box64_item {
	vertical-align:top;
	width: 68px; 
	height: 116px; 
	background-color: #ffffff;
	display:inline-block;
	text-align: center;
	margin:5px 6px 20px 4px;
	overflow: hidden; 
	line-height:13px;
	border:1px solid #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #940D4D;
}
li.box100_item {
	vertical-align:top;
	max-width:120px;
	min-width:64px;
	width: 11%; 
	height: 150px; 
	background-color: #ffffff;
	display:inline-block;
	text-align: center;
	margin:3px 0px 10px 4px;
	overflow: hidden; 
	line-height:13px;
	border:1px solid #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #940D4D;
}

.box64_item a {
	display: block; 
	height:100%;
	text-decoration: none;
	color: #000000;
}
li.box100_item a {
	display: block; 
	height:100%;
	text-decoration: none;
	color: #000000;
}

.box64_item a:hover {
        background-color: #ffffcc;
}
li.box100_item a:hover {
        background-color: #ffffcc;
}

.rp1_newsitem {
	border-bottom: 1px solid #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.9em;
}

.rp1_newsitem img {
	float: left;
	padding: 4px 4px 4px 0;
}
.rp1_newsitem a {
	text-decoration: none;
	display: block;
}

/***************************************/
/* line-ups */
/****************************************/

.tabbedPanels {
	width: 100%;
	float: left;
	margin-right: 10px;	
}
.tabs {
	margin: 0;
	padding: 0;	
	zoom : 1;
}
.tabs li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tabs a {
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	background-color: #cc0066;
	color: #ffffff;
	margin-right: 5px;
	border: 1px solid rgb(153,153,153);
	margin-bottom: -1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
}

.tabs a:hover {
	background-color: #ff0000;
	color: #ffffff;
}

.tabs .active  {
	border-bottom: 1px solid white;
	background-color: white;
	color: #940D4D;
	font-weight:bold;
	position: relative;
}
.panelContainer {
	clear: both;
	margin-bottom: 25px;	
	border: 1px solid rgb(153,153,153);	
	background-color: white;
	padding:0 10px 0 10px;
}

.stagename {
	background-color: #283A4A; 
	color: #ffffff; 
	font-weight:bold;
	padding-left: 3px;
}
.panel p {
	color: black;	
}

.band {
	color: #000000; 
	text-shadow: none;
	border-bottom: 1px solid #DEDCDC;
}

.band a {
	color: #000000; 
	text-decoration: none;
	display: block;
}

.band a:hover {
	background-color: #ffffcc;
	color:#000000;
} 

.lu_new1 {
	color:#FF0000;
} 
.lu_new5 {
	color:#800080;
} 
.lu_old {
	color:#000000;
} 

.stat1 {
	font-size: 0.70em;
	color: #ffffff; 
	background-color: #940D4D; 
	padding:0 3px 1px 3px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.stat2 {
	font-size: 0.70em;
	color: #008000; 
	background-color: #FFFFFF; 
	padding:0 4px 1px 3px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.stat3 {
	font-size: 0.70em;
	color: #CC0066; 
	background-color: #ffffff; 
	padding:0 4px 1px 3px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.stat4 {
	font-size: 0.70em;
	color: #AB3FFF; 
	background-color: #FFFFFF; 
	padding:0 4px 1px 3px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.stages {
	list-style: none outside none;  
	margin-left:  -39px; 
	overflow: hidden; 
}

.stage {
	background-color: #ffffff;
	list-style: none outside none;  
	float: left;
	text-align: left;
	overflow: hidden; 
	padding:0 4px 8px 0;
}

.stageday {
	text-align: center;
	background-color: #940D4D; 
	color: #ffffff; 
	font-weight:bold;
	padding-left: 3px;
	border-bottom:1px solid #c0c0c0;
}

.ilblock50_container {
	width:100%;
	vertical-align:top;
}

.ilblock50 {
	display:inline-block;
	vertical-align:top;
	min-width:300px;
	margin-bottom:12px;
}



/***************************************/
/* cookie control */
/****************************************/
.cookietxt { 
	font-size: 0.9em;
	text-align: center;
	padding:8px 8px 8px 8px;
	display: block; 
	background-color: #ffffff; 
	color: #000000; 
        border: solid;	
	border-width:1px; 
	border-color: #940D4D;
}
/***************************************/
/* nav buttons */
/****************************************/

.results {
	width:100%;
	display:block;
	background-color:#fff5fa;
	border-top:1px solid #940D4D;
	border-bottom:1px solid #940D4D;
	padding:4px 0 2px 0;
	margin:0;
	min-height:14px;
}

.iBtn {
	min-width:20px;
	display:block;
	float:left;
	background-color:#940D4D;
	color:#ffffff;
	text-align:center;
	font-size:0.9em;
	font-weight: bold;
	margin:0 4px 2px 0;
	padding:1px 1px 1px 1px;
	border:1px solid #940D4D;
}
a.iBtn {
	background-color:#ffffff;
	color:#000000;
}
a:hover.iBtn {
	background-color:#cc0066;
	color:#ffffff;
}
/***************************************/
/* articles */
/****************************************/

h1 {
	background-color: #940D4D;
	color: #fff;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 1.1em;
	margin:0;
	text-decoration: none;
}

h1.page_title {
	background-color:#940D4D;
	color:#ffffff;
	font-size: 1.25em;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-weight:400;
	font-variant: small-caps;
	position:relative;
}

#h1link a {
	background-color: #940D4D;
	color: #ffffff;
	padding: 4px 2px 4px 10px;
	font-weight: bold;
	font-size: 1.25em;
	margin-left:  -5px;
	text-decoration: none;
	font-variant: small-caps;
	display:block
}

#h1link a:hover {
	background-color: #CC6497;
	color:#FFFFFF;
} 

h2 {
	color: #940D4D;
	font-size: 1.1em;
	margin:0;
}

h2.summary {
	color: #CC0066;
	font-size: 1.1em;
	margin:0;
}

h2.page_subtitle {
	position:relative;
	background-color:#fff5fa;
	color:#000000;
	font-size:15px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-weight:400;
	line-height: 1;
	padding:6px 0 6px 10px;
	margin:0 15px 0 0;
}

h2.section_title {
	background-color:#940D4D;
	color:#ffffff;
	font-size:15px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-weight:400;
//	line-height: 1;
	margin:0 0 0 -4px; 
	padding:7px 5px 7px 5px;
}

h2.section_title a {
	font-variant: small-caps;
	display:block;
	color:#ffffff;
	padding:0;
}

h2.section_title a:hover {
	display:block;
	background-color: #CC6497;
	color:#FFFFFF;
	margin:0;
} 

h2.box_title {
	background-color:#940D4D;
	color:#ffffff;
	font-size:13px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-weight:400;
	margin:0;
	position:relative;
}

.h2 a {
        text-decoration: none;
}
h3 {
	color: #940D4D;
	font-size: 1em;
	letter-spacing: 1px;
	margin:0;
}
h4 {
	color: #940D4D;
	font-size: 1em;
	letter-spacing:0;
	margin:0;
}
h4.title_link {
	color: #cc0066;
	font-size: 1em;
	letter-spacing:0;
	margin:0;
}
h4.title_link a {
	color: #cc0066;
	font-size: 1em;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
}
h4.title_link a:hover {
	color: #C7D3816;
}

h4.section_head {
	display:inline-block;
	color: #940D4D;
	font-size: 1em;
	letter-spacing:0;
	margin:0;
	font-weight: bold;
}
h5 {
	color: #395D00;
	line-height: 12px;
	font-size: 0.9em;
	font-weight: bold;
        margin: 1px 0 1px 0;
}
.h5text {
	color: #395d00;
	font-weight: bold;
	font-size: 0.9em;
}
h6 {
	color: #940D4D;
	font-size: 0.9em;
	letter-spacing:0;
	margin:0;
}
h6.title_link {
	color: #cc0066;
	font-size: 0.9em;
	letter-spacing:0;
	margin:0;
}
h6.title_link_small {
	color: #cc0066;
	font-size: 0.75em;
	letter-spacing:0;
	margin:0;
}
h4.front_fest_title {
	color: #cc0066;
	font-size: 0.9em;
	letter-spacing:0;
	margin:0;
	padding: 4px 0px 0px 0px
}
.page_pic { 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
}
.page_pic img { 
	max-width:100%;
	height:auto;
}


img { 
	max-width:100%;
	height:auto;
}

img.img50mr6 { 
	float:left;
	height:50px;
	width:50px;
	margin-right:6px;
}


/*********** articles end ************/

#fsearch label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
#fsearch .submit input {
	color: #000;
	background-color: #C6005A;
	border: 2px outset #DD4D9B; 
	font-size:12px;
	font-weight:bold; 

} 
#fsearch input {  
	background-color: #DED8DB;  
	color: #000;  
} 
#fsearch select {  
	background-color: #DED8DB;  
	color: #000; 
} 

/***************************************/
/* master_list */
/****************************************/
.master_list {
	min-width: 300px; 
}

a.master_list { 
	color: #000080; 
        display: block;
	font-size: 1.125em;
	font-weight: bold; 
        text-decoration: none;
}

a:hover.master_list  {
        background-color: #ffffcc;
}

.master_list a {
        color: #202020;
	font-weight: normal;
}

.master_list .list_content64 { 
	margin-left: 74px; 
	min-height: 73px;
} 

.master_list .ListPhoto64 {
    width: 64px;
    height: 64px;
    padding:1px; 
    border: 1px solid rgb(213, 213, 213);
    box-shadow:0 2px 2px rgba(0, 0, 0, 0.1); 
}

.master_list .ListPhoto80 {
    width: 80px;
    height: 80px;
    padding:1px; 
    border: 1px solid rgb(213, 213, 213);
    box-shadow:0 2px 2px rgba(0, 0, 0, 0.1); 
}

.list_row {
	display: block; 
	border-bottom: 1px solid black;
	margin:10px 0 10px 0;
	padding-bottom:6px;
	min-height:72px;
}
.front_list_row {
	display: block; 
	border-bottom: 1px solid black;
	margin:10px 0 10px 0;
	padding-bottom:6px;
	min-height:88px;
}
.front_list_row a:hover {
	display: block; 
        background-color: #ffffcc;
	min-height:86px;
}
.list_row a {
	display: block; 
}
.list_row a:hover {
        background-color:#ffffcc;
}
.band_row {
	border-bottom: 1px solid black;
	margin:10px;
	padding-bottom:6px;
}
.band_row a {
	display: block; 
}
.band_row a:hover {
        background-color:#ffffcc;
}

.list_pic img {
	margin-right:8px;
}
.front_list_pic img {
	margin-right:8px;
}
.list_txt a {
        color: #202020;
}

/******************************/
/* lines */

.l_pink {
	height:0;
	margin:0;
	background-color:transparent;
	border-top:1px solid #940D4D;
	padding-bottom:4px;
}
.l_grey {
	height:0;
	margin:0;
	background-color:transparent;
	border-top:1px solid #c0c0c0;
	padding-bottom:4px;
}
hr {
	background-color: #940D4D;
	color: #fff;
	padding:0 0 2px 0; 
	font-weight: normal;
	font-size: 10px;
	margin-left:  -5px;
}

.tix_buttons {
	float: right;
	display: block; 
}

a.buytix {
	width: 144px;
	position: relative;
	background-color:#ff009d;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	border:1px solid #ffffff;
	margin: 3px 0 3px 0; 
	padding: 3px 20px 3px 20px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #888888;
}

a:hover.buytix {
	background-color:#ff0000;
}
a:visited.buytix {
	background-color:#9d00ff;
}

a.tix-button {
	float: right;
	display: block; 
	width: 144px;
	position: relative;
	background-color: #ff009d;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border:1px solid #ffffff;
	margin: 3px 0 3px 0; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #888888;
}

a:hover.tix-button {
	background-color: #ff0000;
}

a:visited.tix-button {
	background-color: #9d00ff;
}

a.accom-btn {
	float: right;
	display: block; 
	width: 120px;
	position: relative;
	background-color:#ff009d;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border:1px solid #ffffff;
	margin: 3px 0 2px 2px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 3px #888888;
}
a:hover.accom-btn {
	background-color: #ff0000;
}

a:visited.accom-btn {
	background-color: #9d00ff;
}
a.coach-button {
	float: right;
	display: block;
	width: 144px;
	position: relative;
	background-color: #28c4ff;
	text-align: center;
	text-decoration: none;
	border:1px solid #ffffff;
	margin: 1px 0 1px 0; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 0 5px #888888;
	margin-top: 9px !important;
}

.bandgig {
	display:block;
	min-height: 24px;
	border-bottom:1px solid #c0c0c0;
	margin:4px 0 0 0;
}

/* text styles */
.txtTiny {
	font-size: 10px;
	color: #666666;
}
.capacity {
	font-size: 0.85em;
	font-weight:normal;
}

.datestamp {
	font-size: 0.85em;
	color: #505050;
	font-weight:normal;
	line-height: 12px;
	border-bottom: 1px solid #fff5fa;
}

.pagedatestamp {
	font-size: 0.85em;
	color: #505050;
	font-weight:normal;
	line-height: 12px;
	border-bottom: 1px solid #fff5fa;
	padding:0 0 0 10px;
}

#dev {
	font-size: 1em;
	color: #FF0000;
	font-weight:normal;
}

.errmsg {
	color: #FF0000;
	font-weight: bold;
}
a.linktab {
	float: right;
	margin:0 0 0 6px;
	cursor: pointer;
	padding:0 4px 0 4px;
	font-weight: bold;
	background-color:#cc0066;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	border-top: 1px solid rgb(153,153,153);
	border-left: 1px solid rgb(153,153,153);
	border-right: 1px solid rgb(153,153,153);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
}

a:hover.linktab {
	background-color: #ff0000;
}

#jbcontainer {
        margin-left: auto; 
	margin-right: auto;
	max-width: 100%;
}

.tix_list ul {
	list-style-type: none; 
	margin-left:  -39px; 
	min-width: 300px; 
}

.tix_list li .l_grey{
	margin-left:  -39px; 
	min-width: 300px; 
}

.tix_list li a { 
	color: #000080; 
        display: block;
	font-size: 1.125em;
	font-weight: bold; 
        text-decoration: underline;
	padding-left: 4px;
}

.tix_list span {
	padding-left: 4px;
        color: #202020;
	font-weight: normal;
}
.tix_list h5 {
	padding-left: 4px;
	color: #395D00;
	line-height: 12px;
	font-size: 0.9em;
	font-weight: bold;
	margin:1px 0 1px 0;
}

.tix_list .list_content64 { 
	margin-left: 74px; 
	min-height: 73px;
} 

.tix_list .ListPhoto64 {
	width: 64px;
	height: 64px;
	padding: 1px; 
	border: 1px solid rgb(213, 213, 213);
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
}

#tix_buttons {
	float: right;
	display: block;
	position: relative;
	margin-top:0 !important;
}

#tix_buttons a {
	text-decoration: none;
	color: #ffffff;
}

/***********************************************/
/* sidebar 					*/
/***********************************************/

.right_newsbox {
	border-left:solid 1px #F2F2F2;
	border-right:solid 1px #F2F2F2;
	border-bottom:solid 1px #F2F2F2;
	box-sizing: border-box;
	display:block;
	text-align:center;
	min-height:20px;
  	background-color:#ffffff;
	overflow:hidden;
}
.right_box {
	border:solid 1px #F2F2F2;
	display:block;
	text-align:left;
	min-height:20px;
  	background-color:#f4f5ff;
	overflow:hidden;
}

p.box_text {
/*	margin:4px 10px 0 10px;*/
	margin:4px 8px 0 7px;
}

.box_text_center a {
	border:1px solid #cc0066;
	color:#cc0066; 
	background-color:#ffffff; 
	padding:4px; 
	text-align:center;
	display:block;
	box-sizing:border-box;
}

.box_text_center a:hover {
	color:#ffffff;
	background-color:#cc0066;
}

.eg_search {
	box-sizing:border-box;
	border:1px solid #940d4d;
	background-color:#fff5fa;
	min-width:290px;
	padding:4px;
	margin:4px;
	float:left;
	position:relative;
	display:block;
}
.compbox {
	display:block;
	box-sizing:border-box;
	border:1px solid #940d4d;
	background-color:#fff5fa;
}
a.tourlist_box {
	list-style-type: none;
	font-size:0.9em;
	margin:0 2px 3px 0;
	padding:2px 5px 0 5px; 
	float:left;
	border:1px solid #cecece;
	background-color:#ffffff;
}
a:hover.tourlist_box  {
	color:#ffffff;
	background-color:#cc0066;
}

.side_news1 {
	display:inline-block;
	background-color:#ffffff;
  	text-align:left;
}

.side_news_pic {
	display:inline-block;
	width:54px;
	height:100%;
	vertical-align:top;
}

.side_news_pic img {
	border:1px solid #cecece;
}

.side_news_txt {
	display:inline-block;
	width:100%;
  	max-width:232px;
	min-height:60px;
	vertical-align:top;
	font-size:12px;
	line-height:14px;
}

.side_news_more {
	display:block;
	text-align:right;
	padding-right:5px;
}
.side_news_link a {
	display:inline-block;
	text-align:right;
  	width:128px;
	color:#cc0066; 
	padding:4px; 
  	background-color:#ffffff; 
}
.side_news_link a:hover {
	color:#ffffff;
	background-color:#cc0066;
}

.side_ad_box {
	background-color:#ffffff;
	text-align:center;
}

/*========================*/
/* festinfo box tabs CSS */
/*========================*/

.fibx { 
	padding:6px 6px 6px 6px;
	display: block; 
	background-color: #ffffff; 
	color: #000000; 
    	max-width:100%; 
}

.fibxcontainer {
	width: 100%;
	margin: 0 auto;
}

ul.fibxtabs {
	margin:0;
	padding: 0;	
	zoom : 1;
}

ul.fibxtabs a {
	display: inline-block;
	padding:3px 5px 3px 5px;
}

ul.fibxtabs li {
	font-size: 13px;
	border: 1px solid rgb(153,153,153);
	margin-bottom: -1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
	background-color:#ffffff;
	color: #222;
	display: inline-block;
	cursor: pointer; 
}

ul.fibxtabs > li > a {
	color:#FFFFFF;
	background-color:#C06; 
}

ul.fibxtabs li a:hover {
	background-color: #ff0000;
	color: #ffffff;
}


.tab-content{
	display: none;
	background: #ffffff;
	padding: 10px;
	border:2px solid #940D4D;
}

.fibxcontainer .ui-tabs-active {
	border-top:2px solid #940D4D;
	border-left:2px solid #940D4D;
	border-right:2px solid #940D4D;	
}

.fibxcontainer .ui-tabs-active a {
	font-weight: 700;
	color:#940D4D;
	background-color:#ffffff;
}

.fibxcontainer .ui-tabs-active a:hover {
	color:#940D4D;
	background-color:#ffffff;
}


.fibxlinkscontainer {
	width: 100%;
	margin: 0 auto;
	background-color:#940D4D;
}

ul.fibxlinks {
	margin:0;
	padding: 0;	
	zoom : 1;
}

ul.fibxlinks a {
	display: inline-block;
	padding:2px 5px 2px 5px;
}

ul.fibxlinks li {
	font-size: 13px;
	border: 1px solid rgb(153,153,153);
	margin:2px;
	background-color:#ffffff;
	color: #222;
	display: inline-block;
	cursor: pointer; 
}

ul.fibxlinks > li > a {
	color:#FFFFFF;
	background-color:#C06; 
}

ul.fibxlinks li a:hover {
	background-color: #ff0000;
	color: #ffffff;
}
.fibxlinks2 {
	padding:6px 6px 6px 6px;
	display: block; 
	background-color: #ffffff; 
	color: #000000; 
        border: 2px solid;	
	border-color: #940D4D;
    	max-width:100%; 
}

/***************************************/
/* FOOTER stuff */
/***************************************/

.footer {
        margin-left:auto; 
	margin-right:auto;
	text-align:center;
}

/* Utility styles */
.right { float: right; }
.left { float: left; }
.centre { margin-left:auto; margin-right:auto; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/******* adverts **********************************/

    #adheader_global {
      	display:block;
    }
    #adfooter_global {
      	display:block;
    }


@media all and (max-width:749px) { /* smartphones, landscape iPhone */ 

    #adheader_global {
	height:50px;
    }

    #ad1x1_desktop {
      	display:none;
    }
    #sky_ad  {
      	display:none;
    }
}  
@media (min-width:750px) { /* landscape tablets */ 

    #adheader_global {
	height:92px;
	text-align:left;
    }
    #ad1x1_desktop {
      	display:inline-block;
    }
    #sky_ad {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
    }
}

/******* general **********************************/


@media all and (max-width:402px) { /* smartphones, landscape iPhone */ 
  #header {
	position:relative;
	padding:50px 0 0 0;
  }
  #nrgMenu { 	
	height:50px;
  	background-color:#304D66; 
	position:absolute;
	top:0;
	left:0;
  }
  .layout_container {
	padding:0;
  }
  .signin {
	display:inline-block;
	color:#ffffff;
	background-color:#222;
	margin-top:7px;
	margin-left:15px;
	padding:8px;
	font-size:11px;
  }

  .signin a {
	padding:4px;
	color:#ffffff;
  }

  .signin a:hover {
	background-color:#f5f5f5;
	color:#525252;
  }
  .forumslink {
	display:inline-block;
  }

  .navbar {
	padding-left:0;
	padding-right:0;
  }
  .navline {
	padding:5px 0 5px 0;
  }
  #content_body {
	width:100%;
	overflow:hidden;
  }
  .frontrow {
	height:1102px;
  }
  .frontbox1 {
	height:auto;
	width: 150px; 
	margin: 4px 4px 10px 4px; 
  }
  .pics_container {
	height:522px;
  }
  .stage {
	width:48%;
  }
  #sidebar {
	width:100%;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	top:25px;
	overflow:hidden;
  }
  #adsideMPU {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:250px;
	text-align:left;
	overflow: hidden;
  }
  .right_box {
	width:100%;
	margin:15px 0 0 0;
	padding:0;
  }

  h2.box_title {
    margin:0;
    padding:3px 5px 3px 5px;
  }
  .box_text_center a {
	margin:0;
  }
  .right_newsbox {
	text-align:left;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
  }
  .side_news1 {
	border:1px solid #940d4d;
	margin-top:6px;
	margin-bottom:3px;
  }
  .ilblock50 {
	width:100%;
	padding:4px;
  }
}


@media (min-width:402px) and (max-width:980px) { /* smartphones, landscape iPhone */ 
  #header {
	position:relative;
	padding:50px 15px 0 15px;;
  }
  #nrgMenu { 	
	height:50px;
  	background-color:#304D66; 
	position:absolute;
	top:0;
	left:0;
  }
  .layout_container {
    padding:0;
  }
  .navline {
	padding:5px 0 5px 15px;
  }
  .signin {
	display:inline-block;
	color:#ffffff;
	background-color:#222;
	margin-top:7px;
	margin-left:15px;
	padding:8px;
	font-size:11px;
  }

  .signin a {
	padding:4px;
	color:#ffffff;
  }

  .signin a:hover {
	background-color:#f5f5f5;
	color:#525252;
  }

  .forumslink {
	display:inline-block;
  }

  #layout_mainArea {
    padding:0 15px 0 15px;
  }

  #content_body {
	width:100%;
	overflow:hidden;
  }
  .frontrow {
	max-height:618px;
  }
  .frontbox1 {
	height:294px;
	width: 150px; 
	margin: 4px 4px 10px 4px; 
  }
  .pics_container {
	height:256px;
  }
  .stage {
	width:32%;
  }
  #sidebar {
	width:100%;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	top:25px;
	overflow:hidden;
  }
  #adsideMPU {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:250px;
	text-align:left;
	overflow: hidden;
  }
  .right_box {
	width:100%;
	margin:15px 0 0 0;
	padding:0;
  }

  h1.page_title {
	margin:0;
  }
  h2.box_title {
    margin:0;
    padding:3px 5px 3px 5px;
  }
  .box_text_center a {
	margin:0;
  }
  .right_newsbox {
	text-align:left;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
  }
  .side_news1 {
	border:1px solid #940d4d;
	margin-top:6px;
	margin-bottom:3px;
  }
  .ilblock50 {
	width:46%;
	padding:8px;
  }
}

@media (min-width:981px) { /* landscape tablets */ 

  #header {
    padding:0 0 125px 0;
    margin-bottom:-82px;
    padding:0 0 82px 0;
  }
  #nrgMenu { 	
	height:42px;
	background-color:transparent; 
	background-image:url('//efestivals.s3.amazonaws.com/img/efestivals_menu_background.png');
	background-repeat:repeat;
	top:0;
	left:0;
  }
  #nrgMenu2 { 	
	height:40px;
	background-color:#F5F5F5; 
  }
  .layout_container {
	padding:0 15px 0 15px;
  }
  .navbar {
	padding-left:0;
	padding-right:0;
  }
  .navline {
	padding:15px 0 13px 0;
  }

  .signin {
	float:right;
	display:inline-block;
	color:#ffffff;
	background-color:#940D4D;
	margin-top:5px;
	margin-right:20px;
	padding-top:8px;
	height:28px;
	font-size:14px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
  }

  .signin a {
	padding:9px 12px 11px 12px;
	color:#ffffff;
  }

  .signin a:hover {
	background-color:#f5f5f5;
	color:#525252;
  }
  .forumslink {
      	display:none;
  }

  #layout_mainArea {
	background-color:#ffffff;
	min-width:1057px;
	min-height:1300px;
	overflow:auto;
  }

  #content_body {
	padding-right:300px;
	padding-bottom:15px;
	overflow:hidden;
  }

#content {
	margin-right:15px;
}


  .frontrow {
	height:310px;
  }
  .frontbox1 {
	height:294px;
	width: 160px; 
	padding-left:2px;
	padding-right:2px;
	margin: 4px 4px 10px 4px; 

  }
  .pics_container {
	height:256px;
  }
  .stage {
	width:32%;
  }
  #sidebar {
	position:absolute;
	width:300px;
	min-height:300px;
	top:16px;
	right:0;
	overflow:hidden;
	padding:0;
  }
  #adsideMPU {
	width:300px;
	height:250px;
	text-align:left;
	overflow: hidden;
  }
  .right_box {
	width:300px;
	margin:10px 0 0 0;
	padding:0;
  }
  h1.page_title {
	margin:0 15px 0 0;
  }
  h2.box_title {
	margin:0;
	padding:7px 10px 7px 10px;
	width:280px;
  }
  .box_text_center a {
	margin-right:15px;
	margin-bottom:4px;
	width:300px;
  }
  .right_newsbox {
	text-align:center;
	width:300px;
	margin:10px 0 10px 0;
  }
  .side_news1 {
	border-bottom:1px solid #940d4d;
	margin-bottom:3px;
	padding-top:10px;
	padding-bottom:3px;
  }
 .compbox {
	width:300px;
  }
  .ilblock50 {
	width:46%;
	padding:8px;
  }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background-color: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
