/*
Theme Name: Stereo Squared
Theme URI: http://www.cssigniter.com/ignite/themes/stereo
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description: Music theme for WordPress
Version: 1.0
License: GNU General Public License
*/
/*
============================================================================
Reset (No need to edit anything)
============================================================================
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes:;
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.ie7 .group { min-height: 1px; }
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* DEFAULT COLOUR THEME */
a {
	text-decoration:none;
	color: #000;
}
a:focus,
a:active,
a:hover {
	text-decoration:none;
    color: #000;
}
.ci-read-more,
.typography a.ci-read-more {
	text-decoration: none;
	background: #bbbcbe;
	color: #fff;
}
#sidebar .widget ul li a  {
	color: #000;
}
#navigation li li a:hover {
	background: #bbbcbe;
	color: #fff !important;
}
.comment-reply-link, .btn-reply, .post-form input[type='submit'], button.button {
  background-color: #bbbcbe;
}
.comment-reply-link:hover, .btn-reply:hover, .post-form input[type='submit']:hover, button.button:hover, .ci-read-more:hover  {
    background-color: #bbbcbe;
    color:#fff;
}
#paging .current {
    background: #bbbcbe;
	color: #fff;
}
/*
============================================================================
Global (h1..h6,lists,paragraphs,tables,links,form elements etc)
============================================================================
*/
body,
input,
textarea {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 20px;
}
body {
 	background: url("../images/background.gif");
}
/* Headings */
h1 {
  font-size: 30px;
  letter-spacing: -2px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 1em;
}
h2, h3 {
  letter-spacing: -1px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
/* Text elements */
p {
  margin-bottom: 1.625em;
}
a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.typography a {
	text-decoration: underline;
	color: #4c89ac;
}
ul, ol {
  margin: 0 0 1.625em 2.5em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  border-left: 4px solid black;
  padding-left: 2em;
  margin: 20px 0 30px 0;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase;
}
pre {
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: .75em 1.625em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  text-decoration: none;
}
sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 1em 1.625em 1em 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 1em 0 1em 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:1em;
}
.alignnone {
  margin-bottom: 13px;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%;
}
img {
  max-width: 100%;
}

/*
============================================================================
Structure (for every page in the theme)
============================================================================
*/
body {
  color: #545454;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
}
.wrap {
  width: 980px;
  margin: 0 auto;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/*
============================================================================
Header (Logo etc)
============================================================================
*/
#header {
  color: #fff;
}
#header a,
#header a:visited,
#header a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.social-wgt {
  padding: 20px 0 0 0;
  position: relative;
  top: 5px;
  height: 39px;
}
	.social-wgt .widget {
	  	float: right;
	  	margin-bottom: 0;
		width: 276px;
	}
	.social-wgt a {
		display: block;
		float: left;
		margin-left: 3px;
	}
		.social-wgt a span {
			font-size: 36px;
			line-height: 36px;
			color: #fff;
			letter-spacing: -3px;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
		}
		.social-wgt a:hover span {
			color: #bcbec0;
		}

.head-wrap {
  padding-bottom:80px;
}
.logo {
  float: left;
}
.logo-image {
	height: 85px;
}
	.logo a {
		display: block;
	}
	.logo h1 {
	  font-size: 5em;
	  margin-bottom: 0;
	  padding: 0;
	  letter-spacing: -3px;
	  font-weight: bold;
	  line-height: 1;
	}
	.logo h2 {
	  font-size: 1.5em;
	  margin: -5px 0 0 0;
	  line-height: 1;
	  color: #fff;
	}
.bodyHomePage #main-content {
  margin-top: -450px;
}
.bodyHomePage #header {
  height: 645px;
}

