body {
	background-color: #1E1D1F;
	color: white;
	font-size: 16px;
	font-family: 'Myriad Pro', 'Corbel', 'Trebuchet MS', sans-serif;
}

a {
	color: #aeaeae;
}

a:visited {
	color: #aeaeae;
}

h2 {
	clear: both;
	color: white;
	font-weight: normal;
	margin: 0;
}

.hidden {
	display: none;
}

#about {
	background-color: #301614;
	adisplay: none;
	padding-top: 30px;
}

#about a, #footer a {
	color: #d6a7a7;
}

#about a:hover, #footer a:hover {
	color: white;
}

#about .grid_2 img {
	background: url('me-reflection.jpg') top center no-repeat;
	padding-bottom: 97px;
}

#about ul li {
	margin: 1.0em;
}

#about ul .youtube, #about ul .facebook, #about ul .myspace, #about ul .deviantart, #about ul .xboxlive, #about ul .flickr, #about ul .livejournal, #about ul .twitter {
	background-position: left middle;
	background-repeat: no-repeat;
	list-style: none;
	min-height: 16px;
	padding-left:  25px;
}

#about ul .youtube { background-image: url('youtube.ico'); }
#about ul .facebook { background-image: url('facebook.ico'); }
#about ul .myspace { background-image: url('myspace.ico'); }
#about ul .deviantart { background-image: url('deviantart.png'); }
#about ul .xboxlive { background-image: url('xboxlive.ico'); }
#about ul .flickr { background-image: url('flickr.ico'); }
#about ul .livejournal { background-image: url('livejournal.png'); }
#about ul .twitter { background-image: url('twitter.ico'); }

#content-top {
	background: transparent url('content-bar.jpg') top center repeat-x;
}

#content {
	background: transparent url('content-bg.jpg') no-repeat top center;
	color: #777777;
}

#content #about-me a {
	height: 37px;
	position: relative;
	width: 188px;
}

#content #about-me a span {
	background: url('about-me.png');
	height: 37px;
	position: absolute;
	width: 188px;
}

#content h1 {
	display:  none;
}

#content #splash {
	background: url('splash-bg.png') top left no-repeat;
	height: 271px;
	margin-top:  100px;
	margin-bottom: 20px;
	width: 940px;
}

#content #splash img, #content #splash object {
	display: block;
	margin-left: 1px;
	margin-top: 1px;
}

#content #latest-artwork, #content #lifestream, #content #latest-photos {
	background: url('divider.png') top center no-repeat;
	border-top: 1px solid black;
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
}

#content #latest-artwork ul, #content #lifestream, #content #latest-photos ul {
	clear: both;
	list-style: none;
}

#content #latest-artwork li {
	float: left;
	height: 162px;
	line-height: 162px;
	margin: 8px;
	width:  162px;
}

#content #latest-artwork img, #content #latest-photos img {
	background-color: white;
	border: 1px solid #a6cdcf;
	padding: 5px;
}

#content #latest-artwork img {
	vertical-align: middle;
}

#content #lifestream a {
	color: white;
	text-decoration: none;
}

#content #lifestream .date {
	color: white;
	margin: 0;
	text-align: center;
}

#content #lifestream .month {
	background-color: #444;
	padding: 2px 4px;
	display: block;
	margin: 0;
	float: left;
	width: 25px;
}

#content #lifestream .day {
	background-color: #888;
	font-weight: bold;
	padding: 2px 4px;
	display: block;
	margin: 0;
	float: left;
	width: 15px;
}

#content #lifestream table {
	font-size: 14px;
	width: 100%;
}

#content #lifestream strong {
	color: #128e8a;
}

#content #lifestream table td {
	border-bottom: 1px solid #233;
	padding: 4px 2px;
	vertical-align: middle;
}

#content #lifestream table .icon {
	width: 20px;
}

#content #lifestream table .date {
	width: 70px;
}

#content #latest-photos li {
	float: left;
	margin: 11px;
}

#content #latest-photos li a {
	margin: 0;
}

#content #journal {
	background: url('journal-bg-top.jpg') top center no-repeat;
}

#content #journal .journal-entry {
	margin: 20px auto 40px auto;
	width: 450px;
}

#content #journal h2 {
	color: #128e8a;
	font-size: 24px;
	margin-bottom: 0.5em;
	vertical-align: middle;
	line-height: 2.0em;
}

#content #journal .date {
	float: left;
	line-height: 1;
	margin: 0;
	text-align: center;
	width: 50px;
}

#content #journal .date .month {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	width: 50px;
}

#content #journal .date .day {
	font-size: 30px;
}

#content #journal .button {
	float: right;
	height: 54px;
	margin-top: 2.0em;
	position: relative;
	width: 253px;
}

#content #journal .button span {
	background: url('entry-link.png');
	height: 54px;
	position: absolute;
	width: 253px;
}

#footer {
	background: #301614 url('footer-bg.jpg') no-repeat top center;
	border-top: 1px solid #9a6262;
}

#footer .grid_4 {
	color: #c85e5e;
	font-weight: normal;
	margin-top: 2.0em;
	text-transform: uppercase;
}

#footer .grid_6 h2 {
	margin-bottom: 0;
}

#footer .grid_6 p {
	color: #fa6666;
}