/* HTML5 TAGS */
header, section, footer, aside, nav, article, figure {
	display: block;
}

/* WEB FONTS */
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('fonts/Chunkfive-webfont.eot');
	src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Chunkfive-webfont.woff') format('woff'),
url('fonts/Chunkfive-webfont.ttf') format('truetype'),
url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mission_scriptregular';
	src: url('fonts/mission-script-webfont.eot');
    src: url('fonts/mission-script-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/mission-script-webfont.woff') format('woff'),
url('fonts/mission-script-webfont.ttf') format('truetype'),
url('fonts/mission-script-webfont.svg#mission_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'maven_pro_light_300regular';
	src: url('fonts/mavenprolight-300-webfont.eot');
    src: url('fonts/mavenprolight-300-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/mavenprolight-300-webfont.woff') format('woff'),
url('fonts/mavenprolight-300-webfont.ttf') format('truetype'),
url('../Festivus Site/fonts/mavenprolight-300-webfont.svg#maven_pro_light_300regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL STYLES */

html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg-aluminum.png) scroll top left repeat;
	font-family: helvetica, arial, sans-serif;
	color: #4b4b4b;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0.3);
	margin: 0;
	padding: 0;
}

header, footer, #intro, #photos, #assembly, #news, #contact, #shop {
	width: 100%;
	text-align: center;
}

section .wrapper, footer .wrapper {
	width: 925px;
	margin: 0 auto;
	padding: 100px 0;
}

input, textarea {
	font-family: helvetica, arial, sans-serif;
	color: #333;
}

section h2 {
	font-family: 'ChunkFiveRegular', helvetica, arial, sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	font-weight: lighter;
	color: #000;
}

section .subheader {
	font-size: 16px;
	line-height: 1em;
	margin: 0 auto;
	padding: 5px 5px;
	margin-bottom: 15px;
}

header {
	background: url(images/stripes.jpg) top left repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 20;
}

header .wrapper {
	width: 975px;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 240px;
}

header h1 {
	position: absolute;
	clear: left;
	left: 440px;
	top: -35px;
	display: block;
	height: 124px;
	width: 124px;
	z-index: 25;
}

header h1.logo {
	position: fixed;
	top: -10px;
	left: 10px;
	clear: left;
}

header nav {
	margin: 0 auto;
	font-family: 'ChunkFiveRegular', georgia, times, serif;
	color: #000000;
	font-size: 18px;
	font-weight: 100;
	height: 150px;
}
header li {
	margin-top: 35px;
	float: left;
	display: inline;
	padding: 0 20px;
}
header .gap {
	padding-right: 135px;
}
header a, header a:link, header a:visited {
	color: #000000;
}

header ul {
	margin-top: -15px;
}
header ul li a {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: none;
	font-family: 'ChunkFiveRegular', georgia, times, serif;
	color: #000000;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #000000;
}
header ul li a:active {
	position: relative;
	top: 2px;
	color: #B0161B;
}
header ul li a:hover {
	color: #B0161B;
}

header img {
	top: 50px;
	clear: both;
}

p.introduction {
	font-family: 'maven_pro_light_300regular', helvetica, arial, sans-serif;
	font-size: 16px;
	text-shadow: none;
	text-align: left;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

p.source {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
	

#introtext {
	margin-top: -40px;
}

#intro {
	background: url(images/herringbone.png) top left repeat;
	background-repeat: repeat;
	border: none;
	padding-bottom: 0;
	height: 920px;
	padding-top: 15px;
}
#intro img {
	margin-top: -35px;
}

h2.intro span {
	visibility: hidden;
}

h2.intro {
	background: url(images/header.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 106px;
	width: 623px;
}

span.sub {
	visibility: hidden;
}

#moreinfo {
	background: url(images/bluebar_transparent.png) top left repeat;
	height: 475px;
	padding-bottom: 50px;
	margin-bottom: 0;
	padding-top: 20px;
}

#moreinfo h2.what {
	background: url(images/header2.png) no-repeat;
	height: 166px;
	width: 420px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

#moreinfo h2 span {
	visibility: hidden;
}

p.add {
	clear: left;
	position: fixed;
	top: 200px;
	left: 30px;
	padding-left: 20px;
}


.social {
	position: fixed;
	left: 20px;
	top: 150px;
	text-align: left;
	clear: left;
	height: 200px;
	padding-top: 10px;
	padding-right: 10px;
}
.social a span {
	visibility: hidden;
}

