/* 
	All Source Code Copyright 2010, Vrasa
	http://vrasa.com/
	
	If you like what you see, and want to use
	some of this code please email us here: 
	hello [at] vrasa.com and we can discuss 
	pricing and availability.

	Date: Wed July 14 10:20:19 2010 -0600
*/

/* style reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; }



/* la vanilla */
html { overflow-x: hidden; }

body {
	background-color: #1c1c1c;
	color: #000000;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0 6px 20px 6px;
}

h2 {
	font-size: 12px;
	padding: 0px;
	margin: 10px 0 0 0;
}

a {
	color: #333333;
	text-decoration: underline;
}

.push { margin-top: -9000px; }



/* content */
#container {
	background-color: #1b1b1b;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	display: block;
	position: relative;
    width: 100%;
    height: 345px;
    overflow: hidden;
    border-bottom: 2px #000000 solid;
}

#about {
	display: block;
	position: relative;
	cursor: text;
	width: 980px;
	height: 637px;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
}

#theloot {
	display: block;
	position: relative;
	cursor: pointer;
	width: 980px;
	height: 345px;
	background-image: url(../images/theloot.png);
	background-repeat: no-repeat;
}

#what {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 345px;
	margin-top: 40px;
}

#twitter {
	display: inline-block;
	position: relative;
	width: 295px;
	height: 222px;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 40px;
}

#twitter:hover { background-image: url(../images/twitter_over.png); }

#vrasa {
	display: inline-block;
	position: relative;
	width: 327px;
	height: 222px;
	background-image: url(../images/vrasa.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#vrasa:hover { background-image: url(../images/vrasa_over.png); }

#loot {
	display: inline-block;
	position: relative;
	width: 280px;
	height: 222px;
	background-image: url(../images/loot.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#loot:hover { background-image: url(../images/loot_over.png); }



/* slider */
#the {
	display: block;
	position: relative;
    width: 980px;
    height: 345px;
    margin: 0 auto;
}

.coda-slider-no-js .coda-slider { overflow: auto; } 

.coda-slider p.loading, .coda-slider-wrapper.arrows .coda-slider, .coda-nav, .coda-nav-left a, .coda-nav-right a { display: none; }

.coda-slider, .coda-slider .panel, .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 980px; }

.coda-slider .panel-wrapper {
	display: block;
	width: 980px;
	height: 345px;
	cursor: text;
}

.coda-slider {
	float: left;
	position: relative;
}

.coda-slider .panel {
	display: block;
	float: left;
}

.coda-slider .panel-container { position: relative; }



/* other */
a, a:active { outline: none; }

a:focus, img:focus, .submit:focus { -moz-outline-style: none; }

:focus { outline: none; }

object { border: 0; outline: none; }

#preload { display: none; }

