/* LOVEFEAST - Blood */
a,
a:link {
	color: #850F0F;
	text-decoration: none;
}

a:visited {
	color: #E35B00;
}

a:hover {
	color: #EFC2C2;
}

a:active {
	color: #fff;
}

a img {
	border: 0;
}

p {
	line-height: 18px;
	margin: 0 0 18px;
}

#logo,
.spacer-logo {
	display: none;
}

html {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #990E00 url(../images/skin/bg1.jpg) repeat;
	border: 0;
	color: #fff;
	cursor: default;
	font: 12px Tahoma, Geneva, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

input, textarea {
	background: #E00000 url(../images/skin/bg1.jpg);
	border: 1px solid #E00000;
	border-radius: 5px;
	color: #fff;
	font: 13px Tahoma, Geneva, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	-moz-border-radius: 5px;
	text-align: left;
	-webkit-border-radius: 5px;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#header {
	background: url(../images/skin/top1.png) no-repeat center;
	height: 130px;
	margin: 0 auto;
	width: 500px;
}

#navigation {
	height: 65px;
	left: 45px;
	position: relative;
	text-shadow: 1px 1px 1px #ccc;
	z-index: 1;
}

#naviarea {
	margin: 0 auto;
	width: 515px;
}

#side {
	color: #fff;
	float: left;
	font-size: 11px;
	margin-right: -120px;
	position: relative;
	top: -960px;
	left: -135px;
	text-shadow: 1px 1px 1px #7B0E11;
	width: 115px;
}

#side h1,
#side h2,
#side h3,
#side h4 {
	color: #EFC2C2;
}

#side p {
	line-height: 14px;
}

#twitter ul,
#twitter li {
	font-size: 10.4px;
	line-height: 14px;
	list-style: none;
	margin: 5px;
	text-align: left;
	width: 100%;
}

#twitter li {
	padding: 0 0 5px;
}

#form1 {
	text-align: left;
}

#main {
	color: #282927;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 1px #ccc;
	width: 570px;
}

#news {
	background: #EFEFEF;
	border-radius: 15px;
	margin: 0 auto;
	-moz-border-radius: 15px;
	padding: 20px;
	-webkit-border-radius: 15px;
	width: 80%;
}

#news p {
	text-align: justify;
}

#main div.top div.right {
	background: url(../images/skin/1-top.png) no-repeat bottom; /* A really long image */
	height: 54px;
}

#main div.bottom div.right {
	background: url(../images/skin/1-bottom.png) no-repeat top; /* A really long image */
	height: 260px;
	margin: -20px 0 20px;
}

#main .inside li {
	margin-bottom: 6px;
}

.content {
	background: #fff;
	text-align: center;
	width: 100%;
}

.inside {
	margin: -15px auto 0;
	position: relative;
	width: 100%;
}

.inside2 {
	margin: -10px auto 0;
	position: relative; 
	width: 85%;
}

.inside:after, .inside2:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.entry-date {
	margin: 8px auto;
	text-align: center;
}

.comictop {
	clear: right;
}

#footer {
	font-size: 10px;
}

#nav,
#nav ul { /* The overall look of the navigation */
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	list-style: none;
	margin: 0 0 1em -40px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#nav a { /* Links on the top navigation */
	color: #E00000;
	display: block;
	margin: 0 auto;
}

#nav a:hover {
	color: #F4614A;
}

#nav li { /* Look of individual sections of top links */
	background: #fff;
	border: 1px solid #990E00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
	padding: 0.5em 2.2em;
	position: relative;
	width: 6em;
}

#nav li ul { /* Dropdown section */
	font-weight: normal;
	display: none;
	height: auto;
	margin: 3px 0 0;
	position: absolute;
	top: auto;
	left: 0;
	text-transform: none;
	width: 6em;
	z-index: 8;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav ul ul {
	position: relative;
	left: -35px;
}

#nav li li,
#nav li ul a {
	width: 10em;
}

#nav li li li {
	display: none;
}

#nav li:hover ul,
#nav li li:hover li,
#nav li.over ul,
#nav li li.over li {
	display: block;
}

#nav li:hover,
#nav li.over { /* Dropdown hover highlight color */
	background: #990E00;
}

.spacer-header {
	height: 100px;
	width: 500px;
}

.moreinfo {
	margin: 0 auto;
	text-align: left;
	width: 60%;
}

.important {
	color: #FF0000;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #850F0F;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin: 6px;
}

h1 {
	font-size: 250%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
}

.str {
	text-decoration: line-through;
}

.und {
	text-decoration: underline;
}

.reading {
	font-size: 12px;
	text-align: left;
}

.cancan {
	border: 1px solid #282927;
}

.mature {
	border: 1px solid #FF0000;
	color: #FF0000;
}

.spoil {
	border: 1px solid #0074D9;
	color: #0074D9;
}

.sparklies {
	background: url(../sparklies.gif) fixed repeat;
}

#pw-sky {
	position: absolute;
	top: 20px;
	left: 720px;
}

#pw-banner {
	margin: 0 auto;
	padding: 0 0 15px;
	width: 468px;
}

.artwork img {
	border: 1px solid #000;
}

.artwork a {
	opacity: 0.6;
}

.artwork a:hover {
	opacity: 1;
}

.spoiler {
	background: #990E00;
	border: 0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	color: #990E00;
	margin: 0 auto 15px;
	padding: 3px;
	width: 270px;
}

.spoiler a {
	color: #990E00;
}

.spoiler a:hover,
.spoiler h3 {
	color: #fff;
}

/* Clear Fixes */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}
