
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                  things common to all pages                    *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

* {
	outline: 0;	
}

img { -ms-interpolation-mode: bicubic; }

/* bzchan: BODY tags font changed, margin set */
BODY {
	background: #2e2d2d 10px 5px no-repeat url('/themes/danbooru/hayate.jpg');
	font: 80% verdana, sans-serif;
	padding: 5px 10px;
	color: #FFF;
}

/* bzchan: All H* tags tweaked */
H1 {
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
}
H1 A {
	color: black;
}
H3 {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	padding: 1px;	
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}

THEAD {
	background: #DEDEDE;
	font-weight: bold;
}
TD {
	vertical-align: top;
	text-align: center;
}
/* bzchan: subtitle black border removed */
#subtitle {
	width: 256px;
	font-size: 0.75em;
	margin: auto;
	text-align: center;
	border-top: none;
}
#body SELECT {width: 150px;}
TD INPUT {width: 450px;}
TD TEXTAREA {width: 450px;}
TD SELECT {width: 450px;}
TD #submit_upload {
	width: 75px;	
}
#footer {
	clear: both;
	padding-top: 8px;
	font-size: 0.7em;
	text-align: center;
}

*[onclick] {cursor: pointer;}
IMG {border: none;}
FORM {margin: 0px;}
A {text-decoration: none;}
A:hover {text-decoration: underline;}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*             the navigation bar, and all it's blocks            *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* bzchan: nav made to be left blocked */
#nav {
	width: 150px;
	float: left;
	text-align:left;

}
#nav TABLE {
	width: 150px;
}
#nav TD {
	vertical-align: middle;
}
#nav INPUT {
	width: 100%;
	padding: 0px;
}
#nav SELECT {
	width: 100%;
	padding: 0px;
}
/* bzchan: nav H3 made to be left blocked */
#nav H3 {
	text-align: left;
}

#comments P {
	text-align: left;
	width: 150px;
	max-width: 150px;
	overflow: hidden;
}

.tag_count {
	color: #AAA;
}
.more {
	content: "More �";
}
.comment {
	margin-bottom: 8px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                 the main part of each page                     *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.withleft {
	/*margin-left: 160px;*/
}

#body {
	text-align: left;
	padding-left: 10px;
}

/*Shuugo: more danboorish*/
div#paginator {
	display: block;
	padding: 2em 0 1em 0;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	clear: both;
}
.paginator {
	margin: 16px;
	text-align: center;
}
div#paginator B {
	padding: 4px 8px 4px 8px;
	margin: 3px;
}
div#paginator A {
	padding: 4px 8px 4px 8px;
	margin: 3px;
	border: 1px solid #EEE;
}
div#paginator A:hover {
	border: 1px solid #EEE;
	background: #6d6dff;
	color: white;
}


.thumb {
	padding: 5px 0;
	width: 220px;
	text-align: center;	
	vertical-align: middle;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                     specific page types                        *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#pagelist {
	margin-top: 32px;
}

#tagmap A {
	padding: 8px 4px 8px 4px;
}

#large_upload_form {
	width: 600px;
}
.setupblock {
	border: 1px solid #AAA;
	padding: 8px;
	margin: 16px;
	width: 350px;
}

.helpable {
	border-bottom: 1px dashed gray;
}

.ok {
	background: #AFA;
}
.bad {
	background: #FAA;
}

.comment .username {
	font-size: 1.5em;
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                     bzchan added                               *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div#header {text-align: left; padding-left: 125px;}
div#header H1{text-align: left;}
div#header H2{margin-top: 4px;}

* {
	font-family: verdana,sans-serif;
	margin: 0;
	padding: 0;
}

a:link {
	color: #ff4896;
	text-decoration: none;
}

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

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

a:active {
	color: #ff4896;
	text-decoration: none;
}

ul.flat-list {
	display: inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

ul.flat-list * {
	display: inline;
	text-align:left;
}

ul.flat-list li {
    text-align:left;
	list-style-type: none;
	font-weight: bold;
	margin: 0 1.3em 0 0;
}

ul.flat-list li a {
	font-weight: normal;
}

/* -- */

.thumb a img{
	display: block;
	padding: 4px;
	border:	2px solid #2e2d2d;
	margin: 0 auto;	
}

.thumb a:visited img{
	display: block;
	padding: 4px;
	border:	2px dotted #42f990;
	margin: 0 auto;	
}

.thumb a:hover img{
	display: block;
	border: 2px solid #ffd5fd;	
}

#main_table td {
	text-align: left;
}

#body h3 {
	margin: 0;
	padding: 0;
}

.videos {
	margin-left: 30px;	
}

.videos td {
	padding: 5px 6px;
}

.videos td img {
	border: 1px solid #FFF;
}

.videos .thead {
	padding: 0;
	font: bold 18px arial;
}
