
/*! 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: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #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: #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;
	margin-top:0px; 
	margin-left:0px; 
	margin-bottom:0px; 
	margin-right:0px; 
	min-width:307px;
}
#layout_header {
	box-sizing:border-box;
	position:relative;
}
#header {
	background-color:#008080;
	box-sizing:border-box;
	display:block;
}
.layout_container {
        margin:0px; 
	max-width:1000px;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
}
#header_background {
  	background-repeat:no-repeat;
}
#logolink img {
	max-width: 100%;
	padding:0px;
}
#nrgMenu {
  	vertical-align:top;
  	width:100%;
}
#layout_body {
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:100;
}
#layout_contentArea {
	display: block;
}
#top_page_horizontal_ad {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.navline {
	display:block;
	margin-left:0px;
	margin-right:0px;
	padding: 5px 0px 5px 0px;
	line-height: 13px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-bottom: 2px solid #008080;
}
.navline a:link,.navline a:visited,.navline a:active { 
	color: #a9a9a9;
	font-weight:normal;
	font-size: 13px;
	text-decoration: none;
	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 {
	display: block;
        margin:0px; 
        padding:0px; 
}
#layout_mainArea {
	padding:0px;
	background-color:#ffffff;
	overflow:auto;
}
h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:20px;
	font-weight:500;
	margin: 0px 0px 4px 0px;
}
h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:500;
	margin: 4px 0px 4px 0px;
}
.content_title {
	border-bottom: 1px solid #008080;
}
h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border-top:1px solid #008080;
	border-bottom:1px solid #008080;
	color:#000000;
	font-size:15px;
	font-weight:500;
}
h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	position:relative;
}
a:link {
	color: #0000EE;
	text-decoration: none;
}
a:visited {
	color: #551A8B;
	text-decoration: none;
}
a:hover {
	color: #CD3816;
	text-decoration: underline;
}
a:active {
	color: #EE0000;
}
.articles_group {
	margin:0px 10px 10px -40px;
}
ul.articles_group li {
	list-style-type: none;
}
li.article_linkbox {
  	vertical-align:top;
	height: 220px;
	max-width: 180px;
	min-width: 91px;
	width: 17%;
	color:#505050;
	font-size: 0.9em;
	display:inline-block;
	background-color: #ffffff;
	border:1px solid #008080;
	-moz-border-radius: 4px;
	border-radius: 4px;
	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;
}
img { 
	max-width:100%;
	height:auto;
}
p.img_article { 
	max-width:100%;
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	font-size: 0.75em;
	color: #505050;
}
.datestamp {
	font-size: 0.85em;
	color: #505050;
	font-weight:normal;
	line-height: 12px;
	border-bottom: 1px solid #fff5fa;
}
p.newsdate {
	font-size: 0.85em;
	color: #505050;
	font-weight:normal;
	display: inline;
	margin: 0px 0px 0px 0px;
}
#content {
	border-left:solid 1px #F2F2F2;
	border-right:solid 1px #F2F2F2;
	border-bottom:solid 1px #F2F2F2;
	padding-bottom:15px;
	max-width:680px !important;
}
.right_box {
	border:solid 1px #F2F2F2;
	display:block;
	text-align:left;
	min-height:20px;
  	background: #ffefd5;
}
ul.usernav {
	display:block;
	line-height: 36px;
	background-color:#f1f1f1;
	position: absolute;
	right: 20px;
	top: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
li.userimg {
	display: inline-block;
	font-size: 13px;
	line-height: 1px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-top: 2px;
	position: relative;
	vertical-align: middle;
}
li.userlink {
	display: inline-block;
	font-size: 13px;
	line-height: 36px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	position: relative;
}
h3.box_title {
	background-color:#008080;
	color:#ffffff;
	font-size:13px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-weight:400;
	margin:0px;
	position:relative;
}
h4.box_subtitle {
	position:relative;
	background-color:#FCD79D;
	color:#000000;
	font-size:13px;
	font-weight:400;
	padding:6px 0px 6px 15px;
	line-height: 1;
}
.arrowimg {
	background-image: url(/img/egigsarrow_o2.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	border-bottom:1px solid #008080;
	width:200px;
	min-height:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
}
.arrowimg_head {
	font-weight:bold;
	font-size:0.85em;
	color:#202020;
	border-bottom:1px solid #008080;
	width:200px;
	min-height:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
}
a.conlink {
	display:block;
	margin:0px 0px 0px 16px;
	font-weight:bold;
}
.giglist {
	font-size:0.9em;
	width:100%;
}

.giglist ul {
	width:100%;
	list-style-type: none; 
	float:left;
	display:block;
	margin-left:  -39px; 
}
.giglist li {
	width:100%;
	background:#FFFFFF;
	border-bottom:1px solid #008080;
	padding: 3px 2px 3px 2px;
}
.giglist li.row_head {
	background:#ffffff;
	border-bottom:1px solid #008080;
	height:12px;
}
.giglist li.row_new1 {
	background:#FFEFD5;
	border-bottom:1px solid #008080;
	min-height:30px;
	padding: 3px 2px 3px 2px;
}
.giglist li.row_new7 {
	background:#FFFCF9;
	border-bottom:1px solid #008080;
	min-height:30px;
	padding: 3px 2px 3px 2px;
}
.gl_date {
	width:21%;
	float:left;
}
.gl_event {
	width:35%;
	float:left;
}
.gl_venue {
	width:24%;
	float:left;
}
.gl_price {
	width:20%;
	float:right;
}
a.gl_tix {
	width: 80px;
	height:18px;
	display:block;
	float:right;
	position:relative;
	font-size:0.8em;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	margin: 5px 0px 5px 0px; 
	padding: 3px 1px 1px 1px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #888888;
	background: #0161FF;
	color: #ffffff;
	border:1px solid #008080;
}
a.gl_tix:hover {
	background: #CD3816;
	color: #ffffff;
	border:1px solid #0161FF;
}
.new1_sbox {
	width:8px;
	height:6px;
	background: #FFEFD5;
	border:1px solid #404040;
}
.new7_sbox {
	width:8px;
	height:6px;
	background: #FFFCF9;
	border:1px solid #404040;
}
p.box_text {
	margin:4px 10px 0px 10px;
  	display:block;
}
.more_right {
  	display:block;
 	text-align:right; 
  	margin-top:6px;
  	margin-right:10px;
  	margin-bottom:6px;
}
.box_text_center a {
	border:1px solid #0000EE;
	color:#0000EE; 
	background-color:#ffffff; 
	padding:4px; 
	text-align:center;
	display:block;
	box-sizing:border-box;
}
.box_text_center a:hover {
	color:#ffffff;
	background-color:#CD3816;
}
a.tourlist_box {
	list-style-type: none;
	font-size:0.9em;
	margin:0px 2px 3px 0px;
	padding:2px 5px 0px 5px; 
	float:left;
	border:1px solid #cecece;
	background-color:#ffffff;
}
a:hover.tourlist_box  {
	color:#ffffff;
	background-color:#CD3816;
}
ul.front_news {
	margin:0px 10px 10px -40px;
}
li.front_news {
	font-size:0.9em;
	display:block;
	margin:4px 0px 0px 0px;
	padding:0px 0px 4px 0px; 
	border-bottom:1px solid #c0c0c0;
}
.fp_hilite {
	color:#E28C04;
	margin:4px 4px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	float:left;
	font-size:0.9em;
}
.sub_link {
	font-size:0.775em;
	display:block;
	border-bottom:1px solid #008080;
	margin:4px 0px 0px 20px;
	padding:0px 0px 4px 0px; 
}
.l_orange {
	height:0;
	margin:0;
	background:transparent;
	border-top:1px solid #008080;
	padding-bottom:4px;
}
.l_orange2 {
	height:0;
	margin:0;
	background:transparent;
	border-top:2px solid #008080;
	padding-bottom:4px;
}
.l_grey {
	height:0;
	margin:0;
	background:transparent;
	border-top:1px solid #c0c0c0;
	padding-bottom:4px;
}
a.tourlist {
	border-bottom:1px solid #f0f0f0; 
	display:block;
	width:100%;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}
.eg_search {
	width:280px;
	border:1px solid #008080;
	background-color:#fffcf9;
	padding:4px;
	margin:4px;
	float:left;
	position:relative;
	display:inline-block;
	float:left;
}
.txtTiny {
	font-size:11px;
	color: #666666;
}
.errmsg {
	font-size:14px;
	color: #FF0000;
	font-weight: bold;
}
.pscroll {
	font-size:1em;
	text-align:left;
	display:block;
	border-bottom:1px solid #008080;
	margin: 3px 0px 10px 0px;
}
.pscroll_t2 {
	font-size:0.85em;
}
a.x_related {
	width: 150px;
	height:18px;
	display:block;
	position:relative;
	font-size:0.9em;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 1px 1px 1px; 
	background: #0161FF;
	color: #ffffff;
	border:1px solid #0161FF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #888888;
}
a.x_related:hover {
	background: #D07A00;
	color: #ffffff;
	border:1px solid #008080;
}
.pbtns {
	min-width:20px;
	display:block;
	float:left;
	background-color:#008080;
	color:#ffffff;
	text-align:center;
	font-size:0.9em;
	font-weight: bold;
	margin:0px 4px 6px 0px;
	padding:1px 1px 1px 1px;
	border:1px solid #008080;
}
a.pbtns {
	background-color:#ffffff;
	color:#0000EE;
	border:1px solid #0000EE;
}
a:hover.pbtns {
	background-color:#CD3816;
	color:#ffffff;
	border:1px solid #0000EE;
}
#table {display:table;}
.row {
	display:table-row; 
}
.cell {
	display:table-cell;
	padding:4px;
}
.ifooter {
	background: #FFEFD5;
	border:1px solid #404040;
	text-align:center;
	font-size:1em;
	padding:6px;
}
.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.
   ========================================================================== */

