
/*********************************/
/********** CSS STYLES **********/
/*******************************/

/****** PRIMAL ******/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 28px 10px 10px 10px;
	font-family: "Tahoma", "Verdana", "Helvetica", Sans-Serif;
	font-size: 62.5%;
	line-height: 140%;
	color: #fff;
	background: url(../img/bg.jpg) repeat-x #056caa;
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}

/*** HEADERS #1 ***/

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Serif;
	color: #fff;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

/*** BLOCKS NAMES ***/

h2 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

/*** IMPORTANT TEXT ***/

h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	margin: 10px;
}

/*** HEADERS #2 ***/

h4 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	margin: 10px;
}

/*** CALENDAR DATES ***/

h5 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

/*** WORNING ***/

h6 {
	color: red;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	margin: 20px;
}

/*** TEXT ***/

p {
	color: #dadada;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 140%;
	text-align: justify;
	margin: 15px 10px;
}

b {
	color: #fff;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	float: right;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

strong {
	font-size: 1.2em;
}

td {
	font-size: 1.2em;
}

/****** LINKS ******/

a, a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #fff99d;
}

a:focus, a:hover {
	text-decoration: underline;
	outline: none;
	color: #fff;
}

.underline a {
	display: block;
	color: #fff99d;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	margin: 10px;
}

.underline a:hover {
	color: #fff;
	text-decoration: underline;
}

/****** IMAGES ******/

img {
	border: 0;
}

.image img {
	border: 2px solid #fff;
}

.image h4 {
	margin: 25px 0;
}

/****** FIELDS ******/

select, input, textarea {
	font-size: 12px;
	color: #fff;
	background: #121212;
	border: 1px solid #fff99d;
	padding: 1px;
}

textarea:focus, input:focus {
	border: 1px solid #fff;
}

/****** WRAPPER ******/

#wrapper {
	min-width: 970px;
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 2px #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=4)";
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=4);
}

#wrap {
	clear: both;
	width: 100%;
	background: url(../img/content-bg.gif) #171717;
	overflow: hidden;
	border: 1px solid #333;
}

#order {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/****** MAIN ******/

/*** HEAD ***/

#head {
	clear: both;
	width: 100%;
	height: 160px;
	background: url(../img/header-bg.jpg) repeat-x #2cb0e1;
	border: 1px solid #333;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

/*** LOGO ***/

#logo {
	float: left;
	width: 580px;
	height: 160px;
	background: url(../img/logo.jpg) no-repeat;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

/*** BILLBOARD ***/

#billboard {
	float: right;
	width: 380px;
	height: 160px;
	background: url(../img/???) no-repeat;
}

/*** SIDEBAR LEFT ***/

#sidebar-l {
	float: left;
	width: 212px;
	background: url(../img/sidebar-bg.gif) #121212;
	border-right: 1px solid #333;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

/*** SIDEBAR RIGHT ***/

#sidebar-r {
	float: right;
	width: 260px;
	background: url(../img/sidebar-bg.gif) #121212;
	border-left: 1px solid #333;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

/*** CONTENT ***/

#content {
	padding: 15px 10px;
	margin: 0 260px 0 212px;
}

/*** FOOTER ***/

#footer {
	clear: both;
	width: 100%;
	height: 40px;
	background: url(../img/bg-nav.gif) repeat-x #3e3e3f;
	border: 1px solid #333;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#foot-text {
	float: left;
	width: 580px;
	margin-top: 3px;
}

#counter {
	float: right;
	width: 88px;
	height: 31px;
	margin: 4px 8px 4px 4px;
}

#youtube {
	float: right;
	width: 72px;
	height: 29px;
	margin: 4px;
	border: 1px solid black;
}

/*** BLOCKS ***/

.block {
	background: url(../img/block-bg.jpg) no-repeat #020307;
	margin: 15px 5px;
	border: 1px solid #333;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.block-name {
	display: block;
	background: url(../img/bg-nav.gif) repeat-x #3e3e3f;
	border-bottom: 1px solid #333;
	height: 15px;
	padding: 5px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

/*** CLEAR ***/

.clear {
	clear: both;
	height: 1px;
	width: 1px;
}

/****** MENU ******/

#menu {
	margin: 0 auto;
}

#menu ul {
	width: 100%;
	height: 35px;
	background: url(../img/bg-nav.gif) repeat-x #3e3e3f;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#menu ul li {
	float: left;
	border-right: 1px solid #333;
}

