.ac_results{padding:0;border:1px solid black;background-color:white;overflow:hidden;z-index:99999}.ac_results ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0}.ac_results li{margin:0;padding:2px 5px;cursor:default;display:block;font:menu;font-size:12px;line-height:16px;overflow:hidden}.ac_loading{background:white url("../../lib/indicator.gif") right center no-repeat}.ac_odd{background-color:#eee}.ac_over{background-color:#0a246a;color:white}

ARTICLE SELECT {width: 150px;}
INPUT, TEXTAREA {box-sizing: border-box;}
TD>INPUT[type="button"] {width: 100%;}
TD>INPUT[type="submit"] {width: 100%;}
TD>INPUT[type="text"] {width: 100%;}
TD>INPUT[type="password"] {width: 100%;}
TD>SELECT {width: 100%;}
TD>TEXTAREA {width: 100%;}

TABLE.form {width: 300px;}
TABLE.form TD, TABLE.form TH {vertical-align: middle;}
TABLE.form TBODY TD {text-align: left;}
TABLE.form TBODY TH {text-align: right; padding-right: 4px; width: 1%;}
TABLE.form TD + TH {padding-left: 8px;}

*[onclick],H3[class~="shm-toggler"] {cursor: pointer;}
IMG {border: none;}
FORM {margin: 0px;}
IMG.lazy {display: none;}

#flash {
	background: #FF7;
	display: block;
	padding: 8px;
	margin: 8px;
	border: 1px solid #882;
}


#installer {
	background: #EEE;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	width: 512px;
	margin: auto;
	margin-top: 16px;
	border: 1px solid black;
	border-radius: 16px;
}
#installer A {
	text-decoration: none;
}
#installer A:hover {
	text-decoration: underline;
}
#installer H1, #installer H3 {
	background: #DDD;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#installer H1 {
	border-bottom: 1px solid black;
	border-radius: 16px 16px 0px 0px;
}
#installer H3 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin-top: 32px;
}

.admin {
	padding: 4px;
	border-radius: 4px;
	background: green;
	margin: 6px;
	width: 200px;
	display: inline-block;
}
.admin.protected {
	background: red;
}
.admin INPUT[type="submit"] {
	width: 100%;
}
.admin.protected INPUT[type="submit"] {
	width: 90%;
}



CODE {
	background: #DEDEDE;
	font-size: 0.8em;
}
BLOCKQUOTE {
	border: 1px solid black;
	padding: 8px;
	background: #DDD;
}

#blotter1 {font-size: 80%; position: relative;}
#blotter2 {font-size: 80%;}


.comment {
	text-align: left;
	position: relative;
	word-wrap: break-word;
}
.comment .info {
	visibility: hidden;
	text-align: center;
	padding: 8px;
	background: #DDD;
	border: 1px solid #CCC;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	box-shadow: 0px 0px 4px #000;
	border-radius: 4px;
}
.comment:hover .info {
	visibility: visible;
}

#comment-list-list .blockbody,
#comment-list-recent .blockbody,
#comment-list-image .blockbody,
#comment-list-user .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
}

#downtime #message, #downtime #login {
	text-align: center;
}
#downtime H3 {
	margin-top: 32px;
}
#downtime #login_table {
	margin: auto;
}



#image-list .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.note {
	display: none;
	background-color: #fffdef; 
	border: #412a21 1px solid; 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.notep {
	display: none; 
	color: #412a21;
	background-color: #fffdef; 
	border: #412a21 1px solid; 
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	width: 175px;
} 

#noteform, #noteEditForm {
	display: none;
	position: absolute;
	width: 250px;
}

#noteform textarea, #noteEditForm textarea {
	width: 100%;
}

.setupblocks {
	column-width: 400px;
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
	max-width: 1200px;
	margin: auto;
}
.setupblock {
	break-inside: avoid;
	-moz-break-inside: avoid;
	-webkit-break-inside: avoid;
	column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	text-align: center;
	width: 90%;
}
.setupblock TEXTAREA {
	width: 100%;
	font-size: 0.75em;
	resize: vertical;
}

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

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

#Setupmain .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
}

span.tag-selected {
	background:#88EE88;
}

.tageditcloud {
	color: #0000FF;
}

.tageditcloud div#tagcloud_unset {
	color: #0000FF;
}

.tageditcloud div#tagcloud_set {
        color: #0000FF;
	font-style:italic;
}

