@charset "utf-8";
/*
::::::::::::::::::::::::
LAYOUT / BASE STYLING
for GSO Clothing (gso-clothing.com)
Created with Happy Happy Joy Joy by
Eagles and Cobras (eaglesandcobras.com)
::::::::::::::::::::::::
*/

* {
    margin:0;
    padding:0;
}

html {
   font-family:Helvetica, Arial, Verdana, Sans-Serif;
   font-size:12px;
   color:#444;
}

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

a:hover {
    text-decoration:underline;
}

body {
    background:url(../img/bgs/body2.gif);
    background-attachment: fixed;
}

#wrapper {
    width:1014px;
    margin:auto;
    background:#FFF url(../img/bgs/content.gif) repeat-y;
}

#main {
    padding:10px 20px;
}

#bottom {
    background:#FFF url(../img/bgs/bottom.gif) no-repeat;
    height:2px;
}

#content {
    position:relative;
}

.clear {
    clear:both;
}

h1 {
	font-size: 100px;
	letter-spacing: -10px;
}

h2 {
	font-size: 24px;
	letter-spacing: -2px;
}

h3 {
    font-size: 18px;    
}

h4 {
    font-size:24px;
    line-height:32px;
}

h5 {
    font-size:18px;
    line-height:24px;
}

h6 {
    font-size:14px;
}

h1,h2,h3 {
    color:#000;
}

h4,h5,h6 {
    color:#111;
}

.overlay {
	height:100%;
	width:100%;
	background: #000;
	position:fixed;
	top:0px;
	bottom:0px;
	z-index: 106;
	display:none;
	filter:alpha(opacity=85);
	Ðmoz-opacity:0.85;
	Ðkhtml-opacity: 0.85;
	opacity: 0.85;
}

.lb-loader {
	background: url(../img/loader/preloader.gif) no-repeat center center;
	height:100%;
	position: absolute;
	width:100%;
	z-index: 108;
}

.lb-content {
	display:none;
	padding:20px;
	position: absolute;
	z-index:109;
}

.lb-close {
	width: 30px;
	height:29px;
	position: absolute;
	z-index: 110;
}

.lb-close a {
	display:block;
	width:30px;
	height:29px;
	background: url(../img/loader/close_button.png);
}

.lightbox {
	position:fixed;
	z-index:107;
	display: none;
	width:400px;
	height:300px;
	top:0px;
	left:0px;
}


.rider-overlay {
	height:100%;
	width:100%;
	background: #000;
	position:fixed;
	top:0px;
	bottom:0px;
	z-index: 101;
	display:none;
	filter:alpha(opacity=85);
	Ðmoz-opacity:0.85;
	Ðkhtml-opacity: 0.85;
	opacity: 0.85;
}

.rider-loader {
	background: url(../img/loader/preloader.gif) no-repeat center center;
	height:100%;
	position: absolute;
	width:100%;
	z-index: 103;
}

.rider-content {
	width:970px;
	margin-top: 20px;
	margin-left:20px;
	position: absolute;
	z-index:104;
	overflow: auto;
	height:400px;
}

.rider-close {
	width: 30px;
	height:29px;
	position: absolute;
	z-index: 105;
}

.rider-close a {
	display:block;
	width:30px;
	height:29px;
	background: url(../img/loader/close_button.png);
}

.riderbox {
	position:fixed;
	z-index:102;
	width:990px;
	height:500px;
	top:0px;
	left:0px;
	display:none;
}
.rider-container {
 	width:950px;
}

.rider-name {
	position:absolute;
	font-size:32px;
	color:#FFF;
	margin-left: 20px;
	margin-top:225px;
	background: #000;
	padding: 10px 20px;
}

.rider-bio {
	padding:15px 0;
	font-size: 18px;
}

.rider-image {
	width:950px;
	height:300px;
}

.rider-bg, .lb-bg {
	background:#fff;
	position:absolute;
	display: block;
	width:100%;
	height:100%;
	margin:10px;
}

.lb-bg {display: none;}