/* Inner Page Styles */
#main-content {
  margin-top: -110px;
}
#header {
  height: 305px;
}
/*
============================================================================
Navigation (for every navigational element in the theme)
============================================================================
*/
nav {
  float: right;
  margin-top: 82px;
}
#navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
	#navigation > li {
	  float: left;
	  font-size: 18px;
	  line-height: 18px;
	  font-weight: bold;
	  margin-left: 15px;
	  position: relative;
	}
		#navigation li > a {
		  padding-bottom: 5px;
		  border-bottom: 5px solid transparent;
		}
		#navigation li.section > a,
		#navigation li.current > a {
		  border-bottom: 5px solid #fff;
		}
			#navigation li > a:hover {
		  		border-bottom: 5px solid #bcbec0;
			}
			#navigation li.hasChildren > a:hover {
		  		border-bottom: 5px solid transparent;
			}
#navigation ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  top: -999em;
  right: 0;
  border: 5px solid #eeeeee;
  border: 5px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(80, 80, 80, 0.85);
  -moz-box-shadow: 0 0 5px rgba(80, 80, 80, 0.85);
  -o-box-shadow: 0 0 5px rgba(80, 80, 80, 0.85);
  box-shadow: 0 0 5px rgba(80, 80, 80, 0.85);
}
.ie7 #navigation ul {
	display: none;
}
	#navigation li li {
	  display: block;
	}
		#navigation li li > a {
		  padding: 8px 15px;
		  background-color: #fff;
		  background-color: rgba(255, 255, 255, 0.95);
		  border-bottom: solid 1px #d7d7d7;
		  display: block;
		  color: #000 !important;
		  white-space: nowrap;
		  font-size: 13px;
		  font-weight: normal;
		  min-width: 180px;
		}
			#navigation li li.section > a,
			#navigation li li.current > a,
			#navigation li li > a:hover {
				border-bottom: solid 1px #d7d7d7;
				font-weight: bold;
				color: #000 !important;
				background-color: #fff;
		 		background-color: rgba(255, 255, 255, 0.95);
			}

		#navigation li li.last a {
			border-bottom: solid 0px transparent;
		}
			#navigation li li.last a:hover {
				border-bottom: solid 0px transparent;
			}
			#navigation > li:hover > ul {
				top: 25px;
			}

/*
============================================================================
Content
============================================================================
*/
#main-content .wrap,
#footer .wrap {
  width: 940px;
  padding: 20px 20px 10px 20px;
  position: relative;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#main-content .wrap {
  background: #fff;
  margin-bottom: -50px;
  min-height: 350px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/* General ul items style */
.gallery-list,
.slides,
.slides-vid {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

/* Main Homepage Slider */
.sld-item {
  position: relative;
}
.sld-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 80%;
  margin-bottom: 50px;
}
.sld-desc.right {
  text-align: right;
  margin-right: 45px;
}
	.typography .sld-desc h3 {
	  font-size: 50px;
	  letter-spacing: -3px;
	  font-weight: normal;
	  line-height: 1.25;
	  margin: 0 !important;
	  padding: 0 15px;
	  color: #fff;
	  background: rgba(0,0,0,0.50);
	}
		.typography .sld-desc h3 a {
			color: #fff;
		}


ul.slides {
  clear: both;
}
	ul.slides li {
	  display: none;
	  list-style-type: none;
	  padding: 0;
	}
		ul.slides li a img {
			max-width: 100%;
			height: auto;
			float: none;
			margin: 0 !important;
		}
.typography .flex-control-nav {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 14px 0 20px 0 !important;
}
	.typography .flex-control-nav li {
	  display: inline;
	  text-align: center;
	  padding: 0 !important;
	}
		.typography .flex-control-nav a {
		  background: url("../images/sprites.png") no-repeat scroll 0 -16px transparent;
		  cursor: pointer;
		  height: 10px;
		  margin: 0 5px 0 0;
		  padding: 0;
		  text-indent: -999em;
		  width: 10px;
		  text-align: center;
		  display: inline-block;
		}
			.typography .flex-control-nav a:hover,
			.typography .flex-control-nav a.flex-active {
			  background-position: 0 0;
			}

