
/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #2a1c0c;
  background: #ffca47 url(images/fon.jpg) left top;
  font: 80% Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
}
a:link {
  color: #9d3908;
    text-decoration: underline;
}
a:visited {
  color: #9d3908;
    text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #c69521;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 0px 10px 0px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: 1em;
  font-size: 0.8em;
  color:#9d7108;
    border-bottom: 1px dotted #C69521;
}
.breadcrumb a {
  color:#9d7108;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  width: 250px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 5px 10px 30px;
  vertical-align: top;
}
#footer {
  width: 915px;
  padding: 0px;
  margin: auto;
  font-size: 0.9em;
  color:#9d7108;
}
#footer a:link, #footer a:visited {
  color:#9d7108;
}
#footer .block {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title {
  font-weight: normal;
  font-family: UniversCondC;
  color:#663300;
  font-size: 27px;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.title a {
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  color: #9d3908;
  font-size: 14px;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.title a:hover {
  color: #000;
  text-decoration: underline;
}
.submitted {
  color: #9d7108;
  font-size: 1em;
}
.links {
  color: #9d7108;
}
.links a {
  font-weight: normal;
    color: #9d7108;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  border-bottom: 0px;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 1em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #663300;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}



div.admin .left {
  float: left;
  width: 49%;
  margin-left: 0em;
}
div.admin .right {
  float: right;
  width: 49%;
  margin-right: 0em;
}
tbody {
    border-top: 0px;
}





@font-face {
font-family: 'UniversCondC';
src: url('unv57__c-webfont.eot');
src: url('unv57__c-webfont.eot?#iefix') format('embedded-opentype'),
url('unv57__c-webfont.woff') format('woff'),
url('unv57__c-webfont.ttf') format('truetype'),
url('unv57__c-webfont.svg#UniversCondC') format('svg');
font-weight: normal;
font-style: normal;
}












.site-w {
  width: 1040px;
  padding: 0px 20px 0px 20px;
  margin: auto;
  background: url(images/fon-top.jpg) no-repeat top;
    min-height:550px;
}

.top {
  height: 219px;
}
.top-logo {
  margin-left: 424px;
  margin-top: 43px;
  position: absolute;
}
.top-left {
float:left;
  margin-top: 43px;
  margin-left: 30px;
  position: absolute;
  text-align:right;
  width: 310px;
}
.top-right {
float:right;
  margin-top: 43px;
  margin-left: 703px;
  position: absolute;
}

.big {
  font-weight: normal;
  font-family: UniversCondC;
  color:#663300;
  font-size: 27px;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

.middle {
  font-weight: normal;
  font-family: UniversCondC;
  color:#663300;
  font-size: 24px;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

#first-time {
  display: none;
}

#block-block-1 {
  margin-right: 10px;
}
a.lang_active {
    background: url(images/lang_active.png) no-repeat top;
	color: #ffffff;
	font-size: 12px;
    margin: 0 10px 0 10px;
    padding: 2px 17px 7px 17px;
    text-decoration: none;
}

a.i-off-home {
    background: url(images/i-home.png) no-repeat scroll 0 0 transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}
a.i-off-home:hover {
background: url(images/i-home.png) no-repeat scroll 0 -19px transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}
a.i-on-home {
background: url(images/i-home.png) no-repeat scroll 0 -19px transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}

a.i-off-map {
    background: url(images/i-map.png) no-repeat scroll 0 0 transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}
a.i-off-map:hover {
background: url(images/i-map.png) no-repeat scroll 0 -19px transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}
a.i-on-map {
background: url(images/i-map.png) no-repeat scroll 0 -19px transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}

a.i-off-mail {
    background: url(images/i-mail.png) no-repeat scroll 0 0 transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}
a.i-off-mail:hover {
background: url(images/i-mail.png) no-repeat scroll 0 -19px transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}
a.i-on-mail {
background: url(images/i-mail.png) no-repeat scroll 0 -19px transparent;
	text-decoration: none;
    float: left;
	text-align:center;
    height: 19px;
    overflow: hidden;
    width: 19px;
    text-indent: 19px;
    white-space: nowrap;
	margin-right: 11px;
}


.gmenu {
border-top:1px solid #ecb230;
border-bottom:1px solid #ecb230;
    height: 34px;
	padding-top:3px;
    width: 100%;
}
.gmenu .block {
    margin-bottom: 0em;
    padding-bottom: 0em;
}
.gmenu .block  .title {
    margin-bottom: 0;
}
.gmenu a {
  font-family: UniversCondC;
  font-size: 20px;
  margin: 0 auto;
  text-decoration: none;
}
ul.nice-menu a {
    padding: 3px 15px 11px  15px;
}
.gmenu .menuparent ul a {
  font-family: Tahoma;
  font-size: 12px;
  margin: 0 auto;
  text-decoration: none;
}
.gmenu .menuparent ul {
    margin-top: 11px;
}
ul.nice-menu, ul.nice-menu ul {
    z-index: 300;
}
ul.nice-menu ul li {
    width: 15em;
    background: #ffffff;
border-bottom:1px solid #ffeab5;
}
ul.nice-menu ul li a {
    padding: 5px 15px 5px  15px;
}


.footer-fon {
background: url(images/footer-fon.png) repeat-x top;
    height: 134px;
    width: 100%;
  margin-bottom: 20px;
}

.poisk {
  float: right;
}
.poisk #search-theme-form label {
  display: none;
}

.poisk #search-theme-form .form-text {
  background: url(images/search-fon.gif) no-repeat top left;
      width: 114px;
    height: 28px;
	border:0;
    padding: 0 0px 0 7px;
	_background-attachment: fixed;
}
.poisk #search-theme-form .form-submit {
      background: url(images/search-knopka.gif) no-repeat top left;
      width: 29px;
    height: 28px;
	border:0;
  cursor: pointer;
  cursor: hand;
  font-size:0.5px;
  padding: 0;
      margin: 0 0 0 -4px;
	  	  overflow: hidden;
      white-space: nowrap;
	  text-indent: 29px;
}
.poisk #search-theme-form input.form-submit:hover   {
      background: url(images/search-knopka.gif) no-repeat scroll 0 -28px;
}
.poisk #search-theme-form .form-item {
width: 149px;
}


