/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

details, figcaption, figure, header, hgroup, nav, footer { 
	display: block; 
}

article, aside, section {
	display: inline;
}

audio, canvas, video { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
}

audio:not([controls]) { 
	display: none; 
}

[hidden] { 
	display: none; 
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { 
	font-size: 100%; 
	font-weight: normal;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box; 
}

html, button, input, select, textarea { 
	font-family: sans-serif; 
	color: #fff; 
}

body { 
	margin: 0; 
	font-size: 1em; 
	line-height: 140%; 
	overflow-y: scroll;
	overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #000; 
	color: #fff; 
	text-shadow: none; 
}

::-webkit-selection { 
	background: #000; 
	color: #fff; 
	text-shadow: none; 
}

::o-selection { 
	background: #000; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #000; 
	color: #fff; 
	text-shadow: none; 
}


::-ms-selection { 
	background: #000; 
	color: #fff; 
	text-shadow: none; 
}


/* =============================================================================
   Links
   ========================================================================== */

a { 
	color: #fff; 
}

a:visited { 
	color: #fff; 
}

a:hover { 
	color: #910198; 
}

a:focus { 
	outline: thin dotted; 
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { 
	outline: 0; 
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { 
	border-bottom: 1px dotted; 
}

b, strong { 
	font-weight: bold; 
}

blockquote { 
	margin: 1em 40px; 
}

dfn { 
	font-style: italic; 
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0; 
}

ins { 
	background: #ff9; 
	color: #000; 
	text-decoration: none; 
}

mark { 
	background: #ff0; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { 
	font-family: monospace, serif; 
	_font-family: 'courier new', monospace; 
	font-size: 1em; 
}

/* Improve readability of pre-formatted text in all browsers */
pre { 
	white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word; 
}

q { 
	quotes: none; 
}

q:before, q:after { 
	content: ""; 
	content: none; 
}

small { 
	font-size: 85%; 
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { 
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}

sup { 
	top: -0.5em; 
}

sub { 
	bottom: -0.25em; 
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { 
	margin: 1em 0; padding: 0 0 0 40px; 
}

dt { 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

dd { 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

dl { 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

nav ul, nav ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0; 
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { 
	border: 0; 
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle; 
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { 
	overflow: hidden; 
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { 
	margin: 0; 
}


/* =============================================================================
   Forms
   ========================================================================== */

form { 
	margin: 0;
	padding: 0; 
}

fieldset { 
	border: 0; 
	margin: 0; 
	padding: 0; 
}

/* Indicate that 'label' will shift focus to the associated form element */
label { 
	cursor: pointer; 
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { 
	border: 0; 
	*margin-left: -7px; 
	padding: 0; 
	white-space: normal; 
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { 
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; 
	*vertical-align: middle; 
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { 
	line-height: normal; 
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer; 
	-webkit-appearance: button; 
	*overflow: visible; 
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { 
	cursor: default; 
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { 
	box-sizing: border-box; 
	padding: 0; 
	*width: 13px; 
	*height: 13px; 
}

input[type="search"] { 
	-webkit-appearance: textfield; 
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box; 
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { 
	-webkit-appearance: none; 
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { 
	border: 0; padding: 0; 
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { 
	overflow: auto; 
	vertical-align: top; 
	resize: vertical; 
}

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { 
	background-color: #f0dddd; 
}


/* =============================================================================
   Tables
   ========================================================================== */

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

td { 
	vertical-align: top; 
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { 
	margin: 0.2em 0; 
	background: #ccc; 
	color: black; 
	padding: 0.2em 0; 
}


/* ==|== primary styles =====================================================
   Mark Cetilia
   ========================================================================== */

iframe {
	margin: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;	
}

body, iframe {
	background: #000;
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	z-index:-6;
	
	width: 100vw !important;
	height: auto;
	min-height: 100%;
	min-width: 1440px;
}

.ornaments {
	top: 30px;
	position: absolute;
	width: 430px;
	height: 430px;
	left: 0px;
	z-index: -5;

	-webkit-transform: translateZ(1px);
	-moz-transform: translateZ(1px);
	-o-transform: translateZ(1px);
	transform: translateZ(1px);
	
	-webkit-transition: top 1.25s ease-in;
	-moz-transition: top 1.25s ease-in;
	-o-transition: top 1.25s ease-in;
	transition: top 1.25s ease-in;
	opacity: 0;
}

.logo {
	position: absolute;
	left: 0px;
	width: 430px;
	height: 430px;
	z-index:-4;
	top: 30px;

	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	-o-transform: translateZ(2px);
	transform: translateZ(2px);

	-webkit-transition: top 1.25s ease-in;
	-moz-transition: top 1.25s ease-in;
	-o-transition: top 1.25s ease-in;
	transition: top 1.25s ease-in;
	opacity: 0;
}

canvas {
	outline: none; 
	-moz-outline: none;
	position: absolute;
	z-index: -3;

	-webkit-transform: translateZ(3px);
	-moz-transform: translateZ(3px);
	-o-transform: translateZ(3px);
	transform: translateZ(3px);
}

nav {
	color: #fff;
	font-family: "YWFT Ultramagnetic Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
	margin-bottom: 1em; 
	line-height: 1; 
}

aside {
	color: #fff;
	font-family: "YWFT Ultramagnetic Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
	line-height: 1; 
}	

h1, h2, h3, p .title {
	font-family: "YWFT Ultramagnetic Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
	margin: 0px;
	line-height: 1.25;
}

p .title {
	display: block;
}

h4 {
	font-size: 115%;
}

h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	line-height: 1;
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

h1, p .title {
	font-size: 150%;
}

.date {
	font-size: 66.666%;
	font-weight: normal;
	margin: 4px 0px 0px 0px;
	line-height: 1;
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

nav .title {
	padding: 0 18px 0 0;
	font-size: 200%;
	display: inline; 
	font-weight: normal;
}

nav ul li {
	font-size: 125%;
	display: inline;
	font-weight: normal;
	color: #910198;
}

aside ul, aside ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0 0 0 0; 
}

aside ul li {
	font-size: 120%;
	font-weight: normal;
	color: #910198;
}

ul, ol {
	display: inline;
	margin: 0 0; 
	padding: 0 0;
}

section {
	position: absolute;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-right: 1em;
	overflow: hidden;
	max-width:980px;
	top: 250px;	
	left: 180px;
	z-index:1;

	-webkit-transform: translateZ(4px);
	-moz-transform: translateZ(4px);
	-o-transform: translateZ(4px);
	transform: translateZ(4px);
}

article {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 120%;
	max-width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 4px;
}

article img .fullsize, article object { 
	min-width: 640px;
	max-width: 800px; 
	width: 100%;
}

article img .thumb {
	min-width: 640px !important;
	max-width: 640px !important;
	width: 640px !important;
}

article p {
	max-width: 800px;
}

.thumbtxt {
	width:640px;
	max-width: 640px;
}

aside .selected, aside .selected a {
	color: #fff;
}

nav .selected {
	color: #fff;
}

nav .deselected {
	color: rgba(255,255,255,0.5); 
}

nav a {
	font-size: 112.5%;
	padding: 0 5px 0 5px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased; 

	color: rgba(255,255,255,0.5); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

nav a:hover, aside a:hover {
	font-weight: normal;
	-webkit-font-smoothing: antialiased; 

	color: rgba(255,255,255,1); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

aside a {
	font-weight: normal;
	-webkit-font-smoothing: antialiased; 

	color: rgba(255,255,255,0.5); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;	
	transition: color 0.25s ease-out;
}

a {
	text-decoration: none; 
	color: rgba(255,255,255,1); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

a:hover {
	color: rgba(255,255,255,0.5); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

a img {
	transition: filter 0.25s ease-out;
	-webkit-transition: -webkit-filter 0.25s ease-out;
	-moz-transition: -moz-filter 0.25s ease-out;
	-ms-transition: -ms-filter 0.25s ease-out;
	-o-transition: -o-filter 0.25s ease-out;
}

a img:hover {
	-webkit-filter: opacity(85%);
	-moz-filter: opacity(85%);
	-ms-filter: opacity(85%);
	-o-filter: opacity(85%);
}

p {
	font-size: 90%;
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.social ul {
	margin: 4px 0px 0px 0px;
	float: right;
}

.social ul li {
	display: inline;
}

.cv, .performances {
	font-size: 83%;
}

.cv ul li, .performances ul li {
	list-style: none; 
	list-style-image: none; 
}

.cv dt {
	float: left;
	clear: left;
	list-style: none; 
	list-style-image: none; 
	width:100px;
	margin: 0 0 6px 0;
}

.performances dt {
	float: left;
	clear: left;
	list-style: none; 
	list-style-image: none; 
	width:100px;
	margin: 0 0 6px 0;
}

.cv dd {
	margin: 0 0 6px 100px;
}

.performances dd {
	margin: 0 0 6px 100px;
}

.shop dl {
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.shop dt {
	float: left;
	clear: left;
	text-align: right;
	list-style: none; 
	list-style-image: none; 
	width:100px;
	margin: 0 40px 0 0;
	padding: 0 0 0 0;
	color: #910198;
	line-height: 1;
}

.shop dd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #910198;
	line-height: 1;
}

.cv dd p, .performances dd p {
	font-size: 75%;
	line-height: 125%;
	margin: 0 0 2px 0px;
}

.copyright ul li {
	display: inline;
}

footer {
	min-width: 850px;
	width: 100%;
	font-size: 80%;
	border-top: dotted 1px;
		height: 10px;
}

p a {
	border-bottom: dotted 1px;
}

.dot {
	border-bottom: dotted 1px;
}

.class-site a {
	border-bottom: dotted 1px;
}

.background, article, nav li, footer {
	// hide for js-enabled browsers
	visibility: hidden;
	display: none; 
	opacity: 0;
}

#title, #submenu {
	opacity: 0;
}

aside {
	float: left;
	text-align: right;
	min-height: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin-right: 30px;
	line-height: 140%;
	width: 188px;
	margin-bottom: 4px;

	display: inline;
	visibility: visible; 
	opacity: 0;
}

#accordion {
	list-style: none;
}

.news ul, .work ul {
	display: none;
}

#accordion ul li {
	font-size: 80%;
	line-height: 160%; 
}

label {
	font-family: "YWFT Ultramagnetic Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: rgba(255,255,255,0.5); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

label:hover, label:focus { 
	color: rgba(255,255,255,1); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}


.fieldlabel {
	padding: 0px;
	margin: 6px 20px 0px 0px; 
	width: 100px;
	float: left;
	clear: both;
	text-align: right;
	display: block
}

form {
	width: 620px;
}

form ul, form ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0 0 0 0; 
}

input, textarea {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	outline:none;
	padding: 0px;
	margin: 0px 0px; 
	color: #910198;
	border: 0px;

	background: rgba(255,255,255,0.5); 
	-webkit-transition: background 0.25s ease-out;
	-moz-transition: background 0.25s ease-out;
	-o-transition: background 0.25s ease-out;
	transition: color 0.25s ease-out;
}

textarea {
	height: 250px;
}

select { 
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	outline:none;
	padding: 4px;
	margin: 4px 0px;
	color: #910198;
	border: 0px;

	background: rgba(255,255,255,0.5); 
	-webkit-transition: background 0.25s ease-out;
	-moz-transition: background 0.25s ease-out;
	-o-transition: background 0.25s ease-out;
	transition: color 0.25s ease-out;
}

.field {
	width: 480px;
	padding: 4px;
	margin: 4px 0px;
}

.formspace {
	margin-left: 120px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:focus, select:hover { 
	color: #910198;
	border-color:#910198; 

	background: rgba(255,255,255,1); 
	-webkit-transition: background 0.25s ease-out;
	-moz-transition: background 0.25s ease-out;
	-o-transition: background 0.25s ease-out;
	transition: color 0.25s ease-out;
}

.submit {
	font-family: "YWFT Ultramagnetic Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	float: right;

	font-size: 125%;

	outline:none;
	border: none;
	
	margin: 0px 8px 12px; 
	padding: 4px;

	color: rgba(255,255,255,0.5); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;

	background: rgba(0,0,0,0); 

}

.submit:hover, .submit:focus { 
	font-family: "YWFT Ultramagnetic Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 

	color: rgba(255,255,255,1); 
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;

	background: rgba(0,0,0,0); 
}

.checkboxlabel {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #910198;
	width: 445px;
	float: right;
}

.checkboxland {
	margin: 4px 12px 0px 120px;
	background: rgba(255, 255, 255, 0.5);
}

.checkboxland ul li{
	padding: 4px 10px;
}

.radiolabel {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #910198;
	width: 560px;
	float: right;
	clear: both;
	text-align: left;
}

.radioland {
	padding: 0; 
	color: #910198 !important;
	margin: 3px 10px 10px 0px;
	padding: 10px 0px;
	background: rgba(255, 255, 255, 0.5);
}

.cart a {
	color: rgba(145, 1, 152, 1);
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

.cart a:hover {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}
.cart {
	color: #910198 !important;
}

.radioland ul li{
	padding: 4px 14px;
}


.required {
	font-family: "YWFT Ultramagnetic Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: rgba(255,255,255,0.5); 
	font-size: 80%;

	padding: 0.7em 30px 0px 0px;
}

footer {
	clear: both;
}

.row, .row1 {
	display: table-row;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
/* 
	overflow: hidden; 
 */
	max-width: 100%; 
	background: #000; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
} 

#vimeo {
	z-index: 0;
	-webkit-transform: translateZ(5px);
	-moz-transform: translateZ(5px);
	-o-transform: translateZ(5px);
	transform: translateZ(5px);
}

.l_button {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-align: left;
	vertical-align: top;
}


.c_button {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-align: center;
	vertical-align: top;
}

.r_button {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-align: right;
	vertical-align: top;
}

.hamburger {
	margin-right: 0px;
	pointer-events: none !important;
	cursor: cursor !important;
	float: right;
	visibility: hidden; 
	display: none;
	opacity: 0;
}

.hamburger_helper {
	float: left;
}

#l_container {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#c_container {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33.333%;
}
#r_container {
	float:left;
	width:100%;
	position:relative;
	right:33.33%;
}
#l_button {
	float:left;
	width:29.33%;
	position:relative;
	left:68.67%;
	overflow:hidden;
}
#c_button {
	float:left;
	width:29.33%;
	position:relative;
	left:72.67%;
	overflow:hidden;
}
#r_button {
	float:left;
	width:29.33%;
	position:relative;
	left:76.67%;
	overflow:hidden;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1070px) {
	aside {
		display: inline;
		visibility: visible; 
	}
	section {
		top: 250px;
		left: 180px;
		width: 100%;
	}
	article {
		float: left;
		left: 0px;
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	.logo {
		top: 30px;
		-webkit-transition: top 1.25s ease-out;
		-moz-transition: top 1.25s ease-out;
		-o-transition: top 1.25s ease-out;
		transition: top 1.25s ease-out;
	}
	.ornaments {
		top: 30px;
		-webkit-transition: top 1.25s ease-in;
		-moz-transition: top 1.25s ease-in;
		-o-transition: top 1.25s ease-in;
		transition: top 1.25s ease-in;
	}
	footer {
		max-width: 850px;
		width: 100%;
	}
}

@media only screen and (max-width: 1050px) {
	aside {
		display: inline;
		visibility: visible; 
	}
	section {
		top: 250px;
		left: 20px;
		width: 100%;
	}
	article {
		float: left;
		top: 30px;
		left: 0px;
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	article img .fullsize, article object { 
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	article img .thumb {
		min-width: 640px !important;
		max-width: 640px !important;
		width: 640px !important;
	}
	article p { 
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	.logo {
		top: 30px;
		-webkit-transition: top 1.25s ease-out;
		-moz-transition: top 1.25s ease-out;
		-o-transition: top 1.25s ease-out;
		transition: top 1.25s ease-out;
	}
	.ornaments {
		top: -430px;
		-webkit-transition: top 1.25s ease-in;
		-moz-transition: top 1.25s ease-in;
		-o-transition: top 1.25s ease-in;
		transition: top 1.25s ease-in;
	}
	footer {
		max-width: 850px;
		width: 100%;
	}
}
@media only screen and (max-width: 890px) {
	nav .title {
		padding: 0 9px 0 16px;
	}
	nav a {
		padding: 0 0 0 0;
	}
	nav li {
		padding: 0 0 0 14px;
	}
	.hamburger {
		margin-top: 8px;
		margin-left: 0px !important;
		margin-right: 0px;
		pointer-events: auto !important;
		cursor: pointer !important;
		float: left;
		visibility: show; 
		display: block;
	}
	.hamburger_helper {
		float:none !important;
	}
	aside {
		text-align: left;
		font-size: 100%;
		clear: both;
	}
	section {
		top: 50px;
		left: 20px;
		width: 100%;
		overflow: visible; 
	}
	article {
		clear: both;
		left: 0px;
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
		overflow: visible; 
	}
	article img .fullsize, article object { 
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	article img .thumb {
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	article p {
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	.logo, .ornaments {
		top: -430px;
		-webkit-transition: top 1.25s ease-out;
		-moz-transition: top 1.25s ease-out;
		-o-transition: top 1.25s ease-out;
		transition: top 1.25s ease-out;
 	}
	.copyright {
		padding: 0 0 0 0;
		min-width: 640px !important;
		max-width: 640px !important;
		width: 100%;
		float: left;
		display: inline; 
	}
	.social {
		left: 0;
	}
	.social ul {
		min-width: 640px !important;
		max-width: 640px !important;
		float: left;
	}	
	footer {
		min-width: 640px !important;
		max-width: 640px !important;
	}
}

@media only screen and (max-width: 680px) {
	.hamburger {
		margin-top: 0px;
		margin-bottom: 11px;
		margin-right: 0px;
		pointer-events: auto !important;
		cursor: pointer !important;
		float: left;
	}
	.hamburger_helper {
		float:none !important;
	}
	section {
		top: 50px;
		left:2.941176470588% !important;
		width: 94.117647058824% !important;
		overflow: visible; 
	}
	article {
		float: left;
		min-width: 320px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	article img, article object { 
		min-width: 320px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	article p {
		min-width: 320px !important;
		max-width: 640px !important;
		width: 100% !important;
	}
	nav .title {
		padding: 0 0 0 0;
		display: block;
		float: left;
		width: 100%;
	}
	nav li {
		padding: -1px 0 0 0;
	}
	nav a {
		padding: 0 0 0 0;
	}
	.logo {
		top: -430px;
		-webkit-transition: top 1.25s ease-in;
		-moz-transition: top 1.25s ease-in;
		-o-transition: top 1.25s ease-in;
		transition: top 1.25s ease-in;
	}
	.ornaments {
		top: -430px;
		-webkit-transition: top 1.25s ease-in;
		-moz-transition: top 1.25s ease-in;
		-o-transition: top 1.25s ease-in;
		transition: top 1.25s ease-in;
	}
	aside {
		text-align: left;
		font-size: 100%;
	}
	.copyright {
		padding: 0 0 0 0;
		min-width: 320px !important;
		max-width: 640px !important;
		float: left;
		display: inline; 
	}
	.social {
		min-width: 320px !important;
		max-width: 640px !important;
		left: 0;
	}
	.social ul {
		float: left;
	}
	footer {
		min-width: 320px !important;
		max-width: 640px !important;
	}
}

@media only screen and (max-width: 462px) {
	.hamburger {
		display: inline;
		visibility: visible; 
		margin-top: 3px;
		margin-bottom: 11px;
		margin-right: 3px;
		pointer-events: auto !important;
		cursor: pointer !important;
		float: left;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.hamburger_helper {
		float:none !important;
	}
	article {
		float: left;
		min-width: 280px !important;
		max-width: 462px !important;
		width: 100% !important;
	}
	article img, article object { 
		min-width: 280px !important;
		max-width: 462px !important;
		width: 100% !important;
	}
	article {
		font-size: 100%;
	}
	article p {
		min-width: 280px !important;
		max-width: 462px !important;
		width: 100% !important;
	}
	nav .title {
		padding: 0 0 0 0;
		width: 100%;
		display: block;
		float: left;
	}
	nav li {
		padding: 0 3px 0 0;
	}
	nav a {
		padding: 0 0 0 0;
		font-size: 90%;
	}
	section {
		top: 50px;
		left:2.941176470588% !important;
		width: 94.117647058824% !important;
		overflow: visible; 
	}
	.logo {
		top: -430px;
		-webkit-transition: top 1.25s ease-in;
		-moz-transition: top 1.25s ease-in;
		-o-transition: top 1.25s ease-in;
		transition: top 1.25s ease-in;
	}
	.ornaments {
		top: -430px;
		-webkit-transition: top 1.25s ease-in;
		-moz-transition: top 1.25s ease-in;
		-o-transition: top 1.25s ease-in;
		transition: top 1.25s ease-in;
	}
	aside {
		text-align: left;
		font-size: 90%;
	}
	.copyright {
		padding: 0 0 0 0;
		min-width: 280px !important;
		max-width: 462px !important;
		float: left;
		display: inline; 
		font-size: 90%;
	}
	.social {
		left: 0;
		min-width: 280px !important;
		max-width: 462px !important;
	}
	.social ul {
		float: left;
	}
	footer {
		min-width: 280px !important;
		max-width: 462px !important;
	}
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { 
	display: block; 
	border: 0; 
	text-indent: -999em; 
	overflow: hidden; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr; 
	*line-height: 0; 
}

.ir br { 
	display: none; 
}

/* 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; 
}