/* Widget Areas Homepage */
.widget-block {
  margin-bottom: 25px;
}
#main-content .widget-block:last-of-type {
  margin-bottom: 0;
}
.typography .block-events h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
  border-top: 5px solid black;
}
.typography .block-events h4 {
  font-size: 13px;
  margin: 10px 0;
  font-weight: bold;
}
.widget-block .block {
  float: left;
  width: 31.91489361702128%;
  margin-right: 2.12765957446809%;
}
	#main-content .entry .widget-block .block {
		width: 47.8723404255%;
	}
	#main-content .entry .widget-block .two-thirds .block,
	#main-content .entry .widget-block .block {
  		width: 31.91489361702128%;
	}

#main-content .entry .widget-block .two-thirds,
.widget-block .two-thirds {
  width: 65.95744680851064%;
}
.block-videos {
  position: relative;
}
#video-slider {
  position: relative;
}
.widget-block .block.last,
.mid-section .widget_ci_event_locations_widget {
  margin-right: 0;
}
.upper-section .widget:last-child {
  margin-right:0;
}
.widget-block .block-galleries {
  width: 100%;
  position: relative;
}

.typography .flex-direction-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  list-style: none;
  margin: 0 380px;
}
	.typography .flex-direction-nav li {
	  float: right;
	  list-style-image: none;
	}
	.typography .flex-direction-nav li:first-child {
		float: left;
	}

	.gallery-nav a {
	  color: #000;
	  font-weight: bold;
	}

.car-prev,
.car-next,
.vid-prev,
.vid-next,
.flex-direction-nav .prev,
.flex-direction-nav .next {
  display: inline-block;
  float: left;
  text-indent: -999em;
  width: 7px;
  height: 14px;
  cursor: pointer;
  background: url("../images/sprites.png") no-repeat;
}
.car-prev,
.vid-prev,
.flex-direction-nav .prev {
  background-position: 0 -106px;
}
.car-next,
.vid-next,
.flex-direction-nav .next {
  background-position: -1px -87px;
}
.block-galleries .caroufredsel_wrapper {
}
.gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
	.gallery-list li {
	  float: left;
	  width: 31.91489361702128%;
	  margin-left: 2.12765957446809%;
	}
	.gallery-list li:first-child {
	  margin-left: 0 !important;
	}
	.gallery-list figure {
	  position: relative;
	  margin: 0;
	  padding: 0;
	}
	.gallery-list .trans {
	  width: 100%;
	  height: 100%;
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: url("../images/trans.png");
	}
	.gallery-list figcaption {
	  color: #FFFFFF;
	  font-size: 1.5em;
	  font-weight: bold;
	  left: 35%;
	  position: absolute;
	  text-align: center;
	  top: 45%;
	  z-index: 2;
	}
	.gallery-list figcaption,
	.gallery-list .trans {
	  visibility: hidden;
	}
		.gallery-list li > a {
		  line-height: 0;
		}
			.gallery-list a:hover,
			.gallery-list a:active,
			.gallery-list a:focus {
			  text-decoration: none;
			}
			.gallery-list a:hover > figure figcaption,
			.gallery-list a:hover > figure .trans {
			  visibility: visible;
			}

/*
============================================================================
Footer
============================================================================
*/
#footer {
	padding: 50px 0;
	color: #fff;
}
	#footer a,
	#footer a:visited,
	#footer a:focus {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #f3f3f3;
		text-decoration: underline;
	}
.site-copy {
  	clear: both;
  	text-align: right;
	font-size: 12px;
 	padding-top: 10px;
  	border-top: 1px solid #6F6F6F;
}
#footer h3,
#footer h4 {
  color: #fff;
}
#footer .widget {
  float: left;
  width: 48.93617021276596%;
  margin-right: 2.12765957446809%;
}
.ie8 #footer .widget,
.ie7 #footer .widget {
  width: 47.5%;
}
#footer .widget:nth-child(2n) {
  margin-right: 0;
}
#footer a:hover {
  color: #c1c1c1 !important;
}
.footerNav {
	margin-top: 0;
}
	.footerNav ul li a {
		font-size: 11px;
		padding: 0 2px;
	}
