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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, table, th, tr, td {
	background: transparent;
	border: 0;
	/*margin: 0px;*/
	padding: 0;
	vertical-align: baseline;
}

.poshnarr {
display: none;
position:absolute;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a img {
	border: none;
}

#container {
	margin: 0 -240px 0 240px;
}

.one-column {
	float:none !important;
	clear:both;
	margin:0 auto !important;
	width:600px !important;
}

#content {
	margin: 0 240px 0 0;
	padding-bottom:1px  !important;
}

body.home #content {
	padding:0;
	width:450px;
	float:right;
	text-align:center !important;
}

.homepage-container, .landing-container {
	float: left;
	margin: 0 !important;
}

.homepage-content, .landing-content {
  margin:0 !important;
}

/*#content p:last-of-type {margin:0 !important;}*/
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 170px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 540px;
	/*padding-bottom:30px !important*/
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
#access .menu,
.entry-title,.entry-content label,
.pingback a.url {
	font-family: 'Merriweather', Georgia, serif;
}

h3#comments-title,
h3#reply-title,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,

.entry-content tr th,
.entry-content thead th,
.entry-meta,

.entry-utility,
#respond label,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: sans-serif;
}
input[type=submit] {
	font-family: sans-serif;
}
pre {
	font-family: monospace;
}
code {
	font-family: monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: transparent;
	margin-top: 40px;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
body.home #site-info {
	display:none;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:#000 url(../images/clouds.jpg) top center /*fixed */no-repeat;
	color:#fff !important;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	font-size:13px;
	margin-bottom: 17px;
	line-height: 19px;
	/*color:#fff;*/
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	color:#000 !important;
	border: 1px solid #ccc;
	font-family:sans-serif;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #ace6ff/*06c*/;
	text-decoration:underline;
}
a:visited {
	color: #ace6ff/*743399*/;
}
a:active,
a:hover {
	color: #ffdd76/*ff4b33*/;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

img, a img {
	text-decoration:none !important;
	border:none !important;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	height:310px;
	margin-bottom:10px;
	clear:both;
	position:relative;
	z-index:0;
}
#site-title {
	float: right;
	font-size: 0;
	line-height: 100%;
	margin: 0 93px 0 0;
	width: 377px;
	height:240px;
	display:block;
}
body.home #site-title {
	margin: 0;
	width: 442px;
	height:308px;

}
body.home #site-title img {
	display:none;
}




#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none !important;
}
#site-description {
	width:504px;
	height:358px;
	display:block;
	position:absolute;
	z-index:10;
	background:url(../images/mask.png) 0 0 no-repeat;
	top:0;
	left:-44px;
}
body.home #site-description {
	width:602px;
	height:446px;

	left:-84px;
}

/* This is the custom header image */
#branding img {}




/* =Top Bar
-------------------------------------------------------------- */
#topbar {
	min-width:960px;
	max-width:100%;
	width:100% !important;
	clear:both;
	height:40px;
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	background:#000 url(../images/top-bar.jpg) 0 0 repeat-x;
	-moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
}

/* move it down if you are logged-in */
body.admin-bar #topbar {
	top:28px;
}

#controls {
	width:960px;
	margin:0 auto;
	color:#fff;
	font-size:11px;
	padding:0;
	text-align:left;
}
#controls #addthis {
	float:left;
	max-width:45%;
	margin-top:6px;
}
#controls #golocation {
	float:right;
	text-align:right;
	max-width:45%;
	margin-top:6px;
}
#controls span.label {
	float:left;
	margin-right:5px;
	padding-top:6px;
}
#controls div.addthis_toolbox {
	float:left;
	margin:0px;
}
#controls a span.at300bs {
	background:none;
}
#controls #addthis a {
	display:block;
	width:27px;
	opacity:0.75;
	float:left;
	height:27px;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;

}
#controls a#addbtn {
	background: url(../images/top-addthis.gif) 0 0 no-repeat;	
}
#controls a#addfacebook {
	background: url(../images/top-facebook.gif) 0 0 no-repeat;
}
#controls a#addtwitter {
	background: url(../images/top-twitter.gif) 0 0 no-repeat;
}
#controls button {
	height:27px;
	color:#FFF;
	font-family:'Merriweather', Georgia, serif;
	font-size:11px;
	text-align:center;
	line-height:12px;
	float:left;
	border:none;
	white-space:nowrap;
	padding:0;
	display:block;
	opacity:0.75;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;

	cursor:pointer;
}
#controls button#newsletter {
	background: url(../images/top-signup.gif) 0 0 no-repeat;
	width:60px;
	margin-right:4px;
}
#controls button#signup {
	background: url(../images/top-signup.gif) 0 0 no-repeat;
	width:60px;
}
body.home #controls button#signup {
	display:none;
}
#controls button#buytickets {
	background: url(../images/top-buy.gif) 0 0 no-repeat;
	width:84px;
	margin-left:5px;
	color:#000 !important;
}
#controls a:hover, #controls button:hover {
	opacity:1 !important;
}





