@charset "utf-8";

html, body {height: 100%;}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: black url(../images/mainBG.gif);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl, img { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
ul {
	margin-top: 0;
	padding-right: 80px;
	padding-left: 80px;
}
h1 {
	text-align: center;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
nav a {
	display: inline-block;
	vertical-align: top;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	outline: 0;
	color:#09F;
	text-decoration: none; /* "underline" unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	outline: 0;
	color: #03F;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
} 
	
.container {
	width: 1400px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content {
	padding: 0 0;
	width: 960px;
	float: left;
	background: url(../images/midBG.png);
	color: #ffffcc;  /* text color */
}
.sidebar_left {
	padding: 0 0;
	float: left;
	width: 220px;	/* can be bigger, but change container total width to match if so */
	height: 100%;
}
.sidebar_right {
	padding: 0 0;
	float: left;
	width: 220px;	/* can be bigger, but change container total width to match if so */
	height: 100%;	/* arbitrary hieght - change this to match final graphics, then remove this comment */
}
.frame_slider { 
	position:absolute;
	top: 2px;
	left: 0;
	background: url(../images/frame_slider.png);
	pointer-events: none;
	z-index:100;
}
.intro_paragraph {
	text-align:center;
	margin-left: 30px;
	margin-right: 40px;
	color: #cccc66;
	font-weight: bold;
	font-size: larger;
}
.indent {
	margin-left: 40px;
	margin-right: 30px;
	color: #ffffcc;
}
.indent_green {
	margin-left: 40px;
	margin-right: 30px;
	color: #cccc66;
}
.indent_banners {
	margin-left: 150px;
	margin-right: 30px;
	color: #ffffcc;
}
.divideBar {
	padding-left: 80px;
}
.twitter_feed {
	margin: 0px 45px;
	float: right;
	width: 335px;	/* can be bigger, but change container total width to match if so */
	height: 400px;	/* arbitrary hieght - change this to match final graphics, then remove this comment */
}
#footer {
	float: left;
	padding: 0 0 0 30px;
}
	
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, aside, nav, article, figure {
	display: block;
	color: #FFF;
}

/* ~~ button mouse over classes ~~ */
.buttonHome {
	width: 130px;
	height: 30px;
	background: url(../images/buttons/buttons.jpg) 0 0;
	text-indent: -99999px;
}
.buttonHome:hover {
	background-position: 0 -30px;
}
.buttonHome:active {
	background-position: 0 -60px;
}

.buttonGame {
	width: 130px;
	height: 30px;
	background: url(../images/buttons/buttons.jpg) -134px 0;
	text-indent: -99999px;
}
.buttonGame:hover {
	background-position: -134px -30px;
}
.buttonGame:active {
	background-position: -134px -60px;
}

.buttonScreenshots {
	width: 130px;
	height: 30px;
	background: url(../images/buttons/buttons.jpg) -268px 0;
	text-indent: -99999px;
}
.buttonScreenshots:hover {
	background-position: -268px -30px;
}
.buttonScreenshots:active {
	background-position: -268px -60px;
}

.buttonConceptArt {
	width: 130px;
	height: 30px;
	background: url(../images/buttons/buttons.jpg) -402px 0;
	text-indent: -99999px;
}
.buttonConceptArt:hover {
	background-position: -402px -30px;
}
.buttonConceptArt:active {
	background-position: -402px -60px;
}

.buttonTeam {
	width: 130px;
	height: 30px;
	background: url(../images/buttons/buttons.jpg) -536px 0;
	text-indent: -99999px;
}
.buttonTeam:hover {
	background-position: -536px -30px;
}
.buttonTeam:active {
	background-position: -536px -60px;
}

.buttonForums {
	width: 130px;
	height: 30px;
	background: url(../images/buttons/buttons.jpg) -670px 0;
	text-indent: -99999px;
}
.buttonForums:hover {
	background-position: -670px -30px;
}
.buttonForums:active {
	background-position: -670px -60px;
}

.buttonKickstarter {
	width: 130px;
	height: 30px;
	background: url(../images/buttons/buttons.jpg) -804px 0;
	text-indent: -99999px;
}
.buttonKickstarter:hover {
	background-position: -804px -30px;
}
.buttonKickstarter:active {
	background-position: -804px -60px;
}


#welcome {
    font-size: 14px;
    color: #000;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#container {
    width: 900px;
    margin: 0 auto;
}

#progress {
    background-color: #333300;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#progress .percent {
    background: #87C442;  /* color of percent fill-bar */
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
    background-image: -webkit-linear-gradient(#9FD04F,#87C442);
    background-image: -moz-linear-gradient(#9FD04F,#87C442);
    background-image: -o-linear-gradient(#9FD04F,#87C442);
    background-image: -ms-linear-gradient(#9FD04F,#87C442);
    background-image: linear-gradient(#9FD04F,#87C442);
    width: 1%;
    height: 30px;
    position: relative;
}

#progress .percent .number {
    position: absolute;
    top: 0px;
    height: 30px;
    line-height: 30px;
    color: #000;
    right: -40px;
    width: 40px;
    text-align: center;
    font-weight: bold;
}

#actions {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
}



#actions li {
    float: left;
    width: 30%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #bbb;
    border-left: 1px solid #fff;
}

#actions li:nth-child(1) {
    border-left: none;
}

