body, div, h1, h2, h3, h4, h5, h6, p, ul, li, dd, dt {
  color: white;
  font-family: verdana, sans-serif;
  margin: 0;
  padding: 0;
}

.namestamp {
font-size: 70%;
color: #888;
}

.ad {
padding-bottom: 10px;
}
h1, h2, h3, h4 {
  font-family: Tahoma;
}

body {
  font-size: 80%;
  background: #222;
  padding: 1em 3em;
}

.action-post-show > body {
  background: #222;
}

a:link {
  color: #ee8887;
  text-decoration: none;
}

.blacklisted-tags-disabled {
  color: #aaa !important;
}

a:visited {
  color: #ee8887;
  text-decoration: none;
}

a:hover {
  color: #ebb4ed;
  text-decoration: none;
}

a:active {
  color: #006FFA;
  text-decoration: none;
}

a.last-page {
  color: #666;
}

a.spoiler {
  color: black;
  background: black;
  cursor: text;
}

a.spoiler:hover {
  color: white;
}

code {
  font-family: monospace;
  font-size: 1.2em;
}

dd {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dt.bad {
  color: red;
}

h1 {
  font-size: 2em;
}

h1#static-index-header {
  font-size: 4em; 
  margin: 1em 0 .5em 0;
  text-align: center;
}

h1#static-index-header a {
  text-align: center;
  display: block;
  font-size: 0px;
  text-indent: -3000em;
  margin: 0;
  padding:75px 300px 75px 300px;
  background: transparent url("../images/logo.png") no-repeat scroll center center;
}

h2 {
  font-size: 1.8em;
}

h2.wiki-title {
  color: #FFFFFF;
  margin-bottom: 0.25em;
}

h2#site-title {
  display: block;
  text-align: left;
  margin: -1em 0 .5em -3em;
  padding: 0px 0px 0px 484px;
  height: 70px;
  background: transparent url("../images/logo_small.png") no-repeat scroll top left;
}

h2#site-title a#ruu {
  display: none;
  margin: 0;
  padding: 0;
}

h2#site-title span {
  display: block;
  padding: 1em 0 0 0;
  text-align: left;
  margin: 0;
}

div#static-more h2 {
  margin: -1em 0 0 -3em;
}


div#static-more h2 a {
  display: block;
  font-size: 0px;
  background: transparent url("../images/logo_small.png") no-repeat scroll top left;
  margin: 0 0 .5em 0;
  padding: 37px 242px 38px 242px;
}  

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

img {
  border: none;
  vertical-align: middle;
}

img.preview {
  border: 3px hidden #000;
  margin: 1em;
}

img.flagged {
  border: 3px solid #F00;
}

img.has-children {
  border: 3px solid #0F0;
}

img.has-parent {
  border: 3px solid #CC0;
}

img.pending {
  border: 3px solid #00F;
}


input {
  padding: 0 0.3em;
}

input[type=password]:focus {
  background: #FFC;
  color: #000;
}

input[type=text]:focus {
  background: #FFC;
  color: #000;
}

label {
  font-weight: bold;
  white-space: nowrap;
}

li {
  margin-left: 1em;
}

ol {
  margin-left: 1em;
}

p {
  margin-bottom: 1em;
}

span.author {
  color: gray;
}

span.date {
  color: #AAA;
}

span.locked-topic {
  color: #666;
}

span.informational {
  cursor: help;
}

span.post-count {
  color: #AAA;
}

span.thumb {
  display: inline-block;
  height: 180px;
  width: 180px;
  text-align: center;
  vertical-align: middle;
}

table.highlightable { 
		            border-collapse: collapse; 
			            border-spacing: 0; 
} 

table.highlightable th { 
        color: #FFFFFF; 
} 
   
table.highlightable td { 
        border: 1px none #EEE; 
        margin: 0; 
} 
   
table.highlightable th { 
        margin: 0; 
} 

ul#post-list-posts span.thumb {
  display: block;
}

span.plid {
  display: none;
}

span.unread-topic {
  font-weight: bold;
}

span.stars a {
	   font-family: "Zapf Dingbats", "Apple Symbols", sans-serif;	/* on OS X 10.4, different fonts are used as fallbacks for the full and empty star characters, so let's make sure we use a font that has them at the same size */
}

span.vote-desc {
	       color: #888;
	       margin-left: 0.5em;
}

strong.divider {
  font-weight: bold;
  color: gray;
}

table {

}

table.form {
  width: 70em;
}

