body, h1, h2, h3, h4, h5, h6, blockquote, p, ul, form {
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font: .8em Arial, Helvetica, "Lucida Grande", Sans-Serif;
	background-color: #fff;
}

h1, h2, h4, h6 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2em;
	padding: 15px 0 10px 15px;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.6em;
	line-height: 1.2em;
	text-indent: 2px;
}

h3 {
	padding: 5px 0;
	font-weight: normal;
	font-style: normal;
	color: #99b2cc;
	text-transform: uppercase;
}

h3.sidetitle {
	color: #333;
	font-size: 1.1em;
}

h3 .focus {
	color: #333;
}

h4 {
	font-size: 0.9em;
	padding: 0 0 0 15px;
}

h5, h6 {
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1em;
}

h5 {
	padding-top: 10px;
	color: #333;
}

h6 {
	color: #88a82e;
}

hr {
	margin-top: 8px;
	margin-bottom: 10px;
	border-width: 0;
	border-bottom: 1px solid #e1e1e1;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin-bottom: 5px;
	padding-right: 10px;
	margin-top: 1px;
	line-height: 1.5em;
	padding-top: 2px;
	padding-bottom: 2px;
}

p em {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #88a82e;
}

p a {
	border-bottom: 1px dotted #999;
}

ul {
	list-style-type: none;
}

abbr {
	cursor: help;
}

a img {
	border: none;
}

/* @group nav */

#nav {
	float: left;
	width: 700px;
	height: 75px;
}

#nav ul {
	

}

#nav li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	text-align: left;
}

#nav li.on {
	background: url(img/nav-right.jpg) no-repeat right;
}

#nav li.on:hover {
	background: url(img/nav-right.jpg) no-repeat right;
}

#nav a {
	color: #6f92b7;
	display: block;
	text-decoration: none;
	font-size: .9em;
	padding: 17px 15px 20px 5px;
}

#nav a:hover {
	color: #eee;
	background: url(img/nav-hover-low.jpg) no-repeat 2px bottom;
}

#nav a.on {
	background: url(img/nav-left.jpg) no-repeat left;
	color: #333;
	padding: 32px 15px 5px;
}

#nav a.on:hover {
	background: url(img/nav-left.jpg) no-repeat left;
	color: #336699;
}

/* @end */

#wrapper {
	width: 100%;
	background: #fff url(img/bg.jpg) repeat-x scroll center top;
}

#uberpanel {
	vertical-align: text-bottom;
	height: 50px;
	background-color: #666;
}

#uberpanel p {
	color: #aaa;
	padding: 20px 0 0 50px;
	margin: 0;
	/*text-transform: uppercase;*/
	font-size: .8em;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#login {
	font-size: .9em;
	z-index: 20;
	position: absolute;
	right: 0;
	top: 17px;
	text-align: right;
	color: #999;
}

#login a {
	color: #688eb3;
}

#login a:hover {
	color: #99b2cc;
}

h3 span, p span {
	color: #333;
}

h2 span {
	font-weight: bold;
}

#header {
	height: 170px;
	padding: 0;
	color: #fff;
	clear: both;
	background: url(img/mid-light.png) no-repeat 30% 99%;
}

#header h1 a {
	height: 170px;
	background: url(img/logo.png) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 25px;
	display: block;
	z-index: 0;
	width: 185px;
	text-indent: -9999px;
}

#header h1 a:hover {
	background-position: 0 -170px;
}

#header h4 {
	color: #999;
	font-size: 1.1em;
	padding-left: 2px;
}

#header h2 {
	color: #a9a9a9;
	padding-left: 2px;
	text-transform: none;
	clear: both;
	width: 540px;
	letter-spacing: -1px;
	font-size: 1.6em;
	line-height: 1.2em;
	position: absolute;
	left: 0;
	top: 75px;
}

#header h2 a {
	color: #a9a9a9;
}

#header:hover {
	cursor: pointer;
}

#header h2 a:hover {
	color: #eee;
}

#header h2 strong {
	font-weight: bold;
	color: #eee;
}

#header h2:hover strong {
	color: #6f92b7;
}

#welcome h3 {
	padding-bottom: 5px;
	letter-spacing: -1px;
	text-transform: none;
	color: #666;
	font-size: 1.7em;
}

#welcome p {
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 20px;
	font-size: 1.05em;
}

#welcome p.light {
	color: #999;
	text-align: right;
	font-size: .9em;
}

#portfolio {
	clear: both;
	float: left;
	width: 930px;
	margin: 0 5px 5px 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
}

#main {
	clear: both;
	float: left;
	width: 710px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px;
	padding: 5px 0 0;
}