.social a {
	padding-top: 20px;
	padding-bottom: 5px;
	text-decoration: none;
}
.social a.facebook {
	position: fixed;
	top: 150px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 160px;
}
.social a.facebook:hover {
	background-image: url(images/facebook2.png);
	height: 37px;
	width: 160px;
}
.social a.pinterest {
	position: fixed;
	top: 190px;
	background-image: url(images/pinterest.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 160px;
}
.social a.pinterest:hover {
	background-image: url(images/pinterest2.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 160px;
}

.lights {
	position: fixed;
	top: 65px;
	left: 0;
}

#photos ul {
	width: 925px;
	height: 500px;
	overflow: auto;
	padding-top: 10px;
}

#photos p.subheader {
	font-family: 'mission_scriptregular', helvetica, arial, sans-serif;
	font-size: 28px;
	text-shadow: none;
	text-align: center;
	color: #9E1F63;
	margin-top: -20px;
}

p.subheader2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	padding: 0;
	margin-top: -15px;
}

img.start {
	background: #fff;
	margin-top: 5px;
	clear: both;
	padding: 0;
}

#photos a.anchorLink {
	background: #fff;
	float: left;
	padding: 0;
	width: auto;
	height: 68px;
	transform: rotate(-45deg);
	display: block;
}

#photos {
	clear: both;
	position: relative;
	background: #FC0 url(images/stripes.png) scroll top left repeat;
	height: 800px;
}
#photos li {
	display: inline;
}
#photos ul a {
	background: #fff;
	float: left;
	width: auto;
	padding: 10px 5px 5px 5px;
	box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	width: 100px;
	height: 100px;
	display: block;
}
#photos li:nth-child(even) a {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	-o-transform: none;
	-ms-transform: none;
	position: relative;
}
#photos li:nth-child(3n) a {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
}
#photos li a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	position: relative;
	box-shadow: -3px 3px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: -3px 3px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: -3px 3px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: -3px 3px 2px rgba(0,0,0,0.3);
	-o-box-shadow: -3px 3px 2px rgba(0,0,0,0.);
}

h2.gallery span {
	visibility: hidden;
}

h2.gallery {
	background: url(images/myfestivuspole.png) no-repeat;
	height: 65px;
	width: 925px;
	padding: 0;
	text-align: center;
}

#transition {
	position: relative;
	width: auto;
	clear: both;
	padding: 0;
	text-align: center;
	height: 275px;
	z-index: 15;
}

#transition img {
	margin-top: -135px;
}

#transition2 {
	background: url(images/stripes.png);
	background-repeat: repeat-x repeat-y;
	height: 100px;
	text-align: center;
}

#transition2 img {
	margin-top: -50px;
}

#transition3 {
	background: url(images/linepatternwhite.png);
	background-repeat: repeat-x repeat-y;
	height: 25px;
	text-align: center;
}
#transition3 img {
	margin-top: -175px;
}

#transition4 {
	background: url(images/greenpattern.png);
	background-repeat: repeat-x repeat-y;
	height: 100px;
	text-align: center;
}
#transition4 img {
	margin-top: -155px;
	margin-left: -20px;
}
	

#scroll {
	background: url(images/rumble.png);	
	background-repeat: repeat-x repeat-y;
	height: 275px;
}

#more img {
	margin-top: -100px;
	position: relative;
}

.introtext {
	color: orange;
}

#assembly {
	background: url(images/linepatternwhite.png) top left repeat;
	padding-top: 20px;
	margin-top: -25px;
}

#news {
	background: url(images/greenpattern.png) top left repeat;
}

#news h2 span {
	visibility: hidden;
}
#news h2 {
	background: url(images/festivus-news.png);
	height: 171px;
	width: 477px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#videos {
	height: 500px;
	width: 925px;
	overflow: auto;
}

#polelot {
	height: 400px;
	width: 925px;
	overflow: auto;
	margin-top: 300px;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #069;
	font-weight: 400;
}

h2.poles {
	padding-top: 25px;
	font-family: 'ChunkFiveRegular', georgia, times, serif;
	font-size: 24px;
	letter-spacing: 1px;
}
h2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#news ul {
	display: block;
	text-align: left;
}

#news li {
	list-style-type: none;
}

#left {
	float: left;
	width: 50%;
}
#right {
	float: right;
	width: 50%;
}

#contact {
	background: url(images/escheresque-blue.png) top left repeat;
	padding-top: 15px;
}
#shop {
	background: url(images/escheresque.png) top left repeat;
	margin-top: -50px;
}
#shop p {
	color: #000000;
	font-family: 'ChunkFiveRegular', helvetica, arial, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
}
footer {
	background: url(images/escheresque.png) top left repeat;
	color: #000000;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
}