@charset "UTF-8";
/* CSS Document */

/*apply a natural box layout model to all elements*/
*{-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
/*instructs older browsers which HTML5 elements to dispay as block*/
header, section, footer, aside, nav, article, figure{
	display:block;
}
/*contact form*/

/*body{
	width:700px;
}*/

#container{
	background: rgb(135,224,253); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}

/*form{
	width:960px;
	height:100%;
}*/

.logo{
	background-color:#999;
	/*width:395px;
	height:50px;*/
	letter-spacing:8px;
	font-family:Tahoma, Geneva, sans-serif;
	/*margin-left:2px;
	padding-left:9px;*/
}

.logo{
	-webkit-box-shadow: 7px 7px 8px 2px rgba(9, 9, 9, .3);
	box-shadow: 7px 7px 8px 2px rgba(9, 9, 9, .3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.logo{
	background: rgb(254,255,255); /* Old browsers */

background: -moz-linear-gradient(left,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */

background: linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 */

}
h1,h2{
	border-width:2px;
	 border-style:none;	 
	 border-color:#CCCCCC;
	 /*width:500px;*/
	 padding:5px;
}

 .labels{
	 background-color:#999;
	 border-width:2px;
	 border-style:none;	 
	 border-color:#CCCCCC;
	 /*width:300px;
	 padding:20px;
	 margin-left:2px;*/
 }
 
label{
	/*width:200px;
	padding:10px;
	padding-bottom:200px;
	margin-bottom:200px;
	border-bottom-width:100px;*/
}
label{
	text-shadow: 1px 1px 3px #999;
	filter: dropshadow(color=#999, offx=1, offy=1);
}
input,textarea{
	-webkit-box-shadow: 7px 7px 8px 2px rgba(9, 9, 9, .3);
	box-shadow: 7px 7px 8px 2px rgba(9, 9, 9, .3);
	/*width:300px;
	height:35px;
	margin:3px;
	margin-bottom:40px;*/
}
input,name{
	text-shadow: 1px 1px .2px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
}

textarea{
	height:200px;
	-webkit-box-shadow:  25px 20px 10px 4px rgba(9, 9, 9, 0);
        
        box-shadow:  25px 20px 10px 4px rgba(9, 9, 9, 0);
}

input.submit{
	/*width:100px;*/
	font-size:20px;
	letter-spacing:1px;
}
input.submit{
	-webkit-box-shadow:  25px 20px 10px 4px rgba(9, 9, 9, 0);
        
        box-shadow:  25px 20px 10px 4px rgba(9, 9, 9, 0);
		text-shadow: 1px 1px .2px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
}
input{
	font-size:14px;
	font-weight:bold;
	font-stretch:extra-expanded
	
}
/*end of contact form*/	 

/*about*/
#container{
	/*padding:10px;*/
	background-color:#CCFFFF;
	font-size:16px;
	font-family: 'Droid Serif', serif;
}

.intro{
	font-size:28px;
	line-height:38px;
	/*padding-top:7px;*/
}
.photo{
	-webkit-box-shadow: 7px 7px 8px 2px rgba(9, 9, 9, .3);
	box-shadow: 7px 7px 8px 2px rgba(9, 9, 9, .3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.photo{
	float:left;
	margin:30px 20px 10px 10px;
	padding:15px;
	background-color:#FFF;
}
.company{
	font-size:28px;
	line-height:38px;
	/*padding-top:12px;
	margin-left:13px;*/
}
/*.about{
	margin-left:8px;
}*/
/*end of about*/

/*Resume*/
body{
	background-color:rgba(255,255,255,1);
	
}

#content{
	font-family:'Droid Serif', serif;
	font-size:16px;
	font-weight:normal;
	line-height:inherit;
}

/*h3{
	padding-left:8px;
}*/
h2{
	font-variant:small-caps;
	line-height:24px;
	letter-spacing:1px;
	font-weight:bold;
}
.disc{
	line-height:24px;
}

#header{
	border-bottom:1px groove #666666;
	height:200px;
	padding-top:20px;
}
.expertise{
	border-bottom:2px groove #666666;
	height:inherit;
}
.job-03{
	border-bottom:2px groove #666666;
	height:inherit;
}
/*.job-04,.job-05,.job-06{
	padding-left:10px;
}
.consulting{
	padding-left:7px;
}*/
.education{
	border-bottom:2px groove #666666;
	height:inherit;
	border-top:2px groove #666666;
}
.applications{
	/*padding-left:8px;*/
	font-size:16px;
}
/*home page*/
/*body{
	margin:20px auto;
	width:960px;
}*/

#navigation{
	height:48px;
}

#navigation{
	-webkit-box-shadow:7px 7px 8px 2px rgba(9, 9, 9, .3);
	box-shadow: 7px 7px 8px 2px rgba(9, 9, 9, .3);
}
#navigation{
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#navigation{
	background: rgb(254,255,255); /* Old browsers */

background: -moz-linear-gradient(left,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */

background: linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 */

}
#navigation ul{
	list-style:none;
	margin:0;
	padding-top:0;
}

#navigation li a{
	color:#333;
	font-size:18px;
	font-family:'Droid Serif', serif;
	font-weight:bold;
	padding:15px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation li a:hover{
	-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
		transition: all 1s ease-in-out;
	background-color:#666;
	border-bottom:0;
	color:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.article{
	padding:21px;
	padding-left:10px;
	margin-top:15px;
	font-family:'Droid Serif', serif;
	font-size:20px;
	line-height:26px;
	float:left;
	width:600px;
}
aside ul{
	font-size:20px;
	line-height:26px;
}
aside{
	/*float:right;
	width:300px;*/
}

.row-1{
	font-style:italic;
	font-size:14px;
	
}

.gallery-place, .spectrum, .bikewheel{
	border-left:1px dotted;
}

.capital, .gallery-place, .spectrum, .bikewheel{
	padding:3% 3%;
}

.bikewheel{
	padding-right:4%
}

#footer{
	/*margin-left:10px;*/
	color:#666666;
	font-size:11px;
	font-weight:normal;
	/*clear:both;*/
}
/*My responsive styles*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#content, h2 {
		margin: 20px 0 0;
		padding:6px;
	}
	
	#content{
		margin: 20px 0;
		padding-right:3px;
	}
	
	#navigation{
		height:96px;
	}
	.photo{
		float:none;
		border-right:6px;
		width:60%;
	}
	
	h2{
		line-height:36px;
		
	}
	
	.bikewheel2, .threat2, .gallery2, .capital2,.digital-media{
		padding:23px;
		}
	
	.gallery-place{
		padding-right:15px;
		}
			
	.gallery-place, .spectrum, .bikewheel{
	border-left:none;
}

	.capital{
		padding-right:5px;
	}	
	#footer{
		margin: 20px 0 0;
		padding:6px;
	}	
}

@media only screen and (max-width: 479px) {
	
	#content, h2 {
		margin: 20px 0 0;
		padding:6px;
	}
	
	#content{
		margin: 20px 0;
		margin-right:6px;
	}
	
	#navigation{
		height:96px;
		padding-bottom:2px;
	}
	
	.photo{
		float:none;
		border-right:6px;
	}
	
	.gallery-place, .spectrum, .bikewheel{
	border-left:none;
}

	
	.bikewheel2, .threat2, .gallery2, .capital2,.digital-media{
		padding:23px;
		}
	
	.capital, .spectrum, .bikewheel{
		padding-right:20px;
	}
	
	h2{
		line-height:36px;
		
	}
	
	h3{
		font-size:24px;
	}
	
	#footer{
		margin: 20px 0 0;
		padding:6px;
	}		
}