#main .recent, #main .blog {
	float: left;
	width: 505px;
	border-top: 2px solid #336699;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#main .blog {
	width: 195px;
	border-top-color: #99b2cc;
	margin-left: 10px;
}

#main .blog li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	color: #999;
	margin-left: 15px;
	font-size: .9em;
}

#main .blog li a, #main ul.list a {
	border-bottom: 1px dotted #ccc;
}

#main .blog li span {
	font-size: .9em;
	display: block;
	margin-left: 10px;
}

#main ul.list {
	float: left;
	line-height: 1.5em;
	font-size: .9em;
}

#main ul.list li {
	padding-left: 5px;
}

#main ul.list li.list-head {
	letter-spacing: 1px;
	color: #88a82e;
	text-transform: uppercase;
	padding-left: 0;
}

#main ul.cat {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#main ul.cat li a {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
}

#column {
	float: right;
	width: 195px;
	/*

border-top: 1px solid #99b2cc;*/
	margin-top: 50px;
	z-index: 100;
	position: relative;
	margin-bottom: 5px;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #ccc;
	margin-left: 5px;
}

#column li {
	margin-left: 10px;
	line-height: 1.4em;
	display: block;
	color: #999;
}

#column li a {
	

}

.output li {
	padding-left: 16px;
	background: url(img/li-bullet.gif) no-repeat 0 0;
	line-height: 1.5em;
	margin-left: 10px;
}

#column li a:hover {
	

}

#column p.about, p.quote {
	font-size: .9em;
	line-height: 1.3em;
	color: #666;
	padding: 0 5px 10px;
}

p.quote {
	color: #999;
	padding: 5px 5px 10px;
	font: italic 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#column p.about span, p span {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#column p.about a {
	

}

#column p.quote {
	color: #888;
	margin: 0;
	padding: 8px 5px 4px;
	font: italic 1em/1.7em Georgia, "Times New Roman", Times, serif;
}

#column p.quote .quotel, #column p.quote .quoter {
	color: #ccc;
}

#column .by {
	line-height: 1.2em;
	display: block;
	font-weight: normal;
	color: #999999;
	padding-bottom: 8px;
	font-size: .85em;
	text-align: right;
}

/* @group projects */

#throbber {
	position: absolute;
	top: 9px;
	left: 115px;
}

#project {
	width: 660px;
	min-height: 300px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#project p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#project hr {
	margin-top: 10px;
}

#project h2 {
	font-weight: normal;
	font-style: normal;
}

#project .thumb {
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #ccc;
	float: right;
	padding: 3px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#project li {
	display: block;
	color: #666;
	list-style-type: none;
	padding-left: 15px;
	line-height: 1.3em;
}

#projects {
	


}

#projects li {
	color: #999;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
	width: 145px;
	height: 105px;
	font-size: .9em;
	white-space: nowrap;
	padding: 10px;
}

#projec3ts li a {
	color: #336699;
	display: block;
	margin: 0;
	border-bottom: 1px solid #eee;
	line-height: 1.8em;
}

#projects li:hover {
	color: #333;
	background: #f8f8f8 url(img/grad-bg.jpg) repeat-x 0 bottom;
	border-color: #ccc;
}

#projects li a:hover {
	color: #333;
	border-bottom-color: #ccc;
}

#projects li a.on {
	color: #333;
}

/* @group tooltop */

.too3lTip {


/* This is the hook that the jQuery script will use */
	padding-right: 20px;

/* This is need to make sure that the help icon is always visible */
	color: #3366FF;
	/*cursor: help;*/
	position: relative;

/* This contains the .toolTipWrapper div that is absolutely positioned  */
}

.toolTipWrapper {
	background: transparent url(img/tooltip.png) no-repeat;

/* The wrapper holds its insides together */
		width: 175px;
	position: absolute;


/* Absolute will make the tooltip float above other content in the page */
		top: 10px;
	display: none;


/* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
	color: #fff;
	font-size: 1em;
	height: 35px;
	z-index: 999;
}

.toolT3ipTop {


/* Top section of the tooltip */
	width: 175px;
	/*background: transparent url(img/bubbleTop.gif) no-repeat;*/
}

.toolT3ipMid {
	padding-right: 15px;
	padding-top: 14px;
	padding-left: 10px;
}

.toolT3ipBtm {


/* Bottom Section of the tooltip */
	height: 13px;
	/*background: transparent url(img/bubbleBtm.gif) no-repeat;*/
}



/* @end */

#projects h4 {
	font-weight: normal;
	font-style: normal;
	/*background: url(img/h4-bg.jpg) repeat-x 2px -60px;*/
	padding-left: 0;
	margin-bottom: 1px;
