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

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	margin: 0 !important;
	background: #FFF;
	height: 100%;
	color: #201a3c;
}
ol, ul {
	list-style: none;
}
em {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

#galaContainer {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#galaContainer #galaBG {
	width: 960px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: url('images/GalaJournalBG.gif') repeat-y top center;
	z-index: -1;
}

#greenBackground {
	height: 100%;
	width: 50%;
	position: fixed;
	top:0;
	bottom:0;
	left: 0;
	background-color: #e4e726;
	z-index: -2;
	overflow: auto
}

#galaContainer #menu {
	width: 150px;
	height: 100%;
	float: left;
	margin-right: 20px;
}

#galaContainer #menu h1#logo a {
	display: block;
	width: 131px;
	height: 196px;
	margin: 18px 0 8px;
	padding-bottom: 7px;
	text-decoration; none;
	border-bottom: 1px dotted #201a3c;
}

#galaContainer #menu h1#printlogo a {
	display: none;
}

#galaContainer #menu ul {
	border-bottom: 1px dotted #201a3c;
	width: 131px;
	padding: 2px 0 1px;
}

#galaContainer #menu ul li {
	list-style: none;
	width: 128px;
	margin-bottom: 10px;
}

#galaContainer #menu ul li a {
	display: block;
	width: 128px;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #201a3c;
	background: #e4e726;
	border: 1px solid #505050;
	text-align: center;
	text-decoration: none;
}

#galaContainer #menu ul li a:hover, #galaContainer #menu ul li.current a {
	color: #FFF;
	background: #201a3c;
	text-shadow: none;
}

#galaContainer #menu ul li.current a {
	cursor: default;
}

#galaContainer #menu a.donate {
	display: block;
	width: 128px;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #FFF;
	background: #201a3c;
	border: 1px solid #f0c87b;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(175, 105, 45, 1);
	margin-top: 20px;
}

#galaContainer #menu a.donate:hover {
	color: #201a3c;
	background: #FFF;
	text-shadow: none;
}

#galaContainer #menu a.gallery {
	display: block;
	width: 128px;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #FFF;
	background: #bd8515; /* Old browsers */
	background: -moz-linear-gradient(top, #bd8515 0%, #af692d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#af692d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd8515 0%,#af692d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd8515 0%,#af692d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd8515 0%,#af692d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bd8515 0%,#af692d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8515', endColorstr='#af692d',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f0c87b;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(175, 105, 45, 1);
	margin-top: 11px;
}

#galaContainer #menu a.gallery.current {
	color: #201a3c;
	background: #FFF;
	text-shadow: none;
}


#galaContainer #menu a.gallery:hover {
	color: #201a3c;
	background: #FFF;
	text-shadow: none;
}

#galaContainer #menu p.email {
	color: #201a3c;
	width: 140px;
	margin-top: 22px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
}

#galaContainer #menu p.email a {
	font-weight: 400;
	color: #201a3c;
}

#galaContainer #content {
	width: 790px;
	height: 100%;
	float: right;
	position: relative;
	background: url('images/GalaPattern.gif') no-repeat #FFF;
}

#galaContainer #content h2#springGala {
	width: 450px;
	height: 185px;
	float: left;
	margin: 18px 0 18px 18px;
}

#galaContainer #content h3#date {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 186px;
	text-align: right;
	color: #201a3c;
}


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: 300;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; position: relative; zoom: 1; }
.flex-viewport { height: 443px; width: 788px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 45px; height: 45px; margin: 0; position: absolute; top: 200px; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; text-indent: 4000px; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; background: url('images/Btn_Sprite.png') -135px 0; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; background: url('images/Btn_Sprite.png') -180px 0; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 0px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 0px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 45px; height: 45px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #201a3c; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; width: 45px; height: 45px; display: inline-block; content: '\00a0'; background: url('images/Btn_Sprite.png') -45px 0; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\00a0'; width: 45px; height: 45px; background: url('images/Btn_Sprite.png') -90px 0; }

/* Control Nav - dots per slide on the bottom */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; /*hides Control Nav*/ display: none;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #201a3c; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}






#galaContainer #content .flexslider {
	width: 788px;
	border: 1px solid #201a3c;
	height: 443px;
	clear: both;
	margin: 0;
	overflow: visible;
}


