 /* Reset */

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, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }

section, article, nav, aside, hgroup, header, footer { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

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

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Typography */

.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading li,
.wf-loading a {
	visibility: hidden;
}

body {
	color: #eee5db;
	font: normal 100% "bryant-web-1", Helvetica, Arial, sans-serif;
}

p {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

a {
	color: #d06f1a;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1 {
	color: #fff;
	font-size: 1.75em;
	font-weight: 700;
	line-height: 2.0em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h4 {
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.0em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}


/* Overall Site Structure & General Styling */

::selection {
	background: #999;
}

.posts::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.posts::-webkit-scrollbar-button:start:decrement,
.posts::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0px;
}

.posts::-webkit-scrollbar-button:vertical:increment {
    background-color: #f0e7db;
}

.posts::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 5px;
}

.posts::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #2a2a2a;
    -webkit-border-radius: 5px;
}

.posts::-webkit-scrollbar-thumb:horizontal {
    width: 10px;
    background-color: #2a2a2a;
    -webkit-border-radius: 5px;
}

.posts::-webkit-scrollbar-corner {
    background-color: #f0e7db;
}

html {
}

body {
	background-color: #191919;
}

#site_container_wrap {
	overflow: scroll;
	height: 100%;
	width: 100%;
}

#site_container {
	position: relative;
	height: 900px;
	left: 0px;
	padding: 25px 0 30px;
	opacity: 0;
	width: 10000px;
}

#intro,
#about,
#runway_designers,
#bands,
#band_designers,
#events,
#accessory_designers,
#stylists,
#crew,
#supporters,
#contact {
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
	float: left;
	height: 100%;
	margin-right: 200px;
	position: relative;
	width: 675px;
}

#about {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.band_cards {
	float: left;
	height: 100%;
	margin-right: 200px;
	position: relative;
	width: 249px;
}

#contact {
	margin: 0px !important;
}

.base {
	height: 100%;
	left: 0%;
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 0;
}

.transform img.fallback {
	display: none;
}

.no-csstransforms .transform * {
	display: none;
}

.no-csstransforms .transform img.fallback {
	display: block;
}

/* Navigation */

#site_nav {
	bottom: 20px;
	height: 44px;
	left: 50%;
	margin-left: -340px;
	position: fixed;
	width: 960px;
}

#site_nav .logo {
	float: left;
	height: 100%;
	margin-right: 2.25%;
	width: 9.79%;
}

#site_nav hr {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #2a2a2a;
	border-radius: 3px;
	border: 0;
	display: block;
	height: 43%;
	float: left;
	margin-right: 2.25%;
	width: 3px;
}

#site_nav #tickets_link,
#site_nav #blog_link,
#site_nav #twitter_link {
	color: #fff;
	display: block;
	float: left;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.0em;
	margin: 3px 2.25% 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 6%;
}

#site_nav #tickets_link:hover,
#site_nav #blog_link:hover,
#site_nav #twitter_link:hover {
	color: #d06f1a;
}

/* Audio Player */

#jquery_jplayer {
	top: 4px !important;
	left: 520px !important;
}

.jp-interface {
	float: left;
	margin: 6px 10px 0px 0px;
	position: relative;
}

.jp-interface .jp-controls li {
	float: left;
}

.jp-interface .jp-controls a {
	display: block;
	height: 26px;
	top: 7px;
	width: 26px;
	text-indent:-9999px;
}

.jp-play {
	background: url(../img/audio/play.png) 0 0 no-repeat;
}

.jp-pause {
	background: url(../img/audio/pause.png) 0 0 no-repeat;
	display: none;
}

.jp-next {
	background: url(../img/audio/next.png) 0 0 no-repeat;
}

.jp-play:hover,
.jp-pause:hover,
.jp-next:hover {
	background-position: 0 -26px;
}

.jp-playlist-container {
	float: left;
	margin-top: 2px;
}

#jplayer_playlist div {
	display: none;
}

#jplayer_playlist div.current {
	display: block;
	line-height: 1.0em;
}

#jplayer_playlist div span.artist {
	color: #fff;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
}

#jplayer_playlist div span.title {
	color: #626161;
}

/* Blog & Twitter Popouts */

#blog .close,
#twitter .close {
	display: block;
	position: absolute;
	right: 5%;
	top: 10%;
	width: 4%;
}

#blog .close img,
#twitter .close img {
	width: 100%;
}

#blog {
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.45);
	background: #f0e7db;
	bottom: -180%;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.45);
	color: #514d45;
	height: 40%;
	line-height: 1.0em;
	padding-top: 1%;
	position: fixed;
	right: 3%;
	text-transform: uppercase;
	width: 374px;
	z-index: 200;
}

#blog header {
	position: absolute;
	top: -278px;
}

#blog header img {
	width: 100%;
}

#blog .posts {
	height: 99%;
	overflow: scroll;
	position: relative;
	width: 97%;
}

#blog article {
	margin-bottom: 0.5em;
	position: relative;
	width: 90%;
}

#blog article .date {
	left: 3%;
	margin-top: -1%;
	position: absolute;
	text-align: center;
	width: 18%;
}

#blog article .date .month {
	font: 1.0em "bello-caps-1", Helvetica, Arial, sans-serif;
}

#blog article .date .day {
	font: 1.5em "bello-pro-1", Helvetica, Arial, sans-serif;
}

#blog article h3 {
	font-weight: normal;
	margin-left: 26%;
	width: 80%;
}

