/*
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('https://uploads.staticjw.com/up/uppcon/league_gothic-webfont.eot');
    src: url('https://uploads.staticjw.com/up/uppcon/league_gothic-webfont.eot') format('embedded-opentype'),
         url('https://uploads.staticjw.com/up/uppcon/league_gothic-webfont_.woff') format('woff'),
         url('https://uploads.staticjw.com/up/uppcon/league_gothic-webfont_.ttf') format('truetype'),
         url('https://uploads.staticjw.com/up/uppcon/league_gothic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@import url(https://fonts.googleapis.com/css?family=Oswald);

/*@font-face {
    font-family: 'MetroScript';
    src: url('https://uploads.staticjw.com/up/uppcon/metroscript-webfont.eot');
    src: url('https://uploads.staticjw.com/up/uppcon/metroscript-webfont.eot') format('embedded-opentype'),
         url('https://uploads.staticjw.com/up/uppcon/metroscript-webfont.woff') format('woff'),
         url('https://uploads.staticjw.com/up/uppcon/metroscript-webfont.ttf') format('truetype'),
         url('https://uploads.staticjw.com/up/uppcon/metroscript-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*@font-face 
    font-family: 'ITCAvantGardeProBold';
    src: url('https://uploads.staticjw.com/up/uppcon/itcavantgardepro-bold.eot');
    src: url('https://uploads.staticjw.com/up/uppcon/itcavantgardepro-bold.eot') format('embedded-opentype'),
         url('https://uploads.staticjw.com/up/uppcon/itcavantgardepro-bold_.woff') format('woff'),
         url('https://uploads.staticjw.com/up/uppcon/itcavantgardepro-bold_.ttf') format('truetype'),
         url('https://uploads.staticjw.com/up/uppcon/itcavantgardepro-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/



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 {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: black;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	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;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
}
#page {
    position: relative;
	margin: 0 auto;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #fff;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: black;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
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;
	margin: 0 3em;
}
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: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a, .link {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover, .link:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	padding: 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}



/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}



/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}



/* For image replacement */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




.container {
    width: 980px;
    margin: 0 auto;
}

nav {
    background: transparent url(https://images.staticjw.com/upp/5311/header-bg.png) repeat-x top left;
    height: 51px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000; 
    text-align: center;
    line-height: 46px;
    padding-top: 3px;
    color: #454545;
    text-transform:uppercase;
    font-family: 'calibri';
}

nav ul { list-style-type: none;
    width: 980px;
    padding: 0;
    margin: 0 auto;
    }

nav ul li {
    padding: 0;
    margin: 0;
    display: inline;
}


nav a {
    
    text-shadow: 0px 1px 0px #ffffff;
    padding: 0 20px;
    font-size: 26px;
    font-weight: bold;
    color: #454545;
    filter: dropshadow(color=#f0f0f0, offx=0, offy=1);
}

nav a:hover {
    text-decoration: none;
}

nav a:active, nav .active a {
    color: #ef8342;
}
nav div.active {
    position: absolute;
    top: 0px;
    left: -100px;
    background: transparent https://images.staticjw.com/upp/3826/header-bg-active.png) no-repeat 0px 0px;
    height:49px;
    width: 63px;
}


#timeline {
    
}
#timeline header {
    display: block;
    margin: 20px 0 0 0;
    position: static;
    padding: 171px 0 0 0;
    height: 681px;
    text-shadow: 0px 1px 0px rgba(0,0,0,.4);
    background: transparent url(https://images.staticjw.com/upp/3629/startbg.jpg) no-repeat top center;
}

#timeline header h1 a {
    display: block;
    width: 272px;
    height: 252px;
    background: transparent url(https://images.staticjw.com/upp/6650/logo.png) no-repeat 0px 0px;
    overflow: hidden;
    text-indent: -1000px;
    text-align: left;
    margin: 0 auto;
}

#timeline header h2 , 
#timeline article.last h2 {
    color: white;
    padding: 0;
    margin-bottom:40px;
    font-size: 80px; 
    line-height: 100%;
font-family: 'Oswald';
    text-transform: uppercase;
}
#timeline article.last h2 {
font-size: 90px;
}

