
/* Global */

body {
	background: #938771;
	margin:0px;
	padding:0px;
}
#frame {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 985px;
	margin-bottom: 0px;
}
#container {
	position: relative;
	width: 985px;
	background: #96815E url(../images/bg.png) repeat scroll left top;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;

}
a:focus {
	outline: none;
}

/* Top */

#top {
	width: 985px;
	height: 154px;
	top: 0px;
	border-bottom: solid #ffffff 1px;
	background: transparent url(../images/top-main.jpg) no-repeat scroll left top;
	clear: both;
	position: relative;
	z-index: 32;
}
#top h1 {
	width: 985px;
	height: 170px;
	background: transparent url(../images/top-end.png) no-repeat scroll 0px 142px;
	margin-top: 0px;
	position:absolute;
	z-index: 32;
}

/* Bottom */

#bottom {
	position: relative;
	width: 985px;
	height: 0px;
	clear: both;
	z-index: 31;
}

#bottom h5 {
	position: absolute;
	margin: 0px;
	top: -146px;
	width: 985px;
	height: 146px;
	background: transparent url(../images/bottom.png) no-repeat scroll left bottom;
	z-index: 8;
}

/* Additional elements */

#element-01 {
	margin-left: 159px;
	position: absolute;
	width: 43px;
	top: 0px;
	bottom: 0px;
	background: transparent;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	z-index: 10;
}

#element-02 {
	margin-left: 938px;
	position:absolute;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background: transparent;
	border-left: solid #ffffff 1px;
	z-index: 10;
}

#element-03 {
	margin-left: 15px;
	position: absolute;
	width: 154px;
	top: 162px;
	bottom: 0px;
	background: #B69F73 url(../images/menu-bg-words.png) repeat-y scroll 70px 0px;

	z-index: 2;
}

#element-04 {
	position:absolute;
	top: 400px;
	right: 0px;
	width: 467px;
	height: 284px;
	background: transparent url(../images/content-bg.png) no-repeat scroll left top;
	z-index: 4;
}

#element-05 {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 985px;
	height: 142px;
	background: #f8f8f8;
	z-index: 6;
}

/* Hidden */

#top h1 span, #bottom h5 span, #menu .title h3 span, #content .intro .title h3 span {
	display: none;
}

/* Menu */

#menu {
	position: relative;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 34px;
	margin-bottom: 0px;
	bottom: 0px;
	width: 154px;
	float: left;
	z-index: 16;
	background: transparent url(../images/menu-bg.png) no-repeat scroll left top;
}

#menu .title {
	position: absolute;
	width: 203px;
	height: 150px;
	margin-left:-15px;
	margin-top:-60px;
	margin-bottom:-75px;
	margin-right:-34px;
	background: transparent url(../images/menu-title.png) no-repeat scroll left top;
	z-index: 20;
	clear: both;
}

/*
	border-left: solid #0000ff 1px;
	border-right: solid #0000ff 1px;
*/

#menu .items {
	position: relative;
	width: 154px;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	z-index: 24;
	clear: both;
}
#menu .items li {
	padding: 1px 15px 3px 5px;
	text-align: right;
}
#menu .items li .caption a {
	font: bold 16px Arial, Grotesque, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width: 134px;
}
#menu .items .selected .caption a {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #8E7B5A;
	padding-left: 5px;
	padding-right: 15px;
	margin-left: -5px;
	margin-right: -15px;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
	color: #ffffff;
}
/*
#menu #navigation .items li a {
	font-size: 18px;
}
*/
#menu .items li .caption a:hover {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #D5C2A1;
	padding-left: 5px;
	padding-right: 15px;
	margin-left: -5px;
	margin-right: -15px;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
	color: #685A42;
}

/* Submenu */

#menu .items .subitems {
	display: none;
}
#menu .items .selected .subitems {
	display: block;
	margin: 0px 26px 0px 10px;
	padding: 4px 0px;
	width: 96px;
	list-style-image:none;
	list-style-type:none;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	background: #9B835F;
	clear: both;
}

