/*
Theme Name: MUSEUM
Theme URI: 
Author: the WordPress team, Taras Hulka edition
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: museum

*/
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

html{
  height: 100%;
}
body{
  background:#000;
  font-family: "Arial";
  height: 100%;
 /* color:#ddd;*/
}

#CenterColumn{
   width: 1000px;
   float:left;
 
}
#LeftColumn{
    width: calc(50% - 500px);
    float:left;
}
#RightColumn{
    width: calc(50% - 500px); 
    float:right;
}

#CenterColumn,#LeftColumn,#RightColumn{

}

.LeftSidebar{
  width: 200px;
  float:left;

}
.Page{
  width: 750px;
  float: right;
  background-image: url(images/page-fon.png);
  min-height: 600px;
  margin-top:10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  color: white;
  
  
}
.Page p, .Page ul{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  margin-top: 10px;
  line-height: 1.3em;
}

.main1{
  background-image: none;
  min-height: 100px;
  padding-top: 260px;
}

.Page h1{
color:#ccc;
text-align: left;
text-transform: uppercase; 
border-bottom: 1px solid #777;
margin-bottom: 5px;
line-height: 1.3em;
}

.Page h1 a{
color:#ff0000;
text-decoration: none;  
}

.Page div.PostData{
  width:100px;
  font-size: 0.9em;
  font-weight: bold;
  color:red;
}


.Page p a{
  color:#ff7700;
  text-decoration:none;
  border-bottom: 1px dotted #ff7700;
}
.Page p a:hover{
  color:#ff0000;
   border-bottom: 1px dotted #ff0000;
}
.Page ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top:5px;
}
.Page ul ul{
  list-style-type: square;
  margin-left: 20px;
  margin-top:5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.more-link{
  display: block;
  text-align: right;
  color:#999 !important;
  border: 1px solid #333 !important;
  background-color: #111;
  margin-bottom: 10px;
  font-size: 0.9em;
  padding: 3px;
}
.more-link:hover{
background-color: #222;
}
.virtual_tour{
  text-align: center;
  margin-top: 5px;
}


/* menu*/

.main-menu {
  margin-top:10px;
}

.main-menu li a{ 
  display: block;
  height: 31px;
  width:158px;
  background-image:url(images/menu-but.png);
  background-repeat: no-repeat;
  margin-left:10px;
  text-decoration: none;
  text-align: center;
  color: black;
  font-weight: bold; 
  font-size: 0.9em;
  padding-top: 10px;
  padding-right: 5px;
  text-transform: uppercase;
}

.sub-menu li a{
   margin-left: 25px;
   display: none;
}

.sub-menu {
  display: none; 
}


 .current-menu-ancestor .sub-menu{
  display: block;
 }
 .current-menu-item .sub-menu{
  display: block;
 }

li.current-menu-item a, .current-menu-ancestor li a{
  display: block; 
  color:red;  
}

li.current-post-ancestor a{
   display: block; 
   color:red;  
}


.sub-menu li a{
   color:black;
}
.sub-menu li.current-menu-item a{
   color:red;
}

.sub-menu li#menu-item-456,li#menu-item-587,li#menu-item-1584,li#menu-item-1592,li#menu-item-1594 a{
  padding-top: 5px;
  font-size: 0.75em;   
  margin-bottom: 5px;
}

li#menu-item-1595 a{
  padding-top: 15px;
  font-size: 0.65em;   
  margin-bottom: 5px;
}

/* end menu*/

.TitleBox{
	width: 479px;
	height:146px;
    float:left;
}
.TitleFlash{
	width: 521px;
	height:146px;
    float:right;
}

.MainPage{
width:100%;
margin-top:1px;
background-image:url(images/mainfon.jpg);
background-repeat:no-repeat;
border-bottom: 1px solid #999;
}
.MainPageFon{
background-image:url(images/fon2.jpg);
background-repeat:repeat;
}

.footer{
  margin-top: 10px;
  text-align: center;
  font-size: 0.7em;
  color:white;
}
.main-contact{
 font-size: 0.8em;
 line-height: 1.3em;
 margin-left:10px;
 margin-top: 10px;
 margin-bottom: 10px;
}
.main-contact p{
  margin-top:10px;
}
.main-contact .title{
  display: none;
}

.WSideBar{
text-align: right;
margin-bottom: 10px;
margin-top:5px;
}
.lang-item{
  display: inline;
  margin-top:10px;
 }
 .lang-item a{
  color:#ccc;
  text-decoration: none;
  font-size: 0.8em;
 }
 li.current-lang a{
  color:#888;
 }

.TitleWrap .title{
  display: none;
}

img.alignleft, img.alignright, img.alignnone,  img.aligncenter{
  display: block;
  float:left;
  margin-top:5px;
  margin-right:5px;
  margin-bottom:5px;
  border:1px solid #555;
  padding: 3px;
}

 img.alignright{
  float:right;
  margin-right:0px;
  margin-left:5px;
 }
 
 img.aligncenter{
  float:none;
  margin-right:0px;
  margin-left:200px;
 }
a:hover img.alignleft,a:hover  img.alignright{
  background-color: #777;
}

.breadcrumb{
  display: block;
  font-size: 0.8em;
  margin-bottom: 15px;
  border-bottom: 1px dotted #555;
  padding-bottom: 3px;
  line-height: 1.4em;
}
.breadcrumb a{
  text-transform: uppercase;
  color: #999;
}

.pagination {
clear:both;
font-size:11px;
line-height:13px;
text-align: center;
margin-top: 10px;
}

.pagination span, .pagination a {
display:inline-block;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #888;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #888;
color:#fff;
}
.Social{
  clear:both;
  margin-top:20px;
  padding-top: 5px;
  border-top: 1px solid #333;
}


#vkshare0{
 display: inline; 
 float:left;
}

.BeforeTopText{
color:white;
margin:10px;
font-size:0.8em;
}