/* =Menu
-------------------------------------------------------------- */

#access {
	/*background: #000;*/
	display: block;
	width:100%;
	clear:both;
	height:68px;
	position:relative;
	padding:0;
	margin:0;
}
#access .menu-header/*,
div.menu*/ {
	font-size: 14px;
	margin-left: 12px;
	font-family:'Merriweather', Georgia, serif;
	font-weight:bold;
	float: right;
	margin: 0 auto;
	width: 820px;
	overflow: hidden;
	height:68px;
	position:relative;
	background: transparent url(../images/nav.png) top right no-repeat;
	clear:both;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 18px 0 0 0;
	float:right;
	position:relative;
	z-index:20;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	background:url(../images/divider2.png) center right no-repeat;
	padding-right:2px;
}
ul.menu li.menu-item:last-of-type, ul.menu li.page_item:last-of-type {
	background:none !important;
	padding:0;
}
#access a {
	color: #fff;
	display: block; 
	line-height: 32px;
	padding: 0 7px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*background: #333;*/
	color: #ffedb8;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current_page_page > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffdd76;
	cursor:default;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current_page_parent a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #ffdd76;
}




/* =Subnav
-------------------------------------------------------------- */
/*body.home #primary {
	display:none;
}*/
#primary ul, #primary li {
	margin:0 !important;
	padding:0 !important;
}
#primary ul li#subnav ul {
	list-style:none !important;
}
#primary ul li#subnav ul li {
	padding:0;
	margin:0;
	font-style:italic;
	font-size:13px;
	line-height:28px;
}
#primary ul li#subnav ul li a {
	text-decoration:none;
	color:#fff;
}
#primary ul li#subnav ul li a:hover {
	text-decoration:none;
	color: #ffedb8;
}
#primary ul li#subnav ul li.current_page_item a, 
#primary ul li#subnav ul li.current_page_ancestor a,
#primary ul li#subnav ul li.current_page_parent a,
#primary ul li#subnav ul li.current-cat a {
	cursor:default;
	padding-right:14px;
	color: #ffdd76;
	background:url(../images/subnav.png) top right no-repeat;
}




/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 8px 0 0 0;
}
body.home #main {
	padding:0;
}
#content {
	margin-bottom: 36px;
	background:url(../images/tint-black.png);
	background:rgba(0,0,0,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 30px;

}
body.page-id-80 #content {
	padding:0;
}

.homepage-content, .landing-content, .carousel-content {
  background:transparent !important;
}

.homepage-leftcol {
  float:left;
  width: 240px;
}

.homepage-rightcol {
  float:right;
  width: 620px;
}

.content-col {
  float:left;
  width: 50%;
  padding-bottom:30px;
}

/*#content,*/
#content input,
#content textarea {
	color: #000;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 16px;
}
#content p:last-of-type {
	/*margin-bottom:0 !important;*/
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt{
	color: #000;
}
#content h1,
#container h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #fff;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
/*
#content table {

	margin: 0 -1px 24px 0;


}
#content tr th,
#content thead th {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
*/
.hentry {
	margin: 0 0 30px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #999;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#container .entry-title {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 12px;
}

h2.main-title {
  color:#fff;
	font-size: 26px;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 240px;
	margin-bottom:15px;
}

