/*
  Classic Theme for phpBB 2.0.6
  Created by Vjacheslav Trushkin
  http://www.trushkin.net
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
* {border:0 none; margin:0; padding:0;} 
body { 
	background: url("http://kinomax.ru/templates/site/kinomax2/img/body_bg.jpg") repeat-x scroll center top #610D3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color: #7E98CB;
	scrollbar-highlight-color: #C4D2ED;
	scrollbar-shadow-color: #7E98CB;
	scrollbar-3dlight-color: #C4D2ED;
	scrollbar-arrow-color:  #021A4A;
	scrollbar-track-color: #C4D2ED;
	scrollbar-darkshadow-color: #021A4A;
	margin:0;
	padding:0;
}


/* General font families for common tags */
font{ font-family: Verdana, Arial, Helvetica, sans-serif }
p, td	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
hr	{ height: 0px; border: solid #021A4A 0px; border-top-width: 1px;}
a	{ color: #043698; text-decoration: none; }
a:hover	{ color: #A00000; text-decoration: underline; }
h1,h2		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color:#DEE7F3; border: #04369B; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* This is the outline round the main forum tables */
.forumline	{ background-color:#F7F3F7; /*border: 2px #021A4A solid*/ }

/*
  Main table cell colours and backgrounds
  Styles that use bitmap backgrounds are commented "Uses Bitmap"
  Note that netscape 4 takes paths to bitmap files relative from
  the html file rather than from the style sheet.
  Hence, to maintain compatibility, all styles using bitmaps have
  their "background : url(templates/Classic/images/bitmap.gif);"
  setting defined in overall_header.tpl
*/

TD		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding:3px; }
TH, TD.th		{ font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #9D1765; height: 25px; font-size: 11px; font-weight: bold; color: #FFFFFF; }  /* Uses Bitmap */
TD.row1		{ background-color: #F7F3F7 }
TD.row2		{ background-color: #F7F3F7 }
TD.row3		{ background-color: #F4F4F4 }

/* This is the spacer row between post replies */
TD.spaceRow { color:#FFFFFF; background-color: #04369B; border: #04369B; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
TD.rowpic	{ background-color: #E6E7E8 } /* Uses Bitmap */


/*
  Setting additional nice borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
TD.cat,TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#E6E7E8; height: 28px; border: #ffffff; border-style: solid; }  /* Uses Bitmap */

TD.catHead	 { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TD.catSides  { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TD.catLeft	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TD.catRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TD.cat,TD.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }

TH.thHead,TH.thSides,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #ffffff; border-style: solid; }
TH.thTop,TH.thLeft,TH.thRight,TH.thCornerL,TH.thCornerR { border: #04369B; }

TH.thHead	 { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TH.thSides	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TH.thTop	 { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
TH.thLeft	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TH.thBottom  { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }
TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }



/* The largest text used in the index page title and toptic title etc. */
.maintitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #3D5C98;}
.subtitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; text-decoration : none; line-height : 120%; color : #486FB7;}


a.sitename	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #043698;}
a.sitename:visited	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #003090;}
a.sitename:active	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #FF0000;}
a.sitename:hover	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #A00000;}

/* General normal text */
.gen		{ font-size : 12px; color : #000000; }
a.gen		{ color: #043698; text-decoration: none; }
a.gen:visited		{ color: #003090; text-decoration: none; }
a.gen:active		{ color: #FF0000; text-decoration: underline; }
a.gen:hover	{ color: #E00000; text-decoration: underline; }


/* General medium text */
.genmed		{ font-size : 11px; color : #000000; }
a.genmed	{ text-decoration: none; color : #043698; }
a.genmed:visited	{ text-decoration: none; color : #003090; }
a.genmed:active	{ text-decoration: underline; color : #FF0000; }
a.genmed:hover	{ text-decoration: underline; color : #A00000; }


/* General small */
.gensmall	{ font-size : 10px; color : #000000; }
a.gensmall	{ color: #043698; text-decoration: none; }
a.gensmall:visited	{ color: #003090; text-decoration: none; }
a.gensmall:active	{ color: #FF0000; text-decoration: underline; }
a.gensmall:hover	{ color: #A00000; text-decoration: underline; }

/* Text on TD.SpaceRow */
.spaceRow	{ font-size : 10px; color : #FFFFFF; }
a.spaceRow	{ color: #FFFFFF; text-decoration: none; }
a.spaceRow:visited	{ color: #FFFFFF; text-decoration: none; }
a.spaceRow:active	{ color: #FF0000; text-decoration: underline; }
a.spaceRow:hover	{ color: #A00000; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; text-decoration : none; color : #FFFFFF }
a.mainmenu, a.mainmenu:visited		{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:active	{ text-decoration: underline; color : #FFFF90; }
a.mainmenu:hover	{ text-decoration: underline; color : #fff990; }


/* Forum category titles */
.cattitle		{ font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color:#9D1765; text-align: center; }
a.cattitle, .cattitle a	{ text-decoration: none; color : #9D1765; text-align: center;}
a.cattitle:visited, .cattitle a:visited		{ text-decoration: none; color : #003090; }
a.cattitle:active, .cattitle a:active	{ text-decoration: underline; color : #9D1765; }
a.cattitle:hover, .cattitle a:hover	{ text-decoration: underline; color : #A00000; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-size : 12px; font-weight : bold; text-decoration : none; color : #043698; }
a.forumlink		{ text-decoration: none; color : #043698; }
a.forumlink:visited		{ text-decoration: none; color : #003090; }
a.forumlink:active		{ text-decoration: underline; color : #FF0000; }
a.forumlink:hover	{ text-decoration: underline; color : #A00000; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-size : 11px; font-weight : bold; text-decoration : none; color : #000000;}
a.nav			{ text-decoration: none; color : #043698; }
a.nav:visited	{ text-decoration: none; color : #003090; }
a.nav:active	{ text-decoration: underline; color : #FF0000; }
a.nav:hover		{ text-decoration: underline; color : #A00000; }


/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
a.topictitle	{ text-decoration: none; color : #043698; }
a.topictitle:visited	{ text-decoration: none; color : #003090; }
a.topictitle:active	{ text-decoration: underline; color : #FF0000; }
a.topictitle:hover	{ text-decoration: underline; color : #A00000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; text-decoration : none; color : #000000;}
a.name			{ color: #043698; text-decoration: none;}
a.name:visited	{ color: #003090; text-decoration: none;}
a.name:active	{ color: #FF0000; text-decoration: underline;}
a.name:hover	{ color: #A00000; text-decoration: underline;}


/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
a.postdetails		{ color: #043698; text-decoration: none; }
a.postdetails:visited	{ color: #003090; text-decoration: none; }
a.postdetails:active	{ color: #FF0000; text-decoration: underline; }
a.postdetails:hover	{ color: #A00000; text-decoration: underline; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink	{ text-decoration: none; color : #043698 }
a.postlink:visited	{ text-decoration: none; color : #003090 }
a.postlink:active { text-decoration: underline; color : #FF0000}
a.postlink:hover { text-decoration: underline; color : #A00000}

/* Errors */
.error { font-size: 12px; font-weight: bold; color: #FFFFC0 }


/* Quote Code (currently not used) */
.code { 
	font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #001030;
	background-color: #F8F8F8; border: #04369B; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #001030; line-height: 125%;
	background-color: #F8F8F8; border: #04369B; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.editedby { font-size : 10px; line-height : 100%; color : #333333; }


/* Form elements */
input,textarea, select {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

form { display: inline; }

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #E9EEF7;
	border:1px solid #999;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #E9EEF9;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* The main submit button option */
input.mainoption {
	background-color : #9D1765;
	font-weight : bold;
	color:#fff;
}

/* None-bold submit button */
input.liteoption {
	background-color : #E9EEF5;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
input.helpline { background-color: #f0f0f0; border: solid 1px #f0f0f0; }

/* Copyright and bottom info */
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #969;font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #fff; text-decoration: none;}
a.copyright:hover { color: #fff; text-decoration: underline;}



#page_forum {
	font-family:	Arial,Arial,Helvetica,sans-serif;
	min-height:		100%;
	color:			#4d4d4f;
	width: 980px;
	/*background-color: #FFF;*/
	margin:0 auto;
	
}

#nav_forum1{
	margin:				0 -14px 17px -29px;
	padding:			25px 8px 0 29px; 
	height:				20px;
	background:			#f1f1f2;
}
#nav_forum1 .lang {
	float:				right;
	line-height:		1.3em;
}
#nav_forum1 .lang a {
	text-decoration:	none;

}
#nav_forum2{
	width:100%;
	height:20px;
	text-align:center;
	background-color: #F7F3F7;
}
#nav_forum2 ul{ list-style:none;}
#nav_forum2 ul li{ display:inline;}
#nav_forum2 ul li a {color:#000; display: inline-block;padding:5px 10px 5px 10px; font-weight:bold;}
#nav_forum2 .lang {
	float:				right;
	line-height:		1.3em;
}
#nav_forum2 .lang a {
	text-decoration:	none;
}

#body_forum{ background-color:#fff;}
/* Kinomax header*/

#km_head { position:relative; z-index:50; margin-bottom:10px;}
#km_head .km_top-nav { margin:5px 0 5px 0; width:100%; float:left; }
#km_head .km_top-nav span { font-size:1em; display:block; float:left; }
#km_head .km_top-nav ul { float:right; list-style:none;}
#km_head .km_top-nav ul li { float:left; font-size:11px; margin:0 0 0 9px; }
#km_head .km_top-nav ul li .home-icon {display: block; width:14px; height:11px; background-image: url(http://kinomax.ru/templates/site/kinomax2/css/../img/home-icon.gif); background-position:top; }
#km_head .km_top-nav ul li .home-icon:hover {background-position:bottom;}
#km_head .km_top-nav ul li a { color:#000; }
#km_head .km_top-nav ul li a:hover { text-decoration:underline; }
#km_head .logo { width:244px; height:108px; overflow:hidden; background-image: url(http://kinomax.ru/templates/site/kinomax2/css/../img/logo-bg.png); float:left;}
#km_head .logo img { display:block; width:100%; height:100%; }

#km_head .asidelogo { width:728px; height:118px; float:right; }
#km_head .asidelogo .banner { height:90px; overflow:hidden; }
#km_head .asidelogo .banner img { width:100%; display:block; }
#km_head .asidelogo .hotline { font-weight:bold; color:#6E0C47; margin-top:3px; float:left; cursor:default; }
#km_head .asidelogo .hotline a { color:#6E0C47; }
#km_head .asidelogo .hotline a:hover { text-decoration:underline; }
#km_head .asidelogo .login-top { float:right; height:1.75em; width:25.375em; overflow:hidden; }
#km_head .asidelogo .login-top img { width:100%; margin-top:.6875em; }

#km_head .km_main-nav { clear:both; height:35px; overflow:hidden;}
#km_head .km_main-nav .km-nav { width:100%; height:100%; background:#B51D74; float:left;  }
#km_head .km_main-nav .km-nav ul { margin-left:35px; margin-top:10px;/*padding-bottom:5px;*/}
#km_head .km_main-nav .km-nav ul li { display:inline; margin-right:0px; padding:0 30px 12px 30px; background: url("http://kinomax.ru/templates/site/kinomax2/css/../img/main-nav-sep.gif") no-repeat top left; position:relative; }

#km_head .km_main-nav .km-nav ul li.first { padding:0 30px 0 0; background:none; }
#km_head .km_main-nav .km-nav ul li a { font-size:12px; color:#FFF; font-weight:bold; line-height:10px; }
#km_head .km_main-nav .km-nav ul li a:hover { text-decoration:underline; }

#km_head .km_main-nav .corner { width:2.5em; height:100%; float:left; }
#km_head .km_main-nav .corner img { width:100%; display:block; }
#km_head .km_main-nav .km-login { width:24.875em; height:100%; float:left; background:#FFF; }
#km_head .km_main-nav .km-login .login { height:2.1875em; width:24.875em; float:right; position:absolute; margin-top:-0.25em; }
#km_head .km_main-nav .km-login .login label { float:left; color:#6E0C47; font-size:.8em; font-weight:bold; padding:2px 0 0 0; text-align:right; margin-left:0.1em;}
#km_head .km_main-nav .km-login .login label a { font-size:.85em; font-weight:normal; color:#757575; float:left; margin-top:2px;}
#km_head .km_main-nav .km-login .login label a:hover { text-decoration:underline; }
#km_head .km_main-nav .km-login .login input { float:left; width:10.893em; height:1.161em; border:0.0893em solid #999; padding:3px; margin-left:5px; font-size:.7em; color:#000;}
#km_head .km_main-nav .km-login .login input.goBtn { font-size:1em; background:#50a414 url(../img/signin.gif) no-repeat; width:3.125em; height:1.1875em; border:0; padding:0; text-indent:-666px; overflow:hidden; }
#km_head .km_main-nav .km-login .login input.goBtn:hover { background-position:0 -19px; background-color:#3c7b10; }