.tageditcloud div#tagcloud_extra {  
        color: #0000FF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Tagger - Advanced Tagging v2                                              *
 * Author: Artanis (Erik Youngren <artanis.00@gmail.com>)                    *
 * Do not remove this notice.                                                *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#tagger_parent {
	text-align:left;
	position:fixed;
	max-width:300px;

}
#tagger_parent * {
	background-color:#EEE;
}

#tagger_titlebar {
	background-color:#ddd;
	border:2px solid;
	cursor:move;
	font-weight:bold;
	-moz-border-radius:5px 5px 0 0;
	padding:.25em;
	text-align:center;
}

#tagger_toolbar, #tagger_body {
	padding:2px 2px 0 2px;
	border-style:solid;
	border-width: 0px 2px 0px 2px;	
}
#tagger_body {
	max-height:175px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}

#tagger_statusbar {
	background-color:#ddd;
	border:2px solid;
	font-weight: bold;
	min-height:16px;
	-moz-border-radius:0 0 5px 5px;
	padding:.25em;
} #tagger_statusbar * { background-color:#ddd; }

#tagger_body div {
	padding-top:2px;
	margin-top:2px;
	border-top:1px solid;	
}

/* Tagger Styling
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#tagger_parent form {
	display:inline;
}
#tagger_parent input {
	width:auto;
}
#tagger_parent input[type=text] {
	background-color:white;
}

/* Custom Element Base Styles
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#tagger_parent list {
	display: block;
}
#tagger_parent tag {
	font-size:1.25em;	
	display:block;
}

#tagger_parent list[id=image] tag:before {
	content:url("../../ext/tagger/./images/active.png");
}

#tagger_parent list[id=search] tag:before {
	content:url("../../ext/tagger/./images/inactive.png");
}
/* Hovering */
#tagger_parent tag:hover {
	cursor:pointer;
	background-color:#ddd;
}

/*#tagger_parent list[id=image] tag:hover {
	background-color:#faa;
}

#tagger_parent list[id=search] tag:hover {
	background-color:#afa;
}*/

#tagger_parent list[id=image] tag:hover:before {
	content:url("../../ext/tagger/./images/rem-tag.png");
}

#tagger_parent list[id=search] tag:hover:before {
	content:url("../../ext/tagger/./images/add-tag.png");
}

.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		/*background-color: #8ADEE2;*/
	}
	
		.tweet_list .awesome,
		.tweet_list .epic {
			text-transform: uppercase;
		}
		
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #0C717A;
			}
		
		.tweet_list .tweet_even {
			/*background-color: #91E5E7;*/
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}

/* Only need to change the file/url inputs */
#large_upload_form INPUT.wid {
	width: 100%;
}
#radio_button {
	width: auto;
}
#wrapper {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

/* This is needed since the theme style.css forcibly sets vertical align to "top". */
TABLE.vert TD, TABLE.vert TH {vertical-align: middle;}
.mini_upload INPUT {
	width: 100%;
}


.js .image_info .edit {
	display: none;
}
.js .image_info .view {
	display: block;
}

.no-js .image_info .edit {
	display: block;
}
.no-js .image_info .view {
	display: none;
}


.wiki-page {
	text-align: left;
}
.wiki-footer {
	text-align: center;
}