#container h2.entry-title {
	font-size: 26px;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 1.3em;
}
 #container h1.entry-title, #container h3.entry-title {
	color: #ffdd76;
	font-size: 21px;
	font-weight: normal;
}
#content h4 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
#content h4.blog-title {
	font-size: 15px;
	margin: 0;
	line-height:inherit;
}
#content h4.blog-title a:hover {
	text-decoration:none;
}
#content h5 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin-bottom:0
}
#content h6 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style:italic
}
.entry-title a:link,
.entry-title a:visited {
	color: #ace6ff;
	text-decoration: underline;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ffdd73;
	text-decoration:none;
}
.archive .entry-meta {
	color: #999;
	float:right;
	font-size: 12px;
	margin-top:-19px;
	font-family:'Merriweather', Georgia, serif;

}
.single .entry-meta {
	color:#fff;
	margin:0 0 20px 0;
	float:none;
	clear:both;
	font-size:14px;
	font-family:'Merriweather', Georgia, serif;
}
.page #container .entry-content img.photo {
	border:1px solid #ffdd76 !important;
	margin:0 0 15px 15px;
	float:right;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: /*12px 0 0 */0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 12px 0 !important;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #fff;
	font-size: 13px;
	width:100px;
	display:inline-block;
}
.entry-content select {
	margin: 0 0 12px 0 !important;
}
.tfl #tflplanner {
	float:right;
	margin-top:-35px;
}
.entry-content .tfl input, .entry-content .tfl select{
	margin: 0 0 5px 0 !important;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ffdd73;
}
body.page .edit-link {
	clear: both;
	display: block;
}
a.post-edit-link {
	color:#ff4b33 !important
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #999;
	font-size: 11px;
	line-height: 14px;
}
.entry-meta a,
.entry-utility a {
	color: #ace6ff;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ffdd73;
}
#content .video-player {
	padding: 0;
}
#map_canvas {
	border:1px solid #fff;
	width:100%;
	height:400px;
	clear:both;
	text-align:center;
}
div#at20mc div#at15s div#at15s_inner div#at15s_head {
	font-weight:normal;
	color:#666;
}



/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* =carousel
-------------------------------------------------------------- */
div#carousel {
	clear:both;
	margin:0;
	display:block;
	padding-top:40px;
}
div#carousel ul {
	list-style:none;
	padding: 0;
	margin:0;
	width:100%;
	height:126px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#001e28;
}
div#carousel ul li {
	padding:10px;
	width:280px;
	height:106px;
	display:block;
	margin:0;
	float:left;
	background: transparent url(../images/carousel.jpg) bottom right no-repeat;
}
div#carousel ul li img {
	margin-right:10px;
	float:left;
}
div#carousel ul li h5 {
	float:left;
	clear:right;
	width:127px;
	margin:10px 0;
	font-size:15px;
}
div#carousel ul li h5 sup {
	font-size:10px !important;
}
div#carousel ul li p {
	float:left;
	clear:right;
	width:127px;
	font-size:11px;
	line-height:17px;
	margin:0;
}


/* =Landing Page
-------------------------------------------------------------- */

body.home .entry-content p {
	text-shadow: #000 0px 3px 3px;
	text-shadow: rgba(0,0,0,0.6) 0px 3px 3px;
}
body.home .entry-content p a {
	color:#fff !important;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none !important;
	padding:0 3px;
	font-weight:normal;
	background: url(../images/bullet.png) top right no-repeat;
	padding-right:18px;
}

body.home .entry-content p a#landing-budapest, body.home .entry-content p a#landing-asia-pacific {
	background:none;
	padding-right:3px;
}
body.home .entry-content p {
	display:inline-block;
	width:auto;
	text-align:center;
}
body.home .entry-content p a#landing-london {
	clear:both;
	width:215px;
	display:block;
	margin-left:40px;
	font-size:32px;
	height:70px;
	padding-left:155px;
	padding-top:40px;
	background: url(../images/25-years.png) top left no-repeat;
}
body.home .entry-content p a:hover {
	color:#ffdd76 !important;
}




/* =cast/creative lists
-------------------------------------------------------------- */
ul#people-list {
	clear:both;
	border-top:1px solid #fff;
	list-style:none;
	margin:20px auto;
	padding:0;
	width:75%;
}
ul#people-list li {
	border-bottom:1px solid #fff;
	padding:0;
}
ul#people-list li a, ul#people-list li.no-biog {
	padding:10px;
	font-style:italic;
	display:block;
	text-decoration: none;
	font-size:13px;
	background:transparent;
}
ul#people-list li span {
	float:right;
	font-style:normal;
}
ul#people-list li a:hover {
	background:#ffc65d; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc65d', endColorstr='#ffe186'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc65d), to(#ffe186)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffc65d,  #ffe186); /* for firefox 3.6+ */ 
	color:#000;
}