#menu ul li a {
	display: block;
	height: 35px;
	padding: 0 20px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
}

#menu ul li a:hover, ul li.active a {
	background: url(../img/bg-button.jpg) repeat-x #136f94;
}

/****** CAROUSEL ******/

#carousel {
	margin: 4px auto;
	width: 240px;
	height: 180px;
	padding: 0;
	overflow: scroll;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#carousel ul {
	width: 1500px;
	position: relative;
}

#carousel li {
	display: inline;
	float: left;
}

#carousel a {
	text-decoration: none;
	color: #fff;
}

.textholder {
	line-height: 1.2em;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	background-color: #000 !important;
	color: #fff;
}

/****** CALENDAR ******/

.cal-days {
	float: left;
	width: 26px;
	height: 18px;
	background: url(../img/cal-day-passive.jpg);
	border: 1px solid #333;
}

.cal-dates {
	float: left;
	width: 26px;
	height: 22px;
	background: url(../img/cal-dat-passive.jpg);
	border: 1px solid #333;
}

.cal-dates a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 26px;
	height: 22px;
	background: url(../img/cal-dat-active.jpg) #136f94;
}

.cal-dates a:hover {
	background-position: 0 -22px;
}

#months {
	width: 100%;
	height: 15px;
}

#slider {
	position: relative;
	width: 198px;
	height: 215px;
	overflow: hidden;
}

#slider .content {
	float: left;
	width: 198px;
	background: url(../img/block-bg.jpg) no-repeat #111313;
}

#slider .contentholder {
	width: 198px;
	height: 170px;
	overflow: hidden;
}

#slider .contentslider {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
}

#slider .contentnav {
	position: absolute;
	top: 6px;
	left: 2px;
	z-index: 100;
	text-align: center;
}

#slider .contentnav a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #333;
}

#slider .contentnav a.active {
	color: #fff;
	background: #136f94;
}

/****** NEWS ******/

.news-block {
	clear: both;
	width: 97%;
	height: 100%;
	border-top: 1px solid #333;
	margin: 0 auto;
}

.news-block img {
	margin: 14px 10px 0 0;
	border: 1px solid #fff;
}

.news-block h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Serif;
	text-align: left;
	text-transform: uppercase;
	color: #fff99d;
}

.block-left {
	float: left;
	width: 185px;
	height: 160px;
}

.block-left2 {
	float: left;
	width: 175px;
	height: 190px;
}

.center img {
	border: 2px solid #fff;
}

.center h4 {
	margin: 10px 0;
}

.read-more {
	float: right;
	width: 120px;
	padding-bottom: 5px;
}

.read-more .underline a {
	margin: 0;
}

#news-links a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	margin: 2px 0 0 0;
	padding: 4px;
}

#news-links a:focus {
	outline: 0;
}

#news-links a:hover {
	background: #136f94;
}

/****** ARCHIVE ******/

.archive {
	clear: both;
	width: 97%;
	height: 100%;
	border-top: 1px solid #333;
	margin: 0 auto;
}

.archive p {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 130%;
	margin: 5px;
}

/****** GALERY ******/

.spotlightWrapper ul li {
	float: left;
	margin: 5px;
}

.spotlightWrapper ul li a img {
	position: relative;
	width: 226px;
	border: none;
}

.spotlightWrapper ul li a img.active {
	border: 4px solid #fff;
	z-index: 1;
	left: -4px;
	top: -4px;
}

.pic {
	float: left;
	width: 225px;
	height: 180px;
	margin: 5px;
	border: 2px solid #fff;
}

.pic a {
	width: 225px;
	height: 180px;
	text-indent: -99999px;
	display: block;
}

/****** TIPS ******/

.darkTip {
	width: 280px;
}

.darkTip .content {
	width: 250px;
	padding: 8px;
	border: 5px solid #303030;
	background: #505050;
	color: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.darkTip .bottom {
	height: 14px;
	background: url(../img/notch-dark.png) top center no-repeat;
}

/****** GROUPS ******/

.kolform {
	float: left;
	width: 226px;
	height: 200px;
	margin: 5px;
	padding: 0;
}

.kolform img {
	float: left;
	border: 1px solid #fff;
}

/****** BACK TO TOP ******/

#back-top {
	position: fixed;
	bottom: 45px;
	margin-left: -135px;
}

#back-top a {
	width: 45px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #fff;
}

#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background: url(../img/back-to-top.png) no-repeat center center #303030;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-color: #505050;
}

