/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*  START STYLES  */




body {
	margin:0;
	padding:0;
	background-image:url('images/woodbgd-main.jpg');
	min-height:100%;
  	position:relative;
}

.body {
	margin:0;
	padding:0;
	height:100%;
}

.header {
	height:269px;
	width:100%;
	background-image:url('images/woodbgd-header.jpg');
	min-width:1175px;
}

.footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:100px;
	background:#000;
}

#footer-text {
	float:right;
	margin-top:22px;
	height:65px;
	margin-right:50px;
}

.footer p {
	color:#d8bb0f;
	font-family: Papyrus, "Comic Sans MS", sans-serif;
	font-size:22px;
	font-weight:100;
	line-height:1.5em;
	text-align:right;
}




#trees {
	position:absolute;
	left:50px;
	top:100px;
}

#oldman {
	position:absolute;
	left:152px;
	top:-62px;
}

#logo {
	position:absolute;
	left:336px;
	top:40px;
}

#crow {
	position:absolute;
	left:782px;
	top:86px;
}

#wheel {
	position:absolute;
	left:1005px;
	top:20px;
}



.sidebar {
	width:275px;
	height:100%;
	float:left;
	background-image:url('images/woodbgd-sidepanel.jpg');
	margin-top:-35px;
}

.nav {
	margin-top:70px;
	margin-left:40px;
}

.nav li {
	margin-bottom:10px;
	list-style-type: none;
}

.nav img:hover{
	-webkit-transition: opacity 0.6s linear;
	opacity: 1; -webkit-transform: rotate(353deg);
	-moz-transform: rotate(359deg);
}



.main {
	margin-left:275px;
	width:900px;
}

.content-box {
	width:625px;
	height:470px;
	background:#786958;
	margin-top:35px;
	margin-left:85px;
	position:relative;
}

.content-box p {
	color:#d8bb0f;
	font-family: Papyrus, "Comic Sans MS", sans-serif;
	font-size:45px;
	font-weight:100;
	line-height:1.2em;
	text-align:center;
	padding-top:80px;
	padding-left: 30px;
	padding-right: 30px;
}

#about {
	overflow:scroll;
	overflow-y: scroll !important;
	overflow:-moz-scrollbars-vertical;
}

#about p {
	font-size:28px;
	padding-left: 40px;
	padding-right: 40px;
	text-align:left;
	padding-top:50px;
	padding-bottom:50px;
}

#contact p {
	font-size: 36px;
}

#videos {
	background:#000;
	overflow:scroll;
	overflow-y: scroll !important;
	overflow:-moz-scrollbars-vertical;
}

#bottle {
	position:absolute;
	left:30px;
	top:200px;
}

#skull {
	position:absolute;
	left:515px;
	top:200px;
}





/*  LANDING PAGE STYLES  */

#landing {
	position:relative;
	width:900px;
	height:200px;
	margin-top:260px;
}


#goaway {
	position:absolute;
	left:0px;
	top:70px;
}

#entersite {
	position:absolute;
	left:257px;
	top:20px;
}

#skull2 {
	position:absolute;
	left:760px;
	top:10px;
}

#counter {
	position:relative;
	left:40px;
	top:300px;
}


/*  VIDEO STYLING  */

#videos p {
	padding-top:45px;
	color:#a4ff4b;
}

#video-thumbs {
	margin-left: 52px;
	margin-top:30px;
}

#video-thumbs li {
	float:left;
	list-style-type: none;
	margin-right:25px;
	margin-bottom: 50px;
}


/*  VIDEO BOX STYLING  */

#html5-elem-data-box {
	position:absolute !important;
	top:0px !important;
	background:url('images/lightbox-bgd.jpg') !important;
}

#html5-text {
	margin-top:8px !important;
	padding:6px !important;
	width:468px !important;
	background-color:#8e5c1a !important;
	text-align:center !important;
}

#html5-close {
	display:none !important;
} 

#html5-image {
	padding:8px !important;
	background:url('images/lightbox-bgd.jpg') !important;
}

#html5lightbox-video {
	margin-top:28px;
}