/* hand.made by true.crew | http://www.truecrew.ru | info@truecrew.ru */
/* © 2008. All rights reserved */


/* BASE */
*{	padding:0; margin:0; }

body{
	width:100%;
	height:100%;
	padding:0; margin:0;
	font-family:Calibri, "Myriad Pro", Helvetica, Arial, sans-serif;
	color:#8c8c8c;
	background-color:#111111;
	min-width:700px;
}
body, td{
	line-height:120%;
	vertical-align:top;
}

table{
	padding:0; margin:0;
	border-collapse:collapse;
	border:0px;
	border-color:#999999;
}

h1 {
	color:white;
	padding-bottom:0.8em;
	font-size:1.8em;
	line-height:110%;
	font-weight:lighter;
}
h2 {
	padding-bottom:0.8em;
	font-size:1.4em;
	font-weight:normal;
}
h3, h4 {
	padding-bottom:0.3em;
	font-size:1em;
	font-weight:bold;
}
p {
	padding-bottom:1em;
	line-height:130%;
}

a:link {
	color:#00aeef;
}
a:visited {
	color:#00aeef;
}
a:hover {
	color:#18c0ff;
}

.white{
	color:white;
}
.gray{
	color:#626262 !important;
}
.vbottom{
	vertical-align: bottom !important;
}
.middle{
	vertical-align: middle !important;
}
.right{
	float:right;
}

body.index{
	/*overflow:hidden;*/
}
body.inner{
	background:url(/i/bg_index.jpg) right 10% no-repeat;
	background-color:#111111;
}
body.admin{
	overflow:scroll-y;
	background-color:#111111;
}
/*-------------------------------*/
td.spl{
	vertical-align:middle;
	background:url(/i/splash.jpg) center center no-repeat;
}
#splash{
	width:720px; height:530px;
	/*border:1px solid red;*/
	margin-left:15%;
	cursor:pointer;
}

/*-------------------------------*/

.layout{
	width:100%;
	height:100%;
}
.layout td{
	padding:0 1em;
	/*border:1px solid gold;*/
}

.arr{
	vertical-align:middle;
}
.arr img{
	border:0;
}
.box{
	display:none;
	text-align:center;
	margin:20px 0 0 0;
}
.box img{
	border:25px solid white;
}

.text h2{
	color:white;
	padding-bottom:0.3em;
	margin-left:-0.7em;
	font-weight:bold;
}
.text h2 b{
	font-size:0.7em;
	padding:0 0.3em;
	color:#8c8c8c;
}
.text p{
	line-height:110%;
	font-style: italic;
	padding-bottom:0.5em;
}
.text small{
	font-size:0.78em;
}
.text small span{
	padding:0 7px;
}
.text small a{
	color:#b6b6b6;
	text-decoration:none;
	border-bottom:1px dashed #b6b6b6;
	margin-left:2em;
}
.text small a:hover{
	color:white;
	border-bottom:1px dashed white;
}

/*-------------------------------*/

#preview{
	white-space:nowrap;
	text-align:center;
}
#preview a img{
	margin:20px 20px 20px 0;
	width:50px; height:50px;
}
#preview a:link img{
	border:5px solid #8d8d8d;
}
#preview a:visited img{
	border:5px solid #454545;
}
#preview a:hover img{
	border:5px solid #ffffff;
}

#preview a.on img{
	border:5px solid #00aeef;
}


.pages{
	padding-top:50px;
	font-size:0.7em;
}
.cms .pages{
	padding-top:10px;
	font-size:0.7em;
}
.pages a{
	color:white;
	text-align:center;
	display:block;
	float:left;
	padding:4px 2px;
	width:22px;
	margin-right:12px;
	background-color:#252525;
	text-decoration:none;	
}
.pages a:visited{
	color:white;
}

.pages a.on{
	background-color:#3a3a3a;
	background-color:#454545;
	color:#00aeef;
	color:white;
}
.pages a.gray{
	color:#737373;
	font-size:1.5em;
}
.pages select{
	width:190px;
	margin-bottom:1em;
}


