body {
	background-image:url(/media/deadwalking/img/bg2.jpg);
	background-repeat:repeat;
	font-family:tahoma,Verdana,sans-serif;
	font-size:small;
	margin:0;
}
img {
	border:0 none;
}
.left {
//	background-color:#670000;
}
#content {
	background-color:#670000;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius:25px;
	-border-radius:25px;
	margin-top:15px;
/*	padding-top:10px;*/
}
.right {
	/*border-left:1px solid #f2f2f2;*/
	color:#a58379;
	font-weight:bold;
	//background-color:#670000;
}
a:link, a:visited, h3 a:link, h3 a:visited, h3 a:hover {
	color:#d4bfb6;
	text-decoration:none;
}
h1 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
}
.post h3 {
	background-color:black;
	border-bottom:1px solid white;
	border-top:1px solid white;
	padding-bottom:2px;
	padding-top:2px;
}
.post h3 a {
	color:white;
}
.block_right {
	/*background-image:url(/media/deadwalking/img/deadlogo.png);
	background-repeat:no-repeat;*/
	color:#fff;
	font-size:36px;
	/*height:105px;*/
	margin-right:22px;
	padding-left:10px;
	/*padding-top:105px;*/
	width:650px;
	/*-border-radius:25px 10px 25px 10px / 10px 155px 10px 155px;*/
	/*-moz-border-radius:25px 10px 25px 10px / 10px 155px 10px 155px;*/
	/*-moz-border-radius: 10px 155px 10px 155px/25px 10px 25px 10px;*/
}
.block_left {
/*	background-image:url(/media/deadwalking/img/graveyard.png);
	background-repeat:no-repeat;
	height:200px;
	margin-left:22px;*/
	width:250px;
	/*-moz-border-radius:10px 25px 10px 25px / 10px 195px 10px 50px;
	-border-radius:10px 25px 10px 25px / 10px 195px 10px 50px;*/
}
.sidebar h4 {
	color:#fff;
	font-size:12px;
	margin:0;
	padding-top:5px;
	padding-bottom:9px;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	background-color:black;
}
#footer {
	text-align:center;
	font-weight:bold;
	color:#a58379;
	margin-left:auto;
	margin-right:auto;
	width:945px;
}
#paginator li{
	display:inline;
	list-style:none outside none;
	padding:0.5em;
	border:solid 1px;
}
ul.links {
	font-weight:normal;
	font-size:14pt;
/*	float:right;*/
	letter-spacing:-1px;
	margin:0;
	padding:6px;
	height:25px;
        background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.23, rgb(214,4,4)),
    color-stop(0.62, rgb(255,31,31)),
    color-stop(0.81, rgb(255,59,59))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(214,4,4) 23%,
    rgb(255,31,31) 62%,
    rgb(255,59,59) 81%
);

}
ul.links li {
	display:inline;
	list-style-type:none;
	padding: 10px;
	margin:-6px;
}
#nav_logo {
	float:left;
}