/*position: relative;*/
}

#projects h4.on {
	color: #333;
	display: block;
	/*background: url(img/h4-bg.jpg) repeat-x 2px 0;*/
	/*margin-bottom: 1px;*/
}

#projects h4 span {
	font-size: 0.9em;
	background: 0;
	text-transform: none;
}

#projects h4.on span {
	font-size: 0.9em;
	background-position: 0;
/*line-height: 2em;*/
}

#projects h4 a {
	color: #666;
	font-size: 1em;
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
	background: url(img/h4-bullet.jpg) no-repeat 2px -60px;
	margin-bottom: 1px;
	height: 21px;
	padding-top: 9px;
}

#projects h4 a:hover {
	color: #333;
	background: url(img/h4-bullet.jpg) no-repeat 2px -90px;
}

#projects h4.on a {
	color: #336699;
	background: url(img/h4-bullet.jpg) no-repeat 2px -30px;
}

#projects h4.on a:hover {
	color: #333;
	background: url(img/h4-bullet.jpg) no-repeat 2px 0px;
}

#projects h4 em {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	text-transform: uppercase;
	float: right;
	padding-right: 5px;
	top: 9px;
	position: relative;
}

#projects h4.on em {
	color: #f3f3f3;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	text-transform: uppercase;
	float: right;
	padding-right: 5px;
}

#project-list li {
	color: #999;
	padding-left: 20px;
}

#project-list li a {
	color: #336699;
	display: block;
	margin: 0;
	border-bottom: 1px solid #eee;
	line-height: 1.8em;
}

#project-list li a:hover {
	color: #333;
	border-bottom-color: #ccc;
}

#project-list li a.on {
	/*background-color: #eee;*/
	color: #333;
}

#project-list h4 {
	font-weight: normal;
	font-style: normal;
	/*background: url(img/h4-bg.jpg) repeat-x 2px -60px;*/
	padding-left: 0;
	margin-bottom: 1px;
	/*position: relative;*/
}

#project-list h4.on {
	color: #333;
	display: block;
	/*background: url(img/h4-bg.jpg) repeat-x 2px 0;*/
	/*margin-bottom: 1px;*/
}

#project-list h4 span {
	font-size: 0.9em;
	background: 0;
	text-transform: none;
}

#project-list h4.on span {
	font-size: 0.9em;
	background-position: 0;
	/*line-height: 2em;*/
}

#project-list h4 a {
	color: #666;
	font-size: 1em;
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
	background: url(img/h4-bullet.jpg) no-repeat 2px -60px;
	margin-bottom: 1px;
	height: 21px;
	padding-top: 9px;
}

#project-list h4 a:hover {
	color: #333;
	background: url(img/h4-bullet.jpg) no-repeat 2px -90px;
}

#project-list h4.on a {
	color: #336699;
	background: url(img/h4-bullet.jpg) no-repeat 2px -30px;
}

#project-list h4.on a:hover {
	color: #333;
	background: url(img/h4-bullet.jpg) no-repeat 2px 0px;
}

#project-list h4 em {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	text-transform: uppercase;
	float: right;
	padding-right: 5px;
	top: 9px;
	position: relative;
}

#project-list h4.on em {
	color: #f3f3f3;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	text-transform: uppercase;
	float: right;
	padding-right: 5px;
}

h6.credit {
	padding-left: 15px;
	

/*color: #999;*/
	font-size: .9em;
}

ul.credit {
	padding-left: 10px;
	color: #999;
	font-size: .9em;
}



/* @end */

/* @group footer */

#footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	line-height: 1.4em;
	font-size: .8em;
	height: 35px;
	text-align: left;
	color: #999;
}

#footer .inner {
	display: block;
	width: 940px;
	border-top: 1px solid #ddd;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#footer a.ee {
	padding-left: 28px;
	display: block;
	background: url(img/ee-logo.gif) no-repeat;
	line-height: 1.6em;
	float: right;
	margin-left: 10px;
}

#footer a.validate {
	padding-left: 26px;
	display: block;
	background: url(img/validate.gif) no-repeat;
	line-height: 1.6em;
	float: right;
}

#copyright {
	display: block;
	line-height: 1.6em;
	float: left;
	/*color: #999;*/
}

#footer:hover {
	color: #666;
}

#copyright a {
	text-transform: uppercase;
	margin-left: 20px;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	color: #666;
}

#footer a:visited {
	text-decoration: none;
/*color: #900;*/
}

/* @end */

/* @group date */

.dateblock-wrap {
	width: 50px;
	display: block;
	float: left;
	margin-top: 4px;
}

