/* GENERAL */
body {
	background:#EFEFEF;
}
.wrapper {
	width:1000px;
	margin:0 auto;
	display:block;
}
a:link, a:visited {
	color:#316594;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}	

/* HEADER */
.header {
	background: #aab5bb;
	height:175px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat; 
	background-position: center center;
	border-bottom:#a6a6a6 1px solid;
}

.header .wrapper {
	height: 175px;
	position: relative;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	
	border-bottom:#ccc 1px solid;
	font-size:11px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	text-transform:uppercase;
	width:100%;
	background: #eee;
	background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5',GradientType=0 ); 
}
header .breadcrumbs a:link, 
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:none;
}
header .breadcrumbs a:focus, 
header .breadcrumbs a:hover {
	color:#316594;
	text-decoration:underline;
}
#index header .breadcrumbs {
	/*display:none; /* no reason to have breadcrumbs on homepage */
} 
header .breadcrumbs .wrapper {
	text-indent: 19px;
}
/* HEADER: logo */
header #sro-logo {
	position:absolute;
	margin-top:12px;
	margin-left:-120px;
	font-size:35px;
	white-space:nowrap;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	text-transform:uppercase;
}
header #sro-logo:link, 
header #sro-logo:visited, 
header #sro-logo:hover, 
header #sro-logo:focus {
	text-decoration:none;
}

/* HEADER: logo */
header #slogan {
	position:absolute;
	margin-top:23px;
	margin-left:45px;
	height:119px;
	width:850px;
	font-size:22px;
	letter-spacing: 0.06em;
	white-space:nowrap;
	color:#244b6e;
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

header #slogan strong {
	color:#aa0101;
	font-size:26px;
}

header #slogan p {
	margin:10px 0 0 0;
	font-size:14px;
	white-space:nowrap;
	color:#244b6e;
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	text-transform:uppercase;
}

header .sitemenu {
  position: absolute;
  background:#5f5f5f;
  bottom: -1px;
  left:0px;
  z-index: 100;
}
.admin header .sitemenu {
	top:147px;
}
header .sitemenu ul {
  list-style: none;  
  border-right:#ccc 1px solid;
  margin-left: 0px;
}
header .sitemenu li {
  float: left;
  color: white;
  position: relative;
  border: 1px solid #cccccc;
  padding-top:5px;
  padding-bottom:5px;
  white-space: nowrap;
}


header .sitemenu li a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:17px;
	padding-right:17px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}
header .sitemenu li a:link, 
header .sitemenu li a:visited {
	color:#eee;
	text-decoration:none;
}	
header .sitemenu li a:hover, 
header .sitemenu li a:focus {
	color:#eee;
	text-decoration:none;
}
header .sitemenu li.current a, header .sitemenu li.currentpath a {
	color:#5f5f5f;
	background:#eee;
	text-decoration:none;
}


.sitemenu li ul {
 display: none;
 min-width: 150px;
 background-color: #888888;
 margin-left:-1px;
 margin-top:5px;
 position: absolute;
 border-bottom:#ccc 1px solid;
 z-index: 500;
}
header .sitemenu li li a {
 text-transform:none;
}

header .sitemenu li li.current a {

}

header .sitemenu li.current ul, header .sitemenu li.currentpath ul {
	background:#eee;
}

.sitemenu li:hover ul {
  display: block;
}
.sitemenu li ul li {
  float: none;
}
.sitemenu li:hover ul li {
    border-top: 1px solid #ccc;
}
.sitemenu li:hover ul li + li {

}
.sitemenu li:hover ul li a {
	
}
.sitemenu li:hover ul li:hover {
}
.sitemenu li:hover ul li:hover a {
	background-image: url(../images/menu_dot.png);
	background-repeat: no-repeat; 
	background-position:left center;
}