/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 0px;
	border:1px solid #ffdd76 !important;

}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
	border:1px solid #ffdd76 !important;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #999;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.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 {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #999;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #ace6ff;
	font-size: 12px;
	line-height: 18px;
}
.navigation a:link,
.navigation a:visited {
	color: #ace6ff;
	text-decoration: underline;
}
.navigation a:active,
.navigation a:hover, div.read-story a:hover {
	color: #ffdd76/*ff4b33*/;
	text-decoration:none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 20px 0;
}
.nav-back a {
	padding-left:14px;
	background:url(../images/nav-back.png) 0 -4px no-repeat;
}
.nav-back a:hover {
	background:url(../images/nav-back.png) 0 -44px no-repeat;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 10px 0;
	padding: 0 0 10px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	/*border-bottom: 1px solid #e7e7e7;*/
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #ffdd76;
	font-size: 20px;
	font-weight: normal;
	font-family:'Merriweather', Georgia, serif;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	border-top: 1px solid #e7e7e7;

}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #999;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ffdd76/*ff4b33*/;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #999;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ffdd76/*ff4b33*/;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
input#submit, input#wp-submit, button#book {
	background:#ffc65d; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc65d', endColorstr='#ffe186'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc65d), to(#ffe186)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffc65d,  #ffe186); /* for firefox 3.6+ */ 
	color:#000;
	border:none;
	padding:10px;
	font-family:'Merriweather', Georgia, serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px !important;
	opacity:0.7;
	line-height:100%;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
}
input#submit:hover, input#wp-submit:hover, button#book:hover {
	cursor:pointer;
	opacity:1;
}
/*form {
	padding-bottom:20px !important;
}*/
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0 !important;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #999;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* =Gallery listing
-------------------------------------------------------------- */
.entry-content ul.videolist {
	margin:20px 0;
	list-style:none;
	clear:both;
	width:100%;
}
.entry-content ul.videolist li {
	display:block;
	float:left;
	width:212px;
	padding-bottom:15px;
	margin-right:12px;
}
.entry-content ul.videolist li:nth-of-type(3n) {
	margin-right:0;
}
.entry-content ul.videolist li a {
	text-decoration:none !important;
}
.entry-content ul.videolist li a img {
	margin-bottom:10px;
	width:210px;
	opacity:.7;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;

	height:158px;
	border:1px solid #ace6ff !important;
}
.entry-content ul.videolist li a:hover img {
	border:1px solid #ffdd76 !important;
	opacity:1;
}
.entry-content ul.videolist li a h6 {
	font-style:normal !important;
	margin-bottom:8px !important;
	font-size:13px !important;
	font-family:'Merriweather', Georgia, serif;
	color:#ace6ff !important;
	line-height:17px !important;
	height:34px;
	overflow:hidden;
	width:210px;
	text-decoration:underline !important;
	display:block;
	
	/*
	white-space: nowrap;
	text-overflow: ellipsis;
	*/
	
}
.entry-content ul.videolist li a:hover h6 {
	text-decoration:none !important;
	color:#ffdd76 !important;
}
.entry-content ul.videolist li p {
	display:none;
}
.entry-content ul.videolist li a p {
	font-size:11px !important;
	font-family:sans-serif;
	line-height:14px;
	height:42px;
	display:block;
	padding:0 !important;
	overflow:hidden;
	margin:0 !important;
}
.entry-content ul.videolist li img {
	margin-bottom:10px;
	width:210px;
	height:158px;
	border:1px solid #fff !important;
}




/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ffdd76/*ff4b33*/;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}



/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	background:url(../images/tint-white.png);
	background:rgba(255,255,255,0.15);
	
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	padding:15px !important;
	text-align:right;

}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 20px auto;
}
#colophon {
	/*border-top: 4px solid #000;
	margin-top: -4px;*/
	overflow: hidden;
	padding: 0;
}
#site-info {
	font-family:'Merriweather', Georgia, serif;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	text-align:center;
	width:100%;
	margin:0 auto 15px;
	clear:both;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#socialbar {
	width:100%;
	margin:0 auto;
	clear:both;
	height:27px;
	color:#fff;
}
#socialbar div {
	width:auto;
}
#socialbar a {
	opacity:0.7;
	
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
}
#socialbar a:hover {
	opacity:1;
}
#legals {
	width:100%;
	font-family:sans-serif;
	margin:0 auto;
	clear:both;
	color:#fff;
	padding-top:12px;
	font-size:10px;
	height:20px;
}
#legals ul, #legals ul li {
	list-style:none;
	margin:0;
	padding:0;
}
#legals ul li {
	display:inline;
	padding-right:4px;
	margin-right:1px;
	border-right:1px solid #fff;
}
#legals ul li:last-of-type {
	margin:0;
	padding:0;
	border:none;
}
#footer .leftfoot {
	float:left;
}
#footer .rightfoot {
	float:right;
}
#legals a, #content p a, #content li a {
	display: inline-block;
	line-height: 100%;
}

