body {
	background: #fff url('images/dottedbg.gif');
	margin: 0px;
	padding: 0px;
	}

#topribbon {
	background: #cf9 url(images/greenishbg.gif) repeat-x;
	height: 50px;
	}

#branding {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
		
#sidebar {
	position: absolute;
	top: 50px;
	left: 0px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #f0aaaa;
	padding: 50px 0px 0px 5px;
	width: 145px;
	z-index: 0;
	}
	
#content {
	position: absolute;
	top: 85px;
	left: 178px;
	width: 460px;
	z-index: 1;
	}

#adbar {
	position: absolute;
	top: 95px;
	left: 670px;
	width: 160px;
	z-index: 1;
	}
	
#seiyuu {
	margin: 0px;
	padding: 0px 20px 10px 20px;
	}
	

li {
	padding-bottom: 8px;
	}
	
/* Navigation  */
	
	
ul.navpanel {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #ffc;
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 140px;
	}

ul.navpanel li {
	display: block;
	font: 10px georgia, "New Century Schoolbook", times, serif;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	padding-bottom: 0;
	}

ul.navpanel li a	{
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-left: 20px;
	}
	
.navpanel li a:link, .navpanel li a:visited {
	display: block;
	margin: 0px;
	line-height: 15px;
	} 

.navpanel li a:hover {
	background: #cf9;
	}
	
ul.navpanel li.navheader {
	color: #f33;
	font-style: italic;
	background-color: #fff;
	margin: 0px;
	line-height: 15px;
	padding-left: 10px;
	padding-bottom: 0;
	}

/* General Text Elements */

div.notice {
	margin: 40px 0px;
	border: 2px solid #f33;
	background: #ffc;
	padding: 0px 10px;
	}
	
body, p, td, ol, ul {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	}

p {
	line-height: 14px;
	}
	
h1, h2 {
	font-family: georgia, 'New Century Schoolbook', times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin-bottom: 5px;
	}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	}

h2 {
	font-size: 14px;
	}

h2.blogdate {
	margin: 10px 0px 10px 0px;
	padding: 4px 8px 4px 8px;
	border: #000 solid 1px;
	background-color: #ffc;
	}
	
h3, h4 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	}

h3 {
	font-size: 12px;
	}

h3.posttitle {
	border-color: #f33;
	border-style: dotted;
	border-width: 0px 0px 1px 0px; 
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 16px 0px 4px 0px;
	padding-bottom: 4px;
	}
	
h4 {
	font-size: 10px;
	}

h4.author {
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	}

h4.series {
	text-transform: uppercase;
	border-color: #f33;
	border-style: dotted;
	border-width: 0px 0px 1px 0px; 
	padding-bottom: 2px;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 16px 0px 4px 0px;
	}
		
div.postcontent {
	margin-left: 24px;
	}
	
div.awards {
	text-align: left;
	}
	
div.awards img {
	margin: 0px 3px 3px 0px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #f33;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	text-decoration: underline;
	color: #000;
	}

a img {
	border: none;
	}
	
p.copy {
	margin: 20px 0px 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #f33;
	border-style: dotted;
	text-align: center;
	}
	
p.ml {
	margin: 6px 0px 2px 0px;
	}
	
input, select, textarea, submit, reset {
	background-color: #fff; 
	border-color: #f33;
	border-style: solid;
	border-width: 1px; 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #000;
	font-weight: bolder;
	margin: 0px 6px 4px 0px;
	}
	
input.noborder {
	border: none;
	}
	
table.current_nav {
	border-color: #f33;
	border-style: solid;
	border-width: 1px;
	background-color: #ffc;
}

table#cssStyle tr td input.form, table#cssStyle tr td select, 
table#cssStyle tr td textarea {
  width: 250px;
}