#blog article h3 {
	font: 1.275em "bello-caps-1", Helvetica, Arial, sans-serif;
	line-height: 1.0em;
}

#blog article h3 a {
	color: #514d45;
}

#blog article h3 a:hover {
	color: #d06f1a;
}

#blog article h3 .author {
	color: #d06f1a;
}

/* Twitter Popout */

#twitter {
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.45);
	background: #f0e7db;
	bottom: -180%;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.45);
	color: #514d45;
	height: 40%;
	line-height: 1.0em;
	padding-top: 1%;
	position: fixed;
	right: 3%;
	text-transform: uppercase;
	width: 374px;
	z-index: 200;
}

#twitter header {
	position: absolute;
	top: -240px;
}

#twitter header .word {
	left: 8%;
	position: absolute;
	top: 31%;
	width: 84%;
}

#twitter header .back {
	width: 100%;
}

#twitter header p {
	-moz-transform: matrix(1, -0.18, 0, 1, 0, 0);
	-webkit-transform: matrix(1, -0.18, 0, 1, 0, 0);
    -o-transform: matrix(1, -0.18, 0, 1, 0, 0);
	color: #f0e7db;
	font: 1.275em "bello-caps-1", Helvetica, Arial, sans-serif;
	font-weight: normal;
	left: 26%;
	line-height: 0.9em;
	position: absolute;
	top: 64%;
}

#twitter header p a {
	color: #c2dfed;
}

#twitter header p a:hover {
	color: #f0e7db;
}

#twitter header p img.fallback {
	position: relative;
	margin-top: -5.5%;
	width: 100%;
}

#twitter .posts {
	height: 99%;
	overflow: scroll;
	position: relative;
	width: 97%;
}

#twitter .posts a:hover {
	color: #D06F1A;
}

#twitter .jta-tweet-list-item {
	margin-bottom: 1em;
	width: 90%;
}

#twitter .jta-tweet-list-item .jta-tweet-profile-image {
	left: 4.5%;
	position: absolute;
	width: 13%;
}

#twitter .jta-tweet-list-item a {
	color: #5198bc;
}

#twitter .jta-tweet-list-item .jta-tweet-body {
	font: 1.275em "bello-caps-1", Helvetica, Arial, sans-serif;
	margin-left: 23%;
	line-height: 1.0em;
}

#twitter .jta-tweet-timestamp {
	display: none;
}

#twitter .jta-tweet-list-controls-button-prev {
	display: block;
	position: absolute;
	top: -40px;
	right: 13%;
	width: 8%;
}

#twitter .jta-tweet-list-controls-button-next {
	display: block;
	position: absolute;
	top: -40px;
	right: 3%;
	width: 8%;
}

#twitter .jta-tweet-list-controls-button-prev img,
#twitter .jta-tweet-list-controls-button-next img {
	width: 100%;
}

#twitter .jta-tweet-list-controls-button-prev:hover,
#twitter .jta-tweet-list-controls-button-next:hover {
	cursor: pointer;
}

#twitter .jta-nodata {
	display: none;
}

/* Band Cards */

.band_cards article.vert {
	height: 40.88%;
	position: absolute;
	width: 100%;
}

.band_cards article.horz {
	height: 27.66%;
	position: absolute;
	width: 100%;
}

.band_cards .horz .band_photo {
	left: 3.2%;
	height: 90%;
	position: absolute;
	top: 5.5%;
	width: 94%;
}

.band_cards .vert .band_photo {
	left: 4.2%;
	height: 94.02%;
	position: absolute;
	top: 3.2%;
	width: 92.36%;
}

.band_cards a:hover img.band_photo {
	opacity: 0.8;
}

/* Intro Section */

#intro header img {
	height: 21.44%;
	left: 19.85%;
	position: absolute;
	top: 38.22%;
	width: 61.92%;
}

#intro p.top,
#intro p.bottom {
	left: 41.33%;
	height: 18.55%;
	margin: 0;
	position: absolute;
	width: 19.85%;
}

#intro p.top img,
#intro p.bottom img {
	height: 100%;
	left: 0%;
	position: absolute;
	top: 0%;
	width: 100%;
}

#intro p.top {
	top: 0%;
}

#intro p.bottom {
	bottom: 0%;
}

#intro p span {
	color: #000;
	position: absolute;
	text-transform: uppercase;
}

#intro p.top .word1 {
	font: 0.8125em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 8%;
	top: 5%;
}

#intro p.top .word2 {
	font: 2.5em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 5%;
	top: 11%;
	letter-spacing: 2px;

}

#intro p.top .word3 {
	font: 2.5em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 71%;
	top: 11%;
	letter-spacing: 2px;
}

#intro p.top .word4 {
	font: 0.8125em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 37%;
	top: 37%;
}

#intro p.top .word5 {
	font: 2.5em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 10.5%;
	top: 43%;
	letter-spacing: 2px;
}

#intro p.top .word6 {
	font: 0.8125em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 58.5%;
	top: 53%;
}

#intro p.bottom a:hover span {
	color: #d06f1a;
}

#intro p.bottom a:active span {
	margin-top: 1px;
}

#intro p.bottom .word1 {
	font: 0.8125em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 19.5%;
	top: 23%;
}

#intro p.bottom .word2 {
	font: 2.5em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 11%;
	top: 29%;
	letter-spacing: 2px;
}

#intro p.bottom .word3 {
	font: 0.8125em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 10%;
	top: 55%;
}

#intro p.bottom .word4 {
	font: 0.8125em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 30%;
	top: 64%;
}