table.form p {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

table.form th {
  color: white;
  white-space: normal;
  padding-right: 1em;
  text-align: right;
  background: #333;
}

table.highlightable > tbody > tr:hover {
  background: #67100F;
}

table td {
  padding: 1px 4px; 
  vertical-align: top;
}

table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 0.2em 0.5em;
  white-space: nowrap;
}

table tr.bad {
  background: rgb(255, 230, 230);
}

table tr.even {
  color: white;
  background: #444 ;
}

table tr.good {
  background: rgb(230, 255, 230);
}

tr.odd {
  color: white;
  background: #333;
}

table tr.selected {
  background: #044 !important; /* override highlightable */
}

table tr.highlight {
  background: #67100F;
}

table tr.pending-tag {
  background: #776060;
}

textarea {
  display: block;
  padding: 0 0.3em;
  font-family: monospace;
  font-size: 1.2em;
}

textarea.no-block {
  display: inline;
}

textarea:focus {
 background: #FFC;
 color: #000;
}

ul {
  margin-bottom: 1em;
}

ul.bare-list li {
  list-style-type: none;
}

ul.flat-list {
  display: block; 
  margin: 0; 
  padding: 0; 
}

ul.flat-list li {
  display: inline;
  list-style-type: none;
  font-weight: bold;
  margin: 0 1em 0 0;
  padding: 0; 
}

ul.flat-list li a {
  font-weight: normal;
}

ul.flat-list li a.forum-update {
 font-style: italic;
}

ul.link-page {
	     font-size: 1.2em;
	     font-weight: bold;
}

ul.link-page > li {
	     margin: 0;
	     padding: 0;
	     list-style-type: none;
}

.obsolete-tag-change {
  color: #888;
}

.tag-type-artist > a,
a.tag-type-artist {
  color: #cccc00;
}

.tag-type-artist > a:hover {
  color: #33CFFF;
}

.tag-type-style > a,

a.tag-type-style {
  color: #FF2020;
}

.tag-type-style > a:hover {
  color: #33CFFF;
}

.tag-type-circle > a,
a.tag-type-circle {
  color: #0bb;
}

.tag-type-circle > a:hover {
  color: #33CFFF;
}

.tag-type-character > a {
  color: #0A0;
}

.tag-type-character > a:hover {
  color: #33CFFF;
}

.tag-type-copyright > a {
  color: #D0D;
}

.tag-type-copyright > a:hover {
  color: #33CFFF;
}



.added-tags {
  color: #00cc00;
}

.removed-tags {
  color: #ff0000;
}

.unchanged-tags {
  font-size: 0.8em;
}

.added-tags {
  color: #00cc00;
}

.removed-tags {
  color: #ff0000;
}

.unchanged-tags {
  font-size: 0.8em;
}

div#artist-index > table td {
  white-space: nowrap;
}

div#content { 
	            padding: 0 20px 30px 20px; 
} 

div.auto_complete {
  width: 350px;
  background: #fff;
}

div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}

div.auto_complete ul li {
  margin:0;
  padding:3px;
}

div.auto_complete ul li.selected { 
  background-color: #ffb; 
}

div.auto_complete ul strong.highlight { 
  color: #800; 
  margin:0;
  padding:0;
}

div.blocked {
  border: 2px solid #F00;
  background: #FCC;
  color: #F00;
  font-size: 1.2em;
  padding: 1em;
  margin: 1em;
  text-align: center;
}

div#comment-list > div.post {
  float: left;
  clear: left;
  margin-bottom: 3em;;
}

div#comment-list > div.post > div.col1 {
  width: 200px;
  float: left;
  clear: left;
}

div#comment-list > div.post > div.col2 {
  float: left;
  width: 50em;
}

div#comment-list > div.post > div.col2 > div.header {
  margin-bottom: 1em;
}

div#comment-list > div.post > div.col2 > div.header > div > span.info {
  margin-right: 1em;
}

div#comment-list > div.post > div.col2 > div.header > div.tags > span {
  margin: 0 0.5em 0 0;
}

div.content {
  float: left;
  width: 77%;
  margin: 0;
}

div#footer {
  margin-top: 1em;
  text-align: center;
  font-size: 120%;
  color: #CCC;
  clear: both;
}

div#footer > .footer-disabled {
  color: #777777;
}

div#footer > #label {
  color: #777777;
}

div#forum > table th:first-child {
  text-align: left;
}

div#forum > table td:first-child {
  text-align: left;
}

.has-mail > span {
  font-weight: bold;
  color: #eeee00;
}

div#header {
  margin-bottom: 1em;
}