/* BODY CONTENT */
.article {
	float:left;
	width:738px;
	min-height:500px;
	background:#fff;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #c8c8c8;
	-moz-box-shadow: 10px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 10px 1px 10px rgba(0,0,0, .07);
	box-shadow: 10px 1px 10px rgba(0,0,0, .07);
}
.article h1 {
	font-family: arial, helvetica, sans-serif;
	margin:0 0 15px 0;
	color: #275176;
	font-size:24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.article h1.arhive {
	color: #ccc;
}
.article h2 {
	font-family: arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #222222;
	font-size:20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.article h3 {
	font-family: arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #275176;
	font-size:18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.article h4 {
	font-family: arial, helvetica, sans-serif;
	margin:0 0 5px 0;
	color: #275176;
	font-size:16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.article h5 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #333;
	font-size:16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.article h6 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.article section {
	padding:40px;
	line-height:22px;
	font-size:14px;
	color:#333;	
}
.article section p {margin:0 0 8px 0;}
.article section ul, 
.article section ol {
	margin:0 0 25px 30px;
}
.article section ul ul, 
.article section ol ol,
.article section ul ol, 
.article section ol ul {
	margin:0 0 0 25px;
}
.article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
.article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
.article section pre code {
	border:none;
	background:none;
	padding:none;
}
.article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
.article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
.article section .footer p {
	margin:0 0 10px 0;
}
.article section table {
	margin-bottom: 16px;
	margin-top: 8px;
}
.article section table td, .article section table th{
	padding: 3px 6px;
}

.article section table.bordered {
	border: 1px solid #cccccc;
}

.article section table.bordered TD, .article section table.bordered TH {
	border: 1px solid #cccccc;
}

.article section table.bordered TH {
	color: #ffffff;
	background-color: #5f5f5f;
}

.article section table.striped {
	border: 0;
}

.article section table.striped td {
	border-bottom: 1px solid #999999;
}
.article section table.striped th {
	border-bottom: 3px solid #999999;
}
.article section table.striped tr:nth-child(even) TD {
	background-color: #f4f4f4;
}

/* SIDEBAR */
#sidebar {
	float:right;
	width:260px;
	margin:5px 0 0 0;
}
#sidebar .section {
	padding:0 15px;	
}
#sidebar .section {
	margin:0 0 20px 0;
	font-size:13px;
	line-height:16px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
}
#sidebar .section p {
	margin:0 0 15px 0;
}
#sidebar .section ul, 
#sidebar .section ol {
	margin:0 0 15px 5px;
}
#sidebar .section h2 {
	background:#333;
	border-top:1px solid rgba(255,255,255,.4);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	text-transform:uppercase;
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); 
	font-family: arial, helvetica, sans-serif;
	font-weight:100;
	color:#fff;
	font-size:19px;
	line-height:19px;
	margin:0 -15px 10px -15px;
	padding:5px 0 7px 25px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}

/* SIDEBAR: socialmedia */
#sidebar #socialmedia {
	position:relative;
}
#sidebar #socialmedia h2 {
	width:65px;
	background: #316594;
	background: -moz-linear-gradient(top, #316594 0%, #2C5983 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316594), color-stop(100%,#2C5983));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316594', endColorstr='#2C5983',GradientType=0 ); 
}
#sidebar #socialmedia .icons {
	position:absolute;
	top:3px;
	right:0px;	
}

#sidebar .menu li {
margin-bottom: 5px;
}

/* #footer */
#footer {
	padding:20px 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}
#footer .left {
	float:left;
	width:90%;
	text-align:left;
}
#footer .right {
	float:right;
	width:60%;
	text-align:right;
}
#footer a:link, #footer a:visited {
	color:#888;
	text-decoration:underline;
}
#footer a:hover, #footer a:focus {
	color:#555;
	text-decoration:underline;
}
.article section ul.listword, article section ul li.listword {
	list-style-image: url(../images/ico-word.png);
}
.article section ul.listjpg, article section ul li.listjpg {
	list-style-image: url(../images/ico-jpg.png);
}
.article section ul.listpdf, article section ul li.listpdf {
	list-style-image: url(../images/ico-pdf.png);
}
.article section ul.listie, article section ul li.listie {
	list-style-image: url(../images/ico-ie.png);
}
.article section ul.listzip, article section ul li.listzip {
	list-style-image: url(../images/ico-zip.png);
}
.article section ul.listxls, article section ul li.listxls {
	list-style-image: url(../images/ico-xls.png);
}
.article section ul.listword li, article section ul.listjpg li, article section ul.listpdf li , article section ul.listie li , article section ul.listzip li, article section ul.listxls li {
	margin-bottom:0px;
}
#search {
	margin-left:-20px;
	margin-right:7px;
	min-height:45px;
}