#intro p.bottom .word5 {
	font: 2.5em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 22.51%;
	top: 70%;
	letter-spacing: 2px;
}


#intro .lightning_top, #intro .lightning_bottom {
	height: 2.88%;
	position: absolute;
	width: 2.37%;
}

#intro .lightning_top {
	left: 50.5%;
	top: 13.5%;
}

#intro .lightning_bottom {
	left: 49.8%;
	top: 82.7%;
}


/* About Section */

#about {
	display: table-cell;
	vertical-align: middle;
}

#about p, #about h1 {
	text-shadow: 0px 2px 1px rgba(0,0,0,0.25);
}

/* Runway Designers Section */

#runway_designers h1 span, #runway_designers h3, #runway_designers p span {
	color: #eee5db;
	display: block;
	position: absolute;
}

#runway_designers h1 .word1 {
	color: #d06f1a;
	font: 3.625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 35%;
	opacity: 0.9;
	text-transform: lowercase;
	padding-right: 1em;
	top: 4%;
	z-index: 2;
}

#runway_designers h1 .word2 {
	font: 4.25em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 7%;
	top: 8%;
}

#runway_designers h3 {
	font: 1.0em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 23%;
	text-transform: uppercase;
	top: 23%;
}

#runway_designers p a:hover span.word1 {
	color: #9c5314;
}

#runway_designers p a:hover span.word2 {
	color: #a29990;
}

#runway_designers p.tim_thom .word1 {
	font: 3.0625em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 29%;
	text-transform: uppercase;
	top: 27%;
}

#runway_designers p.tim_thom .word2 {
	color: #d06f1a;
	font: 4.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 33%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 28.8%;
	z-index: 2;
}

#runway_designers p.tim_thom a:hover .word1,
#runway_designers p.tim_thom a:hover .word3 {
	color: #a29990;
}

#runway_designers p.tim_thom a:hover .word2 {
	color: #9c5314;
}

#runway_designers p.tim_thom .word3 {
	font: 3.0625em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 26%;
	text-transform: uppercase;
	top: 32.2%;
}

#runway_designers p.terri_martin .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 48%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 35.5%;
	z-index: 2;
}

#runway_designers p.terri_martin .word2 {
	font: 3.5em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 26.8%;
	text-transform: uppercase;
	top: 37.5%;
}

#runway_designers p.ivan_idland .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 11%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 41.5%;
	z-index: 2;
}

#runway_designers p.ivan_idland .word2 {
	font: 3.25em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 13.70%;
	text-transform: uppercase;
	top: 43.5%;
}

#runway_designers p.sarah_holm .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 61%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 41.5%;
	z-index: 2;
}

#runway_designers p.sarah_holm .word2 {
	font: 5.25em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 53.7%;
	text-transform: uppercase;
	top: 42%;
}

#runway_designers p.kathryn_sterner .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 6%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 51%;
	z-index: 2;
}

#runway_designers p.kathryn_sterner .word2 {
	font: 5em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 13.2%;
	text-transform: uppercase;
	top: 50.8%;
}

#runway_designers p.danielle_everine .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 71%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 57.8%;
	z-index: 2;
}

#runway_designers p.danielle_everine .word2 {
	font: 3.75em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 52%;
	text-transform: uppercase;
	top: 59.7%;
}

#runway_designers p.rachel_blomgren .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 28%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 64.2%;
	z-index: 2;
}

#runway_designers p.rachel_blomgren .word2 {
	font: 3.75em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 21.5%;
	text-transform: uppercase;
	top: 66%;
}

#runway_designers p.max_lohrbach .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 73.5%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 70.7%;
	z-index: 2;
}

#runway_designers p.max_lohrbach .word2 {
	font: 4.25em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 37%;
	text-transform: uppercase;
	top: 72%;
}

#runway_designers p.raul_osorio .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 18%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: lowercase;
	top: 77.7%;
	z-index: 2;
}

#runway_designers p.raul_osorio .word2 {
	font: 3.75em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 10%;
	text-transform: uppercase;
	top: 79.5%;
}

#runway_designers p.frances_zerr .word1 {
	color: #d06f1a;
	font: 3.0625em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 16.3%;
	opacity: 0.9;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: lowercase;
	top: 87.8%;
	z-index: 2;
}

#runway_designers p.frances_zerr .word2 {
	font: 5em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 45%;
	text-transform: uppercase;
	top: 82.5%;
}

#runway_designers .pick {
	right: -6%;
	top: 16%;
	position: absolute;
	width: 16%;
	z-index: 2;
}

/* Bands Section */

#bands {
	background: #e7dac3;
	color: #c01d34;
}

#bands h1 {
	color: #c01d34;
	font: 16.125em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 9%;
	position: absolute;
	text-transform: lowercase;
	top: 0%;
	z-index: 2;
}

#bands header img {
	left: 14.2%;
	position: absolute;
	top: 5%;
	width: 77.251%;
	z-index: 1;
}

#bands img.dots {
	height: 51.444%;
	left: 10%;
	position: absolute;
	top: 28%;
	width: 80.148%;
}

#bands p a span {
	color: #c01d34;
	z-index: 3;
}

#bands p a:hover span {
	color: #90bcc8;
}

#bands p.communist_daughter a:hover .word2_bg {
	background: #90bcc8;
}

#bands p.communist_daughter img {
	left: 11%;
	position: absolute;
	top: 30%;
	width: 34.666%;
}

