/*
Theme Name: Alamode Classic
Description: Interim theme reproducing the look of the original alamode.spb.ru MODX site, pending the new design.
Author: alamode
Version: 1.0
*/

html {
	background: #D9D9D9;
}
body {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
}
.clear {
	font-size:1px;
	line-height:0%;
	clear:both;
	display:block;
	float:none;
	height:0%;
	overflow:hidden;
	width:100%;
}

.header-cont {
	width:100%;
	border-collapse:collapse;
}
.header-cont__cell {
	padding:0;
}
.header-logo-cont {
}
.header-logo {
	width:300px;
	display:block;
}
.header-menu__cont {
	vertical-align:bottom;
}
.header-menu {
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid #585752;
	font-family:arial, sans-serif;
}
.header-menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.header-menu ul ul {
	width:110px;
}
.header-menu li {
	float:left;
	width:110px;
	position:relative;
}
.header-menu a, .header-menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:99px;
	height:30px;
	border:1px solid #585752;
	border-width:1px 0 1px 1px;
	background:#a6a299;
	padding-left:10px;
	vertical-align:middle;
	display:table-cell;
	font-weight:bold;
}
.header-menu ul ul a, .header-menu ul ul a:visited {
	background:#e5e1d6;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:99px;
	border-width:0 1px 1px 1px;
	font-size:11px;
}
.header-menu ul ul ul a, .header-menu ul ul ul a:visited {
	background:#e2dfa8;
}
.header-menu ul ul ul a:hover {
	background:#b2ab9b;
}
.header-menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:100px;
	border-top:1px solid #000;
}
.header-menu ul ul ul {
	left:110px;
	top:-1px;
	width:110px;
}
.header-menu a:hover, .header-menu ul ul a:hover {
	color:#000;
	background:#fcd6a7;
}
.header-menu :hover > a, .header-menu ul ul :hover > a {
	color:#000;
	background:#fcd6a7;
}
.header-menu ul li:hover > ul {
	visibility:visible;
}

.footer {
	margin:10px 0 0 0;
	width:1171px;
	background:#efefef;
	padding:10px;
	border:1px dotted #aaa;
}

.article-content {
  float:left;
  width:930px;
  border-right:1px solid #333;
  padding:0 4px 0 10px;
  margin-right:10px;
}
.article-title {
  font-size:16px;
  text-align:center;
  margin-top:25px;
}
.article-adverts {
  float:left;
  width:242px;
}
.article-adverts h4 {
  margin: 10px 0 5px 0;
}

.article_anons {
	padding:5px 2px;
	border-bottom:2px solid #ED1B24;
	margin:10px 5px;
	width:920px;
	float:left;
}
.article_anons__image-cont {
	width:120px;
}
.article_anons__title {
	color: #0A0A4F;
	font: bold 12px Tahoma;
}
.article_anons__image {
	width:100px;
	padding:5px;
	border:1px solid #777;
}
.article_anons__descr-cont {
	vertical-align:top;
}
.article_anons__descr {
	margin:5px 0 0 0;
}
.multipages {
	white-space:nowrap;
	text-align:center;
	color:#000;
	font:11px Verdana,Arial,sans-serif;
	margin:10px auto;
	clear:both;
	padding-top:10px;
}
.multipages a:link, .multipages a:visited {
	color:#00f;
}
.multipages .current {
	color:#f00;
	font-weight:bold;
}

.site-tree {
  width:240px;
  float:left;
  position:relative;
  background:#efefef;
  margin-right:15px;
}
.site-tree ul {
  list-style:disc;
  padding-left:18px;
}
.site-tree ul ul {
  padding-left:12px;
}
.site-tree a {
  color: #0C0F60;
  text-decoration:none;
}
.site-tree a:hover {
  text-decoration:underline;
}

.rubrik-cont-inner {
	width:450px;
	height:auto;
	float:left;
	margin:5px 8px 22px 0;
	overflow:hidden;
	border:1px solid #f3b1b5;
	background:#fefbfb;
	box-shadow:2px 2px 2px #f3b1b5;
	padding-bottom:10px;
}
.rubrik-cont__rubrik-title {
	font:bold 16px Arial,sans-serif;
	text-align:center;
	color:#0C0F60;
	margin:3px;
}
.rubrik-cont__rubrik-link {
	border-bottom:1px solid #0C0F60;
	text-decoration:none;
	color:#0C0F60;
}
.rubrik-cont__rubrik-link:hover {
	border-bottom:1px dotted #0C0F60;
}
.rubrik-cont__more-link {
	float:right;
	padding: 2px 15px 0 0;
	font:14px Arial,sans-serif;
	color:#0C0F60;
}
.rubrik-cont__article-cont {
	clear:both;
	margin-bottom:15px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.rubrik-cont__article-image-cont {
	width:75px;
	height:75px;
	display:inline-block;
	overflow:hidden;
	padding:3px;
}
.rubrik-cont__article-image {
	width:75px;
}
.rubrik-cont__article-title {
	font-size:14px;
	padding:0 4px;
	display:block;
	color:#10094F;
}
.rubrik-cont__article-cell {
	vertical-align:top;
}
.rubrik-cont__article-descr {
	font:12px Arial,sans-serif;
	padding:7px 4px 0 4px;
	text-decoration:none;
	color:#222;
	display:block;
}
.rubrik-cont__article-descr:hover {
	text-decoration:underline;
}

.bc-cont {
  list-style:none;
  padding-left:20px;
  margin: 10px 0;
}
.bc-cont__item {
  display:inline;
  padding-right:10px;
}
.bc-cont__item:after {
  padding-left:10px;
  content:'>>'
}
.bc-cont__item:last-child:after {
  padding-left:10px;
  content:''
}
.bc-cont__item-link {
  color:#333;
}
