* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #8697A8;
	color: #202020;
	font: 12pt Cambria, Georgia, serif;
	text-align: center;
	height: 100%;
}
a:link, a:visited {
	background: inherit;
	color: #70777f;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}
/* MAIN LAYOUT */
#container {
	position: relative;
	color: inherit;
	background-color: #8697A8;
	width: 850px;
	text-align: left;
	margin: auto;
	min-height: 100%; /* For FF */
	height: auto !important; /*For FF */
	height: 100%; /*For IE */
}
#page-head {
	height: 300px;
	width: 850px;
}
#page-main {
	width: 850px;
	margin: auto;
	background: #ffffff url(bg-body.jpg) repeat-y;
	min-height: 225px;
}
#page-main-inner {
	padding: 25px 55px 50px 45px;
}
#page-foot {
	width: 850px;
	height: 36px;
	color: #202020;
	background: url(bg-footer.jpg);
	font-size: 9pt;	
	margin: auto;
}
#head-logo h1 {
	background: url(bg-head.jpg) no-repeat;
	width: 850px;
	text-indent: -10000px;	
	height: 300px;
}
#head-logo h1, #head-logo h3 {
	text-indent: -10000px;	
}
#head-logo h3 {
	display: none;
}
#head-nav{
	position: absolute;
	margin-left: 10px;
	top: 255px;
	text-align: right;
	width: 800px;
	height: 30px;
	font-size: 14pt;
	padding-right: 18px;
	padding-top: 7px;
}
#head-nav li {
	display: inline;
	width: 250px;
}
#head-nav a {
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}
#head-nav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #dcdcdc;
}
#page-main h2 {
	font-size: 36pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
	color: #808080;
}
.text-main {
	margin: 0px 10px 30px 10px;
	line-height: 20px;
}
.text-main img {
	float: left;
	padding-right: 20px;
}
.text-main ul {
	margin-top: 5px;
	margin-left: 40px;
}
.portfolio {
	margin-left: 40px;
	margin-bottom: 20px;
}
.portfolio-title {
	background: url(pdf-small.png) no-repeat;
	background-position: 0% 50%;
	font-size: 14pt;
	font-weight: normal;
	text-indent: 20px;
}
.portfolio-client {
	font-style: italic;
	font-size: 11pt;
}
.portfolio a{
	color: #868F99;
	background-image: none;
}
.portfolio a:active .portfolio a:hover {
	text-decoration: underline;
}
.portfolio-note {
	font-style: italic;
	margin: 35px 0px 20px 40px;
}
/* FOOTER */
#page-foot a {
	border-bottom: 1px dotted #fff;
}
#page-foot a:hover, #page-foot a:active {
	color: #000000;
	text-decoration: none;
	background-color: #dcdcdc;
	
}
#page-foot li {
	display: inline;
}
#foot-text {
	margin-left: 35px;
	float: left;
}
#foot-text a {
	padding: 5px 5px 5px 0px;
}
#foot-nav {
	text-align: right;
	padding-right: 35px;
}
#foot-nav a {
	padding: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
/* blog stuff*/
.post {
	margin-left: 25px;
	margin-right: 25px;
}
.post-title {
	margin-top: 15px;
	font-size: 12pt;
	font-style: italic;
	background-image: url(arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: 20px;
	padding-bottom: 3px;
}
.post-title h3 {
	font-weight: normal;
	letter-spacing: -1px;
}
.post-date {
	color: #707070;
	font-size: 8pt;
	background-color: #dcdcdc;
	width: 700px;
	text-indent: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.entry {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 678px;
	border: 1px solid #dcdcdc;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.entry p {
	padding-bottom: 15px;
}
.postmetadata {
	font-size: 8pt;
}
/* contact page */
.contact-form {
	margin-left: 25px;
	margin-right: 25px;
	line-height: 20px;
}
.contact-input, #contactResponse {
	width: 700px;
	border: 1px solid #808080;
}
.contact-input {
	margin-top: 2px;
	margin-right: 10px;
	background-color: #efefef;
	margin-bottom: 5px;
	padding: 3px;
	font-family: inherit;
}
#submitContact {
	margin: 10px 0px 10px 0px;
	padding: 2px 10px;
	background-color: #404040;
	color: #ffffff;
	font-size: 12px;
	border: 2px solid #808080;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#submitContact:hover {
	cursor: pointer;
	background-color: #dfdfdf;
	color: #000000;
}
#contactResponse {
	background-color: #8697A8;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin-bottom: 10px;
}
label.error {
	color: #ff0000;
}
/* RESUME */
.imageLink {
	margin-top: -10px;
}
