/*
	Site Main Styles
	Version:  22.04.11
	
	Structure
	--------------------------------------------
	1. Base style
	
	2. base wrap 
	
	3. header
	
	4. index content

	5. footer
				
*/


/* 1. base style ---------------------------*/

/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                              
	vertical-align: baseline;         
	background: transparent;      
	font-size: 100%;                     
}
a {                                      	     
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {						
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			
} 
input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 	
	outline: 0;  			
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner { 
	padding:0;
	border:0
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* --------------- базовые настройки ---------*/
html {
	overflow-y: scroll; 
	height: 100%;
}
body {
	line-height: 1;
	background: #ffffcc;
	color: #000000;
	text-align: left;
	font: 13px Arial, Helvetica, sans-serif;
	height: 100%;
}
input, select, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer; 
}
a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color:#003b88;
	text-decoration:none;
}

/* --------------- /базовые настройки ---------*/

/* 2. base wrap ---------------------------*/

.mainWrap {
	min-width: 1000px;
	max-width: 1379px;
	margin: 0 auto;
	min-height:100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: url(../img/main/back.jpg) no-repeat center top;
}
.footerIllustration{
	position:absolute;
	bottom:0;
	right: 0;
	background: url(../img/main/footer-illustration.jpg) no-repeat;
	width: 639px;
	height: 350px;
}
.site{zoom: 1;}
.site:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.site{
	text-align: left;
	min-width: 980px;
	max-width: 1165px;
	padding: 0 10px;
	margin: 0 auto;
	padding-bottom: 10px;
	position:relative;
	min-height:800px;
	z-index:10;
}



/* 3. header ---------------------------*/