#block-block-1, .ic {
    border-bottom: 0 none;
    margin-bottom: 2.8em;
    padding-bottom: 0;
}

hr {
    border: 1px dotted #C69521;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 1px;
}

.item-list .pager {
    clear: both;
    text-align: center;
	border-top: 1px dotted #C69521;
	padding-top:10px;
}

.news .submitted  {
  background: #cc6701;
 	padding:1px 5px 1px 5px;
  border-radius:10px 10px 10px 10px;
  color:#ffffff;
  display:inline;
}
.news {
  padding-top:5px;
}

.links .node_images_edit {
  display: none;
}


.ni-p  {
  max-width: 180px;
}

.ni-p .ni-p-t, .ni-p1 .ni-p-t {
  width: 150px;
  height: 150px;
  overflow: hidden;
  float:left;
    margin-bottom: 13px;
    margin-left: 4px;
    margin-right: 9px;
  border:2px solid #fff;
}
.ni-p .ni-p-t:hover, .ni-p1 .ni-p-t:hover {
  border:2px solid #ffe8ac;
}
.ni-p img {

}

.ni-cb {
clear:left;
}

#block-block-12 {
    border-bottom: 0 none;
    margin-bottom: 1.2em;
    padding-bottom: 0;
}

#attachments  {
  width: 100%;
}


.n-teaser {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: text-top;
    width: 47%;
}

#edit-promote-wrapper {
  display: none;
}

#block-block-14 li {
 list-style: none;
   display: inline;
 margin: 0 0 0.25em 1em;
}

.lang_inactive{
    padding:0 5px;
}