#bands p.communist_daughter span {
	-moz-transform: matrix(1, -0.2, 0, 1, 0, 0);
	-webkit-transform: matrix(1, -0.2, 0, 1, 0, 0);
    -o-transform: matrix(1, -0.2, 0, 1, 0, 0);
}

#bands p.communist_daughter .word1 {
	font: 4em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 11%;
	position: absolute;
	text-transform: uppercase;
	top: 30%;
}

#bands p.communist_daughter .word2 {
	color: #e7dac3;
	font: 4.1em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 12.6%;
	position: absolute;
	text-transform: uppercase;
	top: 37.7%;
	z-index: 4;
}

#bands p.communist_daughter .word2_bg {
	background: #c01d34;
	height: 8%;
	left: 11.5%;
	position: absolute;
	top: 38.4%;
	width: 33.581%;
}

#bands p.communist_daughter .word3 {
	font: 1.42em "bello-caps-1", Helvetica, Arial, sans-serif;
	left: 11.4%;
	position: absolute;
	text-transform: uppercase;
	top: 46.2%;
}


#bands p.fort_wilson_riot .word1 {
	font: 1.42em "bello-caps-1", Helvetica, Arial, sans-serif;
	left: 63.4%;
	position: absolute;
	text-transform: uppercase;
	top: 29.6%;
}

#bands p.fort_wilson_riot .word2 {
	font: 2.675em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 54.4%;
	position: absolute;
	text-transform: uppercase;
	top: 31.2%;
}

#bands p.fort_wilson_riot .word3 {
	font: 6.05em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 54.6%;
	position: absolute;
	text-transform: uppercase;
	top: 34.7%;
}

#bands p.fort_wilson_riot .word4 {
	font: 2.775em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 55.4%;
	position: absolute;
	text-transform: uppercase;
	top: 45%;
}

#bands p.fort_wilson_riot .line {
	background: #c01d34;
	border: none;
	height: .5%;
	position: absolute;
	width: 7.4%;
}

#bands p.fort_wilson_riot a:hover .line {
	background: #90bcc8;
}

#bands p.fort_wilson_riot .line_1 {
	left: 54.8%;
	top: 30.6%;
}

#bands p.fort_wilson_riot .line_2 {
	left: 54.8%;
	top: 31.3%;
}

#bands p.fort_wilson_riot .line_3 {
	left: 82%;
	top: 30.6%;
}

#bands p.fort_wilson_riot .line_4 {
	left: 82%;
	top: 31.3%;
}

#bands p.phantom_tails .word1 {
	font: 1.42em "bello-caps-1";
	left: 11.5%;
	position: absolute;
	text-transform: uppercase;
	top: 57%;	
}

#bands p.phantom_tails .word2 {
	font: 4.775em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 11.3%;
	position: absolute;
	text-transform: uppercase;
	top: 58.3%;
}

#bands p.phantom_tails .word3 {
	font: 5.5em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 11.8%;
	position: absolute;
	text-transform: uppercase;
	top: 65.8%;
}

#bands p.phantom_tails img {
	left: 35%;
	position: absolute;
	top: 67.8%;
	width: 9.9%;
}

#bands p.phantom_tails img.hover {
	visibility: hidden;
}

#bands p.phantom_tails a:hover img.hover {
	visibility: visible;
}

#bands p.phantom_tails a:hover img.default {
	visibility: hidden;
}

#bands p.pink_mink .word1 {
	font: 1.42em "bello-caps-1", Helvetica, Arial, sans-serif;
	left: 57.5%;
	line-height: 0.825em;
	position: absolute;
	text-transform: uppercase;
	top: 57.5%;	
}

#bands p.pink_mink .word2 {
	font: 4.75em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 61%;
	position: absolute;
	text-transform: lowercase;
	top: 59.3%;	
}

#bands p.pink_mink .word3 {
	font: 5.1em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 63.5%;
	position: absolute;
	text-transform: uppercase;
	top: 66.3%;
}

#bands p.me_and_my_arrow .word1 {
	font: 1.42em "bello-caps-1", Helvetica, Arial, sans-serif;
	left: 22%;
	line-height: 0.825em;
	position: absolute;
	text-transform: uppercase;
	top: 82.5%;	
}

#bands p.me_and_my_arrow .word2 {
	font: 2.4em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 22%;
	position: absolute;
	text-transform: uppercase;
	top: 83.8%;
}

#bands p.me_and_my_arrow .word3 {
	font: 7em "cowboyslang-1", Helvetica, Arial, sans-serif;
	left: 38.5%;
	position: absolute;
	text-transform: uppercase;
	top: 82%;
}

#bands p.me_and_my_arrow .word4 {
	font: 2.4em "hellenic-wide-1", Helvetica, Arial, sans-serif;
	left: 48.5%;
	position: absolute;
	text-transform: uppercase;
	top: 83.8%;
}

#bands p.me_and_my_arrow .word5 {
	font: 5.1em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 55%;
	position: absolute;
	text-transform: uppercase;
	top: 87.3%;
}

#bands .record_with_sleeve {
	right: -44%;
	top: -8%;
	position: absolute;
	width: 88.29%;
	z-index: 0;
}

/* Band Designers Section */

#band_designers p a {
	color: #eee5db;
}

#band_designers p a:hover .word1 {
	color: #151f21;
}

#band_designers header {
	left: 69.7%;
	position: absolute;
	top: 66%;
	width: 25.18%;
	z-index: 2;
}

#band_designers header h3 {
	color: #eee5db;
	font: 1.0em "proxima-nova-1", Helvetica, Arial, sans-serif;
	font-weight: 700;
	left: 0%;
	letter-spacing: 0.1em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 31%;
	width: 100%;
}

