* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul {
	list-style: none;
}
p {
	margin: 0 0 12px;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}
html, body {
	height: 100%;
}
body {
	background: #008bc2 url('../images/body-bg.jpg') repeat;
	font-family: "Lucida Grande", Georgia, "Times New Roman", serif;
	font-size: 13px;
	color: #fff;
}
a, a:active {
	color: #FFEA83;
	outline: none;
}
#body-wrapper {
	background: url('../images/site-bg.jpg') repeat-x;
	height: 400px;
}
#sideshadow {
	width: 278px;
	height: 100%;
	background: #000;
	opacity: 0.12;
	filter: alpha(opacity = 12);
	position: absolute;
	left: 679px;
	top: 0px;
	z-index: 3;
}
#header {
	padding: 20px;
}
#logo {
	width: 628px;
	height: 107px;
	display: block;
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat;
}
#contact-info {
	font-size: 16px;
	font-family: Georgia;
	position: relative;
	top: -14px;
}
#contact-info span {
	color: #ffea83;
}
#navbar-wrapper {
	height: 39px;
	padding: 8px 0 0 22px;
	background: #06496b;
	overflow: hidden;
}
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	height: 34px;
	text-indent: -9999px;
}
#navbar li#home a {
	width: 96px;
	background: url('../images/navbar.png') 0px 0px no-repeat;
}
#navbar li#home a:hover, #navbar li#home a.active {
	background: url('../images/navbar.png') 0px -34px no-repeat;
}
#navbar li#articles a {
	width: 135px;
	background: url('../images/navbar.png') -96px 0px no-repeat;
}
#navbar li#articles a:hover, #navbar li#articles a.active {
	background: url('../images/navbar.png') -96px -34px no-repeat;
}
#navbar li#projects a {
	width: 134px;
	background: url('../images/navbar.png') -231px 0px no-repeat;
}
#navbar li#projects a:hover, #navbar li#projects a.active {
	background: url('../images/navbar.png') -231px -34px no-repeat;
}
#navbar li#about a {
	width: 130px;
	background: url('../images/navbar.png') -365px 0px no-repeat;
}
#navbar li#about a:hover, #navbar li#about a.active {
	background: url('../images/navbar.png') -365px -34px no-repeat;
}
#navbar li#contact a {
	width: 165px;
	background: url('../images/navbar.png') -495px 0px no-repeat;
}
#navbar li#contact a:hover, #navbar li#contact a.active {
	background: url('../images/navbar.png') -495px -34px no-repeat;
}
#navbar li#search {
	position: relative;
	width: 261px;
	height: 34px;
	margin-left: 14px;
	background: url('../images/navbar.png') -663px 0px no-repeat;
	z-index: 5;
}
#navbar li #search-icon {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	z-index: 6;
	background: url('../images/input-icons.gif') no-repeat;
	top: 8px;
	left: 8px;
}
#navbar li#search input {
	position: absolute;
	background: #cedee0;
	border: 0;
	font-size: 15px;
	left: 30px;
	top: 6px;
	width: 200px;
	color: #999;
	background: #dbecee;
}
#navbar #search-box {
	position: relative;
	z-index: 5;
}
#main-content {
	padding: 20px 50px 0 25px;
	width: 604px;
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}
#main-content img {
	border: 6px solid #05405d;
	margin: 8px 0;
}
#main-content h1, #main-content h1 a {
	font-weight: normal;
	font-size: 22px;
	font-family:  Georgia;
	color: #bfebff;
	font-style: italic;
	margin: 0 0 3px;
	text-decoration: none;
}
#main-content h1.category {
	margin: 0 0 25px;
}
#main-content u {
	color: #BFEBFF;
}
#main-content ol {
	padding: 0 0 15px 35px;
}
#main-content h3, #main-content h3 a {
	font-weight: normal;
	font-size: 18px;
	font-family:  Georgia;
	font-style: italic;
	margin: 26px 0 4px;
	color: #BFEBFF;
	text-decoration: none;
	display: none; /*Don't show h3 tags in the summary*/
}
#main-content .post h3 {
	display: block;
}
#main-content small {
	padding: 0 0 12px;
	display: block;
}
#main-content p.read-more {
	margin-bottom: 27px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #006890;
}
#main-content .read-more a {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFEA83;
	display: block;
	position: relative;
	top: -9px;
}
a.submit {
	display: block;
	width: 137px;
	height: 47px;
	text-indent: -9999px;
	background: url('../images/button-submit.png') 0px 0px no-repeat;
	margin: 0px -2px 0 0;
	float: right;
}
a.submit:hover {
	background-position: 0px -54px;
}
#confirmation {
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-style: italic;
	display: none;
}
a.button {
	display: block;
	width: 161px;
	height: 55px;
	text-indent: -9999px;
	background: url('../images/button-view-demo.png') 0px 0px no-repeat;
	float: left;
	margin: 10px 15px 10px 0;
}

