/* Screen Styles */

/*
	Darkest Blue: #152429
	Dark Blue: #2D3E44
	Light Blue: #98B4C0
	Light Grey: #dfdfdf
	Dark Grey: #b1b8b9
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #152429;
	border-top: 5px solid #98B4C0;
	color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}

#page {
	font-size: 85%;
}

#header {
	width: 690px;
	padding: 15px 0 15px 15px;
	position: relative;
}

#header h1 {
	text-indent: -1000em;
	background: url(../images/logo.png) no-repeat;
	height: 27px;
	width: 180px;
	cursor: pointer;
}

#header p {
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #b1b8b9;
	position: absolute;
	right: 0; bottom: 15px;
}

#mainContent {
	margin: 0 0 0 15px;
	width: 700px;
	height: auto;
	float: left;
	display: inline;
	background: #2D3E44 url(../images/contentBg.png) 140px 0 repeat-y;
}

#menu {
	float: left;
	width: 140px;
	padding-top: 15px;
	list-style-type: none;
	background: url(../images/cornerTopLeft.png) no-repeat;
	font-size: 105%;
}

#menu li {
	padding: 4px 0 4px 0;
}

#menu li#current {
	background-color: #466875;
}

#menu li#current a:hover {
	text-decoration: none;
	color: #b1b8b9;
}

#menu a {
	display: block;
	text-align: right;
	outline: none;
	padding-right: 15px;
}

#content {
	margin-left: 140px;
	padding: 0 15px 5px 15px;
}

#content h2.top {
	padding-top: 15px;
	margin-right: -15px;
	background: url(../images/cornerTopRight.png) top right no-repeat;
}

#content h2 img {
	float: right;
	margin: 0 15px 15px 15px;
	border: 5px solid #466875;
}

#content h2, #content h3, #content p {
	padding-top: 10px;
}

#content ul {
	margin: 10px 0 0 20px;
	list-style-type: square;
}

#content li {
	margin-bottom: 4px;
}

#recentWork {
	float: left;
	padding: 0 15px 5px 15px;
	width: 210px;
}

#recentWork h2, #recentWork h3 {
	color: #b1b8b9;
}

#recentWork h2, #recentWork h3, #recentWork p {
	margin-bottom: 10px;
}

#recentWork p {
	font-size: 90%;
}

#recentWork img {
	border: 5px solid #98B4C0;
}

#footer {
	clear: both;
	padding: 25px 0 15px 10px;
	background: #152429 url(../images/footerBg.png) no-repeat;
}

h2, h3 {
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #98B4C0;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

a {
	color: #b1b8b9;
	text-decoration: none;
}

a:hover {
	color: #98B4C0;
	text-decoration: underline;
}

a img {
	border: none;
}

form label {
	display: block;
	width: 12em;
	float: left;
}

form input, form textarea {
	border: 1px solid #98B4C0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/formBg.png);
}

form input.submit {
	margin-left: 12em;
	background-image: none;
}

#hosting {
	margin-top: 15px;
	width: 100%;
}

#hosting td {
	text-align: center;
	padding: 2px;
}

#hosting td.right {
	text-align: right;
}

#portfolio {
	margin: 15px -10px 0 0;
	position: relative;
}

#portfolio ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#portfolio li {
	float: left;
	margin: 0 10px 10px 0;
	line-height: 0;
}

#portfolio li a {
	display: block;
	border: 3px solid #b1b8b9;
	background: white;
	padding: 1px;	
}

#portfolio li a:hover {
	border-color: #98B4C0;
}

#portfolio h3 {
	clear: both;
}

#portfolio h3 img {
	border: 3px solid #98B4C0;
	float: right;
	margin: 0 10px 0 15px;
}

#portfolio p {
	padding-right: 10px;
}

.floatRight {
	float: right;
	margin: 0 0 15px 15px;
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.date {
	margin: 0 0 10px 10px;
	float: right;
	background: url(../images/date.png) no-repeat;
	color: #466875;
	width: 44px;
	height: 58px;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
}

.date abbr, .date acronym {
	padding-top: 5px;
	display: block;
	text-align: center;
	border: none;
}

.date span {
	display: block;
	font-size: 250%;
	line-height: 28px;
	text-align: center;
}

.error {
	color: #ff0000;
}

.clear {
	clear: both;
}