#footer ul {
	list-style: none;
}
	#footer ul li {
		display: inline;
	}
/*
============================================================================
Widgets
============================================================================
*/
.widget {
  margin-bottom: 30px;
}
#sidebar .widget {
	margin-bottom: 73px;
}
#sidebar .widget h3 {
  font-size: 18px;
  letter-spacing: 0;
  margin: 25px 0 20px 0;
}
.widget ul {
  margin: 0;
}
	.widget ul ul {
	  margin-left: 1.5em;
	}
	.widget ul li {
	  font-size: 13px;
	}
		.widget ul li a {
			text-decoration: none;
		}
		.widget ul li a:hover {
			text-decoration: underline;
		}
.widget a {
}
.widget a:hover, .widget a:focus, .widget a:active {
}
/* Ephemera Widget */
section.ephemera ol, .widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
  padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a, .widget_twentyeleven_ephemera .comments-link > span {
  display: block;
  font-weight: bold;
}
section.ephemera .entry-title .comments-link a:hover, .widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
}
/* Widget Image */
.widget_image img {
  height: auto;
  max-width: 100%;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
  width: 95%;
  text-align: center;
}
	.widget_calendar #wp-calendar caption,
	.widget_calendar #wp-calendar td,
	.widget_calendar #wp-calendar th {
	  text-align: center;
	}
	.widget_calendar #wp-calendar caption {
	  font-size: 11px;
	  padding: 5px 0 3px;
	  text-transform: uppercase;
	}
		.widget_calendar #wp-calendar th {
		  font-weight: bold;
		}
		.widget_calendar #wp-calendar tfoot td {
		}

/* Search Widget */
#searchform {
  position: relative;
  line-height: 0;
}
	#searchform input[type=text] {
	  width: 93%;
	  padding: 11px 3.5%;
	  text-indent: 10px;
	}
	#searchform #searchsubmit {
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 70px;
	  height: 36px;
	  font-weight: bold;
	  cursor: pointer;
	}
	#searchform > div {
	  margin: 0;
	  padding: 0;
	  line-height: 0;
	}
#searchsubmit:active {
  top: 1px;
}

/* List Widgets */
#newsfeed .widget ul,
#sidebar .widget ul {
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
}
	#newsfeed .widget ul li,
	#sidebar .widget ul li {
	  border-top: 1px dotted #b4b4b4;
	  padding: 1px 0;
	}
	#newsfeed .widget ul li {
		padding: 15px 0;
	}
	#newsfeed .widget ul > li:last-child,
	#sidebar .widget ul.sideNav > li:last-child {
		border-bottom: 1px dotted #b4b4b4;
	}
	#newsfeed .widget .event-nav li,
	#sidebar .widget .event-nav li {
	  border-top: none;
	  padding: 0;
	}
		#newsfeed .widget ul li a,
		#sidebar .widget ul li a {
			position: relative;
			display: block;
		  	padding: 9px 0 9px 20px;
			color: #545454;
			-webkit-transition: all ease-in-out 0.5s;
			-moz-transition: all ease-in-out 0.5s;
			-o-transition: all ease-in-out 0.5s;
			transition: all ease-in-out 0.5s;
		}
		#newsfeed .widget ul li a {
			margin-left: 0;
		  	padding: 0 0 0 20px;
			font-size: 12px;
			line-height: 17px;
		  	background-position: 0px -217px;
		}
			#newsfeed .widget ul li a span.arrow,
			#sidebar .widget ul li a span.arrow {
				display: block;
				height: 11px;
				width: 10px;
				background: url("../images/sprites.png") no-repeat 0px -221px;
				position: absolute;
				top: 3px;
				left: 0;
			}
			#sidebar .widget ul li a span.arrow {
				top: 14px;
			}
			#newsfeed .widget ul li a:hover {
				margin-left: 10px;
				text-decoration: none;
			}
		#sidebar .widget ul li.current a,
		#sidebar .widget ul li.section a,
		#sidebar .widget ul li a:hover {
			text-decoration: none;
			font-weight: normal;
			margin-left: 10px;
		}
		#sidebar .widget ul li.current a,
		#sidebar .widget ul li.section a {
			font-weight: bold;
		}