#band_designers header h2 {
	color: #eee5db;
	font: 2.6em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 0%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 37.5%;
	width: 100%;
}

#band_designers header hr {
	border: 0px;
	background: #eee5db;
	height: 0.4em;
	left: 37%;
	position: absolute;
	top: 59%;
	width: 26%;
}

#band_designers header img {
	opacity: 0.8;
	width: 100%;
}

#band_designers p {
	-moz-transform: matrix(1, -0.15, 0, 1, 0, 0);
	-webkit-transform: matrix(1, -0.15, 0, 1, 0, 0);
    -o-transform: matrix(1, -0.15, 0, 1, 0, 0);
    position: absolute;
    text-align: center;
    line-height: 1.7em;
}

#band_designers p .word1 {
	font: 3.65em "vinyl-1", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.2em;
	text-transform: uppercase;
}

#band_designers p .word2 {
	font: 0.8em "proxima-nova-1", Helvetica, Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#band_designers p.renalie_bailey {
	left: 17%;
	top: 26%;
}

#band_designers p.blacklist_vintage {
	left: 8.5%;
	top: 36.5%;
}

#band_designers p.carly_schoen {
	left: 19%;
	top: 47%;
}

#band_designers p.b {
	left: 7%;
	top: 57.5%;
}

#band_designers p.invisible_outfit {
	left: 12.25%;
	top: 67.75%;
}


/* Events Section */

#events {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	z-index: 2;
}

#events a {
	color: #fff;
}

#events a:hover {
	color: #00d8ff;
	opacity: 0.8;
}

#events header .header_image {
	left: 15%;
	position: absolute;
	top: 10%;
	width: 70%;
	z-index: 2;
}

#events header h2 {
	color: #00d8ff;
	font: 6em "bello-caps-1", Helvetica, Arial, sans-serif;
	left: 35%;
	opacity: 0.8;
	padding-right: 0.2em;
	position: absolute;
	top: 20%;
	z-index: 3;
}

#events .list {
	height: 56.5%;
	left: 10%;
	position: absolute;
	top: 35%;
	width: 80%;
}

#events .list article {
	height: 30%;
	position: relative;
	margin-bottom: 3%;
}

#events .list article h2 {
	font: 10em "bello-caps-1", Helvetica, Arial, sans-serif;
	left: 0;
	position: absolute;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	top: -30%;
}

#events .list article h3 {
	color: #00d8ff;
	font: 3.25em "bello-caps-1", Helvetica, Arial, sans-serif;
	left: 18%;
	line-height: 0.65em;
	opacity: 0.8;
	position: absolute;
	text-shadow: 0px 1px 0px rgba(0,101,161,0.4);
	text-transform: uppercase;
	top: 23%;
	z-index: 2;
}

#events .list article ul {
	left: 25%;
	position: absolute;
	top: 50%;
}

#events .list article li {
	font: 1.5em "bello-caps-1", Helvetica, Arial, sans-serif;
	line-height: 1em;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	text-transform: uppercase;
}

#events .pick {
	left: -33%;
	bottom: 4.5%;
	position: absolute;
	width: 14.96%;
	z-index: 2;
}

/* Accessory Designers Section */

#accessory_designers {
	text-transform: uppercase;
}

#accessory_designers header {
	color: #f0e7dd;
	text-shadow: 0.15em 0.15em 0em rgba(0,0,0,0.15);
}

#accessory_designers h3 {
	position: absolute;
	font: 1.0em "proxima-nova-1", Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 0.4em;
}

#accessory_designers header .word1 {
	left: 12.25%;
	position: absolute;
	top: 41.5%;
}

#accessory_designers header .word2 {
	left: 25.25%;
	position: absolute;
	top: 41.5%;
}

#accessory_designers header .word3 {
	left: 12.5%;
	position: absolute;
	top: 51%;
}

#accessory_designers header .img1 {
	left: 20.3%;
	position: absolute;
	top: 38%;
	width: 4%;
}

#accessory_designers header .img2 {
	left: 6.75%;
	position: absolute;
	top: 44.5%;
	width: 32%;
}

#accessory_designers p {
	position: absolute;
	text-align: center;
	left: 5%;
}

#accessory_designers p.paragraph1 {
	top:  78%;
}

#accessory_designers p.paragraph2 {
	top:  82%;
	font-size: 1.2em;
}

#accessory_designers p.paragraph3 {
	top:  87%;
	font-size: 1.15em;
}

#accessory_designers p.paragraph4 {
	top:  92%;
	font-size: 1.2em;
}


#accessory_designers p a {
	color: #f0e7dd;
	margin-right: 0.8em;
}

#accessory_designers p a:hover {
	color: #d06f1a;
}

#accessory_designers p .word1 {
	font: 1.0em "vinyl-1", Helvetica, Arial, sans-serif;
}

#accessory_designers p .word2 {
	font: 1.2em "vinyl-1", Helvetica, Arial, sans-serif;
}

#accessory_designers .big_record {
	left: -55%;
	top: 9%;
	position: absolute;
	width: 55.55%;
	z-index: 0;
}

/* Stylists Section */

#stylists header h2 {	
	color: #de4622;
	font: 13.375em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 32%;
	position: absolute;
	top: 30%;
}

#stylists header h3 {
	color: #de4622;
	font: 7.4375em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 49.5%;
	position: absolute;
	top: 35%;
}

