@charset "utf-8";
/* CSS Document */
body {
	background:#FFFFFF;
}

a img {
	border: none;
}

h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 50px;
}

h1, p {
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	color:#ff650d;
}

h3 { 
    font-family: 'Questrial', sans-serif;
	font-size: 20px;
	color:#ff650d;

}

h4 { 
   font-family: 'Questrial', sans-serif;
	font-size: 15px;
	color:#3a487b;

}

h5.a { 
   font-family: 'Questrial', sans-serif;
	font-size: 30px;
	color:#86C243;
	display:inline;

}

h5.b { 
   font-family: 'Questrial', sans-serif;
	font-size: 12px;
	color:#86C243;
	text-decoration:underline;
	display:inline;

}

h5.c { 
   font-family: 'Questrial', sans-serif;
	font-size: 30px;
	color:#86C243;
}

p {
	font-size: 20px;
	color:#3a487b;
}

.m-nav {
	display:block;
	top:0px;
	left:6px;
	width:320px;
	position:fixed;
	z-index:1000;
	overflow:hidden;
}

.small-nav {
	display:none;
	top:0px;
	left:0px;
	width:320px;
	position:fixed;
	z-index:1000;
	overflow:hidden;
}

.s-home {
	display:inline-block;
	width:70px;
	height:70px;
}

.s-about {
	display:inline-block;
	width:70px;
	height:70px;
}

.s-portfolio {
	display:inline-block;
	width:70px;
	height:70px;
}

.s-hireme {
	display:inline-block;
	width:70px;
	height:70px;
}

.m-sidebar {
	display:block;
	top:100px;
	position:relative;
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

#small-sidebar {
	display:none;
 	width:33px;
	height:171px;
 	top:100px;
	position:fixed;
	left:0px;
	z-index:1;
}

#sidebar {
	display:none;
 	width: 66px;
 	top: 90px;
	position: fixed;
	left:0px;
	z-index:1;
}

#navbar {
	display:none;
	top:70px;
	width: 130px;
	position: fixed;
	right:0px;
	z-index:1;
}

#top {
	display:block;
	width:5px;
	height:5px;
	top:0px;
	position:absolute;

}

.statement {
	display:block;
	width:250px;
	height:300px;
	top:60px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.question {
	display:none;
	top:110px;
	width:430px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	clear:both;
}

#header_section_container {
	display:none;
	top:130px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	min-height:600px;
    z-index: 4;
	position:relative;
	clear:both;
}

#header_section_container img {
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-opera-border-radius:25px;
	-khtml-border-radius:25px;
	border-radius:25px;
}

.division-container-1 {
	display:inline-block;
	width:32%;
}

.division-container-2 {
	display:inline-block;
	width:32%;
}

.division-container-3 {
	display:inline-block;
	width:32%;
}

#division_a {
	display:block;
	top:0px;
	width:35%;
	margin: 5px;
	padding: 5px;
	position:absolute;
    z-index: 4;
}

#division_b {
    display:block;
	top:0px;
	width:35%;
	margin: 5px;
	padding: 5px;
	position:absolute;
    z-index: 4;
}

#division_c {
    display:block;
	top:0px;
	width:35%;
	margin:5px;
	padding:5px;
	position:absolute;
    z-index: 4;
}

.img-a {
	background:url(images/header_img_a.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

.img-b {
	background:url(images/header_img_b.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

.img-c {
	background:url(images/header_img_c.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 120px;
}
ul.thumb li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 100px;
	height: 100px;
}
ul.thumb li img {
	width: 80px; height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 0px solid #ddd;
	padding: 0px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	border: none; /* Get rid of border on hover */
}


/*
div.slidercontainer {
  margin-left: auto;
  margin-right: auto;
  width: 800;
}

.peKenBurns {
	margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 500px;
};
.peKenBurns .peKb_slides {
    padding: 8px;  */
    /* customize rounded border (not supported in ie < 9) */
 /*   -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
	background-color:#E0DEDF;
};
.peKenBurns .peKb_slides .peKb_frame{
    background-color:#000000;
};
    .peKenBurns .peKb_slides .peKb_caption h1 {
    font-family: Arial;
    font-size: 11px;
    color: #FEFEFE;
};
    .peKenBurns .peKb_slides .peKb_caption .peKb_real{
    padding: 10px;
};
.peKenBurns .peKb_slides .peKb_caption {
    margin: 0px 5px 5px 5px;
}; 
.peKenBurns .peKb_slides .peKb_caption .peKb_background {
    background-color: #202020;
}

*/



#about_section_container {
	display:block;
	top:0px;
	padding-top:0px;
	background:transparent;
	max-width:275px;
	min-height:450px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#about_section_container p {
	font-size: 15px;
	color:#3a487b;
}

#about {
	display:block;
	margin-top:120px;
	min-height:130px;
	width: 100%;
    z-index: 2;
	position:relative;
    
}

#about_section_text {
	display:block;
	height:260px;
	width:90%;
	left: 5%;;
    z-index: 2;
    position:relative;
	
}



#portfolio_section_container {
	background:transparent;
	display:block;
	position:relative;
	top:400px;
	left:0px;
	width:270px;
	height:1764px;
	margin-left:auto;
	margin-right:auto;
}

