body {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: small;
	text-align:center;
	margin:0;
	padding:0 0 20px;
	height: 100%;
	background: black url(/web/images/bones.gif) scroll center top;
}

h1 {
	font-size: 5em;
	text-align: center;
	margin:0;
}

h2 {
	font-size: medium;
}

.post h2 {
	background: transparent url(/web/images/skull-really-small.png) no-repeat top left;
	padding: 0 16px;
	margin: 0px;
	border-bottom: 1px dotted white;
}

h1, h2, h3 {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:bold;
}

#page {
	-moz-border-radius:0 0 100px 0;
	border-left:2px solid silver;
	border-right:2px solid silver;
	border-bottom:2px solid silver;
	margin:0 auto;
	padding:0;
	width:900px;
	height: 60%;
	background: white/* url(/web/images/skull-really-small.png) repeat-y scroll 738px bottom*/;
}

#content {
	float:left;
	margin:0 0 0;
	padding:0 0 20px 45px;
	width:600px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


.post {
	-moz-border-radius:20px 0 20px 0;
	background-color: rgb(240,240,255);
	text-align: left;
 	style: clear: both;
 	padding: 10px 10px 10px 10px;
 	margin: 0 0 20px 0;
 	line-height:1.4em;
 }
 
.post img {
	display:inline;
	max-width:100%;
	padding: 5px;
}



a img {
	border:medium none;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

small {
	font-family:Arial,Helvetica,Sans-Serif;
	line-height: 1.2em;
}

hr {
	display: none;
}

#headerimg .description {
	font-size: small;
	text-align: center;
	margin: 0 0 20px;
}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
}

h2, h2 a, h2 a:hover, h2 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#sidebar {
	width: 225px;
	float: left;
	text-align: left;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: small;
	margin: 0 0 5px;
	border-bottom: 1px dotted silver;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ol,
#sidebar ol li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}