div.help {
  width: 40em;
  margin-top: 2em;
}

div.help a.code {
  font-family: monospace;
}

div.help div.code {
  border: 1px dashed green;
  margin: 1em 0;
  padding: 1em 2em;
  background: #EEE;
  overflow: hidden;
  font-family: monospace;
}

div.help > div.section {
  margin-bottom: 4em;
}

div.help > div.section > div.section {
  margin-bottom: 2em;
}

div.help h1,
div.help h2,
div.help h3,
div.help h4 {
  margin: 0 0 0.5em 0;  
}

div.help h4 {
  color: #060;
}

div#info {
	 font-style: italic;
}

div.mail .received {
  color: #EE0;
}

div.mail .sent {
  color: #0EE;
}

div#mail-show div.message {
  margin-bottom: 4em;
}

div#notice {
  font-size: 1.2em;
  color: red;
  font-weight: bold;
  margin-bottom: 1em;
}

div.page {
	 width: 40em;
}

.paginator {
  display: block;
  clear: both;
}
.paginator div.navbtn {
    display:inline;
    background:#333;
    font-size:24px;
}
.paginator a {
  font-weight: normal;
  background:#333;
  font-size:24px;
}

.paginator a.arrow {
  border: none;
}

.paginator a.arrow:hover {
  background: white;
  color: #33CFFF;
}

.paginator a.current {
  border: 1px solid #AAA;
}

.paginator a:hover {
  background: rgb(60, 60, 220);
  color: white;
}

.paginator span {

}

div#post-add p#scale {
  color: #999;
  font-style: italic;
}

div#post-popular > h3 {
  text-align: center;
  margin-bottom: 1em;
}

div#post-view > div#right-col > div > div#note-container {
  position: absolute;
}

div#post-view > div#right-col > div > div#note-container > div.note-body {
  background: #333;
  border: 1px solid black;
  display: none;
  max-width: 300px;
  min-width: 140px;
  min-height: 10px;
  position: absolute;
  padding: 5px;
  cursor: pointer;
  overflow: auto;
}

div#post-view > div#right-col > div > div#note-container > div.note-body > p.tn {
  font-size: 0.8em;
  color: gray;
}

div#post-view > div#right-col > div > div#note-container > div.note-box {
  position: absolute;
  border: 1px solid black;
  width: 150px;
  height: 150px;
  cursor: move;
  background: #FFE;
}

div#post-view > div#right-col > div > div#note-container > div.note-box > div.note-corner {
  background: black;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

div#post-view > div#right-col > div > div#note-container > div.unsaved {
  background: #FFF;
  border: 1px solid red;
}

div#post-view > div#right-col > div > div#note-container > div.unsaved > div.note-corner {
  background: red;
}

div#post-view > div#right-col > div > img {
  margin-right: 5em;
}

div#post-view > div#right-col > div#edit {
  margin-bottom: 2em;
  padding: 1em;
}

div.quote {
  color: black;
  margin: 0 0 1em 0;
  padding: 1em;
  border: 1px solid #666;
  background: #AAA;
}

div#related {
  margin: 0 3em 1em 0;
}

div#related > div.tag-column {
  float: left;
  margin: 0 2em 2em 0;
  max-width: 12em;
  height: 35em;
}

div#related > div.tag-column > a {
  margin-right: 1em;
}

div.response-list > div.post {
  float: left;
  clear: left;
  margin-bottom: 2em;
}

div.response-list > div.post > div.author {
  float: left;
  width: 15em;
  padding-right: 1em;
}

div.response-list > div.post > div.author > h6 {
  font-size: 1.3em;
}

div.response-list > div.post > div.content {
  float: left;
  width: 30em;
  padding: 0 0 0 10px;
  margin: 0;
}

div.response-list > div.post > div.content > div.footer {
  margin-top: 1em;
  color: #CCC;
}

div.response-list > div.post > div.content > div.footer a {
  color: #666;
}

div.sidebar {
  width: 20%;
  margin-right: 1em;
  float: left;
  overflow: visible;
}

div.sidebar li {
  list-style-type: none;
  margin: 0;
}

a.original-file-changed#highres {
  color: #CC0;
}

div#static-index {
  text-align: center;
}

div#static-index > div#links > a {
  margin: 0 0.5em;
}

div#static-more > div {
  float: left;
  width: 25%;
}

div#static-more > div > ul {
  margin-top: 2em;
}

div#static-more > div > ul > li {
  list-style-type: none;
  margin: 0;
}

div.status-notice {
  border: 2px solid #666;
  padding: 1em;
  margin: 1em;
  background: black;
}