/* Twitter on sidebar */
#sidebar .widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}

/* Locations Widget */
#locations,
#sidebar #locations {
	width: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 328px !important;
  padding: 5px 0;
  overflow: hidden;
  color: #000;
}
	#locations li,
	#sidebar #locations li {
	  padding: 0;
	  margin-bottom: 10px;
	  width: 100%;
	  background: url("../images/venue-info-bg.png");
	}
		#locations li .upcomingEvent {
		  display: block;
		  padding: 18px;
		}
		#locations .upcomingEvent:hover {
		 	background: url("../images/venue-info-bg.png");
		  	text-decoration: none;
		}
		#locations li a {
		  color: #000;
		  border-left: solid 1px #f2f2f2;
		  background: none;
		}
		#locations li .upcomingEvent *:last-child {
			margin-bottom: 0px;
		}

	#locations .title {
	  margin: 0;
	  font-size: 16px;
	  font-weight: bold;
	  line-height: 1;
	  color: #000;
	}
	#locations .info {
	  margin: 0;
	  font-size: 13px;
	  font-weight: normal;
	  line-height: 1;
	  color: #000;
	}
	#locations .locationLink {
		background: url(../images/location-marker.png) 0 center no-repeat;
		padding-top: 2px;
		padding-left: 16px;
		font-size: 11px;
	}

.events-container .caroufredsel_wrapper {
  width: 100% !important;
}
.block-events {
  position: relative;
}
#sidebar .block-events {
  margin-bottom: 20px !important;
}
ul#locations-buttons {
	width: 14px;
	float: right;
	margin: 5px 0;
}
	li.carousel-up a,
	li.carousel-down a {
	  display: block;
	  cursor: pointer;
	  width: 14px;
	  height: 10px;
	  text-indent: -999em;
	  background: url("../images/sprites.png") no-repeat;
	}
	li.carousel-up a {
	  background-position: 0 -263px;
	}
	li.carousel-down a {
	  background-position: 0 -283px;
	}

/* Footer Widgets */
#footer .widget {
  float: left;
}
#footer .twitter_update_list {
	display: none;
	position: relative;
}
	#footer .twitter_update_list a.twitterIcon {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 56px;
		line-height: 56px;
		color: #fff;
		text-decoration: none;
	}
	.ie7 #footer .twitter_update_list a.twitterIcon {
		display: none;
	}

#footer .widget_ci_twitter_widget ul {
  list-style: none;
  margin: 21px 0 0 0;
  padding: 0;
  width: 100% !important;
}

#footer .widget_ci_twitter_widget li {
	display: block;
  	width: 80% !important;
  	padding: 0 0 0 65px;
  	margin-top: 0;
  	background: none;
  	border: none;
}
#footer .twitter-time {
  display: block;
}
#footer .widget_ci_twitter_widget span {
  font-size: 18px;
  line-height: 22px;
  display: block;
}
#footer .widget-block {
  margin-bottom: 5px;
}

/*
============================================================================
Template Name: (E.g. Homepage - Styles that apply only here
============================================================================
*/
/* Inner Pages */
#main-content .entry {
  float: left;
  width: 65.95744680851064%;
  margin-bottom: 40px;
}
#main-content .fullwidth {
  width: 100% !important;
}
#sidebar {
  float: right;
  width: 31.91489361702128%;
}
	#sidebar .image {
		margin-bottom: 32px;
	}
		#sidebar .image p {
			margin-top: 5px;
			font-size: 12px;
			line-height: 18px;
		}

