@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);
}
.logo{
	-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;
	 margin-left:3px;
}

 .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);
}
input,name{
	text-shadow: 1px 1px .2px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
}
input,textarea{
	width:300px;
	height:35px;
	margin:3px;
	margin-bottom:40px;
}
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:30px;
	line-height:36px;
	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);
}
.photo{
	float:left;
	margin:30px 20px 10px 10px;
	padding:15px;
	background-color:#FFF;
}
.company{
	font-size:22px;
	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;
}

h3{
	padding-left:8px;
}
h2{
	font-variant:small-caps;
	line-height:24px;
	letter-spacing:1px;
}

#header{
	border-bottom:1px groove #666666;
	height:200px;
}
.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:0
}

#navigation li a{
	color:#333;
	font-size:16px;
	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;
}

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