* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: tahoma, arial, sans-serif;
	background: #cccccc;
	padding: 10px;
}

#page {
	font-size: 75%;
	margin: 0px auto;
	width: 659px;
	/*float: left; */
	background: #ffffff;
	padding: 10px;

	-moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0px 75px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0px 75px rgba(0,0,0,1);
}

a {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #00bb00;
	text-decoration: underline;
}

hr {
	height: 5px;
	border: solid 1px #00bb00;
	background: #99bb99;
}

#splash , #footer, .post, #sidebar{
	background: #000000;
	color: #000000;
	width: 649px;
	border: solid 1px #aaaaaa;
	padding: 3px;
	background: #eeeeee;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}

.post h2 {
	margin: -3px;
	margin-bottom: 0px;
	padding-left: 5px;
	background: #dddddd;
	border-bottom: solid 1px #cccccc;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
}

.post h2 a {
	color: #000000;
}

.post img {
	border: solid 1px #000000;
	border: solid 5px #ffffff;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	margin: 2px;
	-moz-border-radius: 5px;
}

#footer , .post, #sidebar{
	margin-top: 10px;
	text-shadow: .5px .5px 6px rgba(0,0,0,0.5);
}

#footer {
	font-size: 75%;
	text-align: center;
}

.post {
	margin-top: 10px;
	/*text-shadow: none;*/
}

.postmetadata, .small {
	font-size: 75%;
}

.postmetadata {
	margin: -3px;
	margin-top: 3px;
	padding: 3px;
	padding-left: 5px;
	background: #dddddd;
	border-top: solid 1px #cccccc;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
}

.byline {
	margin: 3px 0px;
}

#sidebar {
	display:block;
}

#sidebar ul {
	list-style-type: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}