.dateblock {
	text-align: center;
	width: 40px;
	

/*border: 1px solid #ddd;*/
	background: url(img/date-bg.jpg) no-repeat 0 top;
	font-family: Arial;
	color: #fff;
	display: block;
	padding-top: 2px;
}

.day {
	position: relative;
	top: -.2em;
	letter-spacing: -2px;
	font-size: 1.6em;
	line-height: 1.3em;
	padding-right: 3px;
}

.month {
	font-size: .8em;
	text-transform: uppercase;
	/*color: #eee;*/
}

.year {
	font-size: .8em;
	position: relative;
	top: -.7em;
	color: #ccc;
}

/* @end */

/* @group entry */

.entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #444;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	padding-right: 0px;
	padding-left: 10px;
}

.entry-list {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #444;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin-top: 2px;
}

.entry-list-short {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #444;
	/*min-height: 30px;
	height: auto !important;
	height: 30px;*/
}

.odd {
	background: url(img/content_pane-gradient.gif) repeat-x 0 bottom;
}

.continue {
	float: right;
	padding-right: 40px;
	font-size: .9em;
}

.continue a {
	color: #99b2cc;
}

.continue a:hover {
	color: #336699;
}

.entry ul {
	margin-left: 20px;
	background-position: 0 5px;
}

.entry li {
	line-height: 1.4em;
}

#content-single li {
	padding-left: 20px;
	background: url(../img/li-bullet-sub-lf.gif) no-repeat 0 3px;
	line-height: 1.6em;
	font-size: .9em;
}

.entwry h3, .entry-list h3, .entry-list-short h3 {
	color: #666;
	text-transform: none;
	font-size: 1.4em;
}

.all {
	border-bottom: 1px dotted #999;
	text-transform: none;
	font: italic .9em Georgia, "Times New Roman", Times, serif;
}

.entry h5.date {
	color: #666;
	text-transform: none;
	font-size: .8em;
}

.entry p, .entry-list p, .entry-list-short p {
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.4em;
	font-size: 1em;
}

.entry .about-rcd {
	font-size: .9em;
	background: #eee url(img/grad-wh.jpg) repeat-x;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* @end */

/* @group button */

.button, .gobutton, .button-sm {
	display: inline;
	padding: 6px 14px 0px;
	margin: 4px 2px 2px;
	text-decoration: none;
	color: #336699;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #c9c9c9;
	font-size: .8em;
	line-height: 2em;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	background: url(img/btn-gbg-on.jpg) repeat-x;
}

.button {
	margin: 4px 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
/*float: left;*/
}

.button-sm {
	font-size: .7em;
	line-height: 1.6em;
	margin: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	background-position: 0 -4px;
}

.gobutton {
	display: inline;
	width: 30px;
	margin: 4px 4px 2px;
	background-position: 0 -2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.button:hover, .gobutton:hover, button-sm:hover {
	border: 1px solid #99cc66;
}

/* @end */

.paginate {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: .8em;
	color: #999;
}

.link {
	padding-right: 16px;
	background-image: url(img/ext-link.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

.link:hover {
	background-position: right -14px;
}

.thumb, .thumb-li {
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #ccc;
	float: right;
	padding: 3px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.thumb-li {
	float: none;
	padding: 3px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.thumb:hover, .thumb-li:hover {
	border: 1px solid #999;
	border-right-color: #666;
	border-bottom-color: #666;
	background-color: #999;
}

.clear {
	clear: both;
	visibility: hidden;
}

.sm {
	font-size: .9em;
}

.lite {
	color: #999;
}

.posted, .posted-list {
	font-size: .9em;
	color: #999;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	display: block;
}

.posted-footer {
	font-size: .9em;
	margin-top: 30px;
	color: #999;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	display: block;
	clear: left;
}

.posted-list {
	margin-top: 10px;
}

.posted-footer .head {
	color: #88a82e;
	text-transform: uppercase;
}

.posted .comments {
	color: #88a82e;
	float: right;
	padding-right: 15px;
}

.posted-footer a.permalink {
	color: #99b2cc;
	border-bottom: 1px dotted #999;
}

.posted-footer a.permalink:hover {
	color: #336699;
}

/* @group form */

form label {
	display: block;
	margin-bottom: .1em;
	color: #777;
	margin-top: .5em;
}

input[type=text], textarea {
	border: 1px solid #ccc;
	padding: 4px 2px;
	font: 1em Arial, Helvetica, "Lucida Grande", Sans-Serif;
}

textarea {
	font-size: 1em;
}

input[type=text]:hover, input[type=text]:focus {
	border-color: #999;
}

/* @end */