#galaContainer #content .flexslider img.slideBG {
	position: absolute;
	top: 0;
	left: 0;
}

#galaContainer #content .flex-pauseplay {
	margin-top: 21px;
	margin-left: 10px;
	float: left;
}

#galaContainer #content .flex-pauseplay a.flex-play {
	background: url('Journal_Sprite.png') -196px -335px;
	display: block;
	width: 45px;
	height: 45px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
}

#galaContainer #content .flex-pauseplay a.flex-play:hover {
	background: url('images/Btn_Sprite.png') -90px 0;
}

#galaContainer #content .flex-pauseplay a.flex-pause {
	background: url('images/Btn_Sprite.png') -45px 0;
	display: block;
	width: 45px;
	height: 45px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
}

#galaContainer #content .flex-pauseplay a.flex-pause:hover  {
	background: url('images/Btn_Sprite.png') -45px 0;
}

.flexslider .slides iframe {
	width: 788px; height: 443px; overflow: hidden;
}

.flexslider .slides .slide img {
	width: auto;
}

#galaContainer #content .print {
	width: 45px;
	height: 45px;
	text-indent: -5000px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#galaContainer #content .print a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	background-image: url('images/Btn_Sprite.png');
	opacity: .7;
}

#galaContainer #content .print a:hover {
	opacity: 1;
}


/** SLIDES **/

.slide {
	width: 698px; /*788px*/
	height: 393px; /*443px*/
	padding: 25px 45px;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.slide.gradient {
	background: #201a3c;
	color: #FFF;
}

.slide.premiere, .slide.full {
	width: 608px; /*788px*/
	height: 273px; /*443px*/
	padding: 105px 90px 65px;
}

.slide.split {
	width: 744px; /*788px*/
	height: 399px; /*443px*/
	padding: 22px;
}

.slide.split .half {
	width: 311px;
	height: 255px;
	float: left;
	boa497432px solid #a49743;
	padding: 100px 23px 40px;
}

.slide.split .quarter {
	width: 311px;
	height: 104px;
	float: left;
	boa497432px solid #a49743;
	padding: 55px 23px 25px;
	margin-bottom: 23px;
}

.slide.premiere p, .slide.full p {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	width: 500px;
	height: 180px;
}

.slide.premiere p {
	color: #201a3c;
}

.slide.full p {
	color: #FEFEFE;
}

.slide .half p {
	font-size: 18px;
	line-height: 24px;
	color: #201a3c;
	font-weight: 400;
	width: auto;
	height: 140px;
}

.slide .quarter p {
	font-size: 14px;
	line-height: 18px;
	color: #201a3c;
	font-weight: 400;
	width: auto;
	height: 55px;
}

.slide.premiere h2 {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	font-weight: 400;
	position: absolute;
	top: 12px;
	right: 24px;
	text-transform: uppercase;
	text-align: right;
}

.slide.premiere h3, .slide.full h3 {
	font-size: 30px;
	line-height: 36px;
	width: 500px;
	height: 93px;
	text-transform: none;
	font-weight: 400;
}

.slide.premiere h3 {
	color: #FFF;
}

.slide .half h3 {
	font-size: 24px;
	line-heighta49743;
	color: #a49743;
	width: auto;
	text-transform: none;
	font-weight: 400;
}

.slide .quarter h3 {
	font-size: 18px;
	line-heighta49743;
	color: #a49743;
	width: auto;
	text-transform: none;
	font-weight: 400;
}

.slide .leftColumn {
	width: 438px;
	float: left;
}

.slide .rightColumn {
	width: 220px;
	float: left;
	margin-left: 40px;
}

.slide h1 {
	font-size: 32px;
	line-height: 32px;
	margin: 0;
	color: #a49743;
	font-weight: 400;
}

.slide h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px;
	color: #a49743;
	text-transform: uppercase;
	font-weight: 400;
}