#content p a {
  display: inline;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}







/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 720px;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/*
Stylish Select 0.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/


div.selCont {
	margin:0;
	float:left;
	height:27px;
	position:relative;
	z-index:9999;
}


/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {
	margin:0; 
	padding:0;
}
ul.newList {
	margin: 0 5px; 
	padding:0; 
	list-style:none; 
	color:#fff; 
	width:207px;
	background:#4a4e54;
	background:rgba(74,78,84,.9);
	position:absolute;
	border:none; 
	top:0; 
	left:0; 
	overflow:auto;
	z-index:9999;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);

}
.newListSelected {
	width:217px;
	color:#fff; 
	height:25px; 
	float:left; 
	padding:3px 0;
	text-align:left;
	background:url(../images/dropdown.gif) 0 0 no-repeat; 
	opacity:0.75;
	cursor:pointer;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
}
.newListSelected span {
	width:217px; 
	display:block;
}
ul.newList li {
	padding:5px 10px 2px 10px;
	line-height:150%;
}
.selectedTxt {
	width:181px; 
	overflow:hidden; 
	height:25px; 
	padding:2px 30px 0 6px; 
	font-size:11px;
}
.newListHover {
	color:#fff !important;
	background:#56606e !important;
	background:rgba(86,96,110,.65) !important;
	cursor:pointer;
}
.hiLite, .hiLite:hover {
	color:#ffdd76 !important;
	background:transparent !important;
	cursor:default;
}
.newListSelHover, .newListSelFocus {
	opacity:1 !important; 
	cursor:pointer;
}


button#chooseProductionSubmit {
	width:35px;
	height:27px;
	opacity:0.75;
	display:block;
	font-family:'Merriweather', Georgia, serif;
	font-size:11px !important;
	line-height:12px;
	color:#fff;
	float:left;
	margin:0 5px;
	background:url(../images/top-go.gif) 0 0 no-repeat;
	border:none;
	text-align:center;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
}
button#chooseProductionSubmit:hover {
	opacity:1;
}




@media screen and (max-width: 1024px) {

	body {

		width:100%;
	}
	#access .menu-header {
		font-size: 12px !important;
	}
	#primary ul li#subnav ul li {
		font-size:12px;
	}

}


div#fbComments /*div.fbFeedbackContent
ul.fbFeedbackPosts*/ {
	/*background:#fff !important;*/
}


body div#___plusone_0 {
	margin-right:10px !important;
	float:left !important;
}

.post .post-content {
  width: 530px; 
  float:right; 
  clear: right;
}

.post .post-thumb {
  padding-top: 2px;
  width: 100px; 
  float:left; 
}


td.end_cell			{border: 1px solid #E1E1E1; border-right: 0px; border-top: 0px; border-bottom: 0px}
td.open_right_cell	{border: 1px solid #E1E1E1; border-right: 0px}
td.open_top_right_cell	{border: 1px solid #E1E1E1; border-right: 0px; border-top: 0px}
td.open_ends_cell		{border: 1px solid #E1E1E1; border-left: 0px; border-right: 0px}
td.open_left_cell		{border: 1px solid #E1E1E1; border-left: 0px}
td.open_top_cell		{border: 1px solid #E1E1E1; border-top: 0px}
td.open_bottom_cell { border: 1px solid #E1E1E1; border-bottom: 0px; border-right: 0px; }
.closed_bottom_cell { border:none; border-bottom:1px solid #999;}

td.weekday	{border: 1px solid #999; border-right: 0px; border-top: 0px; background-color: #FFFFFF; color:#000000}


/*for enta API*/

 #buyTickets, .event-details .bt-all, .event-details  .bt-action{
	background: url("//c.ststat.net/Content/Sites/Images/buttons.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    width: 100px;
}
 #buyTickets {
	margin:auto !important;
		height:24px;
	}
	
	.event-details .bt-all {
	float:left;
	text-align:center;
	padding-top:3px;
		height:21px;
	}
	
	.event-details  .bt-action {
	float:right;
	text-align:center;
	padding-top:3px;
		height:21px;
	}
	
	.content {
	margin-bottom:10px;
	}
	
	.purchase h3 {
	font-weight:bold;
	}
	
	.event-details .ticket-value {
	width:200px;
	}
	
	.event-details h2.m-top {
	display:none;
	}