h1.entry-title, .entry-title, .page-title {
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 5px solid #000;
  letter-spacing: -2px;
  font-size: 30px;
}
.page-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.entry h3 {
  margin-bottom: 10px;
}
/* Single Event Page */
#map-single {
  line-height: 0;
}
.event-desc {
  padding-top: 10px;
  /*border-top: 5px solid #000;*/
  margin-top: 19px;
}
	.event-desc .description {
		margin-left: 320px;
	}
.event-venue-info {
  float: left;
  width: 48.38709677419355%;
  margin: -10px 3.2258064516129% 2.2258064516129% 0;
  border-bottom: 5px solid #000;
  background: url("../images/venue-info-bg.png");
}
.event-venue-info.no-button {
	padding-bottom:28px;
}
	.event-venue-info ul {
	  list-style: none;
	}
		.typography .event-venue-info ul {
			margin: 20px 0 5px 30px;
			padding: 0;
		}
		.typography .event-venue-info ul li {
			font-size: 12px;
		  	padding: 1px 0;
		  	color: #000;
		}
		.event-venue-info ul li.title {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 13px;
			padding: 0;
		}
		.event-venue-info ul li.date {
		}
		.event-venue-info ul span {
		  color: #777777;
		  width: 25%;
		  display: inline-block;
		}
		.event-venue-info ul li.venue,
		.event-venue-info ul li.ticketing {
			padding: 5px 0 0 0;
			font-weight: bold;
		}

		.event-venue-info ul li a.iconLink {
			display: inline-block;
			zoom: 1;
			*display: inline;
			background: url(../images/icon-link.png) 0px 3px no-repeat;
			padding-left: 25px;
			color: #000;
			text-decoration: none;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
		}

			.event-venue-info ul li a.iconLink:hover {
				background: url(../images/icon-link-hover.png) 0px 3px no-repeat;
				color: #545454;
			}
		.event-venue-info .buttonSimple {
			padding: 5px 10px 3px 10px;
			background: #000;
			color: #fff;
			float: right;
			width: 100px;
			text-align: center;
		}
		.event-venue-info .buttonSimple a {
			color: #fff;
			text-decoration: none;
		}

		.event-venue-info .buttonSimple.linked {
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
		}
		.event-venue-info .buttonSimple.onSaleSoon {
			background: #cc0000;
		}
		.event-venue-info .buttonSimple.bookNow {
			background: #21409a;
		}
			.event-venue-info .buttonSimple.linked:hover {
				background: #bcbdbf;
			}

.event-venue-info ul b,
.event-venue-info ul time {
  font-weight: bold;
  color: #000;
}
#sidebar .block-events h3 {
  display: none;
}
#sidebar .block-events .events-container {
  height: 470px;
}
#sidebar #locations {
  height: 430px !important;
}
.related {
  margin-top: 15px;
}
.related-holder {
  list-style: none;
  margin: 0;
  padding: 0;
}
	.related-holder li {
	  float: left;
	  width: 48.38709677419355%;
	  margin-right: 3.2258064516129%;
	}
	.related-holder li:nth-child(2n) {
	  margin-right: 0;
	}

/* Single */
.entry-content {
}
.entry-thumb {
  float: left;
  width: 32.25806451612903%;
  margin: 0 20px 15px 0;
}
.entry-meta {
  margin-bottom: 25px;
  position: relative;
}
.entry-meta h1 {
  font-size: 1.5em;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.entry-meta .entry-cats a {
  font-weight: bold;
}
.social-share {
  padding: 25px 20px 20px 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: url("../images/venue-info-bg.png");
  margin-bottom: 35px;
}
.social-button {
  float:left;
}
.entry-meta time {
  font-size: 0.9em;
}
/* Blog Template */
.entry-item .entry-content {
  float: right;
  width: 64.51612903225806%;
}
.comment-no {
  position: absolute;
  padding-left: 17px;
  background: url("../images/sprites.png") 0 -179px no-repeat;
  top: 0;
  right: 0;
  font-weight: bold;
}
.entry-item {
  padding-bottom: 45px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.entry-item:last-child {
  padding-bottom: 0;
  border: none;
}
/* Paging */
#paging {
  margin-bottom:15px;
  margin-top: 20px;
}
	#paging .floatleft p {
		padding: 5px 0;
	}
	#paging a,
	#paging span {
	  display:inline-block;
	  padding:5px 10px;
	  background: #f1f1f1;
	  font-weight:bold;
	  margin-right:1px;
	  text-decoration: none;
	  color: #444444;
	}
		#paging a:hover {
		  background: #ddd;
		}