header.siteHeader{
	height: 290px;
	position:relative;
}
header.siteHeader h1,
header.siteHeader .headerLogo{
	display: block;
	position: absolute;
	top: 20px;
	left: 6px;
	width: 296px;
	height: 114px;
	text-indent:-5000px;
	background: url(../img/header/logo.png) no-repeat;
}
header.siteHeader address{
	background: url(../img/header/phone.png) no-repeat;
	width: 263px;
	height: 37px;
	display: block;
	position:absolute;
	top: 80px;
	right: 1px;
	margin-left: 105px;
	text-indent: -5000px;
}
header.siteHeader nav{
	position:absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	background: url(../img/header/menu-back.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 3px 3px 0 #999999;
}
header.siteHeader nav ul{
	text-align:center;
	margin: 0 10px;
	height: 50px;
	overflow: hidden;
	line-height:50px;
	overflow: hidden;
	list-style:none;
}
header.siteHeader nav ul li{
	display: inline;
	padding: 0 2%;
	cursor:default;
	color:#0071d2;
	font-style:normal;
	font-size:16px;
}
header.siteHeader nav ul li.active{
	text-transform:uppercase;
	text-decoration:underline;
}
header.siteHeader nav ul li a{
	text-decoration: none;
}
header.siteHeader nav ul li a:hover{
	color:#0071d2;
}
.mainAside{
	float:right;
	width: 207px;
}
.mainAside .banner{
	margin-bottom: 15px;
	text-align:center;
	font-size:1px;
}
.greeting{
	text-align:center;
	padding-bottom: 50px;
	font-style:italic;
}
.greeting .userName{
	display: block;
	padding: 5px 0 28px;
	color: #004e9e;
	font-size:16px;
}
.greeting a{
	font-style:normal;
	color:#ce1913;
}
.greeting a:hover{
	color:#ce1913;
}
.greeting ul{
	list-style:none;
	padding-bottom: 33px;
}
.greeting ul li{
	padding-bottom: 10px;
}
.greeting ul li a {
	color: #000;
	text-decoration: underline;
}
.greeting ul li a:hover {
	color:#003b88;
	text-decoration:none;
}
.mainContent{
	margin-right: 220px;
	zoom:1; 
}
.mainContent:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.mainContentSec{
	float:left;
	width: 100%;
	padding-bottom: 18px;
}
.eventvideo1{
	float:left;
	margin-top: 1px;
	font-size:1px;
	box-shadow: 0px 0 4px 0 #262609;
	behavior: url(css/pie.htc);
}
.eventvideo2{
	float:right;
	margin-top: 5px;
	font-size:1px;
	box-shadow: 0px 0 4px 0 #262609;
	behavior: url(css/pie.htc);
}
.eventPhoto{
	float:left;
	margin-top:0px;
	font-size:1px;
	box-shadow: 0px 0 4px 0 #262609;
	behavior: url(css/pie.htc);
}
.eventPhoto1{
	float:left;
	margin-top:15px;
	font-size:1px;
	box-shadow: 0px 0 4px 0 #262609;
	behavior: url(css/pie.htc);
}
.eventPhoto2{
	float:right;
	margin-top:15px;
	font-size:1px;
	box-shadow: 0px 0 4px 0 #262609;
	behavior: url(css/pie.htc);
}
.eventPhoto3{
	float:left;
	margin-top:1px;
	font-size:1px;
	behavior: url(css/pie.htc);
}
.eventTitleNabout{
	margin-left: 320px;
}
.eventTitleNabout2{
	margin-left: 360px;
}
.eventTitleNabout3{
	margin-left: 1px;
	padding-right: 1px;
}
.eventTitleNabout4{
	margin-left: 370px;
}
.eventTitle{
	padding: 8px 8px 3px;
	background:#ffffff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    box-shadow: 0px 0 4px 0 #262609;
	behavior: url(css/pie.htc);
}
.eventTitle h1{
	padding-bottom: 10px;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
	color: #C00;
	text-align: center;
	font-family: Tahoma;
}
.eventTitle h1{
	padding-bottom: 10px;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
	color: #C00;
	text-align: center;
	font-family: Tahoma;
}
.text1{
	padding: 10px 3px 13px;
	text-indent: 20px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.menu2 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C00;
}	
.menu3 {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0000ff;
}	
.menu4 {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}
.menu5 {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}
.menu51 {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}
.menu52 {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
}
.menu53 {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0000ff;
}
.menu54 {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #bf0000;
}
.menu6 {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #900;
}
.eventTitle a.seeMap,
.eventTitle a.seeMap:hover{
	color:#000;
}
.eventTitle h1 a,
.eventTitle h1 a:hover{
	color:#ce1913;
}

.eventTitle .seeMap{
	position:relative;
	padding-left: 23px;
	background: url(../img/content/see-map.png) no-repeat 0 0;
}
.eventTitle .seeMap span{
	position:absolute;
	top: 0;
	right: -124px;
	color:#a0a0a0;
	display: none;
	white-space: nowrap;
}
.eventTitle .seeMap:hover span{
	display: block;
}
.descriptionText{
	padding: 17px 17px 13px;
}
.descriptionText2{
	padding: -20px 10px 1px;
}
.descriptionText h2{
	font-size: 16px;
	font-weight:normal;
	padding-bottom: 3px;
}
.descriptionText p{
	padding-bottom: 25px;
}
a.readMore,
a.readMore:hover{
	font-style:normal;
	font-size: 14px;
	color:#004e9e;
	float: right;
}
.socialNactions{
	clear: left;
	padding-top: 30px;
}
.socialButtons{
	float:left;
	padding: 16px 19px 13px;
	background:#fff;
	border: 1px solid #d7d7d3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(css/pie.htc);
	position:relative;
	margin-right: 28px;
}
.socialButtons ul li{
	float:left;
	margin-left: 17px;
}
.socialButtons ul{
	list-style-type: none;
}
.socialButtons ul li:first-child{
	margin-left: 0;
}
.socialButtonsArr{
	position:absolute;
	top: -17px;
	left: 61px;
	display:block;
	background: url(../img/content/social-arr.png) no-repeat;
	width: 19px;
	height: 18px;
}
.confirmButton{
	float:left;
	width: 187px;
	height: 35px;
	text-align:center;
	line-height:34px;
	font-size:16px;
	color:#fff;
	text-shadow: 1px -1px 1px #00468d;
	text-decoration:none;
	background: url(../img/content/conf-btn.png) no-repeat;
	margin: 9px 21px 0 0;
}
a.confirmButton:hover{
	background-position: 0 -35px;
	color:#fff;
	text-shadow: 1px -1px 1px #b92c05;
}
.reglButton{
	float:left;
	padding-left: 24px;
	font-size:14px;
	color:#0071d2;
	background: url(../img/content/see-btn.png) no-repeat -16px 3px;
	margin-top: 19px;
}
a.reglButton:hover{
	background-position: 0 -21px;
	color:#ce1913;
}
.reglButton2{
	padding-left: 24px;
	font-size:14px;
	color:#0071d2;
	background: url(../img/content/see-btn.png) no-repeat -16px 3px;
	margin-top: 15px;
}
a.reglButton2:hover{
	background-position: 0 -21px;
	color:#ce1913;
}	
.transparentTitle .eventTitle{
	background: none;
}
.mainContentBanner{
	clear:left;
	font-size: 1px;
	float:left;
	box-shadow: 0px 0 4px 0 #262609;
	behavior: url(css/pie.htc);
}

/* 5. footer ---------------------------*/

.siteFooter{
	min-width: 980px;
	max-width: 1165px;
	height: 107px;
	overflow: hidden;
	position:relative;
	z-index:10;
	margin: -25px auto 0;
}
.footerNav{
	position:relative;
	float:left;
	width: 80%;	
	background: url(../img/header/menu-back.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 3px 4px 0 #646262 ;
}
.footerNav ul{
	text-align:center;
	margin: 0 10px;
	height: 52px;
	overflow: hidden;
	line-height:50px;
	list-style:none;
}
.footerNav ul li{
	display: inline;
	padding: 0 2%;
	cursor:default;
	color:#ce1913;
	font-size:14px;
}
.footerNav ul li a{
	color:#0071d2;
}
.footerNav ul li a:hover{
	color:#ce1913;
}
.copyNmadeBy{
	padding-top: 23px;
}
.copyNmadeBy .counter{
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	overflow: hidden;
	margin-right: 13px;
}
.copyright{
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	margin-left: 10px;
}
.copyright a,
.copyright a:hover{
	color:#0071d2;
}
.madeBy{
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	border: 1px solid #839bba;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(css/pie.htc);
	padding: 9px 5px;
	width: 90px;
	text-decoration: none;
	color:#003b88;
	text-align:center;
}
.madeBy mark{
	font-weight:bold;
	text-decoration: underline;
	color:#003b88;
}
.madeBy:hover mark{
	text-decoration: none;
}

/* Календарь */
#calendar_wrapper #calendar {width:180px; margin:3px;}
#calendar_wrapper #calendar td {font-size:15px;}
#calendar_wrapper #calendar tbody tr{height:20px;}
#calendar_wrapper .calendar_head {font-size:13px;}
#calendar_wrapper .calendar_box {height:190px; margin:10px;}

.calendar_box {width:280px; height:250px; float:left; margin:10px;}
#calendar{border:0px; width:250px;}
#calendar tbody tr{height:25px;}
#calendar td{border:0px; border:solid 1px #000; text-align:center; line-height:24px;}
.calendar_head {font-size:16px;}
#calendar th{background-color:#FFDF56; border:solid 1px #D5BA25; text-align:center; line-height:24px;}
#calendar td.none{border:0px;}
#calendar td.holiday{background-color:#FFCCCC; color:#CC0000; border-color:#000; font-weight:bold;}
.day{ background-color:#F2EEA4; color:#000099; font-weight:bold;}
#calendar td.today{background-color:#FFFF99; color:#000099; border-color:#000;}
#calendar td.events_day {background:#FF9900; font-weight:bold;}

.tbl_log {border:1px solid #eaeaea; background:#fff; margin:0 auto;}
.tbl_log td {padding:3px;}
.tbl_log_head {background:#f8f8f8; color:gray;}