#stylists p {
	-webkit-transform: rotate(-0.8deg);
	-moz-transform: rotate(-0.8deg);
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
	color: #000;
	position: absolute;
	text-transform: uppercase;
}

#stylists p a {
	color: #000;
}

#stylists p a:hover {
	color: #fff;
}

#stylists p.line1 {
	font: 1.4em "league-gothic-1", Helvetica, Arial, sans-serif;
	right: 2.5%;
	top: 50.3%;
}
	
#stylists p.line2 {
	font: 1.4em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 2.3%;
	top: 55.8%;
}

#stylists p.line3 {
	font: 1.45em "league-gothic-1", Helvetica, Arial, sans-serifv;
	right: 2.9%;
	top: 60.2%;
}

#stylists p.line4 {
	font: 1.4em "league-gothic-1", Helvetica, Arial, sans-serifv;
	left: 2.5%;
	top: 65.2%;
}

#stylists p.line5 {
	font: 1.45em "league-gothic-1", Helvetica, Arial, sans-serifv;
	right: 2.2%;
	top: 69.9%;
}

#stylists p.line6 {
	font: 1.4em "league-gothic-1", Helvetica, Arial, sans-serifv;
	left: 2.5%;
	top: 74.9%;
}

#stylists p.line7 {
	font: 1.45em "league-gothic-1", Helvetica, Arial, sans-serifv;
	right: 2.2%;
	top: 79.7%;
}

#stylists p.line8 {
	font: 1.4em "league-gothic-1", Helvetica, Arial, sans-serifv;
	left: 2.5%;
	top: 85.0%;
}

#stylists p.line9 {
	font: 1.45em "league-gothic-1", Helvetica, Arial, sans-serifv;
	right: 2.2%;
	top: 89.7%;
}

#stylists p.line10 {
	font: 1.45em "league-gothic-1", Helvetica, Arial, sans-serifv;
	left: 2.7%;
	top: 95.1%;
}

#stylists .pick {
	right: -5%;
	top: 28.5%;
	position: absolute;
	width: 16%;
	z-index: 2;
}

/* Crew Section */

#crew {
	background: #fff;
}

#crew .water {
	height: 82.44%;
	left: 4%;
	position: absolute;
	top: 17%;
	width: 95.15%;
}

#crew header {
	left: 7%;
	position: absolute;
	top: 0.5%;
}

#crew header h2 {
	color: #ecd29d;
	font: 15em "cowboyslang-1", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#crew p.committee_header {
	color: #ebca32;
	font: 4.6em "cowboyslang-expanded-1", Helvetica, Arial, sans-serif;
	left: 8.5%;
	position: absolute;
	text-transform: uppercase;
	top: 27.5%;
}

#crew p.design_header {
	color: #ebca32;
	font: 3.3em "cowboyslang-expanded-1", Helvetica, Arial, sans-serif;
	left: 8.75%;
	position: absolute;
	text-transform: uppercase;
	top: 60%;
}

#crew p.web_header {
	color: #ebca32;
	font: 4.5em "cowboyslang-expanded-1", Helvetica, Arial, sans-serif;
	left: 8.75%;
	position: absolute;
	text-transform: uppercase;
	top: 73%;
}

#crew a {
	color: #ecd29d;
	text-transform: uppercase;
	text-shadow: -0.1em 0.1em 0 #008e6c;
}

#crew a:hover {
	color: #ebca32;
}

#crew a.even {
	font: 1.25em "vinyl-1", Helvetica, Arial, sans-serif;
}

#crew a.odd {
	font: 1.0em "proxima-nova-1", Helvetica, Arial, sans-serif;
}

#crew p.committee_list {
	line-height: 0.5em;
	position: absolute;
	text-align: center;
	top: 37%;
	width: 100%;
}

#crew p.graphic_list {
	line-height: 0.5em;
	position: absolute;
	text-align: center;
	top: 67%;
	width: 100%;
}

#crew p.web_list {
	line-height: 0.5em;
	position: absolute;
	text-align: center;
	top: 82.5%;
	width: 100%;
}


#crew .committee_list .word5,
#crew .committee_list .word6,
#crew .committee_list .word7 {
	font-size: 1.35em;
}

#crew .committee_list .word8,
#crew .committee_list .word9,
#crew .committee_list .word10 {
	font-size: 1.35em;
}

#crew .committee_list .word11,
#crew .committee_list .word12,
#crew .committee_list .word13 {
	font-size: 1.4em;
}

#crew .committee_list .word14,
#crew .committee_list .word15,
#crew .committee_list .word16,
#crew .committee_list .word17 {
	font-size: 1.3em;
}

#crew .committee_list .word18,
#crew .committee_list .word19,
#crew .committee_list .word20,
#crew .committee_list .word21 {
	font-size: 1.15em;
}

#crew .committee_list .word22,
#crew .committee_list .word23,
#crew .committee_list .word24 {
	font-size: 1.3em;
}

#crew .committee_list .word25,
#crew .committee_list .word26,
#crew .committee_list .word27,
#crew .committee_list .word28,
#crew .committee_list .word29,
#crew .committee_list .word30 {
	font-size: 1.05em;
}

#crew .graphic_list .word1,
#crew .graphic_list .word2,
#crew .graphic_list .word3 {
	font-size: 1.65em;
}

#crew .graphic_list .word4,
#crew .graphic_list .word5 {
	font-size: 2.3em;
	line-height: 0.8em;
}

#crew .web_list .word1,
#crew .web_list .word2,
#crew .web_list .word3 {
	font-size: 1.25em;
}