#menu .subitems li {
	padding: 0px;
	text-align: right;
}
#menu .subitems li a {
	border-top: 0px;
	font: 12px Verdana;
	color: #2F2E2A;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px;
	display: block;
	width: 90px;
}
#menu .subitems .sub-selected a {
	background: #77664A;
}
#menu .subitems li a:hover {
	background: #D5C2A1;
}

/* Menu section titles */

#menu .title h3 {
	position: absolute;
	right: 22px;
	margin-top:77px;
	margin-left:-30px;
	width: 180px;
	height: 25px;
	z-index: 24;
}
#menu #navigation .title h3 {
	background: transparent url(../images/menu-navigation.png) no-repeat scroll right top;
}
#menu #projects .title h3 {
	background: transparent url(../images/menu-projects.png) no-repeat scroll right top;
}
#menu #creative .title h3 {
	background: transparent url(../images/menu-creative.png) no-repeat scroll right top;
}
#menu #printmanga .title h3 {
	background: transparent url(../images/menu-printmanga.png) no-repeat scroll right top;
}
#menu #misc .title h3 {
	background: transparent url(../images/menu-misc.png) no-repeat scroll right top;
}

/* Menu utils */

#menu .spacer {
	height: 145px;
}

/* Content */

#content {
	width: 781px;
	margin-top: 7px;
	float: right;
	z-index: 6;
}
#content .spacer {
	height: 130px;
	clear: both;
}

/* Intro */
#content .intro {
	position: relative;
	z-index: 6;
	float: left;
	width: 684px;
	background: #C9B286;
	clear: both;
	padding: 40px 30px 20px 30px;
	margin-bottom: 20px;
	background: #C9B286 url(../images/intro-bg.png) no-repeat scroll right top;
	/*text-indent: 30px;*/
}

#content .intro .section {
	margin-top: 16px;
	margin-bottom: 16px;
}
#content .intro .section p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content .intro .section ul {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 30px;
	/*list-style-image: none;*/
	list-style-position: outside;
	/*list-style-type: none;	*/
}
#content .intro p,
#content .intro ul {
	color: #34322C;
	font: 12px Verdana;
	line-height: 20px;
}
#content .intro p.indented {
	text-indent: 30px;
}
#content .intro a {
	color:#34322C;
	font-weight: bold;
	text-decoration: none;
}
#content .intro a:hover {
	color: #ffffff;
}
#content .intro .title h3 {
	float: right;
	position: relative;
	margin-top: -95px;
	margin-bottom: -30px;
	right: -67px;
	width: 439px;
	height: 131px;
	z-index: 24;
	background: transparent url(../images/intro-title.png) no-repeat scroll right top;
}
#content .intro .donate {
	float: right;
	width: 100px;
	padding: 10px;
	border: 1px #77664A dashed;
	margin: 10px 0 10px 20px;
	font: 0.8em Arial, sans-serif;
	text-align: center;
}
#content .intro .pig {
	width: 68px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/pig.png) no-repeat scroll right top;
}
#content .intro .donate p {
	margin: 0;
	text-indent: 0px;
}
#content .intro .donate p.more a {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: underline;
}
#content .intro .donate form {
	margin: 0;
	padding: 0;
}
/* Heading */
#content .heading {
	position: relative;
	z-index: 6;
	float: left;
	width: 684px;
	background: #C9B286;
	clear: both;
	padding: 15px 30px 15px 30px;
	margin-bottom: 20px;
	/*background: #C9B286 url(../images/intro-bg.png) no-repeat scroll right top;*/
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
}
#content .heading  h2 {
	margin: 0px;
	color: #77664A;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}
#content .heading  h3 {
	margin: 0px;
	color: #77664A;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