.noleft{
padding-left:20px;
}
HEADER {
margin-bottom:1em;
}
HEADER #site-title {
padding:10px 20px 0;
}
HEADER ul#navbar {
margin:0;
padding:5px 20px 2px 10px;
}
HEADER ul#navbar li {
background:#dcdcdc;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;
font-size:120%;
margin:0px 5px 0px 5px;
padding:0 10px 2px;
}
HEADER ul#navbar li.current-page {
background-color:#ffffff;
}
HEADER ul#navbar li.current-page a {
font-weight:bold;
}
HEADER ul#subnavbar {
background-color:#ffffff;
margin:0 0 1em;
padding:5px 20px 5px 15px;
}
HEADER ul#subnavbar li {
padding:0 5px;
}
HEADER #site-title {
padding:10px 20px 0;
}
body {
-x-system-font:none;
background: #565656 url("../../themes/danbooru/hexx.png") top left no-repeat;
font-family:verdana,sans-serif;
font-size:80%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
h1 {
font-size:2em;
margin-bottom:0;
margin-top:0;
padding:2px;
}
h1 a {
color:black;
}
h3 {
font-size:1.2em;
margin-bottom:0;
padding:1px;
}
h4 {
font-size:1.4em;
}
h5 {
font-size:1.2em;
}
table.zebra {border-collapse: collapse;border-spacing: 0;}
table.zebra > tbody > tr:hover {background: #FFD;}
table.zebra th {color: #171BB3; padding-right: 8px;}
table.zebra td {border: 1px dotted #EEE;margin: 0;padding-right: 8px;}
table.zebra th {margin: 0;text-align: left;}
thead {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
font-weight:bold;
}
td {
vertical-align:top;
}
#subtitle {
border-top:medium none;
font-size:0.75em;
margin:auto;
text-align:center;
width:256px;
}
FOOTER {
clear:both;
color:#CCCCCC;
font-size:0.9em;
padding-left:10px;
padding-top:8px;
}
form {
margin:0;
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
NAV {
float:left;
text-align:left;
width:150px;
padding:5px 20px 2px 10px;
}
NAV table {
width:150px;
}
NAV td {
vertical-align:middle;
}
NAV input {
padding:0;
width:100%;
}
NAV select {
padding:0;
width:100%;
}
NAV h3 {
text-align:left;
}
#comments p {
max-width:150px;
overflow:hidden;
text-align:left;
width:150px;
}
.tag_count {
color:#AAAAAA;
}
.more {
content:"More â";
}
.comment {
margin-bottom:8px;
}
.comment .meta {
width: 150px;
color: gray;
}
.comment TD {
text-align: left;
}
.withleft {
margin-left:180px;
}
div#paginator {
clear:both;
display:block;
font-size:1em;
font-weight:bold;
padding:2em 0 1em;
text-align:center;
}
.paginator {
margin:16px;
text-align:center;
}
div#paginator b {
margin:3px;
padding:4px 8px;
}
div#paginator a {
border:1px solid #EEEEEE;
margin:3px;
padding:4px 8px;
}
div#paginator a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:blue none repeat scroll 0 0;
border:1px solid #EEEEEE;
color:white;
}
span.thumb {
display:inline-block;
height:220px;
text-align:center;
width:220px;
}
#pagelist {
margin-top:32px;
}
#large_upload_form {
width:600px;
}
.setupblock {
border:1px solid #AAAAAA;
margin:16px;
padding:8px;
width:350px;
}
.helpable {
border-bottom:1px dashed gray;
}
.ok {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AAFFAA none repeat scroll 0 0;
}
.bad {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFAAAA none repeat scroll 0 0;
}
.comment .username {
font-size:1.5em;
font-weight:bold;
}
HEADER {
text-align:left;
}
HEADER h1 {
text-align:left;
}
* {
font-family:verdana,sans-serif;
margin:0;
padding:0;
}
a:link {
color:#a10000;
text-decoration:none;
}
a:visited {
color:#a10000;
text-decoration:none;
}
a:hover {
color:#db0000;
text-decoration:none;
}
a:active {
color:#a10000;
text-decoration:none;
}
ul.flat-list {
display:inline-block;
margin:0;
padding:0;
}
ul.flat-list2 {
display:block;
margin:0;
padding:0;
}
ul.flat-list * {
display:inline;
text-align:left;
}
ul.flat-list li {
font-weight:bold;
list-style-type:none;
margin:0 1.3em 0 0;
text-align:left;
}
ul.flat-list li a {
font-weight:normal;
}
ul.flat-list2 * {
display:inline;
text-align:left;
}
ul.flat-list2 li {
font-weight:bold;
list-style-type:none;
margin:0 1.3em 0 0;
text-align:left;
}
ul.flat-list2 li a {
font-weight:normal;
}
#tips {
margin-left:16px;
}
#blotter1 {
margin-left:16px;
margin-right:16px;
font-size: 90%;
position: relative;
}
#blotter2 {
margin-left:16px;
margin-right:16px;
font-size: 90%;
}
section {
	background:white;
	padding:5px;
	-moz-border-radius: 5px;
	border: black thin solid;
	border-radius: 5px;
	margin:5px;
	box-shadow: rgba(0,0,0,0.4) 4px 4px;
	}
#imagesmain {
	display:block;
	text-align:center;
	}
#leftness {
	display: inline-block;
	mid-width:170px;
	}
