body
{
background: #444 url(/images/bodyBG.png) center top no-repeat fixed;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: left;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#container
{
background: #fff url(/images/bg.png) no-repeat fixed bottom;
-moz-border-radius-topleft: 1em;
-webkit-border-top-left-radius: 1em;
-moz-border-radius-topright: 1em;
-webkit-border-top-right-radius: 1em;
width: 80em;
margin: auto;
}

#content
{
	font-size: 1.2em;
	width: 40em;
float: left;
margin-left: 7em;
}

#sidebar
{
background: #eee;
-moz-border-radius-topright: 1em;
-webkit-border-top-right-radius: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-bottom-left-radius: 1em;
	font-size: 1.1em;
	padding-top: 2em;
padding-left: 1em;
float: right;
	width: 20em;
}

#header
{
background: url(/images/headerBG.png) no-repeat center;
height: 16em;
text-align: center;
}

#footer
{
	color: #888;
	font-size: 0.9em;
	padding: 0.5em;
text-align: center;
}

h1, h2, h3
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
}

#header h1
{
	font-size: 5em;
	margin: 0;
}

#header h1 a
{
	color: #aaa;
}

#header h1 a:hover
{
	color: #08f;
}

#header h1 a font
{
color: #08f;
}

#header h1 a:hover font
{
color: #aaa;
}

#header p
{
	color: #aaa;
	font-size: 1.1em;
	margin-top: 4em;
}
.clear
{
clear: both;
}
.entrytitle h2
{
	font-size: 2.2em;
}

.entrytitle h2 a
{
	color: #08f;
}

.entrytitle h2 a:hover
{
	color: #58BBEB;
}

.entrytitle h3
{
	font-size: 1.8em;
	color: #6F6F6F;
}

.entry
{
	margin-bottom: 3em;
}

.entrymeta
{
	font-size: 0.9em;
}

.postedby
{
	background: url(/images/user.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}

.filedto
{
	background: url(/images/post.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}

.commentslink
{
	background: url(/images/packaged.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar h2
{
background: #444 url(/images/bodyBG.png) center top no-repeat fixed;
-moz-border-radius-topleft: .5em;
-webkit-border-top-left-radius: .5em;
-moz-border-radius-bottomleft: .5em;
-webkit-border-bottom-left-radius: .5em;
color: #aaa;
margin-top: 1em;
margin-left: -.5em;
padding-left: .5em;
}

#sidebar h2 font
{
background: #444;
}

.commentsblock
{
	margin: 0.5em;
	padding: 1em;
}

.commentsblock textarea
{
	width: 35em;
}

.commentsblock input, .commentsblock textarea
{
	border: 1px solid #d1d1d1;
}

.commentsblock textarea:focus
{
	background: #eee;
	border: 1px solid #a1a1a1;
}

.commentsblock textarea:focus, .commentsblock input:focus
{
	background: #eee;
	border: 1px solid #a1a1a1;
}

.commentauthor
{
	display: block;
	font-size: 1.5em;
}

ol.comments
{
	color: #777;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}

.comments li
{
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

.OMG
{
color: #08F;
}

.even
{
	background: #f3f5e9;
	border: 1px dotted #d1d1d1;
	padding: 0.5em;
}

h3#comment
{
	font-size: 1.6em;
}

a
{
	color: #08f;
	text-decoration: none;
}

a:hover
{
	color: #58BBEB;
}