body {
	background: url(images/tatsuMaki-Background-1.jpg) repeat-x #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #BCBB85;
	font-size: 10px;
}

html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


/*
Links
*/
a:link {
	text-decoration: none;
	color: #ab936b;
}


a:visited {
	text-decoration: none;
	color: #ab936b;
}

a:hover	{
	text-decoration: none;
	color: #ab936b;
}

#bottom-links
{
	margin: 0px;
	padding: 5px;
	color: #ab936b;
	font-variant:small-caps;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}

#bottom-links ul, #bottom-links li
{
	border-left: 1px solid #F00;
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}





/*
Content stuff
*/
#content_hold
{
	width: 475px;
	min-height:800px;
	height: 100%;
	text-align:left;
	margin-left: 20px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 40px;
	color: #BCBB85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content_hold h1, #content_hold h1 a
{
	font-size: 22px;
	margin: 0px;
	border-bottom: 1px solid #BCBB85;
	color: #BCBB85;
	text-decoration:none;
}

#content_hold h2, #content_hold h2 a
{
	font-size: 18px;
	margin: 0px;
	/*margin-left: 5px;*/
	border-bottom: 1px solid #BCBB85;
	color: #BCBB85;
	text-decoration:none;
}

#content_hold h3, #content_hold h3 a
{
	font-size: 16px;
	margin: 0px;
	border-bottom: 1px solid #BCBB85;
	color: #BCBB85;
	text-decoration:none;
}

#content_hold h4, #content_hold h4 a
{
	font-size: 14px;
	margin: 0px;
	border-bottom: 1px solid #BCBB85;
	color: #BCBB85;
	text-decoration:none;
}

#content_hold h5, #content_hold h5 a
{
	font-size: 12px;
	margin: 0px;
	border-bottom: 1px solid #BCBB85;
	color: #BCBB85;
	text-decoration:none;
}

#content_hold h6, #content_hold h6 a
{
	font-size: 10px;
	margin: 0px;
	border-bottom: 1px solid #BCBB85;
	color: #BCBB85;
	text-decoration:none;
}

#content_hold .date
{
	float: right;
}

#content_hold .postedBy
{
	float: left;
}

#content_hold .meta
{
	height: 1em;
}

#content_hold p
{
	text-align: justify;
	text-indent: 3em;
	line-height: 1.3em;
}

#content_hold p.item_content
{
	text-align: justify;
	text-indent: 0px;
	line-height: 1.3em;
}

#content_hold img
{
	max-width: 680px;
}

.comments_foot
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/dark_comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#content_hold table
{
	text-align:left;
	color: #BCBB85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}






/*
Random stuff
*/
#screenofday
{
	margin-left: 0px;
	margin-top: 0px;
	border: 1px #000000 solid;
	padding: 2px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}

.text_link
{
	color: #0099CC;
	text-decoration:underline;
}
.style2
{
	font-size: 11px;
	font-weight: bold;
	color: #AF0102;
}
.style3
{
	color: #BCBB85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}





/*
HTML tags
*/
img
{
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align:top;
}
a
{
	color: #666666;
}



/*
Comment stuff
*/
.comment
{
	
}
.comment_footer
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/dark_comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
	clear: both;
}




/*
Comment reply form
*/
#reply
{

}

#reply img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#reply form
{
	margin-top: 0px;
}





/*
Messages / errors
*/
.messages
{
	margin-right: 25px;
	padding-right: 5px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border: 1px #000 solid;
	padding-left: 15px;
}

.messages_header
{
	border-bottom: 1px solid black;
	font-size: 18px;
	font-weight:bold;
	font-variant:small-caps;
	padding-left: 10px;
}




/*
Page list
*/
.page_list
{
	float: right;
	border: 1px solid #BCBB85;
	padding: 0px;
	display: inline;
	margin: 0px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	color: #BCBB85;
	font-size: 10px;
}

#page_list_num
{
	padding-right: 5px;
}

.page_list_pagenum
{
	border-left: 1px solid #BCBB85;
	padding: 0 2px 0 5px;
	/* top right bottom left */
	display: inline;
	list-style: none;
}




/*
Category list
*/
#category_list_box
{
	width: 300px;
	list-style:inside disc;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.category_box a
{
	text-decoration:none;
	border: none;
}

.sub_category_box a
{
	border-top: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	text-decoration:none;
}











/*
Gallery
*/
#gallery_image
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 470px;
	
}









/*
Downloads
*/
#download_item
{
	width: 465px;
	margin-left: auto;
	margin-right: auto;
}

#download_item h3
{
	font-size: 13px;
	margin: 0px;
	width: 7em;
	margin-left: 5px;
	margin-top: 5px;
	
}

#download_item .extra_info
{
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
	padding: 4px;
	text-align:right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#download_item img
{
	border: none;
}

#download_item p
{
	text-indent: 0px;
	margin: 0px;
	margin-bottom: 2em;
	padding-left: 10px;
}

#download_item .image
{
	width: 200;
	height: 200;
	margin: 10px;
	text-align:center;
	float: left;
	margin-left: 0px;
}








/*
Comic stuff
*/
#comic
{
	vertical-align:middle;
	text-align:center;
	padding:0px;
	margin: 0px;
}

#comic .comic_controls
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align:center;
	padding: 4px;
}
 
#comic .comic_control_element
{
	margin-right: 6px;
	margin-left: 6px;
	display: inline;
	text-align:center;
}

#comic .comic_content
{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding: 5px;
	width: 450px;
	text-align: justify;
	text-indent: 0px;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
}






/*
BBCode stuff
*/
.bb_float_left
{
	float: left;
	border: 1px #000 solid;
	margin: 4px;
	padding: 4px;
}

.bb_float_right
{
	float: right;
	border: 1px #000 solid;
	margin: 4px;
	padding: 4px;
}