/*@media only screen and (min-width: 35em) {*/
    /* Style adjustments for viewports that meet the condition */
/*}*/

/******* general **********************************/
@media all and (max-width:920px) { /* smartphones, landscape iPhone */ 
  #header {
	position:relative;
	padding:0px 00px 0px 0px;
  }
  #nrgMenu { 	
	margin:0px;
	left:0px;
	position: absolute;
	z-index:200;
  }
  .layout_container {
	padding:0px 15px 0px 15px;
	display:block;
  }
  .navline {
	margin-bottom:15px;
  }
  #content_body {
	width:100%;
  }
  #sidebar {
	width: 100%;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	top:25px;
  }
  .right_box {
	width:100%;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  }
  .box_text_center a {
  	margin-right:0px;
  }
  h3.box_title {
	margin:0px 0px 0px 0px;
    padding:3px 4px 3px 4px;

  }
}

@media screen and (min-width: 921px) and (max-width: 1012px)  {
  #content_body {
	width:65%;
  }
}

@media screen and (min-width:921px) { /* landscape tablets */ 

  #nrgMenu { 	
	background-color:transparent; 
	background-repeat:repeat;
	top:0px;
	left:0px;
  }
  .layout_container {
	padding:0px 15px 0px 15px;
	display:block;
  }
  .navbar {
	padding-left:0px;
	padding-right:0px;
	background-color:#fcfcfc;
	color: #616161;
  }
  a.navbar {
	color: #616161;
  }
  .navline {
	color: #616161;
  }
  #layout_mainArea {
	background-color:#ffffff;
	min-width:901px;
	min-height:950px;
	overflow: auto;
	padding:15px 0px 15px 0px;
  }
  #content_body {
	padding-bottom:15px;
	float:left;
  }
  #content {
	min-height:700px;
  }
  #sidebar {
	float:right;
	width:300px;
	min-height:300px;
	top:16px;
	right:0px;
	overflow:hidden;
	padding:0px;
  }
  .right_box {
	width:298px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
  }
  .box_text_center a {
  	margin-right:0px;
  }
  h3.box_title {
	margin:0px 0px 0px 0px;
	padding:7px 10px 7px 10px;
	width:280px;
  }
  .front_pic {
	margin:0px 10px 10px 0px;
	padding:10px; 
  }

@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: 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;
    }
}