#search div.gsc-control-cse {
	padding:0;
	background-color:inherit !important;
	border:none !important;
}

#search .gsc-input {
	background:none !important;
	background-color:#fff !important;
}

#search .gsc-clear-button{
	display:none;
}
/* добавлено */
.article section ul.pages {
	margin: 30px 0 0 0;
}
.pages {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pages LI {
	display: inline-block;
	border: 1px solid #ccc;
}
.pages LI A {
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
.pages LI.active A {
	color: #ffffff;
	background-color: #214e75;
}
.pages LI.disabled {
	display: none;
}
.nm_post_date {
	font-size:80%;
}
.nm_post {
	margin: 15px 0;
}
.search TD {
	padding: 5px 2px 5px 2px;
}
.search input[type=text] {
	font-family: inherit;
  	border: 1px solid #BBB;
  	padding: 3px 6px;
  	font-size: 13px;
}
.search input[type=submit] {
    background-color: #333333;
    font-family: inherit;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
    height: 27px;
    min-width: 54px;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.article form.search  {
	padding: 10px;
	background-color: rgb(239, 239, 239);
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.article form section {
	margin: 0;
	padding: 0;
}
#search-sources {
	font-size: 13px;
}
#search-sources label {
	margin-right: 30px;
	display: inline-block;
}
.label {
	font-size:12px;
	color: #666;
}
.input input {
	border: 1px solid #BBB;
  	padding: 5px;
  	font-size: 13px;
	width: 98%;
}
select.control {
	display: block;
	border: 1px solid #BBB;
  	padding: 5px;
  	font-size: 13px;
	width: 100%;
	background-color:#fff;
}
.group-addon {
	font-size:12px;
	color: #666;	
}
 .logo {
      background: url(../images/icons.png) -165px -5px;
      width: 50px;
      height: 55px;
      display: inline-block;
}
.logo-folder {
  background-position: 0 -5px; }
.logo-doc,  .logo-docx,  .logo-rtf {
  background-position: 0 -60px; }
.logo-odt {
  background-position: -220px -60px; }
.logo-txt {
  background-position: -220px -180px; }
.logo-xls,  .logo-xlsx,  .logo-csv .logo-dbf {
  background-position: -55px -60px; }
.logo-ppt,  .logo-pptx,  .logo-pps {
  background-position: -165px -120px; }
.logo-gif,  .logo-tif,  .logo-tiff,  .logo-bmp,  .logo-cdr {
  background-position: 0 -180px; }
.logo-png {
  background-position: -55px -120px; }
.logo-jpg,  .logo-jpeg {
  background-position: -110px -180px; }
.logo-psd {
  background-position: -220px -120px; }
.logo-pdf {
  background-position: -55px -180px; }
.logo-php {
  background-position: -110px -120px; }
.logo-wav,  .logo-mp3 {
  background-position: 0 -120px; }
.logo-avi,  .logo-mpg,  .logo-mp4,  .logo-mpeg,  .logo-mov,  .logo-swf,  .logo-vob,  .logo-vid,  .logo-vcd,  .logo-wmv,  .logo-mkv
.logo-m4v,  .logo-flv,  .logo-dat {
  background-position: -110px 0; }
.logo-js {
  background-position: -165px -60px; }
.logo-css {
  background-position: -110px -60px; }
.logo-htm,  .logo-html {
  background-position: -220px 0; }
.logo-mdb {
  background-position: -165px -180px; }
.logo-zip,  .logo-rar,  .logo-bin,  .logo-7z,  .logo-cab,  .logo-gzip,  .logo-pak,  .logo-pkg,
.logo-rpm,  .logo-spl,  .logo-tar,  .logo-tar-gz,  .logo-tgz,  .logo-xar,  .logo-zipx {
  background-position: -55px 0; }
	
img.align-left {
	float:left;
	padding: 10px 10px 10px 0;
}
img.align-right {
	float:right;
	padding: 10px 0 10px 10px;
}
a[href^="/docs/"]{
	display: block;
	margin-top: 6px;
}
.doc-public {
	display: block;
	font-size:80%;
	color: #888;
}
.bc-right {
	float:right;
}