/* Single Typography */
.entry-content h2 {
  font-size: 2em;
  letter-spacing: -1px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 0.7em;
}
.entry-content blockquote {
  border-left: 4px solid #000;
  padding-left: 20px;
  font-size: 1.1em;
}

/* Events Page */
#map {
  width: 100%;
  margin-bottom: 30px;
  height: 800px;
}
#map_single {
  height: 307px;
}
	#map img {
	  max-width:none !important;
	}

/* WordPress Galleries Styling */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
  box-shadow: 0px 0px 1px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}
	.gallery img:hover {
	  background: white;
	}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl,
.gallery dt {
	margin: 0;
  	margin-bottom: 10px;
}
.gallery br+br {
	display: none;
}

/*
============================================================================
Styles for Contact Form
============================================================================
*/
fieldset {
  display: block;
  margin-bottom: 15px;
}
.gform_wrapper {
  background: none repeat scroll 0 0 #F3F3F3;
  padding: 25px;
}
.gform_wrapper label {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2px;
  cursor: pointer;
}
.gform_wrapper textarea,
.gform_wrapper input[type=text] {
  border: 2px solid #D8D8D8;
  padding: 10px !important;
  background: #fff;
  font:inherit;
}
.gform_wrapper textarea {
  width: 75%;
}
.gform_wrapper input[type=text] {
  width: 60%;
}
#contact-form label {
	display:block;
}
#contact-form input[type=text] {
	width:80%;
}
#contact-form textarea {
	width:90%;
}
/*
============================================================================
Styles for Alt templates (Sidebar on the left)
============================================================================
*/
.alt #sidebar {
  float: left;
}
.alt #main-content .entry {
  float: right;
}
/*
============================================================================
Media Queries
============================================================================
*/
/* Tablet Portrait */
@media only screen and (max-width: 959px) {
  .wrap {
    width: 748px;
  }
  #main-content .wrap,
  #footer .wrap {
    width: 728px;
    padding: 10px;
  }
  .entry-item .entry-content {
    width: 100%;
    float: none;
  }
  #navigation > li {
	font-size: 15px;
  }
  #footer .widget {
    width: 100%;
    float: none;
  }
  form {
	width: 90%;
  }
  #ScrollToTop {
	right: 8px !important;
  }
  .typography .flex-direction-nav {
	  margin: 0 274px;
	}
	.event-desc .description {
		margin-left: 51.6129032258%;
	}
	ul#locations-buttons {
		margin: 20px 10px 0 0;
	}
		ul#locations-buttons li {
			padding: 8px 0;
		}
	.typography .flex-control-nav a {
		margin: 0 10px 0 0;
		padding: 2px;
	}
}

