﻿@charset "utf-8";
/* CSS Document */
/* Copyright 2008 CGX Design/Mark Sandell */
body {
	background: #930;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
body,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
a:link { color: #369; }
a:visited { color: #930; }
a:hover { color: #F60; }
a:link img, a:visited img {
	border: 0;
	text-decoration: none;
}
a.inactive {
	color: #999999;
	text-decoration: none;
	cursor: default;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: italic;
	margin: 0 1em 2.5em 1em;
}
blockquote span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	float: right;
	padding-top: 0em;
}
hr { height: 1px; }
input.text, textarea {
	margin: 0.25em 0 0.5em 0;
	width: 100%;
}
textarea { height: 150px; }

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Width */
#container, #header, #middle { width: 800px; }
.nav { width: 150px; }
#content { width: 630px; /* middle width - nav width - 20 because of 10px padding */ }
#footer { width: 790px; /* -10 because of 5px padding */ }

/* Header */
#header {
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	height: 73px; /* 113 - 40 */
	overflow: hidden;
	padding-top:40px;
	text-indent: 225px;
	white-space: nowrap;
}
#header h1 {
	font-size: 32px;
	font-weight: bold;
}
#header h2 {
	font-size: 23px;
	font-weight: normal;
}

/* Middle */
#middle { background-color: #fc9; /*#FDFEE3;*/ /* Color below nav */ }
#middle td { vertical-align: top; }

/*Navigation */
#nav {
	background: #FF6600;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: 10px;
	width: 150px;
}
#nav a {
	border-bottom: 1px solid #000;
	border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	white-space: nowrap;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	background-color: #FF9933;
	border-bottom-color: #FFF;
	border-top-color: #000;
	text-decoration: underline;
}
#nav-on a:link, #nav-on a:visited { /* Link for active page */
	background: #E3FAE7;
	color: #369;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#nav-on a:hover {
	background-color: #E3FAE7; /* These 3 lines keep it from doing anything on hover */
	border-bottom-color: #000;
	border-top-color: #FFF;
	cursor: default;
	text-decoration: none;
}

/* Content */
#content {
	background-color: #FFF;
	padding: 10px;
}
#content h1, #content h2 {
	color: #FF6600;
	text-align: center;
}
#content h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0; /* bug fix */
	margin-bottom: 0.5em;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
}
#content h3 { font-size: 18px; }
#content p { margin-bottom: 1em; }

/* Footer */
#footer {
	background: #000000;
	color: #FFFFFF;
	font-size: 15px;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:link, #footer a:visited { text-decoration: none; }
#footer a:hover, #footer a:active { text-decoration: underline; }

/* LinkedIn button */
#LinkedIn {
	float: left;
	margin: 4px;
}

/* Microsoft Office Live ad */
#MSOffice {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 4px;
	text-align: left;
}
#MSOffice a {
	color: #000;
	text-decoration: none;
}
#MSOffice img {
	margin: 2px;
	vertical-align: middle;
}

/* Generic classes */
.bold { font-weight: bold; }
.center { text-align: center; }
.clear { clear: both; }
.italic { font-style: italic; }
.printOnly { display: none; }
.right { text-align: right; }

/* Page specific formatting */
.jobs_Company {
	font-size: 75%;
	font-weight: bold;
}
#portfolio h2 { margin-top: 1em; }
#portfolio img { margin: 0 0.5em; }
#resume ul li span, .resume table tr td span { font-weight: bold; }
#resume ul { margin-top: 0; }
