﻿body {
	color: #222;
	font-size: 76%;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;	
	margin: 0;
	padding: 0;
}
a {
	color: #4d4d4d;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}
h1, h2, h3 {
	font-weight: normal;
	margin-top: 0;
}
.active {
	color: #AF250A;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
ul.noList {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

/*---HELPERS-----------------------------------------------------------*/
.clearFix:after { content: "."; display: block; height: 0;clear: both; visibility: hidden;}
.clearFix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

/*---STRUCTURE------------------------------------------------------------*/
#wrapper {
}
#navigation {
	width: 100%;
	margin: 0;
	padding: 0;
}
#header, #main, #navContent, #footer, #homepage {
	width: 760px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
#main, #sidebar, #content {
	display: block;
}
#sidebar {
	float: left;
	width: 135px;
	overflow: hidden;
}
#content {
	float: right;
	width: 592px;
}
/*---HEADER------------------------------------------------------------*/
#header {
}
h1#siteTitle {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*---HOME------------------------------------------------------------*/
#homepage {
}
#homepage h1#siteTitle {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
.homepageChoice {
	float: left;
	margin: 100px 0;
}
#goRussian {
	width: 350px;
	margin-right: 60px;
	text-align: right;
}
#goEnglish {
	width: 350px;
}
.langButton {
	background-color: #e8eced;
	padding: 7px 7px 7px 7px;
}

/*---NAVIGATION------------------------------------------------------------*/
#navigation {
	background-color: #e8eced;
	margin-bottom: 35px;
}
#navContent {
	background-color: #e8eced;
}
#navContent a {
	padding: 7px 7px 7px 7px;
	margin: 0;
	display: block;
}
#navContent li a:hover {
	background-color: #e0e3e5;
}
ul#navMain {
	float: left;
}
ul#navMain li {
	float: left;
}
#navMain li a.active {
	background-color: #AF250A;
	color: #fff;
}
#navMain li a.active:hover {
	background-color: #b54821;
}
ul#langOptions {
	float: right;
}
ul#langOptions li {
	float: left;
}
ul#langOptions {
	margin-right: -7px;
}
ul#langOptions li.active a {
	color: #AF250A;
}
ul#langOptions li.active a:hover {
	color: #b54821;
}
/*---NAV CATEGORIES------------------------------------------------------------*/
#nav_categories li {
	font-weight: bold;
	border-top: 7px solid #e8eced;
	padding-top: 5px;
	padding-bottom: 10px;
}
#nav_categories li ul li {
	font-weight: normal;
	border-top: none;
	padding-top: 0;
	padding-bottom: 3px;
	margin: 0;
}
#nav_categories li ul {
	padding-top: 5px;
}

/*---SIDEBAR------------------------------------------------------------*/
#subnavMain li {
	margin-bottom: 7px;
}
#sidebar h4 {
	margin: 10px 0;
}
#sidebar ul.subnavList {
	margin-bottom: 20px;
}

a.active {
	color: #AF250A;
}
a.active:hover {
	color: #b54821;
}
#subnavMain {
	margin-bottom: 30px;
}
.separator {
	width: 100%;
	height: 7px;
	background-color: #e8eced;
}
#sidebar ul li {
	margin-bottom: 5px;
}

/*---CONTENT------------------------------------------------------------*/
#content p {
	line-height: 150%;
}

/*---ENTRY------------------------------------------------------------*/
.entry {
	border: 1px solid #e8eced;
	padding: 32px 45px 45px 45px;
}
* html div#thumbs span.thContainer {zoom:normal;} /* Overriding zoom for now to fix IE bug */
.thumbs {

}
.thumb {
	float: left;
	width: 120px;
	margin: 0 20px 20px 0;
	border: 1px solid #e8eced;
	text-align: center;
	line-height: 100%;
}
.thumbContainer {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
.thumb img {
	margin-bottom: 2px;
}
.one {
	clear: left;
}


/*---FOOTER------------------------------------------------------------*/
#footer {
	margin-top: 30px;
	margin-bottom: 30px;
}
#footerMain {
}