/* Mobile Portrait --320px-- */
@media only screen and (max-width: 767px) {

	#locations,
	#sidebar #locations {
		width: auto !important;
	}
	.eventThumbs .block a {
		margin: 0 auto;
	}

  .wrap {
    width: 300px;
  }
  .logo img {
    min-width: 0;
  }
  nav {
    float: none;
    margin: 10px 0 25px 0;
  }
  .social-wgt .widget {
    float: none;
	margin: 0 auto 20px auto;
  }
  .logo {
    text-align: center;
    float: none;
	padding: 10px 0;
  }
  #navigation > li {
	font-size: 14px;
	margin-left: 8px;
  }
  #main-content {
	margin-top: -61px;
  }
  #main-content .wrap,
  #footer .wrap {
    width: 280px;
    padding: 5px;
  }
  .sld-desc {
    margin-bottom: 30px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .sld-desc.right,
  .sld-desc.left {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .typography .sld-desc h3 {
    font-size: 26px;
  }
  .flex-control-nav {
    margin: 10px 0 25px;
  }
  .widget-block .block {
    float: none;
    width: 100% !important;
  }
  #footer .widget {
    width: 100%;
    float: none;
  }
  .bodyHomePage .block-events {
    margin-top: 10px;
  }
  #main-content .entry {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .event-venue-info {
    width: 100%;
  }
  .event-desc {
    width: 100%;
  }
  #sidebar {
    width: 100%;
    float: none;
  }
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0 !important;
  }
  .entry-item .entry-thumb {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    float: none;
    display: block;
  }
  .entry-item .entry-content {
    width: 100%;
    float: none;
  }
  .entry-item .entry-meta {
    margin-top: 15px;
  }
  #video-slider {
    height:380px;
  }
  #map {
    height: 250px;
  }
  form {
	width: 100%;
  }
  #ScrollToTop {
	right: 10px !important;
  }
  .sld-container {
	height: auto;
  }
  #main-content .entry .widget-block .two-thirds,
  .widget-block .two-thirds {
		width: 100%;
  }
  .eventThumbs .block .info {
		min-height: 42px !important;
  }
  #Breadcrumbs,
  .sidebar {
	display: none;
  }
  #NewsletterStart input.text {
	width: 160px !important;
  }
  #NewsletterStart {
	width: 279px !important;
  }
  	#NewsletterStart label.error {
		font-size: 11px;
	}

  	#header {
		height: 338px;
	}
	#navigation > li {
		margin-bottom: 15px;
	}
	.bodyHomePage #header {
		height: 727px;
	}
	.threecolumn {
		-webkit-column-count: 1 !important;
		-webkit-column-gap: 0 !important;
		-moz-column-count: 1 !important;
		-moz-column-gap: 0 !important;
		column-count: 1 !important;
		column-gap: 0 !important;
	}
	.typography .flex-direction-nav {
	  margin: 0 50px;
	}

	blockquote {
		width: 85%;
	}

	#sidebar {
		border-top: solid 5px #000;
		padding-top: 15px;
	}
	.event-desc .description {
		margin: 25px 0 0 0;
		float: left;
	}
}

/* Mobile Landscape --480px-- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrap {
    width: 440px !important;
  }
  #main-content .wrap,
  #footer .wrap {
    width: 450px;
    padding: 10px;
  }
  .sld-desc {
    margin-bottom: 30px;
    position: absolute;
    width: 65%;
  }
  .sld-desc.right {
    margin-right: 25px;
    text-align: right;
  }
  .sld-desc h3 {
    font-size: 2.1em;
  }
  .sld-desc h3 a {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .flex-control-nav {
    margin: 25px 0;
  }
  .typography .flex-direction-nav {
	  margin: 0 130px;
	}
  #video-slider {
    height:380px;
  }
  #map {
    height: 250px;
  }

  .eventThumbs .block {
	  float: left;
	  max-width: 48.89%;
  }
  .eventThumbs .block:nth-child(odd) {
	  margin-right: 2.12765957446809%;
  }
  .eventThumbs .block:nth-child(even) {
	  margin-right: 0;
  }
  	.bodyHomePage .eventThumbs .block a {
		margin: 0;
		max-width: 100%;
	}
	#header {
		height: 305px;
	}
	#navigation > li {
		margin-bottom: 0;
	}
	.bodyHomePage #header {
		height: 694px;
	}
}

@media print {

	#ScrollToTop,
	.block.socialMedia {
		display: none;
	}
	.site-copy {
		border-top: 1px solid #d7d7d7;
	}
	.columnHolder .section {
		display: block;
	}
}