#timeline #site-description {
	margin-top: 40px
}


#timeline article.last h3 {
    color: white;
    padding: 0;
    font-size: 48px;
    line-height: 100%;
font-family: 'Oswald';
    text-transform: uppercase;
}
#timeline header p {
    font-size:18px;
}


#timeline header hgroup {
    text-align: center;
}

#timeline article {
    background: #222;
    position: relative;
    margin: 0;
    padding: 0 0 250px;
    display: block;
}
#timeline article h2 {
    margin: 0;
    padding: 167px 0 0 0;
    font-family: 'calibri';
    text-transform: uppercase;
}

#timeline article h3 {
    font-size: 42px;
    line-height: 64px;
font-family: 'Oswald';
    text-transform: uppercase;
    padding-right: 530px;
    padding-bottom:60px;
}

#timeline article div.content {
    width: 450px;
}

#timeline article.uppcon02 div.content {
    width: 420px;
}

#timeline .imagestrip {
    width: 100%;
    position: absolute;
    left: 0px;
    overflow: hidden;
    height: 250px;
    background: #303030;
}

#timeline .imagestrip .images a {
    display: block;
    float: left;
    height: 250px;
    width: 350px;
    position: relative;
}

#timeline .imagestrip .images a img {
    position: absolute;
    display:block;
    top: 0px;
    left: 0px;
    transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	
}
#timeline .imagestrip .images a img.attachment-thumbnail-bw:hover {
    opacity: 0;
}

#timeline .imagestrip .images a img.attachment-thumbnail { z-index: 10}
#timeline .imagestrip .images a img.attachment-thumbnail-bw { z-index: 20}

#timeline .imagestrip .images {
    width: 3500px;
}

#timeline .imagestrip .next ,
#timeline .imagestrip .prev {
    background: transparent url(https://images.staticjw.com/upp/1932/slideshow-leftright.png) no-repeat 0px 0px;
    width: 27px;
    height: 40px;
    display: block;
    position: absolute;
    top: 105px;
    z-index: 100;
    right: 30px;
}

#timeline .imagestrip .prev {
    background-position: 0px -40px;
    right: auto;
    left: 30px;
}


#timeline article.last {
    background: #1a1710 url(https://images.staticjw.com/upp/6985/bai.jpg) no-repeat center bottom;
    padding: 160px;
    height: 800px;
    text-align: center;
}

#timeline article.last a.logo {
    width: 283px;
    height: 262px;
    display: block;
    margin: 0 auto 60px;
    background: transparent url(https://images.staticjw.com/upp/2435/footer-logo.png) no-repeat 0px 0px;
}
#timeline article.last h2 {
    text-shadow: 0px 1px 1px #a56716;
}
#timeline article.last p {
    font-size: 18px;
    text-shadow: 0px 1px 1px #a56716;
}
#timeline article.last a.buyticket {
    background: transparent url(btn-buyticket.png) no-repeat 0px 0px;
    width: 352px;
    height: 91px;
    display: block;
    text-align: left;
    margin: 0 auto;
}


#timeline article.even div.content
{
    float: right;
}
#timeline article.even h2 ,
#timeline article.even h3 {
    padding-left: 530px;
    padding-right: 0px;
}

#timeline article.uppcon02 h2 ,
#timeline article.uppcon02 h3 {
    padding-left: 560px;   
}


#timeline article.uppcon01 {
    height: 1049px;
    background: black url(https://images.staticjw.com/upp/3953/uc1-bg.jpg) no-repeat center 175px;
}
#timeline article.uppcon01 .imagestrip { top: 1049px }