#content .heading  h4 {
	margin: 0px;
	color: #77664A;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#content .heading a {
	color: #77664A;
	font-weight: bold;
	text-decoration: none;
}
#content .heading a:hover {
	text-decoration: underline;
}
#content .heading  p {
	text-align: center;
	color: #34322C;
	font: 12px Verdana;
	line-height: 20px;
}
/* Text-box */
#content .text-box {
	position: relative;
	z-index: 6;
	float: left;
	width: 684px;
	background: #C9B286;
	clear: both;
	padding: 20px 30px 20px 30px;
	margin-bottom: 20px;
	background: #C9B286 url(../images/intro-bg.png) no-repeat scroll right top;
}
#content .text-box p,
#content .text-box li {
	color: #34322C;
	font: 12px Verdana;
	line-height: 20px;
}
#content .text-box p a {
	color: #77664A;
	font-weight: bold;
	text-decoration: none;
}
#content .text-box li a {
	color: #34322C;
	font-weight: normal;
	text-decoration: underline;
}
#content .text-box a:hover {
	text-decoration: underline;
}
#content .text-box li a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
#content .text-box .nickname {
	font-weight: bold;
	color: #ffffff;
}
#content .text-box .note {
	font-style: italic;
	color: #77664A;
}
#content .text-box .note .emphasized {
	font-weight: bold;
}
#content .text-box .warning {
	font-style: italic;
	font-weight: bold;
}
#content .text-box .warning .emphasized{
	font-style: normal;
}
#content .text-box .question {
	font-weight: bold;
}
#content .text-box .error-msg {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
#content .text-box .caption {
	color: #ffffff;
	font-weight: bold;
}
#content .text-box .sub-caption {
	font-weight: bold;
}
#content .text-box .epigraph {
	font-style: italic;
	text-align: right;
	margin-right: 20px;
}
#content .text-box .epigraph .comment {
	font-size: 11px;
	font-style: normal;
}
#content .text-box .list-title {
	font-weight: bold;
	margin: 5px 0px;
}
#content .text-box p.centered {
	text-align: center;
}
#content .text-box .usernick {
	font-weight: bold;
}
/* Volume */
#content .text-box img {
	text-align: justify;
	border: 1px solid #77664A;
}
#content .text-box .volume .vol-img {
	margin: 0px 15px 5px 0px;
	height: 230px;
	width: 160px;
	text-align: center;
	float: left;
}
#content .text-box .img-rightside {
	margin: 0px 0px 5px 15px;
	text-align: justify;
	float: right;
}

#content .text-box .volume .vol-num {
	color: #ffffff;
	font-weight: bold;
}
#content .text-box .volume .vol-title {
	font-weight: bold;
}
#content .text-box .volume .actlink {
	color: #554C3B;
	font-family: Georgia,Arial,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	word-spacing: 14px;
}
#content .text-box .volume .actlink:hover {
	color: #ffffff;
}

#content .text-box .volume .with-image {
	margin-left: 180px;
}
#content .text-box .volume .ch-num,
#content .text-box .volume .ch-name,
#content .text-box .volume .file-type,
#content .text-box .volume .file-size,
#content .text-box .volume .new-file,
#content .text-box .volume .disabled-file {
	word-spacing: normal;
}
#content .text-box .volume .new-file {
	color: #800000;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
}
#content .text-box .volume .deadlink {
	color: #9B835F;
	font-family: Georgia,Arial,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#content .text-box .volume .deadlink:hover {
	text-decoration: none;
}
#content .text-box .volume .deadlink:hover {
	text-decoration: none;
}
#content .text-box .volume p span.changes {
	font-size: 8px;
}
/* Sitelink */
#content .text-box .sitelink .sitelink-img {
	margin: 0px 15px 5px 0px;
	height: 31px;
	width: 88px;
	text-align: justify;
	float: left;
}
#content .text-box .sitelink .with-image {
	margin-left: 108px;
}
/* Character */
#content .text-box .character .char-img {
	height: 230px;
	width: 160px;
	margin: 0px 15px 5px 0px;
	text-align: justify;
	float: left;
	border: 1px solid #77664A;
}
#content .text-box .character .char-name {
	color:#77664A;
	padding: 0px;
	margin: 12px 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
}
#content .text-box .character .char-info {
	font-weight: bold;
}
#content .text-box .character .char-info .aka,
#content .text-box .char {
	color:#77664A;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