div.status-notice p {
  margin: 0;
}

div#tag-list {
  text-align: center;
  margin-bottom: 2em;
}

div#tag-list > a {
  padding-right: 5px;
}

div#user-record > table > tbody > tr.positive-record {
  color: black;
  background: #EFE;
}

div#user-record > table > tbody > tr.negative-record {
  color: black;
  background: #FEE;
}

div.wiki > h2.title {
  color: #FFFFFF;
  font-size: 1.6em;
}

div#wiki-show > div#body > div#byline { 
	        line-height: 2em;
  width: 50em;
  text-align: left;
  	         float: left;
  		    font-style: italic; 
}

div#wiki-show > div#body ul {
  line-height: 1.2em;
  margin: 0 0 0 1em;
}

div#wiki-show > div#body > ul {
  margin-bottom: 1em;
}

div#wiki-show > div#byline {
  color: #666;
}

div#wiki-diff > div#body {
  font-family: monospace;
  font-size: 1.2em;
  margin-top: 1em;  
}

div#wiki-diff del {
  background-color: #f88;
  text-decoration: line-through;
}

div#wiki-diff ins {
  background-color: #8f8;
}
a.directlink span {
        display: block;
        height: 15px;
        margin: 0;
        padding: 0;
        text-indent: -6000px;
        font-size: 0px;
        color: #ee8887
}

ul#post-list-posts {
  display: inline;
  list-style-type: none;
}

ul#post-list-posts li {
  float: left;
  margin: 0;
  list-style-type: none;
}

a.directlink {
        background: #555 url("http://moe.imouto.org/images/ddl.gif") no-repeat scroll center center;
        display: block;
        padding: 2px 0 0 0;
        margin: 10px 0 0 0;
        text-align: center;
}

a.largeimg {
        background: #111 url("http://moe.imouto.org/images/ddl_large.gif") no-repeat scroll center center;
}

a.tag-script-applied {
		     background-color: #880 !important;
}

a.directlink:hover {
        background-image: none;
}

a.largeimg:hover {
        background-image: none;
}

a.directlink:hover span {
        text-indent: 0px;
        font-size: 10px;
}

.similar {
	 background: #555;
	 display: block;
	 padding: 2px 0 0 0;
	 margin: 10px 0 0 0;
	 text-align: center;
	 height: 15px;
}

a.similar span {
	  display: block;
	  height: 100%;
	  font-size: 10px;
	  color: #ee8887;
}

.similarhr {
	   background: #111;
	   display: block;
	   padding: 2px 0 0 0;
	   margin: 10px 0 0 0;
	   text-align: center;
	   height: 15px;
}

a.similarhr span {
	    display: block;
	    height: 100%;
	    font-size: 10px;
}

.similarlr {
	   background: #555;
	   display: block;
	   padding: 2px 0 0 0;
	   margin: 10px 0 0 0;
	   text-align: center;
	   height: 15px;
}

a.similarlr span {
	    display: block;
	    height: 100%;
	    font-size: 10px;
}

a.similar-match span {
		font-weight: bold;
}

img.service-icon {
		 height: 15px;
}

img.service-icon#list {
		      margin: 1px 0px 0px 0px;
}

img.service-icon#source {
			vertical-align: top;
			margin: -1px 5px 0px 0px;
}

.service-active {
		font-weight: bold;
}


.score:focus {
	     outline: none;
}
.score > span {
       display: none;
}
.score > .score-visible {
       display: inline;
}

span.stars a.star--1 { color:#f00; }
span.stars a.star-0  { color:#aaa; }
span.stars a.star-1  { color:#0f0; }

.star:focus {
	    outline: none;
}
.star > span {
      display: none;
}
.star > .score-visible {
      display: inline;
}

div#header #site-title { 
	           padding: 10px 20px 0px 480px; 
} 

div#header ul#navbar { 
        padding: 0px 20px 0px 10px; 
        margin: 0 0 0 -50px; 
} 

div#header ul#navbar li { 
	           font-size: 120%; 
		           padding: 0 10px; 
			           margin: 0; 
} 

div#header ul#navbar li.current-page { 
	           background-color: #333; 
} 

div#header ul#navbar li.current-page a { 
	           font-weight: bold; 
} 

div#header ul#subnavbar { 
        padding: 5px 20px 5px 15px; 
        background-color: #333; 
        margin: 0 0 1em -50px; 
} 

div#header ul#subnavbar li { 
       padding: 0 5px; 
} 

div#header ul#subnavbar li a { 
} 