#crew .web_list .word8,
#crew .web_list .word9,
#crew .web_list .word10 {
	font-size: 1.3em;
}

#crew .web_list .word11,
#crew .web_list .word12,
#crew .web_list .word13 {
	font-size: 1.7em;
}

/* Supporters Section */

#supporters h1 span, #supporters p span {
	color: #ececec;
	display: block;
	position: absolute;
}

#supporters h1 .word1 {
	font: 9.5em "bello-pro-1", Helvetica, Arial, sans-serif;
	left: 25.5%;
	text-transform: lowercase;
	padding-right: 1em;
	top: -5%;
}

#supporters h1 .word2 {
	color: #ffe259;
	font: 7.5em "league-gothic-1", Helvetica, Arial, sans-serif;
	left: 7%;
	opacity: 0.9;
	padding-right: 1em;
	text-transform: uppercase;
	top: 7%;
}

#supporters .info {
	height: 16.55%;
	position: absolute;
	right: -15.04%; 
	top: 55.5%;
	width: 22.07%;
}

#supporters .info span {
	-moz-transform: matrix(1, -0.2, 0, 1, 0, 0);
	-webkit-transform: matrix(1, -0.2, 0, 1, 0, 0);
    -o-transform: matrix(1, -0.2, 0, 1, 0, 0);
    color: #191919;
    display: block;
    position: absolute;
}

#supporters .info .word1 {
	font: 1.625em "bello-caps-1";
	left: 33%;
	top: 23%;
}

#supporters .info .word2 {
	font: 3.0em "league-gothic-1";
	left: 11%;
	text-transform: uppercase;
	top: 34%;
}

.no-csstransforms #supporters .info .word1 {
	left: 39%;
	top: 18%;
}

.no-csstransforms #supporters .info .word2 {
	left: 15%;
}

#supporters .info a {
	display: block;
	height: 100%;
	width: 100%;
}

#supporters .info a:hover span {
	color: #fff;
	text-shadow: 2px 3px 1px rgba(0,0,0,0.05);
}

#supporters a {
	color: #fff;
	font: 1em "vinyl-1";
	text-transform: uppercase;
}

#supporters .taj_salon img {
	display: block;
	position: absolute;
	left: 31%;
	top: 32%;
	width: 20%;
}

#supporters .taj_salon span {
	display: block;
	left: 32.25%;
	position: absolute;
	top: 43.25%;
}

#supporters .letoile img {
	display: block;
	position: absolute;
	left: 7%;
	top: 35%;
	width: 20%;
}

#supporters .letoile span {
	display: block;
	left: 10%;
	position: absolute;
	top: 43.25%;
}

#supporters .vision img {
	display: block;
	position: absolute;
	left: 54%;
	top: 35.3%;
	width: 20%;
}

#supporters .vision span {
	display: block;
	left: 56.75%;
	position: absolute;
	top: 43.25%;
}

#supporters .current img {
	display: block;
	position: absolute;
	left: 7%;
	top: 52%;
	width: 16%;
}

#supporters .current span {
	display: block;
	left: 8%;
	position: absolute;
	top: 62%;
}

#supporters .copycats img {
	display: block;
	position: absolute;
	left: 28.75%;
	top: 51%;
	width: 16%;
}

#supporters .copycats span {
	display: block;
	left: 31.5%;
	position: absolute;
	top: 62%;
}

#supporters .ogi img {
	display: block;
	position: absolute;
	left: 48.25%;
	top: 53.75%;
	width: 20.666%;
}

#supporters .ogi span {
	display: block;
	left: 52.5%;
	position: absolute;
	top: 62%;
}

#supporters .citypages img {
	display: block;
	position: absolute;
	left: 72.75%;
	top: 54%;
	width: 23.29%;
}

#supporters .citypages span {
	display: block;
	left: 78%;
	position: absolute;
	top: 62%;
}

#supporters .twintown img {
	display: block;
	position: absolute;
	left: 30.5%;
	top: 69.5%;
	width: 20%;
}

#supporters .twintown span {
	display: block;
	left: 32%;
	position: absolute;
	top: 77%;
}

#supporters .moa img {
	display: block;
	position: absolute;
	left: 78%;
	top: 35%;
	width: 17%;
}

#supporters .moa span {
	display: block;
	left: 76%;
	position: absolute;
	top: 43.25%;
}

#supporters .tiger img {
	display: block;
	position: absolute;
	left: 7%;
	top: 68.25%;
	width: 20%;
}

#supporters .tiger span {
	display: block;
	left: 6.25%;
	position: absolute;
	top: 77%;
}

#supporters .sevnthsin img {
	display: block;
	position: absolute;
	left: 54%;
	top: 69.75%;
	width: 17%;
}

#supporters .sevnthsin span {
	display: block;
	left: 55%;
	position: absolute;
	top: 77%;
}

#supporters .metro img {
	display: block;
	position: absolute;
	left: 75.75%;
	top: 69.7%;
	width: 20%;
}

#supporters .metro span {
	display: block;
	left: 78.75%;
	position: absolute;
	top: 77%;
}

#supporters .chipotle img {
	display: block;
	position: absolute;
	left: 7%;
	top: 84.7%;
	width: 20%;
}

#supporters .chipotle span {
	display: block;
	left: 10.5%;
	position: absolute;
	top: 91%;
}

#supporters .tea_garden img {
	display: block;
	position: absolute;
	left: 29.75%;
	top: 84.7%;
	width: 20%;
}

#supporters .tea_garden span {
	display: block;
	left: 32.75%;
	position: absolute;
	top: 91%;
}