.slide h2.white {
	color: #FFF;
	text-transform: none;
}

.slide h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 10px;
	color: #a49743;
	font-weight: 400;
	text-transform: uppercase;
}

.slide h4 {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	color: #a49743;
	font-weight: 400;
}

.slide h5 {
	font-size: 10px;
	line-height: 15px;
	color: #a49743;
	margin-top: 6px;
	font-weight: 400;
}

.slide p {
	margin: 8px 0;
	font-size: 13px;
	line-height: 18px;
}

.slide p strong {
	font-weight: 400;
}

.slide p.caption {
	color: #fff;
	padding: 4px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	background-color: #201a3c000;
	margin: 0;
}

.slide .threeColumn {
	width: 226px;
	float: left;
	margin-right: 6px;
}

.slide .threeColumn h4 {
	width: 46px;
	float: left;
	font-size: 14px;
	line-height: 17px;
}

.slide .threeColumn .prevGala {
	width: 180px;
	float: right;
}

.slide .threeColumn .prevGala p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

.slide .threeColumn .prevGala ul {
	list-style: none;
	padding:0;
	margin:0;
}

.slide .threeColumn .prevGala ul li {
	font-size: 10px;
	line-height: 12px;
	margin: 2px 0;
	padding-left: 1em; 
	text-indent: -1em;
	font-weight: 400;
}

.slide .threeColumn .prevGala ul li:before {
	content: "\2022\00a0";
	color: #a49743;
}

.slide .threeColumn .clear {
	height: 5px;
}

.slide .fourColumn {
	width: 168px;
	float: left;
	margin-right: 6px;
}

.slide .fourColumn h3 {
	text-transform: uppercase;
	margin: 0;
}

.slide .fourColumn h4 {
	font-size: 14px;
	line-height: 17px;
}

.slide .fourColumn ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

.slide .fourColumn ul li {
	font-size: 10px;
	line-height: 12px;
	margin: 3px 0;
	padding-left: 1em; 
	text-indent: -1em;
	font-weight: 400;
}

.slide.board .fourColumn ul li {
	line-height: 11px;
}

.light {
	font-weight: 300;
}

.medium {
	font-weight: 400;
}

.slide .fourColumn ul li:before {
	content: "\2022\00a0";
	color: #a49743;
}

.hr {
	height: 0;
	border-top: 1px dotted #a49743;
}


@media print and (color) {
	body {
		width: 100%;
	}
	#galaContainer #menu ul {
		display: none;
	}
	
	/*#galaContainer #menu ul li a {
		color: #201a3c;
		text-shadow: none;
		border-color: #201a3c;
	}*/

	#galaContainer #menu a.donaa49743	/*color: #a49743;
		text-shadow: none;
a49743er-color: #a49743;*/
		display: none;
	}
	/*#galaContainer #menu h1#logo a {
		display: none;
	}
	#galaContainer #menu h1#printlogo a {
		display: block;
		width: 131px;
		height: 196px;
		margin: 18px 0 8px;
		padding-bottom: 7px;
		text-decoration; none;
	}*/
	#galaContainer #menu p.email a {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		color: #201a3c;
	}

	#galaContainer #content h3#date {
		color: #201a3c;
	}

	p.footer {
		color: #201a3c;
	}

	.slide h1 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: a49743
		color: #a49743;
	}

	.slide h2 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: a49743
		color: #a49743;
	}

	.slide h3 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: a49743
		color: #a49743;
	}

	.slide h4 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: a49743
		color: #a49743;
	}

	.slide h5 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: a49743
		color: #a49743;
	}
	.slide.full p {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		color: #FEFEFE;
	}
	.slide.premiere h2 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		color: #FFF;
	}
	.slide.premiere h3 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		color: #FFF;
	}
	.slide .half h3 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: a49743
		color: #a49743;
	}
	.slide .quarter h3 {
		-webkit-print-color-adjust: exact;
		print-color-adjust: a49743
		color: #a49743;
	}
}

