@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 900px;
	min-width: 180px;

}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.header {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 10;
	height: 180;
}


body {
    background-color: #FFF;

}

.footer {
	background: #FFF;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	color: #000;
	font: 70%/1.1
	 Verdana, Arial, Helvetica, sans-serif;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}



a:link {
	color: #245887;
    text-decoration: blink;
}

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. */
	color: #00c3f3;
	text-align: center;
}


.social {
	max-width: 36px;
	min-width: 10px;
	margin-bottom: 10px;
	margin-top: 8px;
}

.bigs {
	max-width: 50px;
	min-width: 15px;
	margin: 5px auto 5px auto ;
}


.icons {
	max-width: 120px;
	min-width: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;

}


.vid {
	max-width: 720px;
	min-width: 320px;
	text-align: center;
	height: auto;
	margin: auto;
	z-index: 1;
	color: #FFF;
}


.bio {
	max-width:860px;
	min-width:240px;
	margin: auto;
	display:block;
}

h1 {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	font-size: 120%;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	margin: auto;
}


h2 {
	text-align: center;
	color: #245887;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 13px;
}


.art {
	max-width: 375px;
	height: auto;
	margin: auto;
	display: block;
}



.shop {
	width: 370px;
	margin: auto;
	display: block;
	
}


.gear {
	width: 180px;
	height: 180px;
	margin: auto;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		2;
	dw-num-cols-desktop:	2;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


ul li {
	font-size: 78%;
	text-align: center;
	width: auto;
	display:inline-block;
}


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 100%;
	padding-left: 1.%;
	padding-right: 1.%;
	max-width: 600px;
	min-width: 300px;
	background-color: #FFF;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.footer {
	font: 80%/1.1
	 Verdana, Arial, Helvetica, sans-serif;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}


.social {
	max-width: 36px;
	min-width: 10px;
	height: auto;
}


.team {
	max-width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	margin-top: 0;
	display: block;
	
}


.group {
	width: 100%;
	margin:auto;
	max-width: 660px;

}

.ban {
	width: 100%;
	max-width: 750px;
	display: block;
	margin: auto;
	margin-bottom: 6px;
	margin-top: 6px;
}


.heady {
	margin-top: 26%;
	margin-bottom: 4px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


.lefty {
	margin: auto;
	text-align: left;
	display: block;
	max-width: 750px;
	padding: 4px;
	background-color: #FFF;
}

.righty {
	margin: auto;
	text-align: right;
	display: block;
	max-width: 666px;
	padding: 4px;
	background-color: #FFF;
}

.cover {
	margin: auto;
	text-align: center;
	display: block;
	max-width: 666px;
	padding: 4px;
	background-color: #000;
}

.mid {
	margin: auto;
	text-align: center;
	display: block;
	max-width: 600px;
	padding: 4px;
}


.pix {
	max-width: 600px;
	height:auto;
	margin:auto;

}


.fill {
	width:100%;
}


.mid2 {
	margin: auto;
	text-align: center;
	display: block;
	max-width: 850px;
	padding: 4px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

ul li {
	font-size: 80%;
	text-align: center;
	cursor: pointer;
	width: 23.551%;
	margin: 0;
	padding: 0;
	
}


.gridContainer {
	width: 100%;
	max-width: 768px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin: auto;
	width: 100%;
	display: block;
	
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.art {
	max-width: 600px;
	height: auto;
	margin: auto;
	display: block;
}


h1 {	
	font-size: 180%;
	color: #ffffff;
}


h2 {
	font-size: 150%;
}


.team {
	max-width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	margin-top: 0;
	display: inline-block;
	
}

.group {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	max-width: 660px;

}


.heady {
	margin-top: 23%;

}


.shop {
	width: 740px;
	margin: auto;
	display: inline-block;

}





}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 920px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	margin-top: 0;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin: auto;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.icons {
	max-width: 200px;
	min-width: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;

}

.bigs {
	max-width: 60px;
	min-width: 15px;
	margin: auto ;
	size: 105%;
	padding-left: auto;	
	padding-right: auto;
}

h1 {
	font-size: 180%;
	color: #000000;
}


h2 {
	font-size: 160%;
	text-align: center;
}

.art {
	max-width: 600px;
	height: auto;
	margin: auto;
	display: block;
}


.group {
	max-width: 760px;
	margin:auto;
}



.team {
	max-width: 350px;
	margin: auto;
	display: inline-block;
	margin-bottom: 8px;
	
}


.heady {
	margin-top: 23%;

}


.shop {
	width: 740px;
	margin: auto;
	display: block;

}




}

nav {
	width: 100%;
	background: #424242;
	margin-bottom: 2px;
	max-width: 900px;

}

ul {
	
	width: 100%;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	display: inline-block;
	padding: 5px;
}


ul li {
	font-size: 80%;
	text-align: center;
	cursor: pointer;
	width: 33.33333%;
}


ul li:hover {
	background: #00c2f3;
	
}

ul a {
	color: #fff;
	text-decoration: none;
}
