/* CSS, v1.0, Craziwolf Final - created by Craziwolf 1/1/2014 */

/* General */

body, html{
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	margin: 0px; 
	padding: 0px;
	height:100%;
	width:100%;
	color:#e6e6e6;
	background-image:url('../images/cmpbg.jpg');
}

/* Structure */

div#wrapper{
	position: relative;
	float:left;
	width:100%;
	min-height:100%;
	clear:both;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 95%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(95%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 95%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 95%,rgba(0,0,0,0.9) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 95%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 95%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

div#container{
	position:relative;
	display:block;
	clear:both;
	margin:0 auto;
	padding:0px;
	padding-bottom:85px;
	margin-top:30px;
	margin-bottom:40px;
	width:1024px;
	min-height:100%;
	overflow:hidden;
}
		
div#header{
	position:relative;
	display:block;
	width:100%;
	padding:10px 0px;
	overflow:visable;
	min-height:85px;
	border-bottom:1px solid #333333;
	background: #000; /* Old browsers */
	-webkit-box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.75);
}

div#header_container{
	position:relative;
	display:block;
	width:1024px;
	height:85px;
	color:#e6e6e6;
	margin:0 auto;
}

	
div#footer{
	position:fixed;
	display:block;
	width:100%;
	height:80px;
	bottom:0;
	clear:both;
	background: #000;
	float:left;
	border-top:1px solid #333333;
	-webkit-box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.75);}

div#footer_container{
	position:relative;
	display:block;
	width:1024px;
	height:auto;
	color:#999;
	margin:0 auto;
	font-size:10px;
	margin-top:30px;
}

/* Link Styles */

A:link {color: #fff; text-decoration: none;}
A:visited {color: #fff; text-decoration: none;}
A:active {color: #fff; text-decoration:none;}
A:hover {color: #fff; text-decoration: none; color: green;}

.navmain A:link { display:block; position:relative; color: #fff; text-decoration: none; padding:30px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}
.navmain A:visited {color: #fff; text-decoration: none; background-color:#191919; padding:30px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}
.navmain A:active {color: #fff; text-decoration: none; padding:30px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}
.navmain A:hover {color: #fff; background-color:#252525;text-decoration: none; padding:30px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}

.contactme A:link { display:block; position:relative; color: #fff; text-decoration: none; margin-top:15px; padding:5px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}
.contactme A:visited {color: #fff; text-decoration: none; background-color:#191919; margin-top:15px; padding:5px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}
.contactme A:active {color: #fff; text-decoration: none; margin-top:15px; padding:5px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}
.contactme A:hover {color: #fff; background-color:#252525;text-decoration: none; margin-top:15px; padding:5px 15px;font-family:"Arial Narrow", Verdana, Geneva; float:left;}

.contactme{
	position:absolute;
	display:block;
	margin-top:80px;
	margin-left:20px
}

.gallery{
	padding:5px;
	background:#000;
	border: 1px #292929 solid;
	z-index:10;
}


/* Heading Styles */

/*
Old font face

@font-face{
	font-family: "8bitlim";
	src: url('../8bitlim.ttf');
}
*/

/*
 * Lean Slider v1.0
 * http://dev7studios.com/lean-slider
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.lean-slider { 
    position: relative; 
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide { 
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none; 
}
.lean-slider-slide.current { display: block; }

/*
 * Lean Slider Sample Styles
 * http://dev7studios.com/lean-slider
 */
 
.slider-wrapper { 
    position: relative; 
    width:900px;
    margin:0 auto;
    background: url(images/loading.gif) no-repeat 50% 50%;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}

#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 26px;
    height: 37px;
    background: url(images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
    float: right;
    background-position: 100% 0;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {

    #slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}