/* Main Divs */

#wrapper {
	width:960px;
	height:760px;
	position:absolute;
	margin-left:-480px;
	margin-top:-380px;
	left:50%;
	top:50%;
	visibility: visible;
	z-index: 1;
}

#wrapper>#floating { /*display:table for Mozilla & Opera*/
 display:table;
 position:static;
}
html {
	overflow-x: auto;
	overflow-y: auto;
	min-height: 760px;
	min-width: 960px;
	position: relative;
	height: 100%;
}
/* Intro Fader */

#gallery {
	position: relative;
	width:863px;
	height:453px;
	margin:0;
	padding:0;
	overflow: hidden;
	left: 0;
	top: 0;
}

#gallery li { display: block; }

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
		}
#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:325px;
	height:60px;
	overflow:hidden;
		}
.slideshow {
	height: 50px;
	width: 325px;
	margin: auto;
	overflow: hidden;
}
		
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
#nextBtn, #slider1next{ 
		left:696px;
		}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
		display:none;
		position:relative;
		width:30px;
		height:77px;
		background:url(easyslider1.7/images/btn_prev.gif) no-repeat 0 0;	
		}	
#nextBtn a, #slider1next a{ 
		background:url(easyslider1.7/images/btn_next.gif) no-repeat 0 0;	
		}	

/* // image replacement */
			
#container{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:325px;
	background:#fff;
	margin-bottom:0em;
	overflow: hidden;
		}	
#content{
	position:relative;
	overflow: hidden;
		}			
.slideshow {
	height: 60px;
	width: 300px;
	overflow: hidden;
	margin: auto;
	position: inherit;
	float: left;
}

/* Main Site */


.rtOL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #666;
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 20px;
}

.leftbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #09F;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 16px;
}

/* Div Center */

#center {
	width:960px;
	height:760px;
	position:absolute;
	left:0px;
	top:0px;
	_top:50px;
	text-align:center;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow-y:scroll hidden;
	overflow-x:scroll hidden;
	overflow: visible;
	background-image: url(/_assets/center_bkg.gif);
	background-repeat: no-repeat;
}

#site {
	width:900px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-250px auto auto -450px;
	text-align:center;
	visibility: visible;
	z-index: 99;
}

.formbutton {
	color:#999;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	width: 25px;
	background-color: #600;
	border: 1px solid #000;
	height: 18px;
	padding-bottom: 5px;
}
.formboxcontact {
	border:1px solid #333;
	color:#CCC;
	font:9px Arial, Helvetica, sans-serif;
	width: 150px;
	padding-left: 5px;
	background-color: #000;
	height: 15px;
}
	
.meta {
	font: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 9px;
	line-height: 1px;
}
* {
	margin: 0;
	padding: 0;

}

body {
	background-color: #262626;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
}

#nav {
    list-style: none;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #BBB;
    height: 20px;
}

#nav li {
    float: left;
    margin-right: 2px;
}

#nav li a {
    padding: 6px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#nav li a:hover {
}

#nav li.selected a {
	background: #000000;
	color: #FFF;

}

h1, h2 {
    font-weight:100;
}

h1 {
    font-size: 36px;
}

h1, h2, h3, p, ul, ol, pre, dl {
    margin-bottom: 1.0em;
}


.copy h2 {
    border-top: 2px solid #FFF;
    padding-top: 10px;
    clear: both;
}

a img {
    border: none;
}

pre, code {
    font-family: Monaco, monospace;
    font-size: 12px;
    background: #111;
    color: #F5F5F5;
}

p code {
    padding: 1px 3px;
}

pre {
    padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

pre .string { color: #3C3;}
pre .constant { color: #66F;}
pre .property { color: #A00;}
pre .keyword { color: #E66;}
pre .storage { color: #FC8;}
pre .comment { color: #888;}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }

.copy {
    width: 600px;
    line-height: 1.4em;
}

blockquote {
	margin: 0;
	font: italic 18px Georgia, serif;
}

dt {
    font-weight: bold;
    font-size: 14px;
}

dd + dt {
    margin-top: 0.5em;
}

dd {
    margin-left: 1.0em;
}

button {
    -webkit-appearance: push-button;
}

#footer {
    clear: both;
    margin: 20px 0;
    border-top: 1px solid #BBB;
    padding-top: 10px;
    line-height: 30px;
}

/* Image Hilite */

.hilit img {
	border: 1px solid #141414;
}

.hilit:hover img {
	border: 1px solid #000;
}

.hilit:hover {color: white; /*for IEbug*/}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
-khtml-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
filter: alpha(opacity=50);
-khtml-opacity: 0.5;
}


/**** Masonry CSS ****/

.wrap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #666;
}

.wrap:after {

}

.box {
	margin: 5px;
	padding: 5px;
	background: #212121;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	color: #CCC;
	padding-left: 10px;
}

.col1 { width: 80px; }
.col2 {
	width: 184px;
	background-color: #660000;
	height: 156px;
}
.col3 {
	width: 602px;
	background-color: #333;

}
.col4 { width: 380px; }

.col5 { width: 480px; }

.col1 img { max-width: 80px; }

.col2 img {
	height: 300px;
	width: 184px;
}

.col3 img {
	max-width: 560px;
}

.col4 img { max-width: 380px; }

.col5 img { max-width: 480px; }

.eventdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
}

.eventinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
}

.eventlocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
}

.col3b {
	width: 602px;
	background-color: #4B4B4B;
}

/* Twitter */

.twit_title { font:bold 14px Arial, Helvetica, sans-serif; color:#ffffff; }
.col3top {
	width: 602px;
	background-color: #333;
}

.col2b {
	width: 184px;
	background-color: #660000;
	height: 300px;
}

.picbox {
	margin: 5px;
	padding: 5px;
	background: #212121;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	color: #CCC;
	padding-left: 10px;
	padding-right: 5px;
}

.bigwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

.bigwhiteeng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

.sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.whtheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}
.smlcpy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-transform: uppercase;
	line-height: 11px;
}
.smlcpy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	line-height: 14px;
}
.goldheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffcc00;
	text-transform: uppercase;
}
.smlcpy3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	line-height: 16px;
}
.socialarea {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 1px;
}
.goldheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FDB813;
	text-transform: uppercase;
}
.goldheadsital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FDB813;
}
.smlcpy2gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FDB813;
	text-transform: uppercase;
	line-height: 16px;
}
.smlcpy2goldital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FDB813;
	line-height: 16px;
}
#copyarea {
	margin:0 auto;
	position:inherit;
	text-align:justify;
	width:365px;
	margin-bottom:0em;
	overflow: hidden;
	display: table-cell;
	word-spacing: -0.3ex;
}
