/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .74em;
}

p
{ margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 20px;
}

#text
{ margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 20px;
}

h1
{ margin: 0px;
  /*margin-bottom : -20px;*/
  font-family: arial, sans-serif;
  /*font-size: 185%; */
  font-size: 140%;
  /*font-weight: normal;*/
  font-weight: bold;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 120%;
  text-decoration: underline;
  font-weight: bold;
}

img{border: 0px;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 10px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 14px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 761px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo */
#links
{ padding: 9px 21px 3px 19px;
  width: 719px;
  text-align: right;
  height: 22px;
  border: 1px solid;
  font-size: 90%;
}

#links a, #links a:hover{text-decoration: none;}

/* logo */
#logo
{ padding: 0px;
  width: 759px;
  /*height: 100px;*/
  height: 150px;
  border-left: 1px solid;
  border-right: 1px solid;
}

#logo h1
{ /*padding: 41px 0px 0px 19px;*/
  padding: 66px 0px 0px 19px;
  font-family: verdana, "ms sans serif", tahoma, arial, sans-serif;
  font-size: 150%;
  letter-spacing: .3em;
}

/* navigation menu */
#menu
{ height: 23px;
  width: 760px;
  border-left: 1px solid;
}

#menu ul
{ margin: 0px auto; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 760px;
} 

#menu li
{ margin: 0px; 
  padding: 0px; 
  list-style: none; 
  float: left; 
} 

#menu li a 
{ display: block; 
  float: left; 
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 12px;
  font-size: 92%; 
  width: 132px; 
  text-decoration: none; 
  padding: 4px 0px 5px 19px;
  font-weight: bold; 
} 

/* main content */
#content
{ width: 761px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
} 

/* column 1 - contains menu, news, add links and other info */
#column1
{ width: 238px;
  float: right;
  padding: 15px 0px 15px 0px;
}

#column1 h1{padding: 0px 0px 18px 0px;}

.sidebaritem
{ position: relative;
  text-align: justify;
  width: 192px;
  float: right;
  border: 1px dashed;
  margin: 0px 0px 15px 0px;
  padding: 8px 12px 8px 12px;
}

#column0
{
  text-align: justify;
  padding: 0px 0px 15px 0px;
  width: 482px;
  float: left;
}

/* column 2 - page content */
#column2
{ text-align: justify;
  /*padding: 0px 0px 15px 22px;*/ /* eredeti koncepció szerinti kétoszlopos rendszer */
  padding: 10px 22px 15px 15px;
  /*width: 482px;*/ /* eredeti koncepció szerinti kétoszlopos rendszer */
  width: 720px;
  float: left;
}

#column2 h1{padding: 24px 0px 18px 0px;}

.sidebaritem a, #column2 a
{	/* padding: 0px 0px 0px 11px; */ /* eredeti változat */
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.sidebaritem a:hover, #column2 a:hover
{ /* padding: 0px 0px 0px 11px; */ /* eredeti változat */
  padding : 0px 0px 0px 0px;
  text-decoration: none;
}

/* footer */
#footer
{ float: left;
  padding: 9px 0px 9px 0px;
  width: 759px;
  text-align: center;
  border: 1px solid;
  /*height: 22px;*/
}

#footer a, #footer a:hover{text-decoration: none;}

.error
{
	text-align: center;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold
}

.pages
{
	text-align: center;
	margin-bottom: 20px;
}

/* contact page - form layout */
form
{
	/*margin-top: 0px;*/
	display: block;
	margin: 0 auto;
}

/*div.form
{
	text-align: center;
	background-color: Red;
}*/

div.row
{ clear: both;
  width: 650px;
  height: 29px;
  margin: 0px auto;
  padding: 0px;
}

div.row span.reviewlabel, div.row span.novellabel, div.row span.subslabel, div.row span.newslabel 
{ float: left;
  width: 65px;
  text-align: left;
}

div.row span.reviewtext, div.row span.noveltext, div.row span.substext, div.row span.newstext
{ float: right;
  text-align: right;
}

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ width: 575px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

span.loginname input, span.loginpwd input
{ width: 40px; 
  background-color : #FFFFFF;
  font-family: verdana, arial, sans-serif;
  font-size: 90%;
  border: 1px solid;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

/* anime subs page - layout */

td.pic
{
	padding: 0px;
	width: 350px;
	text-align: right;
}

td.pic img
{
	border: 1px solid #000000;
}

td.details
{
	vertical-align: top;
}

table.data
{
	margin: 0px auto;
	width: 100%;
}

td.title
{
	padding: 2px;
	width: 120px;
}

td.data
{}

table.subs
{
	border: 1px dashed #3F4957;
	margin: 0px auto;
	margin-top: -20px;
}

table.subs th
{
	text-align: center;
	border-bottom: 1px dashed #3F4957;
}

table.subs td.spacer
{
	width: 4px;
}

table.subs td.status
{
	text-align: center;
}

span.plan
{
}

span.translating
{
	color: #CE4100;
}

span.checking
{
	/*color: #FFAE00;*/
	color: #C98600;
}

span.typesetting
{
	/*color: #BFD800;*/
	color: #A5B700;
}

span.finalcheking
{
	color: #84BC00;
}

span.finished
{
	/*color: #00FF00;*/
	color: #00AD00;
}


/* Haruhi */

div.novel_title
{
	font-style: italic;
	font-size: smaller;
}

table.novel td.novel_cover
{
	width: 330px;
}

table.novel td.novel_chapters
{
	vertical-align: top;
	padding-top: 30px;
}

table.novel td.novel_chapters li
{
	/* list-style-type: none;*/
}

div.novel
{
	line-height: 18px;
}

img.anime
{
	border: 1px solid #000000;
}

.novel_pic
{
	margin: 0px auto;
	width: 150px;
	text-align: center;
}

#login
{
	text-align: left;
	width: 100%;
}

#login_left
{
	float: left;
	text-align: left;
	width: 50%;
}

#login_right
{
	float: right;
	text-align: right;
	width: 50%;
}

/* ------------------------------------------------ New reviews section -----------------------------------------*/
.siderbartitle
{
	font-weight: bold;
	text-decoration: underline;
}

.reviewtitle
{
	font-weight: bold;
	margin-top: 5px;
}

.reviewdate
{
	font-size: 90%;
	font-style: italic;
}

.rss_image
{
	float: left;
	clear: left;
	margin: 4px 5px 0px 0px;
}

.downloadsubtitle
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

.downloadtitle
{
	margin-left: 10px;
	font-weight: bold;
	margin-top: 5px;
}

.downloaddate
{
	margin-left: 10px;
	font-size: 90%;
	font-style: italic;
}

/* ----------------------------------------------- Main page news list ------------------------------------------*/

.small_review_news
{
	font-size: 80%;
}

.image_left
{
	float: left;
	clear: left;
	border: 1px solid black;
	margin: 0px 5px 0px 5px;
}

.image_right
{
	float: right;
	clear: right;
	border: 1px solid black;
	margin: 0px 5px 0px 5px;
}