#supporters .loris img {
	display: block;
	position: absolute;
	left: 53.75%;
	top: 80.7%;
	width: 18%;
}

#supporters .loris span {
	display: block;
	left: 56.25%;
	position: absolute;
	top: 91%;
}

#supporters .elixery img {
	display: block;
	position: absolute;
	left: 74.75%;
	top: 85%;
	width: 21%;
}

#supporters .elixery span {
	display: block;
	left: 77.25%;
	position: absolute;
	top: 91%;
	text-align: center;
}



#supporters .cassette {
	right: -20%;
	top: -9%;
	position: absolute;
	width: 64.703%;
	z-index: 0;
}

/* Contact Section */

#contact {
	color: #191919;
}

#contact p, #contact h3, #contact hr {
	-moz-transform: matrix(1, -0.2, 0, 1, 0, 0);
	-webkit-transform: matrix(1, -0.2, 0, 1, 0, 0);
    -o-transform: matrix(1, -0.2, 0, 1, 0, 0);
}

#contact a {
	color: #de4622;
}

#contact a:hover {
	color: #90bcc8;
}

#contact h3 {
	font-family: "proxima-nova-1", Helvetica, Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0.03em;
	position: absolute;
	text-transform: uppercase;
}

#contact p {
	font: 3.125em "league-gothic-1", Helvetica, Arial, sans-serif;
	position: absolute;
	text-transform: uppercase;
}

#contact p.word1 {
	left: 20.2%;
	top: 24.9%;
}

#contact h3.word2 {
	font-size: 8em;
	left: 6%;
	top: 28%;
}

#contact p.word3 {
	left: 47.9%;
	top: 42.2%;
}

#contact h3.word4 {
	font-size: 11.75em;
	left: 4.8%;
	top: 43.7%;
}

#contact p.word5 {
	left: 39.6%;
	top: 64.3%;
}

#contact hr {
	background: #000;
	border: 0;
	height: 0.7%;
	position: absolute;
}

#contact hr.line1 {
	left: 6%;
	top: 32%;
	width: 13%;
}

#contact hr.line2 {
	left: 6%;
	top: 33.2%;
	width: 13%;
}

#contact hr.line3 {
	left: 82.2%;
	top: 20.7%;
	width: 13%;
}

#contact hr.line4 {
	left: 82.2%;
	top: 21.9%;
	width: 13%;
}

#contact hr.line5 {
	left: 6%;
	top: 47.3%;
	width: 41%;
}

#contact hr.line6 {
	left: 6%;
	top: 48.5%;
	width: 41%;
}

#contact hr.line7 {
	left: 54.2%;
	top: 40.1%;
	width: 41%;
}

#contact hr.line8 {
	left: 54.2%;
	top: 41.3%;
	width: 41%;
}

#contact hr.line9 {
	left: 6%;
	top: 69.8%;
	width: 33%;
}

#contact hr.line10 {
	left: 6%;
	top: 71%;
	width: 33%;
}

#contact hr.line11 {
	left: 62.2%;
	top: 61.4%;
	width: 33%;
}

#contact hr.line12 {
	left: 62.2%;
	top: 62.7%;
	width: 33%;
}

#contact .lightning_bolt {
	right: -24%;
	top: -21%;
	position: absolute;
	width: 40%;
	z-index: 2;
}

.no-csstransforms #contact hr {
	display: none;
}

.no-csstransforms #contact h3 {
	font-family: "proxima-nova-1", Helvetica, Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0.03em;
	position: absolute;
	text-shadow: 4px 4px 0px #e7dac3, 8px 8px 0px #d7cab3;
	text-transform: uppercase;
}

.no-csstransforms #contact p {
	font: 3.125em "league-gothic-1", Helvetica, Arial, sans-serif;
	position: absolute;
	text-transform: uppercase;
}

.no-csstransforms #contact p.word1 {
	left: 22.2%;
	top: 28.9%;
}

.no-csstransforms #contact h3.word2 {
	font-size: 8em;
	left: 9%;
	top: 32%;
}

.no-csstransforms #contact p.word3 {
	left: 47.9%;
	top: 44.2%;
}

.no-csstransforms #contact h3.word4 {
	font-size: 11.75em;
	left: 7.8%;
	top: 45.7%;
}

.no-csstransforms #contact p.word5 {
	left: 40.6%;
	top: 64.3%;
}

/* Lightbox */

#lightbox {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

#lightbox .overlay {
	background: #000;
	background: rgba(0,0,0,0.9);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#lightbox .overlay:hover {
	cursor: pointer;
}

#lightbox img.photo {
	position: absolute;
	left: 15%;
	width: 30%;
	top: 50%;
}

#lightbox .article {
	left: 50%;
	position: absolute;
	top: 0%;
	width: 35%;
	z-index: 200;
}

#lightbox .article.info {
	left: 5%;
	width: 90%;
}

#lightbox .article .column {
	float: left;
	width: 45%;
}

#lightbox .article .column.first {
	margin-right: 5%;
}

#lightbox .article.info p,
#lightbox .article.info h1 {
	margin-bottom: 1em;
}

#lightbox .article.info h3 {
	margin-bottom: 0em;
}

#lightbox .article h1 {
	line-height: 1.0em;
	margin-bottom: 0.2em;
}

#lightbox .article h4 {
	margin-bottom: 1.0em;
}

#lightbox .article .site_link {
	font-weight: bold;
}

#lightbox .close_button img {
	margin-left: 0.5em;
	width: 0.7em;
}
