body {
	background-color: #eee;
	background-image: url("trees.jpg");
	font-size: 10pt;
	font-family: Georgia, Verdana, Arial;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.4em;
}

#container {
//	padding: 20px 20px 0px 20px;
	width: 1075px;
	margin-left: 100px;
	margin-right: auto;
	background-color: #FFF;
//	background-image: url("contentBackground.jpg");
}

#menu, #submenu {
	float: left;
	width: 170px;
	border-top: 1px dotted #DDD;
//	border-right: 1px dotted #000;
//	border-left: 1px dotted #000;
//	padding: 20px;
	margin-left: 10px;
}

#content {
	float: left;
	width: 864px;
	padding: 0 10px;
	background-color: #FFF;
}



#footer {
	clear: left;
	width: 815px;
	margin-left: 10px;
	padding: 20px;
	border-top: 1px dotted #aaa;
	text-align: right;
}

#menu a {
	display: block;
	padding: 5px 10px;
}

.menuItem {
	color: #333;
	background-color: #EEE;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1em;
	margin-top: 10px;
}

.subMenuItem {
	background-color: #f89439;
	border-top: 1px dotted #444;
//	border-bottom: 1px dotted #444;
	font-size: .8em;
	line-height: 1em;
}

.delicious-banner{
	display: none;
	color: #333;
	background-color: #EEE;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1em;
	margin-top: 10px;
}

.delicious-post{
	background-color: #f89439;
	border-top: 1px dotted #444;
//	border-bottom: 1px dotted #444;
	font-size: .8em;
	line-height: 1em;
}

p.delicious-extended{
	padding: 0 10px 10px 10px;
}

#twitter{
	text-align: left;
	line-height: 15px;
	color: #000;
}
#twitter li{
	margin-top: 10px;
	border-bottom: 1px dotted #444;
	padding: 0 10px 10px 10px;
}

#twitter li a{
	display: inline;
	color: #444;
}
.twitter-badge a{
	display: inline;
}
a { color: #000;}
a:visited { color: #333;}
a:hover, a:active { 
	color: #555;
	background-color: #AAA;
}

p {
	margin-bottom: 10px;
}

/*Wordpress specific style rules*/
.post {
	margin-bottom: 20px;
	background-color: #EEE;
	clear: both;
}

.post-title {
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background-color: #ddd;
}

.post-title h2 {
	font-size: 1.2em;
}

.date {
	color: #777;
	font-size: .8em;
}

.entry {
	padding: 10px;
}

.post img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #444;
	padding: 1px;
	border: 5px solid #FFF;
}

.postmetadata {
	padding-left: 10px;
	background-color: #ddd;
	text-align: right;
	padding-right: 10px;
	font-size: .8em;
}

#headerimg {
//	background-image: url("contentBackground.jpg");
	padding: 0px 10px 10px 190px;
	text-indent: 10px;
}

#header h1 {
	display: block;
	width: 660px;
	font-size: 1.7em;
	line-height: 1.5em;
	background-image: url("sheacraig.jpg");
	background-color: #f89439;
	padding-top: 200px;
	margin-right: 10px;
	letter-spacing: 8px;
}
#header h1 span {
	display: none;
}
#header h1 a {
	color: #FFF;
}

.description {
	margin-top: 4px;
	font-size: 1em;
	font-family: Verdana, Arial;
	color: #aaa;
}

.project {
	background-color: #EEE;
}

.project img {
	float: left;
	margin: 0px 0px 10px 0px;
}	

.project .postmetadata {
	clear: left;
}

#commentform {
	padding: 10px;
}

.navigation {
	font-size: .8em;
	color: #777;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}
	
.project-description {
	margin-left: 20px;
	float: left;
	width: 63%;
}

