html {
	background:#222;
}
body{
	font-family: arial,helvetica,sans-serif;
	font-size:90%;
	/*-moz-border-radius:20px;*/
	margin:0px;
	color:#bbb;
	background:#222;
}
#espg .intro {
	text-align: center;
	margin: 10px 50px 0;
}
#espg a:link, a:visited {
	color: #bbb;
	text-decoration: none;
}
#espg a:hover, #espg a:active, #espg a:focus {
	text-decoration:underline;
}
#espg .dim {
	color: #666;
}
#espg #prevnext{
	background:#000;
	padding:5px;
	height: 16px;
	margin:20px 5px 0 5px;
	text-align: center;
	clear: both;
}
#espg #prev, #espg #next {
	display:block;
	text-decoration:underline;
	color: #bbb;
	text-decoration: none;
}
html body #espg div #prev:hover, html body #espg #next:hover,html body #espg div #prev:focus, html body #espg #next:focus {
	text-decoration:underline;
}
#espg #prev {
	float:left;
}
#espg #next {
	float:right;
}
#espg #image {
	text-align:center;
	background: url(http://art.genkakuzai.org/imagefade/loading.gif) 50% 50% no-repeat;
	margin:0 auto;
	position: relative;
	top: 10px;
/*	margin-bottom:5px;*/
}
#espg #image img {
	background: #000;
}
#espg .imgouter {
	width: 210px;
	float: left;
}
#espg .imgwrapper a {
	text-align: center;
}
#espg .imgwrapper {
	float: left;
	margin: 5px 14px 5px 14px;
}
#espg .imgwrapper span {
	display:block;
	font:90% arial, helvetica, sans-serif;
	text-align:center;
	margin-left: -5px;
}
#espg .imgwrapper img {
    border: 0px;
	background-color: #000;
	vertical-align: bottom;
}
#espg .imgwrapper a:hover span, #espg .imgwrapper a:focus span {
	text-decoration: underline;
}
#espg #single {
	position: relative;
	top: 2px;
	border: 0px;
}
#espg #description {
	border:1px solid #bbb;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
	color:#222;
	background:#000;
}
#espg #homepage{
	position: absolute;
	right: 10px;
	background:transparent;
}
#espg #thedate {
	display: none;
	text-align:right;
	clear:both;
	margin:10px;
	color:#303;
	font-style:italic;
}
#espg #credit {
	background: #222;
	color:#bbb;
	/*-moz-border-radius:0 0 20px 20px;*/
	font-size:0.8em;
	text-align:center;
	margin:0;
	padding:3px 0;
	clear:both;
}
#espg #credit a {
	color:#bbb;
}
#espg #credit a:hover, #espg #credit a:active, #espg #credit a:focus {
	color:#bbb;
	text-decoration:none;
}
#espg #directories {
	border-bottom:1px solid #bbb;
	margin:0;
}
#espg #breadcrumb {
	padding:5px;
	background:#000;
	color:#bbb;
	margin:0 5px 0;
}
#espg #breadcrumb a {
	color:#bbb;
	text-decoration:none;
}
#espg #breadcrumb a:hover, #espg #breadcrumb a:active, #espg #breadcrumb a:focus{
	color:#bbb;
	text-decoration:underline;
}
#espg #dirdesc {
	padding:4px;
	background:transparent;
	margin:0 5px;
}
#espg #gallery {
	padding:10px 5px;
	border-left: 5px solid #222;
	border-right: 5px solid #222;
	background:#222;
}
/* Standard category listing*/
#espg #directories ul.cat {
	list-style:circle;
	padding-bottom:5px;
}
#espg ul.cat li {
	margin:2px 0;
}
/* categories with thumbs */

#espg div.catthumbs {
	margin:5px;
	padding:5px;
}
#espg div.catthumbs div {
	margin:10px;
	padding:2px;
	text-align:center;
	float:left;
	width:200px;
}
#espg div.catthumbs img.tnexample{
	margin:5px;
	margin:0 auto;
	display:block;
	border:0;
}
#espg div.catthumbs a{
	display:block;
}

#espg #directories h3 {
	font:1em georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
	margin:0;
}
#espg #directories h4 {
	font:0.9em georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:20px;
	margin:0;
}
#espg #header {
	background:#222;
	color:#bbb;
	margin:0;
	padding: 0;
	height: 80px;
}
/* footer */
#espg #footer {
	font-family: arial,helvetica,sans-serif;
	margin:0;
	clear: both;
	padding:0;
	font-size: 70%;
	background: #222;
	color:#bbb;
}
#espg #footer a:hover, #espg #footer a:focus  {
	text-decoration:underline;
}

