body {
	margin:0;
	font: normal .75em/1em "verdana", sans-serif;
}
a {
	color:#E40086;
	font-size:.9em;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#E40086;
	font-size:.9em;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	color:#363d41;
	font-size:.9em;
	text-decoration:none;
}
#aboutus {
	color:#363d41;
	font-size:.8em;
	text-decoration:none;
	border:1px solid #ccc;
	padding:5px;
}
#mainHdr {
	background-color:#4e4943;
	margin:0;
	height:200px;
	background: black url("../images/starfield.gif") repeat-x top left;
	border-bottom:1px solid #ccc;
	position:relative;
}
#mainTitle {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-8px;
	margin-right:5px;
	z-index:999;
}
img#tiger {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:0px;
	margin-right:363px;
}
img#stuff {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:40px;
	margin-right:500px;
}
#content {
	/*
	margin-top:5px;
	margin-bottom:5px;*/
	position:relative;
	clear:both;
	background: transparent url("../images/fauxCol1.gif") repeat-y top left;
}
#content:after{
	content: '';
	display: block;
	clear: both;
}
#content .rightContent {
	margin-left: 340px;
	padding:		 5px;
}
#content .rightContent p {
	text-indent:15px;
}
#content .leftNav {
	padding:5px;
	width:150px;
	float:left;
}
#content .leftNav h6 {
	display:inherit;
	font-size:.85em;
	margin:0;
	text-align:center;
	color:#999;
	font-weight:bold;
	margin-bottom:5px;
	margin-top: 5px;
}
#content .leftNav ul {
	display:inline;
	margin-left:0;
	list-style:none;
}
#content .leftNav ul li {
	text-align:center;
	margin-bottom:4px;
}
#content .middleNav {
	padding:5px;
	float:left;
	width:166px;
	padding-top: 16px;
}
#content .middleNav h6 {
	display:inherit;
	font-size:.85em;
	margin:0;
	text-align:center;
	color:#999;
	font-weight:bold;
	margin-top: 5px;	
	margin-bottom:5px;
}
#content .middleNav ul {
	display:inline;
	margin-left:0;
	list-style:none;
	font-size:.85em;
}
#content .middleNav ul li {
	padding:3px;
	text-align:center;
	margin-bottom:4px;
	font-weight:bold;
	color:#465356;
}
#footer {
	font-size:.8em;
	clear:both;
	border-top:1px solid #999;
	color:#999;
	text-align:right;
	padding-top: 5px;
	min-height: 30px;
}
#contributors {
	background:#f8feff;
	border:1px dotted #ccc;
	padding:5px;
	margin-top:5px;
	margin-bottom: 5px;
}
#contributors h6 {
	margin:0;
	display:inherit;
	font-size:.85em;
	color:#999;
	font-weight:bold;
	margin-bottom:5px;
}
#contributors ul {
	display:inline;
	margin:10;
	list-style:none;
	margin-left:-20px;
	margin-top:10px;
}
#contributors ul li {
	display:list-item;
	padding-bottom:5px;
	background: transparent url("../images/undefined.gif") no-repeat -3px -3px;
	margin-right:10px;
}
#contributors ul li.calvin {
	background: transparent url("../images/calvin.gif") no-repeat -3px -3px;
}
#contributors ul li.jill {
	background: transparent url("../images/jill.gif") no-repeat -3px -3px;
}
#contributors ul li.evon {
	background: transparent url("../images/evon.gif") no-repeat -3px -3px;
}
#contributors ul li.alex {
	background: transparent url("../images/alex.gif") no-repeat -3px -3px;
}
#contributors ul li.tone {
	background: transparent url("../images/tone.gif") no-repeat -3px -3px;
}
#contributors ul li.coey {
	background: transparent url("../images/coey.gif") no-repeat -3px -3px;
}
#contributors ul li.willy {
	background: transparent url("../images/willy.gif") no-repeat -3px -3px;
}
.ljItem {
	margin-top:15px;
	border:1px solid #ccc;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	background-color:#fcfcfc;
	padding:5px 10px;
}
.ljItem h6 {
	font-size:1.3em;
	margin:0;
	padding:3px;
	color:white;
}
.ljItem h6 a {
}
.ljItem p {
	text-indent:15px;
	font:normal .9em/1.3em;
}
.ljItem .footer {
	margin-top:5px;
	border-top:1px solid #ccc;
	text-align:right;
}
.ljItem .footer .postDt {
	margin-right:5px;
	font-size:.75em;
}
#projects {
	background:#f8feff;
	border:1px dotted #ccc;
	padding:5px;
	margin-top: 5px;
	margin-bottom:10px;
}
#projects>div:first-child{
	margin-bottom: 5px;
}
#projects h6 {
	text-align: right;
	display: block;
	font-size:0.85em;
	color:#999;
	font-weight:bold;
	min-width: 90px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
#projects ul,
#projects ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#projects ul li img{
  vertical-align: middle; 
}