#content .text-box .column {
	width: 300px;
	float: left;
}
#content .text-box .char-list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
}
#content .text-box .char-list li a {
	color:#77664A;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-decoration: none;
}
#content .text-box .char-list li a:hover {
	color:#ffffff;
}

/* Banner-box */
#content .banner-box {
	margin: 10px 0;
	clear: both;
	float: left;
}
#content .banner-box p,
#content .banner-box li {
	color: #34322C;
	font: 12px Verdana;
	line-height: 20px;
}
#content .banner-box p a {
	color: #77664A;
	font-weight: bold;
	text-decoration: none;
}
#content .banner-box li a {
	color: #34322C;
	font-weight: normal;
	text-decoration: underline;
}
#content .banner-box a:hover {
	color: #fff;
	text-decoration: underline;
}
#content .banner-box li a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}		
#content .banner-box li {
	padding: 0px;
	float: left;
	width: 644px;
}
#content .banner-box li.half {	
	width: 322px;
}
#content .banner-box label {
	display: table-cell;
	vertical-align: middle;	
}
#content .banner-box img {
	border: 0;
}
#content .banner-box li img {
	margin-left: 20px;
}
#content .banner-box ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#content .banner-box li label input {
	margin: 3px 3px 0 5px;
}
#content .banner-box li label span {
	margin: 0 0 3px 0;
}
#content .banner-box .generate {
	text-align: center;
}
#content .banner-box textarea {
	text-align: left;
	width: 600px;
}
#content .banner-box .preview {
	padding-left: 40px;
}

/* News */
#content .news-box {
	position: relative;
	z-index: 6;
	margin-bottom: 20px;
	width: 744px;
	background: #C9B286;
	clear: both;
}
#content .news-box .info {
	width: 684px;
	height: 19px;
	padding: 0px 30px 4px 30px;
	color: #ffffff;
	background: transparent url(../images/news-bg.png) no-repeat scroll left top;
	clear: both;
}
#content .news-box .info h4 {
    margin: 0;
}
#content .news-box .info .date {
	padding: 0px 10px 0px 0px;
	font: 12px Verdana;
}
#content .news-box .info .title {
	padding: 0px 5px 0px 5px;
	font: bold 12px Verdana;
}
#content .news-box .info .by {
	padding: 0px 5px 0px 2px;
	font: 12px Verdana;
}
#content .news-box .info .author {
	padding: 0px 10px 0px 2px;
	font: bold 12px Verdana;
}
#content .news-box .info .author a {
	color: #ffffff;
	text-decoration: none;
}
#content .news-box .info .author a:hover {
	text-decoration: underline;
}

#content .news-box .text {
	width: 684px;
	color: #34322C;
	font: 12px Verdana;
	line-height: 20px;
	padding: 15px 30px 0px 30px;
	margin-top: 10px;
	clear: both;
}
#content .news-box .text p {
	margin: 0;
}
#content .news-box .text a {
	color:#34322C;
	font-weight: bold;
	text-decoration: none;
}
#content .news-box .text a:hover {
	color: #ffffff;
}
#content .news-box .text img {
	border: 0;
}
#content .news-box .date {
	float: left;
	color: #34322C;
	line-height: 20px;
	margin-top: 10px;
	margin-right:10px;
	padding: 0px 30px 20px 30px;
	text-align: left;

	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	color: #77664A;
}
#content .news-box .comments {
	color: #34322C;
	font: 10px Verdana;
	line-height: 20px;
	margin-top: 10px;
	padding: 0px 30px 15px 30px;
	text-align: right;
}
#content .news-box .comments a {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	color: #77664A;
	text-decoration: none;
}
#content .news-box .comments a:hover {
	text-decoration: underline;
}

/* Misc Info */
#content .button-panel img {
	width: 88px;
	height: 31px;
	border: 0;
}
/* Utils */
#browser-upgrade {
	display: none;
}

/* Google */
#goog-wm h3.other-things {
	color:#34322C;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	text-align:left;
}
#goog-wm h3.other-things b {
	font-weight:normal;
}