#actions li:nth-child(2) {
    width: 32%;
}

#actions li:nth-child(3) {
    border-right: none;
}



button {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    background: #87C442;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
    background-image: -webkit-linear-gradient(#9FD04F,#87C442);
    background-image: -moz-linear-gradient(#9FD04F,#87C442);
    background-image: -o-linear-gradient(#9FD04F,#87C442);
    background-image: -ms-linear-gradient(#9FD04F,#87C442);
    background-image: linear-gradient(#9FD04F,#87C442);
    color: black;
    -moz-box-shadow: inset 0 1px 0 0 #b7dc63;
    -webkit-box-shadow: inset 0 1px 0 0 #B7DC63;
    -o-box-shadow: inset 0 1px 0 0 #b7dc63;
    box-shadow: inset 0 1px 0 0 #B7DC63;
    text-shadow: #FFFF8E 0 1px 0;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    -o-background-clip: border-box;
    -ms-background-clip: border-box;
    -khtml-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #1A1A1A;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    padding: 0 20px;
    -moz-transition: "color","0.3s";
    -webkit-transition: "color","0.3s";
    -o-transition: "color","0.3s";
    transition: "color","0.3s";
    cursor: pointer;
    margin: 0px;
    opacity: 0.99;
}

button:hover {
    opacity: 0.9;
}

button.facebook {
    background: #3b5998;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4b71c1),color-stop(100%,#3b5998));
    background-image: -webkit-linear-gradient(#4b71c1,#3b5998);
    background-image: -moz-linear-gradient(#4b71c1,#3b5998);
    background-image: -o-linear-gradient(#4b71c1,#3b5998);
    background-image: -ms-linear-gradient(#4b71c1,#3b5998);
    background-image: linear-gradient(#4b71c1,#3b5998);
    color: #fff;
    -moz-box-shadow: inset 0 1px 0 0 #5b8aeb;
    -webkit-box-shadow: inset 0 1px 0 0 #5b8aeb;
    -o-box-shadow: inset 0 1px 0 0 #5b8aeb;
    box-shadow: inset 0 1px 0 0 #5b8aeb;
    text-shadow: #3b5998 0 1px 0;
}

button.twitter {
    background: #2578b4;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#58a8e2),color-stop(100%,#2578b4));
    background-image: -webkit-linear-gradient(#58a8e2,#2578b4);
    background-image: -moz-linear-gradient(#58a8e2,#2578b4);
    background-image: -o-linear-gradient(#58a8e2,#2578b4);
    background-image: -ms-linear-gradient(#58a8e2,#2578b4);
    background-image: linear-gradient(#58a8e2,#2578b4);
    color: #fff;
    -moz-box-shadow: inset 0 1px 0 0 #88c1ec;
    -webkit-box-shadow: inset 0 1px 0 0 #88c1ec;
    -o-box-shadow: inset 0 1px 0 0 #88c1ec;
    box-shadow: inset 0 1px 0 0 #88c1ec;
    text-shadow: #2578b4 0 1px 0;
}


/*  CSS IMAGE SWAPS START HERE - should be a better way to do this w/ a function call */				  
					  
.imageSwap        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_Cam.png) 0 0; background-repeat: no-repeat; }

.imageSwap:hover       { background: url(../images/teamPic_Cam.png) -207px 0;  }


.imageSwap2        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_Martin.png) 0 0; background-repeat: no-repeat; }

.imageSwap2:hover       { background: url(../images/teamPic_Martin.png) -207px 0;  }


.imageSwap3        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_Gunnar.png) 0 0; background-repeat: no-repeat; }

.imageSwap3:hover       { background: url(../images/teamPic_Gunnar.png) -207px 0;  }


.imageSwap4        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_Dave.png) 0 0; background-repeat: no-repeat; }

.imageSwap4:hover       { background: url(../images/teamPic_Dave.png) -207px 0;  }


.imageSwap5        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_Jef.png) 0 0; background-repeat: no-repeat; }

.imageSwap5:hover       { background: url(../images/teamPic_Jef.png) -207px 0;  }


.imageSwap6        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_Jameson.png) 0 0; background-repeat: no-repeat; }

.imageSwap6:hover       { background: url(../images/teamPic_Jameson.png) -207px 0;  }


.imageSwap7        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_Koz.png) 0 0; background-repeat: no-repeat; }

.imageSwap7:hover       { background: url(../images/teamPic_Koz.png) -207px 0;  }


.imageSwap8        { position: relative; height: 230px; width: 207px; float: left; margin-left: 64px; margin-right: 20px; outline: 0;
				  background: url(../images/teamPic_GauchaZ.png) 0 0; background-repeat: no-repeat; }

.imageSwap8:hover       { background: url(../images/teamPic_GauchaZ.png) -207px 0;  }

