@charset "UTF-8";
/* CSS Document */

body {
	background: #362f2d url(../images/background.jpg) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	margin: 0; padding: 0;
	text-align: center;
}

A {
	outline: none;	
}

A:LINK,
A:VISITED {
	color: #eda739;	
}

A:HOVER {
	color: #ffcc00;	
}

HTML, BODY {
	height: 100%; width: 100%;
}

H1, H2, H3, H4, H5, H6 {
	margin: 0 0 0.75em 0;
	line-height: 1.1em;
}

.gif {
	display: none;	
}

/* CLEARFIX */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#navi-wrap {
	background: url(../images/nav-bg.png) top repeat-x;
	height: 70px;
}

#navi {
	width: 960px;
	margin: 0 auto;
	height: 50px;
}

#navi UL {
	width: 630px;
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}

#navi UL LI {
	display: inline;	
	margin: 0; padding: 0;
}

#navi UL LI A:LINK,
#navi UL LI A:VISITED {
	display: block;
	float: left;
	height: 50px;
	color: white;
	text-decoration: none;
	text-indent: -9000px;
}

#navi UL LI A:HOVER {
	color: #ffcc00;	
}

LI.bhome A:LINK,
LI.bhome A:VISITED {
	width: 122px;
	background: url(../images/nav-home.png) top center no-repeat;
}

LI.babout A:LINK,
LI.babout A:VISITED {
	width: 190px;
	background: url(../images/nav-about.png) top center no-repeat;
}

LI.bnews A:LINK,
LI.bnews A:VISITED {
	width: 170px;
	background: url(../images/nav-news.png) top center no-repeat;
}


LI.bcontact A:LINK,
LI.bcontact A:VISITED {
	width: 148px;
	background: url(../images/nav-contact.png) top center no-repeat;
}

LI.bhome A:HOVER,
LI.babout A:HOVER,
LI.bnews A:HOVER,
LI.bcontact A:HOVER {
	background-position: center center;	
}

#navi UL .selected {
	background-position: bottom center;	
}

#leftside {
	width: 320px;	
	float: left;
}

#rightside {
	width: 630px;
	float: left;
	margin-left: 10px;
}

/* PORTFOLIO SCROLLING PANELS
==================================== */

#pane {
	height:360px;
	width: 630px;
	overflow: hidden;
}

#section-mask {
	overflow:hidden;
	width: 2520px;
	height: 360px;
}
	
.section {
	float:left;
	width: 630px;
	height: 360px;
	padding: 0;
}

.leftcol, .rightcol {
	width: 280px;
	margin: 0 0 0 20px;
	float: left;
}

.section H1 {
	font-size: 280%;
	border-top: 3px solid #eda739;
	margin: 20px 40px 10px 20px;	
	padding-top: 10px;
	color: #eda739;
}

.leftcol H1, .rightcol H1 {
	margin-left: 0;	
	margin-right: 0;
}

.section h3 {
	font-size: 160%;
	
}

.section P {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#section2 P {
	font-size: 120%;	
}

.movie {
	padding: 3px;	
	background: black;
}

.social {
	margin: 20px 0 0 0;
	border-top: 1px solid #736e6c;	
	height: 80px;
}

.social UL {
	list-style: none outside;
	margin: 0; padding: 0;
}

.social UL LI {
	display: inline;	
}

.social UL LI A:LINK,
.social UL LI A:VISITED {
	display: block;
	float: left;
	height: 80px;
	margin: 10px 0px 0 0;
}

LI#sb-face A:LINK,
LI#sb-face A:VISITED {
	text-indent: -9000px;
	background: url(../images/f-fb.png) center center no-repeat;
	width: 64px;
	height: 80px;
}

LI#sb-twitter A:LINK,
LI#sb-twitter A:VISITED {
	text-indent: -9000px;
	background: url(../images/f-tw.png) center center no-repeat;
	width: 64px;
	height: 80px;
}

LI#sb-hands A:LINK,
LI#sb-hands A:VISITED {
	text-indent: -9000px;
	background: url(../images/f-hof.png) center center no-repeat;
	width: 314px;
	height: 40px;
	margin-top: 20px;
	margin-left: 24px;
}

LI#sb-survive A:LINK,
LI#sb-survive A:VISITED {
	text-indent: -9000px;
	background: url(../images/f-st.png) center center no-repeat;
	width: 160px;
	height: 80px;
}