*{
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
color:#333;
font-size: 76%;
/*background: url(images/bodybg.jpg);*/
background-color: #dddddd;
background: #CCCCCC url(images/mascot.jpg) bottom right no-repeat;
}

/* General Style Info 784299 */


a{
text-decoration:none;
color: #c05102;
}

a:current{
text-decoration:none;
color: #999999;
}

a:hover{
text-decoration:underline;

}

a:visited {
color: #c05102;
}

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
}

p{
margin-top: 5px;
}

h1{

font-size: 20px;
}

h2{
color:#555555;
}

h3{
color:#444444;
font-size: 12px;
margin-top: 10px;
margin-bottom: 10px;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}


.hidden {
  padding: 10px;
  margin: 10px;
  border: 1px #c05102 solid;

}
.mangarow {
  margin-top: 3px;
}

 
span.size {
  float: left;
  width: 20px;
  text-align: left;
}

div.row {
  clear: both;
  padding-top: 0px;
  }

div.row:hover {
  background-color:#cccccc;
  }
  
div.row span.text {
  float: left;
  width: 100px;
  text-align: left;
  }
  
 div.row span.date {
  float: left;
  width: 150px;
  text-align: left;
  font-size: 12px;
  }

div.row span.name {
  float: left;
  width: 300px;
  text-align: left;
  }

div.row span.file {
  float: left;
  width: 400px;
  text-align: left;
  }
    
div.row span.trans {
  float: left;
  width: 300px;
  text-align: left;
  font-size: 12px;
  }

div#footer a {
 color: #ccc;
}
/* Layout */

#container{
text-align:left;
margin: 10px;
margin-bottom: 300px;
background-color: #c5c5c5;	
}

#maincontent {
	float: left;
	width: 80%;
	background-color: #c5c5c5;
}

#contentwrapper {
	background: #123456 url(images/borderleft.jpg) 0 0 repeat-y;
}

.box {
	padding: 10px;
}

.article, #manga {
	padding: 10px;
	font-size: 14px;
	background: #eee url(images/articlebg.jpg) bottom right repeat-x;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

div.spacer {
  clear: both;
  }


.reply {
	padding: 20px;
	background: #ddd;
	margin: 5px 0 5px 0;
	border: 1px solid #bbb;
	border-left: 5px solid #c05102;
}

#toolbar {
	padding: 5px;
	background: #eee url(images/articlebg.jpg) bottom right repeat-x;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#menu {
	float:right;
	margin-top:71px;
	margin-right: 20px;
color:#CCCCCC;
}

ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
	clear:left;
}
ul#minitabs li{
	display: inline;
	margin: 0 3px
}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #ef7f2f;
	color:#000;
}
ul#minitabs a:current{
	border-bottom: 4px solid #F60;
	color:#06F
}
ul#minitabs a:hover{
	border-color: #ef7f2f;
	color:#ef7f2f;
}

#ads, #aff {
	float: left;
	width: 18%;
	overflow: hidden;
	background-color: #c5c5c5;
}

#heading {
	background-image: url(images/heading.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0;
	margin: 0;
	width: 350px;
	float:left;
}

#heading span {
	display: none;
}

#header {
	background: url(images/bg.jpg) #c05102 repeat-x;
	height: 100px;
	border-bottom: 1px solid #fff;
}

#footer{
clear:both;
border-top: 1px solid #ffffff;
	background-color: #c05102;
padding: 6px 10px;
text-align: right;
}

/* tables */

table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}