#espg #design {
	float:right;
	text-align:right;
	margin:0 15px;
}
#espg #copyright {
	padding:0 0 0.2em;
	margin:0 15px;
}
/*editor*/
#espg div#admin {
	background:#c00;
	color:#222;
	/*-moz-border-radius:0 0 20px 20px;*/
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
	margin:0;
	padding:5px 0;
	clear:both;
}
#espg div#editor {
   font: .85em/1 Verdana, Arial, sans-serif;
   border-top: 1px gray solid;
   padding: 10px 20px;
   margin: 20px 0;
   clear:both;
}
#espg div#editor h2 {
   font-size: 1.2em;
   text-align: center;
   margin: 0 0 8px;
}
#espg div#editor p.valid {
   background: pink;
   color: black;
   font-size:1.2em;
   float: left;
   padding: 5px;
   margin: 5px 0;
}
#espg div#editor p.invalid {
   background: #c00;
   font-size:1.2em;
   border:1px solid #000;
   color: #222;
   float: left;
   padding: 5px;
   margin: 5px 0;
}
#espg div#editor fieldset {
   background: #222;
   clear: both;
}

#espg div#editor p {
   margin: 5px 0;
   background: #222;
}
#espg div#editor input[type="text"], #espg div#editor textarea,#espg div#editor input[type="password"] {
   border: solid 1px #bbb;
   margin: 2px 1px 1px;
}
#espg div#editor input[type="text"]:focus, #espg div#editor textarea:focus,#espg div#editor input[type="password"]:focus {
   border: solid 2px #bbb;
   margin: 1px 0 0;
}
#espg div#editor input#userfile{
   margin: 2px 1px 1px;
}
/* login specific */
#espg p.warn{
	background: #c00;
	font-size:1em;
	border:1px solid #000;
	color: #fff;
	float: left;
	padding: 5px;
	margin: 5px 0;
}
#espg div#login fieldset {
   margin-top: 10px;
   background: #222;
   clear: both;
}
#espg div#login input[type="text"], #espg div#login input[type="password"] {
   border: solid 1px #bbb;
   margin: 2px 1px 1px;
}
#espg div#login input[type="text"]:focus, #espg div#login input[type="password"]:focus {
   border: solid 2px #bbb;
   margin: 1px 0 0;
}
#espg div#login label{
	width:8em;
	float:left;
	text-align:right;
	padding-right:5px;
}
#espg div#login .button{
	margin: 0.5em 0 0 9em;
}

#espg div.clearer {
	clear: both;
}
#espg img.precache {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	visibility: hidden;
}
/* comment system */
#espg div#comments{
	margin:0.5em 15%;
	font-size:0.9em;
}

#espg div#comments div.comment-odd{
	color: #222;
	margin:3px 0;
	border:1px solid #bbb;
	background:#000;
}
#espg div#comments div.comment-even{
	color: #222;
	margin:3px 0;
	border:1px solid #bbb;
	background:#000;
}
#espg p.cname{
	font-weight:bold;
	margin:3px;
}
#espg p.ccomment{
	margin:0 10px;
}
#espg p.time{
	font-style:italic;
	margin:0;
	padding:4px 1em 4px 0;
	text-align:right;
}
#espg p.no-comment{
	font-weight:bold;
	text-align:center;
}
#espg p.comment-error{
	color:#bbb;
}
#espg div.comment-form-holder{
	width:50%;
	margin:0.5em 0;
}
#espg form.comment-form{
	width:100%;
}
#espg form.comment-form fieldset{
	border:1px solid #bbb;
}
#espg form.comment-form legend{
	letter-spacing:0.1em;
	color:#bbb;
}
#espg form.comment-form label{
	width:12em;
	float:left;
}
 div.pagedcomments{
 	text-align:center;
 }
#espg p.comment-attrib{
	text-align:right;
	font-size:80%;
	padding-right:1em;
}
#espg .center{
	text-align:center;
}
/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/}
#espg .wrap1 {
	float:left;
	background:url(http://art.genkakuzai.org/shadows/dropshadow.gif) right bottom no-repeat;}
#espg .wrap2 {background:url(http://art.genkakuzai.org/shadows/bottomleft.gif) -1px 100% no-repeat;}
#espg .wrap3 {
	padding:0 6px 6px 0;
	background:url(http://art.genkakuzai.org/shadows/topright.gif) 100% -1px no-repeat;
}
