/* Внесение пользовательских шрифтов */
@font-face {
	font-family: "TF2Build";
	src: url(/fonts/tf2build.ttf) format("truetype");
}
@font-face {
	font-family: "Lobster";
	src: url(/fonts/lobster.ttf) format("truetype");
}

#site-content-container {
	width: 960px;
	margin: auto;
	/*box-shadow: 0px 0px 8px #000, 0px 0px 2px #000*/
}

/* Шапка страниц */
#site-header {
	height: 110px;
	margin: 50px 25%;
}
#site-header .nav {
	position: inherit;
	margin: 5px 0 0 -240px;
}

/* Навигационное меню */
#nav-container {
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
}
#navbar {
	background-color: indigo;
	width: inherit;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px 10px 0 0;
}
#navbar .banner {
	position: inherit;
	margin: -25px 0 0 240px;
}
#navbar .left {
	float: left;
	height: inherit;
}
#navbar .leftside {
	border-radius: 10px 0 0 0;
}
#navbar .rightside {
	border-radius: 0 10px 0 0;
}
#navbar ul {
	list-style: none;
	margin: -2px 0 0 0;
	padding: 0px;
}
#navbar li:hover .submenu {
	display: block;
}
#navbar li {
	display: inline;
	float: left;
	background: transparent url(/images/generic/shinybutton_bg.png) center center repeat-x;
}
#navbar a {
	font-family: Lobster, sans-serif;
	font-size: 16px;
}
#navbar .submenu {
	margin: -4px 0 0 0;
	position: absolute;
	list-style: none;
	background: rgba(75, 0, 130, 0.8);
	text-align: left;
	width: 116px;
	padding: 6px;
	border-radius: 0px 0px 6px 6px;
	display: none;
	z-index: 100;
	box-shadow: 0px 0px 2px #555, 0px 1px 4px #000;
}
#navbar .submenu:hover {
	display: block;
}
#navbar .submenu li {
	font-size: 12px;
	width: 100px;
	background: none;
}
#navbar .submenu li a {
	color: green;
	text-decoration: none;
	width: 100px;
	padding: 7px 8px;
	display: block;
}
#navbar .submenu li a:hover {
	/*background-color: DarkViolet;*/
	border-radius: 5px;
	text-shadow: 0px 1px 1px #310;
	box-shadow: inset 0px 8px 16px DarkViolet, inset 0px -1px 0px MediumPurple;
	color: lime;
}

#navbar .submenu_fix:hover {
	cursor: default;
}

#navbar .tab {
	height: inherit;
	width: auto;
	color: green;
	/*text-shadow: 0px 1px 0px #A200FF;*/
	text-decoration: none;
	/*margin-right: 16px;*/
	/*font-weight: bold;*/
	padding: 7px 25px;
	display: inline-block;
	transition: 0.5s;
}
#navbar .tab:hover {
	transition: 0.2s;
	background: transparent url(/images/generic/shinybutton_bg.png) center center repeat-x;
	color: lime;
}
#navbar .selected {
	background: lime url(/images/generic/shinybutton_bg.png) center center repeat-x !important;
	color: darkviolet !important;
	cursor: default !important;
	pointer-events: none;
}
#navbar .right {
	float: right;
}
#navbar .right .tab {
 margin-right: 0px;
}
#navbar .right li:hover .submenu {
 margin-top: -1px;
}
#navbar .site-desc {
	font-family: "TF2Build", sans-serif;
	text-rendering: optimizeLegibility;
	color: chartreuse;
	/*padding: 0 15px 0 15px;*/
	margin: 8px 10px 0 0;
}

/* Основное содержимое */
#site-content {
	background-image: url(/images/generic/contentbg.jpg);
	text-shadow: 1px 1px 3px #000;
	border-radius: 0 0 15px 15px;
}
#info {
	padding: 20px;
	box-shadow: inset 0px 8px 16px rgba(0, 0, 0, 0.35);
	/* overflow: auto; */
	background-repeat: repeat-x;
}

/* Подвал сайта */
#site-footer {

}
#site-footer .site-copyright {
	color: #fff;
	font-weight: bold;
	text-align:  center;
}
#site-footer .site-copyright a {
	color: #fff;
}
#site-footer .site-copyright a:hover {
	text-decoration: none;
}

body {
	background: darkviolet url(/images/generic/bg.jpg) center top no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	margin: 0px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility;
}

a {
	color: #A200FF;
	text-decoration: none;
	transition: 1.5s;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}

blockquote {
	background: none repeat scroll 0 0 padding-box rgba(255, 255, 255, 0.1);
	border-left: 5px solid #6d0c80;
	box-shadow: 0 0 20px #222222;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	line-height: 1.45;
	outline: 0 none;
	padding: 5px 15px;
	text-align: left;
	/* width: 755; */
}

.bb_spoiler {
	text-shadow: 0.125em 0 12px #fff, -1px 0 12px #fff;
	transition: 0.5s all;
	color: transparent;
}
.bb_spoiler a {
	/*text-shadow: none;*/
	color: inherit;
	transition: none;
}
.bb_spoiler:hover {
	text-shadow: none;
	color: inherit;
}

/*.bb_link {
	text-shadow: 0.125em 0 12px #fff, -1px 0 12px #fff;
	transition: 0.5s all;
	color: transparent;
}*/

/* Псевдоэлементы */
::-moz-selection {
	background: #AB00FF;
}
::selection {
	background: #AB00FF;
}