/* LOVEFEAST - Yu */

@font-face {
	font-family: "Gentium";
	src: url("../images/skin/fonts/GenR102.TTF") format("truetype");
}
/* http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=gentium */

a,
a:link {
	color: #fbe600;
	text-decoration: none;
}

a:visited {
	color: #84342B;
}

a:hover {
	color: #fff699;
}

a:active {
	color: #fffde6;
}

a img {
	border: 0;
}

p {
	line-height: 20px;
	margin: 0 0 20px;
}

.spacer-header {
	display: none;
}

body {
	background: #132E28 url(../images/skin/bg3.jpg) repeat fixed top left;
	color: #ACFFCF;
	cursor: default;
	font: 13px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: center;
}

#container {
	margin: 0;
	min-width: 100%;
	padding: 0;
	text-align: center;
	width: 100%;
}

#header {
	background: url(../images/skin/yu/rotate.php) no-repeat;
	height: 419px;
	position: absolute;
	top: 1px;
	left: 650px;
	width: 327px;
	z-index: 2;
}

/* Navigation position and shape */
#navigation {
	float: left;
	height: 490px;
	position: absolute;
	top: 430px;
	left: 730px;
	width: 100px;
	z-index: 2;
}

.comictop {
	padding: 30px 0 0;
}

#side {
	background: #ACFFCF url(../images/skin/bg3-3.jpg) no-repeat bottom left;
	border: 6px solid #2EB300;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	color: #282927;
	float: left;
	font-size: 11px;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	top: 60px;
	left: -110px;
	text-align: center;
	width: 115px;
}

#side p,
#side small {
	line-height: 16px;
	text-shadow: 1px 1px 1px #84E3AC;
}

#side a:link {
	color: #D36554;
}

#twitter ul,
#twitter li {
	font-size: 10.4px;
	line-height: 14px;
	list-style: none;
	margin: 5px;
	text-align: left;
	width: 90%;
}

#twitter li {
	padding: 0 0 5px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	height: 129px;
	left: 185px;
	position: absolute;
	top: 80px;
	width: 305px;
	z-index: 4;
}

.spacer-logo {
	height: 129px;
	width: 305px;
}

#form1 {
	text-align: left;
}

#main {
	left: 130px;
	margin: 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 1px #289302;
	top: 160px;
	width: 645px;
	z-index: 0;
}

#main div.top {
	background: url(../images/skin/3-topleft.png) no-repeat bottom left; /* Top Left */
	width: 100%;
}

#main div.top div.right {
	background: url(../images/skin/3-topright.png) no-repeat bottom right; /* Top Right - a really long image */
	height: 25px;
	margin: 0 0 -10px 25px;
}

#main div.middle {
	background: #2EB300; /* left */
	clear: both;
	width: 100%;
}

#main div.middle div.right {
	background: #2EB300; /* right */
}

#main div.middle div.right div.content {
	background: #2EB300 url(../images/skin/bg3-2.jpg) no-repeat bottom left; /* Main content area */
	color: #ACFFCF;
}

#main div.bottom {
	background: url(../images/skin/3-bottomleft.png) no-repeat top left; /* Bottom Left */
	clear: both;
	width: 100%;
}

#main div.bottom div.right {
	background: url(../images/skin/3-bottomright.png) no-repeat top right; /* Bottom Right - a really long image */
	height: 25px;
	margin: -10px 0 0 25px;
}

.inside {
	margin: 10px auto 0;
	width: 500px;
}

.inside2 {
	margin: 0 auto;
	padding: 15px 0 0;
	width: 470px;
}

.inside:after,
.inside2:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.entry-date {
	margin: 8px auto;
	text-align: center;
}

#news {
	background: #3BBF0B;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	width: 90%;
}

#news p {
	text-align: justify;
}

#footer {
	font-size: 9px;
}

#nav,
#nav ul { /* The overall look of the navigation */
	background: #ACFFCF;
	border: 4px solid #2EB300;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	float: left;
	font-weight: bold;
	line-height: 1;
	list-style: none;
	padding: 0;
	text-align: left;
	text-shadow: 2px 2px 1px #84E3AC;
	width: 100%;
}

#nav a { /* Links on the top navigation */
	color: #F0512C;
	display: block;
	font-size: 15px;
	padding: 0.30em 2em;
}

#nav a:hover {
	color: #ACFFCF;
}

#nav li { /* Look of individual sections of top links */
	float: left;
	position: relative;
	width: 8em;
}

#nav li ul { /* Dropdown section */
	border-width: 0.25em;
	display: none;
	font-weight: normal;
	height: auto;
	margin: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-shadow: 2px 2px 1px #84E3AC;
	width: 13em;
	z-index: 5;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li ul a {
	margin-left: -15px;
	text-align: center;
	width: 10em;
}

#nav li li {
	width: 14em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.over ul,
#nav li li.over ul,
#nav li li li.over ul
#nav li.over ul ul,
#nav li.over ul ul ul {
	display: block;
}

#nav li:hover,
#nav li.over { /* Dropdown hover highlight color */
	background: #2EB300;
	width: 100%;
}

input,
textarea {
	background: #132E28;
	border: 1px solid #F84322;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #ACFFCF;
	font: 13px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: left;
}

input:focus,
textarea:focus {
	box-shadow: 0 0 12px #53E31F;
	-moz-box-shadow: 0 0 12px #53E31F;
	-webkit-box-shadow: 0 0 12px #53E31F;
}

.moreinfo {
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

.important {
	color: #FF0000;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
}

h1,
h1 a {
	color: #132E27;
	font: bold 35px "Palatino Linotype", Palatino, "Book Antiqua", Gentium, Georgia, serif;
	letter-spacing: -1pt;
	margin: 0;
	text-shadow: 2px 2px 2px #238600;
	text-transform: uppercase;
	word-spacing: 3pt;
}

h2,
h2 a {
	color: #132E27;
	font: bold 22px "Palatino Linotype", Palatino, "Book Antiqua", Gentium, Georgia, serif;
	letter-spacing: 2pt;
	margin: 0;
	text-shadow: 2px 1px 1px #238600;
	text-transform: uppercase;
	word-spacing: 4pt;
}

h3,
h3 a {
	color: #132E27;
	font: bold 15px "Palatino Linotype", Palatino, "Book Antiqua", Gentium, Georgia, serif;
	text-shadow: 1px 1px 1px #238600;
	text-transform: uppercase;
	word-spacing: 3pt;
}

#main .inside li {
	margin-bottom: 6px;
}

.str {
	text-decoration: line-through;
}

.und {
	text-decoration: underline;
}

.reading {
	font-size: 12px;
	text-align: left;
}

.cancan {
	border: 1px solid #102601;
}

.mature {
	border: 1px solid #FF0000;
	color: #FF0000;
}

.spoil {
	border: 1px solid #0074D9;
	color: #0074D9;
}

.sparklies {
	background: url(../sparklies.gif) fixed repeat;
}

#pw-sky {
	background: #2EB300;
	border: 3px solid #2EB300;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	height: 635px;
	padding: 7px 0 0 5px;
	position: absolute;
	top: 680px;
	left: 740px;
	width: 170px;
	z-index: 1;
}

#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: #132E28;
	border: 0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	color: #132E28;
	margin: 0 auto 15px;
	padding: 3px;
	width: 270px;
}

.spoiler a {
	color: #132E28;
}

.spoiler a:hover,
.spoiler h3 {
	color: #ACFFCF;
	text-transform: none;
}

/* 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%;
}
