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

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: transparent url(images/header_bg.png) repeat-x top center scroll;
	font-family: Segoe UI, Segoe, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
a img {
	border: none;
}
a:link,
a:visited {
	color: #0080ff;
	font-weight: bold;
	text-decoration: none;
}
#footercontent a:hover,
#footercontent a:active {
	color: white;
	text-decoration: none;
}
a:hover,
a:active {
	color: black;
	text-decoration: none;
}
#container {
	min-height: 100%;
	margin: 0 auto;
	width: 100%;
	position: relative;
	text-align: center;
}
	#header {
		height: 80px;
		margin: 0 auto;
		width: 960px;
		text-align: center;
		position: relative;
	}
		#logo {
			width: 100%;
			height: 80px;
			background: transparent url(images/sitelogo2010.png) no-repeat left center scroll;
		}
		#menu {
			position: absolute;
			bottom: 0;
			right: 0;
			height: 33px;
			list-style: none;
			float: right;
			padding: 0 !important;
			margin: 0 !important;
		}
			#menu li {
				display: inline;
				text-align: center;
			}
				#menu li a {
					background: transparent url(images/tab_inactive.png) no-repeat top left scroll;
					display: block;
					width: 117px;
					height: 33px;
					padding-top: 4px;
					font-family: Segoe UI, Segoe, Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 18px;
					color: #205180;
					text-transform: uppercase;
					float: left;
				}
				#menu li a:link,
				#menu li a:visited {
					text-decoration: none;
					color: #205180;
				}
				#menu li a:hover,
				#menu li a:active {
					text-decoration: none;
					color: #000;
				}
			#menu li.active a {
				background: transparent url(images/tab_active.png) no-repeat top left scroll;
				color: #000;
			}
	#main {
		width: 960px;
		text-align: left;
		margin: 0 auto;
		padding-bottom: 72px;
	}
		#maincontent {
			float: left;
			width: 595px;
			margin: 20px 0;
		}
			h1 {
				padding: 3px 0 17px 0;
				color: #205180;
				font-family: Cambria, Georgia, Times, Times New Roman, serif;
				font-size: 36px;
				line-height: 40px;
				letter-spacing: -2px;
			}
			h2 {
				margin: 0 0 -20px 0;
				padding: 11px 0 17px 0;
				color: #333;
				font-family: Cambria, Georgia, Times, Times New Roman, serif;
				font-size: 24px;
				line-height: 40px;
			}
			#main ul li {
				margin-left: 24px;
			}
			ul li,
			p {
				font-size: 14px;
				color: #333;
			}
			p {
				padding: 0 0 20px 0;
				line-height: 20px;
			}
			body#portfolio ul,
			body#portfolio ol {
				padding: 0 0 20px 0;
			}
			div#description p {
				font-size: 12px;
				line-height: 16px;
			}
			span.datetime {
				color: #333;
				font-weight: bold;
			}
			a.viewpostlink {
				font-weight: bold;
				font-style: italic;
				font-variant: small-caps;
				margin: 0 0 0 6px;
			}
		#sidebarcontent {
			float: right;
			width: 350px;
			margin: 20px 0;
		}
	#push {
		height: 74px;
	}
#footer {
	background: transparent url(images/footer_bg.png) repeat-x bottom center scroll;
	text-align: center;
	width: 100%;
	height: 74px;
	position: absolute;
	bottom: 0;
}
	#footercontent {
		margin: 0 auto;
		width: 960px;
		padding-top: 10px;
		height: 64px;
		font-family: Segoe UI, Segoe, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: white;
		line-height: 18px;
	}

.clearer {
	clear: both;
}
p.error-message {
	color: red;
	font-style: italic;
}

/* RESUME CSS */

.resume-name {
	width: 280px;
	float: left;
}
.resume-info {
	width: 300px;
	float: left;
}
.resume-info-left {
	margin: 30px 0 0 0;
	font-size: 12px;
	color: #333;
	width: 130px;
	float: left;
}
.resume-info-right {
	margin: 30px 0 0 0;
	font-size: 12px;
	color: #333;
	width: 170px;
	float: left;
}
.resume-objective {
	font-style: italic;
	padding-bottom: 0;
}
ul {
	clear: both;
}
.resume-expedu-years {
	float: left;
	width: 180px;
}
.resume-expedu-place {
	float: left;
	width: 240px;
}
.resume-expedu-locat {
	float: right;
	text-align: right;
	width: 140px;
}
.resume-exp-title {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	clear: both;
}
hr {
	height: 1px;
	border: none;
	background-color: #666;
	margin: 20px 0;
	padding: 0;
}

/* CONTACT FORM CSS */

div.form-required,
div.form-optional {
	padding-bottom: 10px;
}
div.form-required label,
div.form-optional label {
	display: block;
	width: 80px;
	float: left;
	text-align: right;
}
div.form-required label {
	font-weight: bold;
}
input.form-text,
textarea.form-text {
	margin-left: 10px;
	border: 2px solid #999;
	width: 400px;
}
textarea.form-text {
	height: 160px;
}
input.form-text:focus,
textarea.form-text:focus {
	margin-left: 10px;
	border: 2px solid #0080FF;
	width: 400px;
}
div.form-captcha,
div.form-buttons {
	text-align: center;
	margin: 0 auto 10px;
}
input,
textarea {
	font-family: Segoe UI, Segoe, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	padding: 0 2px;
}

div.portfolio {
	width: 592px;
	height: 452px;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #fff;
}

div.portfolio img {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 560px;
	height:420px;
	top: 0;
	left: 0;
	behavior: url('border-radius.htc');
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#nav {
	padding: 0 0 0 .5em;
	margin: 0 0 2px 0;
}

div#nav a {
	border: 1px solid #036;
	background-color: #09f;
	padding: 3px 8px 6px;
	margin-right: .5em;
	color: #000;
	behavior: url('border-radius.htc');
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}

div#nav a.activeSlide {
	background-color: #9cf;
}

div#nav a:hover {
	color: #fff;
}