/*-------------------------------*/
.copyrights{
	width:100%;
}
.copyrights td{
	color:#737373;
	font-size:small;
	padding:2em;
}
.copyrights a{
	color:#919191;
	/*padding-left:1em;*/
}
/*-------------------------------*/
.admin #menu{
	display:block;
}
#menu{
	position:absolute;
	right:50px; bottom:0px;
	background-color:#666666;
	color:#575757;
	float:right;
	display:none;
	background:url(/i/bg_menu.gif) top right no-repeat;
}
html>body #menu{
	position:fixed;
}
#menu a{
	color:#575757;
	text-decoration:none;
}
#menu a:hover{
	color:#7f7f7f;
	text-decoration:underline;
}
#menu div{
	float:left;
	padding-left:18px;
	background:url(/i/bg_menu.gif) top left no-repeat;
	/*border:1px dashed white;*/
}
#menu dl{
	float:left;
	padding:10px;
	text-transform:uppercase;
	font-size:0.8em;
}
#menu dd{
	display:inline !important;
	margin-right:23px;
}
#menu dd span{
	color:white;
	font-size:small;
}
#menu dd.on{
	color:#00aeef;
}
#menu dd.on a{
	color:#00aeef;
}

#to_menu{
	position:absolute;
	right:23%; bottom:13%;
	width:151px; height:60px;
	background:url(/i/to_menu.gif) top left no-repeat;
}

/*-------------------------------*/

td.cms{
	padding:20px 0 40px 0;
	vertical-align:bottom;
}
td.list{
	vertical-align:top;
}
td.cms a:link {
}
.listing th{
	padding:2px 10px 2px 0px;
	background-color:#4a1114;
	font-size:0.8em;
	text-align:left;
}
.listing th a{
	color:#be0101;
}
.listing td{
	padding:8px 10px 8px 0px;
	border-bottom:1px solid #393939;
}
.listing tr:hover{
	background-color: #3a3a3a;
	background-color: #252525;
}
.listing tr:hover td a{
	color:#be0101;
	color:#bdbdbd;
	/*color:white;*/
}

.cms h1 a{
	color:#16ABFF;
}
.cms h1 a:hover{
	color:#be0101;
}

.cms td.mid{
	vertical-align:middle;
	text-align:center;
}
.cms td.center{
	text-align:center;
}
.cms h2{
	padding-bottom:0.1em;
	font-weight:bold;
}
.cms h2 a{
	color:white;
	text-decoration:none;
}
.cms h2 a:hover{
	color:#be0101;
	/*text-decoration:none;*/
}
.cms b{
	font-weight:normal;
	color:#69b745;
}
.cms i{
	font-style:normal;
	font-size:0.8em;
	color:#666666;
}
.cms p{
	line-height:110%;
	font-style: italic;
	padding-bottom:0;
}
.cms small{
	font-size:0.75em;
}

.cms input.title{
	font-size:1.5em;
	padding:2px 2px 2px 5px;
	width:80%;
}
.cms input.url{
	margin-top:5px;
	padding:3px 3px 3px 25px;
	font-size:0.9em;
	width:80%;
	color:#008fc4;
	/*font-style:italic;*/
	background:url(/i/bg_chain.gif) 3px center no-repeat;
	background-color:#FFFFFF;
}
.cms textarea{
	width:80%;
}
.cms select{
	width:15em;
}
.cms input.save{
	border:0;
	margin-top:0.5em;
	padding:0.3em 1.2em;
	font-size:1.3em;
	/*border:2px solid #216a00;*/
	background-color:#69b745;
}
.cms input.but{
	border:0;
	margin-top:0.5em;
	padding:0.3em 1em;
	font-size:1.3em;
	background-color:#777777;
}
.cms .ismall{
	width:40px; height:40px;
}

.tags{

}
.tags h2{
	color:#8c8c8c;
	padding-bottom:0.5em;
	font-weight:bold;
}
.tags ul{
	width:80%;
	list-style:none;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:3px solid #4a1114;
}
.tags li{
	padding-bottom:0.3em;
}
.tags li.on{
	color:#69b745;
}
.tags li a{
	text-decoration:none;
	/*color:#be0101;*/
}
.tags li a.red{
	margin-left:1em;
	font-size:1em;
	font-weight:bold;
	color:#be0101;
	cursor:pointer;
}



























