@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

html, body {
    background-color: #707C8C;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #FFF;
    min-width: 700px;
    width: 100%;
    height: 100%;
}

u {
    font-size: 10px;
}

#fon {
    position: absolute;
    display: block;
    top: 190px;
    width: 100%;
}

#fon-top {
    display: block;
    height: 26px;
    border-top: 1px solid #919499;
    border-bottom: 1px solid #91969c;
    background: #010101;
}

#fon-center {
    display: block;
    height: 244px;
    background: #273444;
}

#fon-buttom {
    display: block;
    height: 43px;
    background: url(buttom.png) repeat-x;
}

#wp {
    position: absolute;
    display: block;
    top: 22px;
    left: 50%;
    width: 680px;
    margin-left: -340px;
}

#left {
    display: block;
    width: 33%;
    height: 633px;
    float: left;
}

#right {
    display: block;
    width: 67%;
    float: right;
}

#name {
    display: block;
    margin-top: 96px;
    height: 70px;
    padding-left: 8px;
}

#mainmenu {
    display: block;
}

#mm {
    display: inline-block;
    height: 30px;
    /* width: 400px; */
    font-weight: bold;
    float: left;
}

#mm ul {
    display: inline-block;
    list-style: none;
    float: left;
}

#mm li {
    display: block;
    float: left;
}

#mm li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 10px 8px 9px;
    font-size: 10px;
    line-height: 10px;
}

#mm li a:hover {
    color: #666;
}

#mm .active a {
    color: #707C8C;
}

#lang {
    display: block;
    float: left;
}

#lang a {
    position: relative;
    display: block;
    padding: 0 10px;
    margin-top: 5px;
}

#lang a:hover {
    /*background: #666;*/
}

#content {
    display: block;
    margin-top: 18px;
}

.cont-centr {
    display: block;
    height: 146px;
}

.cont-img {
    display: block;
    width: 160px;
    float: left;
    margin-left: 20px;
}

.cont-text {
    display: block;
    float: right;
    width: 266px;
}

.cont-text a {
    color: #fff;
    text-decoration: none;
}

#content p {
    font-size: 10px;
    padding-bottom: 8px;
    line-height: 14px;
}

#title {
    display: block;
    height: 50px;
    padding-left: 8px;
    letter-spacing: -0.03em;
    word-spacing: -0.03em;
}

h1 {
    font-size: 16px;
    display: inline-block;
}

#title a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

#title a:hover {
    color: #666;
}

#title a.active {
    text-decoration: underline;
}

.prevnext {
    display: block;
    text-align: center;
    width: 150px;
}

.prevnext a {
    display: inline-block;
    padding-top: 10px;
    color: #ffffff;
    font-style: italic;
    text-decoration: none;
    font-size: 10px;
}

.prevnext a:hover {
    text-decoration: underline;
}

#footer {
    display: block;
    padding: 0 0 5px 8px;
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

.clear {
    clear: both;
}

/* Form */
form {
    margin-bottom: 1em;
    display: block;
    margin-top: 0em;
}

input, textarea {
    font-size: 8pt;
    color: #666666;
    font-family: Arial;
    font-variant: normal;
    background-color: #efefef;
    font-weight: bold;
    border-left: 2px solid #989898;
    border-top: 2px solid #989898;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.formline {
    margin-bottom: 8px;
}

input.butt {
    border-right: 2px solid #989898;
    border-bottom: 2px solid #989898;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 1px 5px;
}
.hidden {
 display:none;
}


.banner {
position: relative;
top: -23px;
}



last
{
display:none;
}
lang
{
display:none;
}

#tabs {
	height: 238px;
	margin-top: -195px;
	/*margin-top: -119px;*/
	position: fixed;
	right: 0;
	top: 314px;
	/*top: 50%*/
	width: 50px;
	z-index: 999;
}
	
	#blog-tab {
		background:url("../images/nav.png");
		background:rgba(0,0,0,.75);
		box-shadow: 0px 0px 3px rgba(0,0,0,.5);
		color: #FFF;
		float: right;
		font-family: "CenturyGothicRegular";
		font-size: 16px;
		font-weight: normal;
		height: 74px; /* 100 with padding */
		padding: 13px 0;
		text-align: center;
		width: 30px;
		/* css3 */
		-khtml-border-top-left-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;	
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;	
		-ms-border-top-left-radius: 5px;
		-ms-border-bottom-left-radius: 5px;	
		-o-border-top-left-radius: 5px;
		-o-border-bottom-left-radius: 5px;	
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;	
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;	
		
		-khtml-transition: padding-right .2s ease-in;
		-moz-transition: padding-right .2s ease-in;
		-ms-transition: padding-right .2s ease-in;
		-o-transition: padding-right .2s ease-in;
		-webkit-transition: padding-right .2s ease-in;
		transition: padding-right .2s ease-in;
	}

		#blog-tab:hover {
			padding-right: 5px;
		}
		
		#blog-tab a {
			color: #FFF;
		}
		
			#blog-tab a:hover {
				color: #ff8400;
			}

	#upload-tab {
		background:url("../images/nav.png");
		background:rgba(0,0,0,.75);
		box-shadow: 0px 0px 3px rgba(0,0,0,.5);
		color: #FFF;
		float: right;
		font-family: "CenturyGothicRegular";
		font-size: 16px;
		font-weight: normal;
		height: 112px; /* 130 with padding */
		margin-top: 10px;
		margin-bottom: 5px;
		padding: 8px 0;
		text-align: center;
		width: 30px;
		/* css3 */
		-khtml-border-top-left-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;	
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;	
		-ms-border-top-left-radius: 5px;
		-ms-border-bottom-left-radius: 5px;	
		-o-border-top-left-radius: 5px;
		-o-border-bottom-left-radius: 5px;	
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;	
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;	
		
		-khtml-transition: padding-right .2s ease-in;
		-moz-transition: padding-right .2s ease-in;
		-ms-transition: padding-right .2s ease-in;
		-o-transition: padding-right .2s ease-in;
		-webkit-transition: padding-right .2s ease-in;
		transition: padding-right .2s ease-in;
	}

		#upload-tab:hover {
			padding-right: 5px;
		}
		
		#upload-tab a {
			color: #FFF;
		}
		
			#upload-tab a:hover {
				color: #ff8400;
			}
			
	.social-tab {
	margin-top: 5px;
	background:url("../images/nav.png");
	background:rgba(0,0,0,.75);
	box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	color: #FFF;
	float: right;
	/*font-family: "CenturyGothicRegular";
	font-size: 16px;*/
	/*font-weight: normal;*/
	height: 15px; /* 100 with padding */
	padding: 8px 0 13px 2px;
	text-align: center;
	width: 30px;
	/* css3 */
		-khtml-border-top-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-top-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
		
		-khtml-transition: padding-right .2s ease-in;
		-moz-transition: padding-right .2s ease-in;
		-ms-transition: padding-right .2s ease-in;
		-o-transition: padding-right .2s ease-in;
		-webkit-transition: padding-right .2s ease-in;
		transition: padding-right .2s ease-in;
	}

		.social-tab:hover {
			padding-right: 5px;
		}
		
		.social-tab a {
			color: #FFF;
		}
		
			.social-tab a:hover {
				color: #ff8400;
			}