/* set some style for thumb containers */
		img {
			border: none;
		}
		
		a {
			text-decoration: none;
		}
	
		.slider {
			width: 270px;
       		height: 204px;
       		float: left;
       		margin: 0px 0px 5px 0px;
       		overflow: hidden;
		}
		
		.clear {
			clear: left;
		}
	
		/* set plugin styles */
		.peKenBurns {
			width: 270px;
       		height: 240px;
		}
		
		/* make shadow less thumbnail smaller (shadow is 36px) */
		.noShadow .peKenBurns {
			height:204px;
		}
		
		/* set border size to 8px */
		.peKenBurns .peKb_slides {
			padding:0px;
			background:url(images/background.png);
			/* customize rounder border (not supported in ie < 9) */
			-moz-border-radius: 0px; 
			-webkit-border-radius: 0px; 
			border-radius: 0px;
		}
		
		/* caption font */
    	.peKenBurns .peKb_slides .peKb_caption h1 {
    		font-family: 'Questrial', sans-serif;
			font-size: 20px;
    		color: #FFFFFF;
    	}
		
		/* caption padding */
		.peKenBurns .peKb_slides .peKb_caption .peKb_real{
			padding: 10px;
    	}
    	
    	/* caption margins */
    	.peKenBurns .peKb_slides .peKb_caption {
			margin: 0px 5px 5px 5px;
		}	
		
		/* caption background */
    	.peKenBurns .peKb_slides .peKb_caption .peKb_background {
    		background-color: #346b81;
    	}
		
#portfolio {
	width:270px;
	padding:0px;
	margin-top:100px;
    z-index: 2;
	position:relative;
	
}

.item {
	float:left;
	
}

.folioitem {
	padding: 20px;
	
}

#cubefloor {
	display:none;
	top:2460px;
	left:100px;
	margin:10px;
	width:800px; 
	height:662px;
    z-index:-3000;
	position:absolute;
	clear:both;
}

.farcube {
	display:none;
	background:url(images/fallingcubebg.png) 50% 380px no-repeat fixed;
	top:0px;
	width:98%;
	height:3370px;
	position:absolute;
	z-index:-5000;
}

#fallingcube {
	display:none;
	background:url(images/fallingcube2.png) 80% 500px no-repeat fixed;
	display:block;
	top:0px;
	width:98%;
	height:3000px;
	padding-top:-500px;
    z-index:3;
    position:absolute;
	z-index:-4000;
    
}

.footerbg {
	background: #5b0b71 url(images/rockbottom.png) center center fixed no-repeat;
	-moz-background-size: 300%;
	background-size: 300%;
	display:none;
	position:absolute;
	border-top:dashed;
	border-top-width:thick;
	border-color:#FFFFFF;
	top:3350px;
	left:0px;
	width:100%;
	height:1226px;
	z-index:-2000;
}



#hireme_section_container {
	display:block;
	position:relative;
	top:700px;
	width:260px;
	margin-left:auto;
	margin-right:auto;
	height:900px;
	padding-left:0px;
}

#hireme {
	display:block;
	left:0px;
    width:240px;
	height:300px;
	padding:10px;
	margin:0px;
	margin-top:100px;
	background-image:url(images/background.png);
	-moz-border-radius: 15px;
    border-radius: 15px;
	position:asolute;
	overflow:hidden;
}

#hireme h1 {
	font-size:36px;
}
#contact {
	display:block;
    width:240px;
	height:500px;
	padding:10px;
	margin:0px;
	margin-top:20px;
	background-image:url(images/background.png);
	-moz-border-radius: 15px;
    border-radius: 15px;
	position:absolute;
	overflow:hidden;
	clear:both;
}
#contactable #contactable_inner {
	
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:102px;
	*margin-top:10px;
	width:44px;
	z-index:100000;
}

#contactable #contactForm {
	background-color:#333333;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	height:450px;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:250px;
	*width:250px;
	z-index:99;
}

#contactable form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:230px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: arial;
	font-size:12px;
	margin-bottom:10px;
}

#contactable form#contactForm .submit {
	background: #F5410F none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:260px;
	padding:5px;
	border:3px solid #F52D0F;
	outline-color:-moz-use-text-color;
	font-family: arial;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

#contactable form#contactForm p {
	width:260px;
	font-size:0.9em;
}

#contactable form#contactForm .disclaimer {
	*margin-left:20px;
}

#contactable #contactForm .red {
	color:	#F5410F;
}

#contactable #overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 
#contactable .error { background-color: #EDBE9C; }

#contactable #name.error { background-color: #EDBE9C; } 
#contactable #email.error { background-color: #EDBE9C; }
#contactable #comment.error { background-color: #EDBE9C; }

#contactable form#contactForm label{
	*margin-left:20px;
}

#contactable form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#contactable #callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:260px;
	margin: 100px auto;	
	display:none;
}


#contactable .holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;	
}

#callback {
	font-family:arial, sans-serif;
	font-size:2em;
	color:#FFFFFF;
}

dd {
	margin-left:6px;
	width:90%;
	height:auto;
}

.expander {
	width:90%;
}

.r-display {
	display:none;
}

.m-display {
	display:block;
}