@charset "UTF-8";

/* CSS Document */

body {
	background: #2788b5 url('images/bg.jpg') center top no-repeat;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header {
	width: 691px;
	height: 54px;
	margin: auto;
	padding: 30px 34px 0px 30px;
}

#nav {
	text-align: right;
	margin: 19px 0 0 88px;
	display: block;
	width: 370px;
	float: left;
}

#logo {
	display: block;
	width: 220px;
	float: left;
	height: 48px;
	
}

#header a {
	color: #a9daed;
	text-decoration: none;
	margin: 0 0px 0px 18px;
	list-style-type: none;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header a:hover {
	color: #ffffff;
}

#bubble {
	padding: 22px 30px 30px 20px;
	width: 705px;
	height: 145px;
	background: url('images/speech_bg.jpg') center no-repeat;
	margin: auto;
}

#home_lower {
	padding: 50px 200px 30px 55px;
	width: 500px;
	background: url('images/home_bg.png') center top no-repeat;
	margin: auto;
}

#projects_lower {
	padding: 35px 40px 30px 190px;
	width: 525px;
	height: 206px;
	background: url('images/project_bg.jpg') center top no-repeat;
	margin: auto;
}


#about_lower {
	padding: 0px 20px 30px 50px;
	width: 685px;
	background: url('images/about_bg.jpg') center top no-repeat;
	margin: auto;
	margin-top: 6px;
}

	#about_lower img {
		margin: 16px 0 12px 12px;
	}
	

#resume_lower {
	text-align: center;
	padding: 0px 20px 30px 20px;
	width: 715px;
	height: 520px;
	margin: auto;
	margin-top: 6px;
}

	#resume_lower a.resume img {
		border: 2px #046b9a solid;
		margin: 16px 12px 0 0px;
	}
	
	#resume_lower a.resume:hover img {
		border: 2px #FFFFFF solid;
	}
	
#contact_lower {
	padding: 37px 40px 0px 52px;
	width: 663px;
	height: 370px;
	background: url('images/contact_bg.jpg') center top no-repeat;
	margin: auto;
}
	
	.twitter {
		display: block;
		float: right;
		height: 360px;
		width: 240px;
		margin: -24px 16px 6px 12px;
	}
	
#contact_lowest {
	padding: 10px 260px 20px 52px;
	width: 443px;
	height: 235px;
	background: url('images/chinese_box.png') right top no-repeat;
	margin: auto;
}

.mini-bubble {
	width: 755px;
	background: url('images/sbubble.png') center no-repeat;
	height: 60px;
	margin: auto;
	
	color: #1e7da9;
	font: 20px/60px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

#home_feature {
	width: 100%;
	background: url('images/ex_bg.jpg') center repeat-x;
	height: 203px;
}

.feature-row {
	width: 755px;
	padding: 5px 0px 5px 0px;
	margin: auto;
	text-align: center;
}

	.feature-row a img {
		border: 2px #046b9a solid;
		margin: 0 12px 0 12px;
	}
	
	.feature-row a:hover img {
		border: 2px #FFFFFF solid;
	}

#innards {
	width: 755px;
	height: 174px;
	padding: 12px 0px 15px 0px;
	margin: auto;
	text-align: center;
}

	#innards a img {
		border: 2px #046b9a solid;
		margin: 0 12px 0 12px;
	}
	
	#innards a:hover img {
		border: 2px #FFFFFF solid;
	}

#footer {
	height: 60px;
	width: 645px;
	font: 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a9daed;
	margin: auto;
	text-align: center;
	padding: 10px 55px 0 55px;
}

#footer a {
	margin: 0 90px 0 0;
	color: #a9daed;
	text-decoration: none;
}
