* {
	padding: 0px;
	margin: 0px;
}

p {
	font-family: verdana;
	font-size: 0.9em;
}

body {
	background-image: url('static/glow.png');
}

#wrap {
	width: 980px;
	margin: auto;
	margin-top: 64px;
	margin-bottom: 32px;
	background-image: url('static/back.png');
	border: 1px solid grey;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#header {
	border-bottom: 1px solid silver;
	padding: 3px 10px;
}

#header h1.fp {
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-weight: 300;
	font-size: 36px;
}

#header h1.home {
	font-family: 'Gulim', sans-serif;
	font-weight: 400;
	font-size: 36px;
	padding-bottom: 3px;
}

#header .slogan {
	padding-left: 95px;
	font-size: 0.8em;
	margin-top: -10px;
	font-family: 'Gulim', sans-serif;
}

#header a {
	font-family: verdana;
	margin-left: 12px;
}

#comic {
	margin: auto;
	margin-top: 50px;
	padding: 10px;
}

.fpimage{
	width: 960px;
	height: 320px;
}

.wmimage {
	width: 960px;
}

.asimage {
	border: 1px solid silver;
	padding: 1px;
}

.cwimage {
	/*somecss soon */
}

.small{
	width: 511px;
	height: 174px;
}

#diggbutton {
	float: right;
	margin-top: 57px;
	margin-right: -3px;
}

#buttons {
	list-style: none;
	padding-bottom: 20px;
	width: 364px;
	margin: auto;
	border: 1px solid silver;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#buttons li {
	float: left;
	width: 90px;
	height: 20px;
	position: relative;
	text-align: center;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 16px;
	font-family: verdana;
	color: #F00;
}

img {
	border: 0px;
}

.fp {
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-weight: 300;
}

.ani {
	font-family: verdana;
	font-style: oblique;
	font-weight: 300;
}

#buttons li:hover, #buttons li a:hover {
	background-color: #E5E5E5;
	color: #000;
}

.bfirs {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.blate {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	width: 90px;
}

.bfirs, .bnext, .bprev{
	border-right: 1px solid silver;
}

.rightalign {
	text-align: right;
}

#leftcurv, #rightcurv {
	position: relative;
	width: 190px;/*
	height: 400px;*/
	border-bottom: 1px solid silver;
	padding: 3px 8px;
}

p.curvfill {
	padding-bottom: 30px;
	visibility: hidden;
}

div.addiv {
	margin-left: 50px;
	margin-top: 10px;
}

#leftcurv {
	float: left;
	border-right: 1px solid silver;
	-moz-border-radius-bottomright: 60px;
	border-bottom-right-radius: 60px;
	-webkit-border-bottom-right-radius: 60px;
}

#rightcurv {
	float: right;
	border-left: 1px solid silver;
	border-radius: 0 0 0 60px;
	-moz-border-radius: 0 0 0 60px;
	-webkit-border-radius: 0 0 0 60px;
}

#centercontainer {
	width: 570px;
	padding: 0 15px;
	margin: auto;
	text-align: center;
}

#centercontainer p {
	text-align: left;
	padding: 0 15px;
}

.clearfloat {
	clear: both;
	height: 0px;
	visibility: hidden;
	padding-bottom: 17px;
}

#footer {
	position: fixed;
	bottom: -1px;
	right: 20%;
	left: 20%;
	/*margin: 0 3% 0 3%;
	width: 94%;*/
	height: 17px;
	background-image: url('static/back.png');
	text-align: center;
	border: 1px solid grey;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}

hr {
	margin: 15px;
}

div.showcase {
	width: 513px;
	border: 1px solid grey;
	border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	margin: auto;
	padding: 3px 5px 0;
	background-color: #EEE;
}

div.showcase p {
	font-size: 1em;
}

div.showcase p.auth {
	font-size: 0.8em;
	margin-bottom: 3px;
}

div.showcase img {
	padding-top: 5px;
}

s.fp {
	text-decoration: none;
}

s.prologue {
	font-size: 1.1em;
	color: grey;
	text-decoration: none;
}

s.spacing {
	text-decoration: none;
	letter-spacing: 150px;
	margin: 0 30%;
}

#novel {
	padding: 15px 5px;
	width: 570px;
	margin: auto;
	text-align: center;
}

#novel .slogan {
	margin-top: -2px;
	font-size: 0.75em;
	font-style: italic;
}

div.wm {
	width: 784px;
	margin: auto;
}

.wmslogan {
	padding-left: 15px;
	font-size: 0.8em;
	margin-top: -9px;
	font-family: 'Gulim', sans-serif;
}

#comment {
	position: relative;
	margin-top: 8px;
	padding: 3px 5px;
	width: 600px;
	height: 150px;
	margin: auto;
	border: 1px solid silver;
}

#author {
	width: 600px;
	text-align: right;
	color: grey;
	font-size: 0.8em;
}

#news {
	width: 570px;
	padding: 0 15px;
	margin: auto;
}

div.post {
	border: 1px solid silver;
	padding: 8px;
	padding-bottom: 1.4em;
	background-image: url('static/back.png');
}

a.nostyle {
	color: black;
}

a.mainstyle {
	font-family: verdana;
	font-size: 0.9em;
}

div.post h3 {
	font-family: arial;
	padding-left: 6px;
}

div.first {
	border-bottom: 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

div.mid {
	border-bottom: 0px;
}

div.last {
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}

p.date {
	float: right;
	margin-top: -2em;
	color: grey;
}

p.author {
	float: right;
	margin-bottom: 2em;
	color: grey;
}

#pages ul {
	list-style: none;
	/*height: 1.2em;*/
}

#pages ul li {
	float: right;
	padding: 3px 4px;
	font-size: 0.8em;
}

#adstrip {
	width: 728px;
	border: 1px solid silver;
	border-radius: 5px 5px 0px 0px;/*
	-moz-border-radius: 5px 0px;
	-webkit-border-radius: 5px 0px;*/
	border-bottom: 0px;
	margin: auto;
}
