*{
	padding: 0;
	margin: 0;
}

body{
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #7596d2;
	outline: none;
}

p {
	line-height: 20px;
	padding-top: 5px;
}

h1, h2 {
	color: #000;
	letter-spacing: -1px;
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
	margin: 10px 0 5px 0;
}
img {
	border: none;
}

#content{
	position: relative;
	margin: auto;
	margin-top: 50px;
	padding-left: 5px;
	padding-right: 5px;
	width: 600px;
	z-index: 3;
	border-spacing: 10px;
	border-right: dotted 1px black;
	border-right-width: thick;
}

.section{
	margin: 0 0px 30px 5px;;
}
.section h2{

	padding: 5px 0px 0px 5px;
	border-bottom: 2px solid #CCC;
}

#top{
	position: absolute;
	margin: -50px 0px 0px 0px;
	width:100%;
	height: 200px;
	background: #1d2d6e;
}

#bottom{
	position: absolute;
	margin: -80px 0px 0px 0px;
	width:100%;
	height: 150px;
	background: #0f113a;
}

#photo{
	width: 100%;
	border: black solid 5px;
	height: 300px;
	vertical-align: middle;
	background: url(./img/build-make-design-create.jpg) no-repeat;
	text-align: right;
	
}

#photo h2{
	color: #fff;    
	font-size: 35px;
	margin: 230px 0px 0px 0px;	
	opacity: 0.5;
	margin-right: 10px;
	
}

#logo {
	width: 600px;
	color: #afc6e9;
	height: 36px;
	margin-top: -9px;
	padding-top: 9px;
	padding-left: 10px;
	margin-bottom: 15px;
	background: url(./img/pixel-black.gif) 385px 0px repeat-y;
}

#logo h1 {
	font-size: 55px;
	font-weight: normal;
	letter-spacing: -2px;
	display: block;
	float: left;
	width: 365px;
	height: 40px;
	margin-top: -20px;
}

#logo h1 a {
	color: #FFF;
}

#logo h1 a:hover {
	color: #e5e5e6;
}

#logosub {
	line-height: 24px;
	display: block;
	float: left;
	font-size: 18px;
	padding-left: 18px;
	width: 200px;
	height: 40px;
	margin-top: -13px;
}

#logosub span {
	display: block;
	font-size: 32px;
	letter-spacing: -1px;
}

bold{
	font-size: 30px;
	font-weight: bold;
}

/* Navigation */

#nav{
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #2175bc;
	border-right: 5px black solid;
	border-left: 5px black solid;
}

	#button {
		padding: 0;
	}
	
	#button li {
		display: inline;
	}
	
	#button a.email {
		background: url(img/email.png) no-repeat 60px 11px;
		padding-right: 30px;
	}
	
	#button li a {
		font-family: Arial;
		font-size:14px;
		text-decoration: none;
		float:left;
		padding: 10px;
		background-color: #2175bc;
		color: #fff;
	}
	
	#button li a:hover {
		background-color: #2586d7;
		margin-top:-2px;
		padding-bottom:12px;
	}

/* End of Navigation */

/* Contact Form */

.myform{
	margin:0 auto;
	padding:14px;
}

/* ----------- stylized ----------- */
	#stylized form{
		
	}
	
	#stylized{
		border:solid 0px #b7ddf2;
		background:#ebf4fb;
	}
	
	#stylized h1 {
		font-size:20px;
		margin: 0px 0 8px 0px;
	}
	
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:0px;
		border-bottom:solid 1px #b7ddf2;
		padding: 0 0 10px 0px;
		margin-bottom: 10px;
	}
	
	#stylized p.alert{
		margin-top: 10px;
		padding-left: 150px;
	}
	
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	
	#stylized input,textarea{
		font-family: arial, sans-serif;
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:350px;
		margin:2px 0 20px 10px;
	}
	
	#stylized textarea{
	
		height: 80px
	}
	
	#stylized button{
		clear:both;
		margin-left:150px;
		width:100px;
		height:30px;
		background:#1d2d6e;
		text-align:center;
		line-height:30px;
		color:#FFF;
		font-size:11px;
		font-weight:bold;
		border:solid 1px #CCC;
		cursor: pointer;
	}
	
	#stylized button:hover{
		background:#0f113a;
		border:solid 1px #CCC;
	}
	
	#stylized .error { 
		clear:both;
		margin-left:150px;
		width:350px;
		display: block;
		float:left;
		font-size:11px;
		font-weight:normal;
		text-align: left;
		margin: -20px 0 0px 150px;
		color: red;
	}
	
/* End Contact Form*/

	
/* Links */

#links li{
	border-bottom: 1px dashed #CCC;
	background: url(img/bullet_blue1.gif) no-repeat 0 5px;
	list-style: none;
	margin: 10px 0 5px 24px;
	padding: 0 0 5px 20px;
	line-height:20px
}	

#links a{
	color: #000;
	font-weight: bold;
}	

#links a:hover{
	color: #1d2d6e;
	text-decoration: underline;
}

#links p{
	padding-top: 0px;
}

/* End Links */

/* Dynamic width list items */

.items{
	text-align: center;
	width: 100%;
}

	.items ul{
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	.items li {			
		display: table-cell;
	}
	
	.items li a {
		padding: 3px 0px 3px 0px;
		text-decoration: none;
		float:left;
		color: #000;
		width:100%;
	}

	.items li.resume{
		border: 1px black solid;
		background: url(img/disk.png) no-repeat 10px 50%;
	}

	.items li.resume a:hover {
		background: #7596d2 url(img/disk.png) no-repeat 10px 50%;
	}
	
	.items li.social {
		height: 0px
	}
	
	.items li.social img:hover{
		width: 3em;
		height: 3em;
	}
	
/* End Lists*/

/* Footer */
		
#footer {
	width: 100%;
	color: #7596d2;
	font-size: 11px;
	height: 30px;
	padding-top: 80px;
	text-align: center;
}

#footer a {
	color: #7596d2;
}

#footer a:hover {
	color: #e5e5e6;
}

/* End Footer*/