#timeline article.uppcon02 {
    height: 1044px;
    background: black url(https://images.staticjw.com/upp/8143/uc2-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon02 .imagestrip { top: 1044px }

/* UC 03 */

#timeline article.uppcon03 {
    height: 1048px;
    background: black url(https://images.staticjw.com/upp/9537/uc3-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon03 .imagestrip { top: 1048px }


#timeline article.uppcon04 {
    height: 1048px;
    background: black url(https://images.staticjw.com/upp/9561/uc4-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon04 .imagestrip { top: 1048px }

#timeline article.uppcon05 {
    height: 1049px;
    background: black url(https://images.staticjw.com/upp/6363/uc5-bg.jpg) no-repeat center 266px;
}
#timeline article.uppcon05 .imagestrip { top: 1049px }

#timeline article.uppcon06 {
    height: 1048px;
    background: black url(https://images.staticjw.com/upp/4850/uc6-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon06 .imagestrip { top: 1048px }

#timeline article.uppcon07 {
    height: 1048px;
    background: black url(https://images.staticjw.com/upp/7072/uc7-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon07 .imagestrip { top: 1048px }

#timeline article.uppcon08 {
    height: 1046px;
    background: black url(https://images.staticjw.com/upp/8813/uc8-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon08 .imagestrip { top: 1046px }

#timeline article.uppcon09 {
    height: 1040px;
    background: #72b0d9 url(https://images.staticjw.com/upp/9356/uc9-bg.jpg) no-repeat center 433px;
}
#timeline article.uppcon09 .imagestrip { top: 1040px }

#timeline article.uppcon10 {
    height: 1048px;
    background: black url(https://images.staticjw.com/upp/2932/uc10-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon10 .imagestrip { top: 1048px }

#timeline article.uppcon11 {
    height: 1048px;
    background: black url(https://images.staticjw.com/upp/5117/uc11-bg.jpg) no-repeat center 0px;
}
#timeline article.uppcon11 .imagestrip { top: 1048px }

#timeline article.uppcon12 {
    height: 1100px;
    background: black url(https://images.staticjw.com/upp/3967/uc12-bg.jpg) no-repeat center bottom;
}


#timeline article.uppcon05 h2 , 
#timeline article.uppcon10 h2 ,
#timeline article.uppcon09 h2 , 
#timeline article.uppcon09 h3 ,
#timeline article.uppcon05 h3 , 
#timeline article.uppcon10 h3 , 
#timeline article.uppcon11 h2 , 
#timeline article.uppcon11 h3 ,
#timeline article.uppcon12 h2 ,
#timeline article.uppcon12 h3 {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    float: none;
}


#timeline article.uppcon05 .content {
    margin: 0 auto;
    text-align: center;
} 

#timeline article.uppcon07 .content {
    width: 430px;
}

#timeline article.uppcon12 .content ,
#timeline article.uppcon11 .content ,
#timeline article.uppcon10 .content {
    margin: 0 auto;
    width: 550px;
    padding: 0;
    float: none !important;
    text-align: center;
}



/* Overlay */
.bg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.lightbox {
    width: 980px;
    z-index: 110;
    height: 465px;
    background: transparent;
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    
}

.lightbox .content {
    background: white;
    float: left;
    width: 200px;
    height: 100%;
    padding: 0 30px;
    color: #444;
}

.lightbox .content h2 {
    margin: 0;
    padding: 30px 0;
    color: #444;
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
}

.lightbox .prev-btn,
.lightbox .next-btn {
    background: transparent url(https://images.staticjw.com/upp/8483/prev.png) no-repeat center center;
    width: 50px;
    display: block;
    float: left;
    height: 100%;
}

.lightbox .prev-btn:hover,
.lightbox .next-btn:hover {
    background-color: rgba(255,255,255,0.1);
}

.lightbox .next-btn {
    background: transparent url(https://images.staticjw.com/upp/9886/next.png) no-repeat center center;
}

.lightbox .fullsize {
    background: #111;
    float: left;
    width: 620px;
    height: 100%;
    text-align: center;
    line-height: 466px;
}

.lightbox .fullsize img {
    display: inline;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}