a#button-download {
	background: url('../images/button-download.png') 0px 0px no-repeat;
}
a.button:hover, a#button-download:hover {
	background-position: 0px -64px;
}
#sidebar {
	width: 240px;
	float: left;
	padding: 16px 20px 4px 18px;
	position: relative;
	z-index: 4;
}
#sidebar ul {
	margin: 0 0 30px;
}
#sidebar ul li.header {
	color: #ffea83;
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px;
	letter-spacing: 1px;
}
#sidebar ul li {
}
#sidebar ul li a {
	display: block;
	background: url('../images/sidebar-ul-li-bg.gif') 6px 9px no-repeat;
	border-bottom: 1px solid #1a688f;
	padding: 5px 10px 5px 20px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	width: 210px;
}
#sidebar ul li a:hover {
	background: url('../images/sidebar-ul-li-bg.gif') 6px -52px no-repeat;
}

/*WP Styles*/
textarea#comment {
	width: 610px;
}
cite.fn, span.says {
	font-size: 16px;
	color: #05405d;
	font-family: Georgia;
}
cite.fn {
	position: relative;
	top: -70px;
	left: 4px;
}
span.says {
	display: none;
}
#contact-form, #comment-form {
	padding: 15px 0 0;
}
#contact-form fieldset, #comment-form fieldset {
	border: 0;
}
#contact-form fieldset div div, #comment-form fieldset div div {
	width: 242px;
	height: 28px;
	background: url('../images/input-bg.png') no-repeat;
	position: relative;
	padding: 0 16px 14px 0;
}
#contact-form fieldset div div.textarea, #comment-form fieldset div div.textarea {
	height: 130px;
	width: 338px;
	background: url('../images/textarea-bg.png') 0px 0px no-repeat;
	padding: 0 0 0 6px;
}
#contact-form fieldset div div textarea, #comment-form fieldset div div textarea {
	border: 0;
	background: #dbecee;
	position: absolute;
	top: 6px;
	left: 8px;
	color: #999999;
	font-size: 15px;
	font-family: "Lucida Grande";
	width: 328px;
	height: 102px;
}
#contact-form fieldset div.icon, #comment-form fieldset div.icon {
	width: 16px;
	height: 16px;
	overflow: hidden;
	display: block;
	background: url('../images/input-icons.gif') no-repeat;
	position: absolute;
	top: 6px;
	left: 8px;
}
#contact-form fieldset #name-icon, #comment-form fieldset #name-icon {
	background-position: -19px 0px;
}
#contact-form fieldset #email-icon, #comment-form fieldset #email-icon {
	background-position: -41px 0px;
}
#contact-form fieldset #website-icon, #comment-form fieldset #website-icon {
	background-position: -63px 0px;
}
#contact-form fieldset input, #comment-form fieldset input {
	background: #DBECEE;
	border: 0;
	color: #999999;
	font-size: 15px;
	left: 30px;
	position: absolute;
	top: 4px;
	width: 200px;
}
#main-content ol.commentlist {
	padding: 0;
}
.comment-date {
	color: #BFEBFF;
	font-size: 12px;
	position: relative;
	left: 5px;
}
div.comment {
	margin-bottom: -35px;
}
div.comment em {
	display: none;
}
div.comment-meta, div.comment-meta a {
	color: #BFEBFF;
	font-size: 11px;
	position: relative;
	top: -44px;
	left: 40px;
}
div.comment p {
	position: relative;
	top: -77px;
	left: 84px;
	width: 530px;
}

/*End WP Styles*/