/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
* {
	padding: 0;
	margin: 0;
}
body, html {
	width: 100%;
	height: 100%;
	background: #D7C89F url(images/page_bg_noon.jpg) 50% 0 repeat;
}
body {
  font: 70%/1em Arial, Helvetica, sans-serif;
  color: #442824;
}

input {
  font: 12px/100% Arial, Helvetica, sans-serif;
  color: #8A4D2C;
}

textarea, select {
  font: 12px/160% Arial, Helvetica, sans-serif;
  color: #8A4D2C;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
 /* font-family: Georgia,Times New Roman,Times,serif;*/
}

h1 {
  font-size: 170%;
}

h2{
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: bold;
  color: #500001;
}
h2 a:link, h2 a:visited {
	  color: #500001;
	  font-size: 1em;
	  line-height: 1.3;
	  font-weight: 600;
	  padding-bottom: 3px;
}
h2 a:hover, h3 a:hover {
	text-decoration: none;
	}
h3, .views-field-title a:link, .views-field-title a:visited {
   font-size : 1.3em;
   line-height : 1.3em;
   color: #692d0c;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}
h3 a:link, h3 a:visited {
	color: #692d0c;
	font-weight: bold;
}
#sidebar-left h3 {
	text-align: left;
	font-size : 1em;
	line-height : 1.3em;
   	text-transform : uppercase; 
}
#sidebar-left .date-heading h3 {
	text-align: center;
}
#sidebar-left h3 a:link, #sidebar-left h3 a:visited {
	font-weight:600;
}
#sidebar-left .block h2 {
	  background: url(images/article_separator.png) 0 130% repeat-x;
	  padding-bottom: 0.4em;
}
#sidebar-left .block .content {
	margin: 0;
}
#sidebar-left .node {
	padding-top: 0;
	padding-bottom: 1.5em;
	margin-bottom: 0.5em;
}
.titl {
	text-align: left;
}
h4 {
  font-size: 130%;
  color: #500001;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

.views-field-teaser span, p {
  font-size:1.2em;
  line-height:1.2em;
  margin:0 0 0.3em;
  padding:0.3em 0 0 0;
}

a:link, a:visited {
  color: #588227;
  text-decoration: none;
}

a:hover {
  color: #632727;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}
a img, a { outline: none; border: none;}
.node img, .views-field-field-teaser-foto-fid img {
	padding: 0.7em 1em 0.5em 0;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

/*ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
 /* padding: 0;
}*/

/*ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}*/

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
}
table tbody {
	border-top: none;
}
thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #442824;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #442824;
}
.leftcolsqw .view-calendar div.attachment table.views-table {
	min-width: 770px;
}
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
	position: absolute;
	z-index: 2;
  	height: 47px;
	width: 100%;
	text-align: center;
}
#header-region .block {
  display: block;
  margin: 0 1em;
}
#header-region .block-region {
  display: block;
  margin: 0 0.5em;
  padding: 0.5em;
  position: relative;
}
#header-region * {
  display: inline;
  
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}
#header-regionltc{
	position: absolute;
	background: url(images/headerbglc.gif) 0 0 no-repeat;
	z-index: 4;
	height: 61px;
	width: 56px;
	top: 0;
	left: -23px;
}
#header-regionrtc {
	position: absolute;
	background: url(images/headerbgrc.gif) 100% 0 no-repeat;
	z-index: 5;
	height: 60px;
	width: 46px;
	top: 0;
	right: -23px;
}
/*Top Menu*/


/*.b-menu ul.menu li.expanded a:hover {
	color: #bf9268;
}
.b-menu ul li.expanded a, .b-menu .content ul li ul{
	background-color: #500001;
	color: #bf9268;
	padding: 0;
	margin: 0;
	
}
.b-menu .content ul li.expanded ul a{
	font-size: 100%;
	color: #bf9268;
}
.b-menu ul.menu  li.expanded ul li, .b-menu ul.menu  li.expanded ul li a{
	height: 20px;
}
.b-menu ul.menu li.expanded ul{
	height: auto;
	width: 670px;
}

ul li:hover a, ul li:hover ul li a:hover  {
color: #FFFFAA;
text-decoration: none;
}*/
#wrapper {
 /* background: #edf5fa url(images/body.png) repeat-x 50% 0;*/
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1070px;
  min-width: 960px;
}

#wrapper #container #header {
	position: relative;
	width: auto;  
	/*height: 301px;*/
	height: 300px;
	margin: 0 auto 1em;
 /* background: url(images/shapka_bg.gif) 0 0 repeat-x;*/
}
#wrapper #container #header #header_bg_l{
	background: url(images/shapka_bg_l.gif) 0 0 no-repeat;
	width: auto;
	height: 100%;
}
#wrapper #container #header #header_bg_r{
	background: url(images/shapka_bg_r.gif) 100% 0 no-repeat;
	width: auto;
	height: 100%;
}
#wrapper #container #header #logo-floater {
	position: relative;
/*	top: 37px;*/
	top: 1em;
	z-index: 1;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
	text-align: center;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
  margin-top: 8px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -225px;
}
body.sidebar-right #center {
  margin-right: -225px;
}
body.sidebars #center {
  margin: 0 -225px 0 0;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 225px;
}
body.sidebar-right #squeeze {
  margin-right: 240px;
}
body.sidebars #squeeze {
  margin: 0 240px 0 0;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin-bottom: 5em;
  width: 225px;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 15px 0;
}

#sidebar-left .block {
  padding: 0 15px 0 15px;
}

#sidebar-right {
	margin-top: 10px;
	float: right;
}
#sidebar-right .block h2 {
	background: #500001;
	color: #F7F3D4;
	line-height: 140%;
	margin: 0 0 5px;
	text-align: center;
	word-spacing: 0.3em;
	font-size: 110%;
	text-transform: uppercase;
	padding: 3px 5px 3px 0;
}
#sidebar-right .block {
	/*background: #FEF0D8 url(images/module_paper_bg.png) repeat-x scroll 0 100%;*/
	background: #FEF0D8 url(images/module_paper_bg.png) repeat-x scroll 0 100%;
}
#sidebar-right .block .content {
	margin: 0;
	padding: 0 0.8em 0.8em;
}
#sidebar-right .block .content p {
	margin: 0;
}
#sidebar-right .block img{
	padding-top: 0.5em;
}
#sidebar-left{
	float: right;
}
.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: url(images/body-bg.gif) 0 0 repeat;
  position: relative;
  height: 100%;
}

#wrapper #container #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}
body.sidebar-right #wrapper #container #center .left-corner {
	padding-right: 25px;
}
#wrapper #container #center .left-corner {
  padding: 10px 0 5em 35px;
  position: relative;
  min-height: 400px;
}
#wrapper #container #center .leftcolmn {
	float: left;
	width: 100%;
}
body.sidebars #center .leftcolmn{
	margin-right: -225px;
	
}
body.sidebars .leftcolsqw {
	margin-right: 225px;
	padding-right: 25px;
	background: url(images/right_bg.png) 100% 0 repeat-y;
}
#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
  padding-top: 2.5em;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
  /*margin-left: -225px;*/
}

body.sidebar-right #footer {
  margin-right: -225px;
}

body.sidebars #footer {
  margin: 0 -225px 0 0;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
#b-menu-bg {
	width: 62px;
	height: 108px;
	background: url(images/menulcbg.jpg) 0 3px no-repeat;
	position: absolute;
	z-index: 10;
	margin-left: -69px;
	margin-top: -44px;
}
#b-menu-bg2{
	width: 62px;
	height: 108px;
	background: url(images/menurcbg.jpg) 0 3px no-repeat;
	position: absolute;
	z-index: 10;
	left: 100%;
	margin-right: -60px;
	z-index: 11;
	margin-top: -44px;
	}
#b-menu-bg1left {
	width: 7px;
	height: 100%;
	background: url(images/menu1bg.gif) 0 3px no-repeat;
	position: absolute;
	z-index: 11;
	margin-left: -7px;
	margin-top: 0;
}
#b-menu-bg1right {
	width: 7px;
	height: 100%;
	background: url(images/menu1bgr.gif) 0 3px no-repeat;
	position: absolute;
	left: 100%;
	z-index: 11;
	margin-right: 0;
	margin-top: 0;
}

.b-menu {
	width: 100%;
	height: 32px;
	background: url(images/menubg.gif) 0 3px repeat-x;
	position: relative;
	left: 0;
	top: 0;
	z-index: 5;
}
ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {

}
ul.primary-links {
  margin: 0;
  padding: 0;
}
ul.primary-links li {
  margin: 0;
  padding: 0;
  background-image: none; float: left;
}
.b-menu ul.links li {
padding-right: 0;
height: 31px;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: inline-block;
  padding: 11px 12px 0;
  color: #ffffff;
  font: 1.2em/1.1em Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  background : url(images/menu_del.gif) 100% 10px no-repeat;
}
ul.primary-links li.active-trail.first.active, ul.primary-links li.active-trail.last.active{
	/*background: url(images/active_rightt_bgfl.gif) 0 0 no-repeat;*/
	padding-left: 0;
}
ul.primary-links li.active-trail.first{
		margin-left: 0;
}
ul.primary-links li.active-trail.first a.active, ul.primary-links li.active-trail.last a.active {
height: 19.7px;
margin-left: 3px;
/*background : #8a4d2c url(images/active_rightt_bgflr.gif) 100% 0px no-repeat;*/
padding-left: 12px;	
}
ul.primary-links li.active-trail{
	color: #DCC0AB;
	/*background-image: url(images/active_rightt_bg.gif);
	background-repeat: no-repeat;
	background-color: #8a4d2c;
	background-position: 0 0;*/
	text-decoration: none;
	border-bottom: 0;
	height: 100%;
	margin-left: -0.4em;
}
ul.primary-links li.active-trail a{
	color: #DCC0AB;
	text-decoration: none;
	/*background : url(images/active_left_bg.gif) 100% 0 no-repeat;*/
	height: 20px;
	margin: 0 0 0 9px;
	padding-left: 9px;
	padding-right: 18px;
}
/**
 * Secondary navigation
 */
.b-menu2 {
	width: 100%;
	/*background: #8a4d2c url(images/menu_dropdown_bg.png) 0 0 repeat;*/
	position: relative;
	left: 0;
	top: 0.3em;
	z-index: 6;
	text-align: left;
	height: 27px;
	margin-left: -1px;
	margin-top: -1px;
}
#b-menu2-bg{
	width: 7px;
	height: 100%;
	/*background: url(images/menu2bg.gif) no-repeat;*/
	position: absolute;
	z-index: 20;
	left: 0;
	margin-left: -5px;
}
#b-menu2-bg2{
	width: 26px;
	height: 100%;
	/*background: url(images/menu2bgr.gif) no-repeat;*/
	position: absolute;
	z-index: 20;
	right: 0;
	margin-right: -8px;
}
ul.secondary-links {
	 margin: 0;
	padding: 0;
}

.b-menu2 ul.secondary-links li {
padding-right: 0;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: inline-block;
	color: #9A4E2B;
	padding: 8px 1.1em 0 1.1em;
	font-size: 1.1em;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
}
ul.secondary-links li a:hover {
color: #9A4E2B;
}
ul.secondary-links li a.active,  ul.secondary-links li.active-trail a{
  color: #6F3F29;
  font-weight: bold;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 30px 1em 0
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: #B9734C;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node, table.views-view-grid tr td{
  background: url(images/article_separator.png) 0 100% repeat-x; 
  margin: 0;
  padding: 0 0 1em ;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms, .views-field-view-node {
  float: right; /* LTR */
}
.grid-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 1em;
	min-height: 120px;
}
.views-field-view-node {
	position: absolute;
	right: 0;
	bottom: 0;
}
.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #B9734C;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #B9734C;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
.ddblock-contents .node {
	background: none;
}
.b-top-content {
	background: transparent url(images/article_separator.png) repeat-x scroll 0 100%;
	padding-bottom: 0.8em;
}
.text {
	color: #ffffff;
	font-size: 105%;
	z-index: 7;
	top: 74%;
	left: 8%;
	position: absolute;
	font-weight: 100;}
	
.ddblock-contents img {
position: relative;
z-index: 5;
}
/**/
.top_content {
	height: auto; clear: both;
	display: block; 
	width: 100%;
/*	margin-top: 8px;*/
margin-top: 0;
}
.top_blocs {
	border:#70402A solid 1px;
	background-color:#FEF0D8;
	width: 45%; height:144px;
	margin:5px 3px 7px 3px;
	float:left;
	padding:9px 20px 0 16px;
}
.top_blocs_r {
	border:#70402A solid 1px;
	background-color:#FEF0D8;
	width:45%; height:144px;
	margin:5px 3px 7px 3px; float: right;
	padding:9px 20px 0 16px;
}

.top_blocs ul, .top_blocs_r ul{
	margin-bottom:15px; padding-left:60px;
	list-style:none;
}
.top_blocs ul li, .top_blocs_r ul li{
	line-height:20px; 
	background-position:0px 5px;
	padding-left:15px;
}
.top_blocs ul li a, .top_blocs_r ul li a{
	line-height:20px; 
	text-decoration: none;
	}
img.imagecache-teaser_img_133x133, img.imagecache-material_img190x190{
	float: left;
	padding-left: 0;
}
/*Anonsi*/
#sidebar-left .views-field-title a, .views-field-name a{
	font-size: 1.1em;
	color: #692D0C;
	font-weight: bold;
	line-height: 1.1em;
}
/*----blockquote----*/
.cont blockquote {
margin-left: 1em;
padding: 0.5em;
border-left: 5px solid #5383BF;}
blockquote, q {
quotes:"" "";
}
.date_custom {
	position: absolute;
	left: 14em;
	color: #8A4D2C;
	top: 1em;
	z-index: 10;
	font-size: 115%;
}
#header #header-region .block-search {
position: absolute;
right: 3.5em;
top: -1.6em;
}
.view-Partner img{
margin-right: 1em;}
.counter {
	display: inline;
	float: left;
}
.partner_pj a img{
	margin-top: -25px;
	margin-left: -18px;
}
.partner img {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.6em;
}
.view-koncerti {
	margin-top: 1em;
}
.view-koncerti .views-field-field-teaser-foto-fid img.imagecache-teaser_img_133x133 {
	padding-right: 1.5em;
	padding-top: 0.3em;
}
.views-field-field-teaser-foto-fid img.imagecache-left_colomn_img {
	padding-top: 0;
}
.left-corner .view-koncerti .views-row {
	padding-bottom: 1em;
	min-height: 145px;
	height: auto;
	background: url("images/article_separator.png") repeat-x scroll 0 100% transparent;
}
.sidebar .view-koncerti {
		background: none;
}
#sidebar-left .views-field-field-dt-value  {
	text-align: center;
	padding-right: 0.7em;
}
span.date-display-single {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: bold;
  color: #500001;	
}
.view-koncerti table.views-view-grid {
	margin-top: 0;
	float: left;
}
.view-koncerti h3 a img.imagecache-teaser_img_133x133 {
	float: none;
}
.view-koncerti h3 {
	display: inline-block;
	vertical-align: top;
}
.view-koncerti  div.views-field-title {
	  margin-top: 0.25em;
}
.view-koncerti  div.views-field-title a, #sidebar-left .view-koncerti div.views-field-title a{
	font-size: 1.4em;
  line-height: 1.3em;
  font-weight: normal;
color: #500001;		
}

.view-gosti a {
	font-size: 110%;
	color: #632727;
}
.view-gosti a.active {
	text-decoration: underline;
}
.view-gosti .views-field-title {
padding: 0.4em 0;		
}
.view-gosti table {
	margin-top: 0;
}
.view-gosti table.views-view-grid tr td{
	border: 1px dotted #632727;
	text-align: center;
	border-top: none;
	border-left: none;
	padding: 1.4em 0 1em;
}
.view-gosti table.views-view-grid tr td.col-4 {
	border-right: none;
}
.view-gosti table.views-view-grid tr.row-last td {
	border-bottom: none;
}
#block-views-gosti-block_2 {
	margin-top: 1em;
}
/*--calendar--*/
.view-calendar {
	padding-top: 0.5em;
}
.calendar-calendar div.date-nav, .calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today  {
	background-color: #B9734C;
	border: 1px solid #500001;
	color: #F7F3D4;
}
.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3, .calendar-calendar tr td.today a:link, .calendar-calendar tr td.today a:visited {
		color: #F7F3D4;
}
.calendar-calendar tr td a:link, .calendar-calendar tr td a:visited, .view-calendar ul.links li a {
	color: #500001;
	font-size: 135%;
}
#sidebar-right .calendar-calendar .month {
		padding: 0.2em 0.8em 0 0;
		margin: 0.15em 0;
}
#sidebar-right .calendar-calendar {
	padding-bottom: 0.5em;
	background: #FEF0D8;
	margin-top: -0.5em;
}
.calendar-calendar tr td a:visited, .view-calendar ul.links li a {
	font-size: 105%;
}
.calendar-calendar tr td a:visited, .view-calendar ul.links {
	padding-bottom: 0.3em;
}
.date-nav div.date-prev, .date-nav div.date-next {
	padding-top: 0.4em;
}
.calendar-calendar th.days {
	background-color: #B77049;
	border: 1px solid #500001;
	color: #FFFFFF;
}
.calendar-calendar tr td h3 a:link {
		color: #FFFFFF;
}
.calendar-calendar tr, .calendar-calendar table.mini td.empty, .calendar-calendar div.calendar {
	background-color: #FEF0D8;
}
.calendar-calendar div.calendar #node-title a {
	font-size: 125%;
}
.calendar-calendar td.calendar-agenda-items div.calendar #node-title {
	line-height: 145%;
}
.calendar-calendar td.calendar-agenda-items div.calendar #node-title a {
	color: #500001;
}
.calendar-calendar td.calendar-agenda-items div.calendar #node-vid a {
	font-style: italic;
	color: #B77049;
}
.calendar-calendar td.calendar-agenda-hour {
	padding-right: 0.3em;
	padding-top: 0.6em;
}
.calendar-calendar th {
	background-color: #B77049;
	border: 1px solid #500001;
}
.attachment-after .calendar-calendar .week-view table {
	width: 539px;
}
.calendar-calendar td {
	min-width: 10%;
}
#sidebar-right #block-views-calendar-calendar_block_1.block .content, #sidebar-right #block-views-calendar-calendar_block_1.block .content .view-calendar {
	padding: 0;
	margin-top: 0.4em;
}
#sidebar-right #block-views-calendar-calendar_block_1.block h2 {
	margin: 0;
}
.view-calendar .attachment-after table {
	margin-top: 0;
}
.view-calendar .attachment-after table tbody {
	border: none;
}
.view-calendar .attachment-after table thead th {
	border: 1px solid #500001;
	border-top: none;
	text-align: center;
	font-size: 1.1em;
	color: #F7F3D4;
	background-color: #B77049;
}
.view-calendar .attachment-after table tr.odd, .view-calendar .attachment-after table tr.even {
	background-color: transparent;
	border: 1px #333333 dotted;

}
.view-calendar .attachment-after table tr td.views-field-field-dt-value {
	border-right: 1px #333333 dotted;
	text-align: center;
}
.view-calendar .attachment-after table tr .views-field-title a:link, .view-calendar .attachment-after table tr .views-field-title a:visited {
	font-weight: normal;
	}
	.view-calendar .attachment-after table tr .views-field-tid a{
		font-style: italic;
		font-size: 1em;}
.view-calendar .attachment-after table tr .views-field-tid {
			border-left: 1px #333333 dotted;
}
.view-koncerti .grid-container .views-field-tid a, .view-Press-konferencii .grid-container .views-field-tid a{
	color: #500001;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;}
.node table, .node table tr, .node table tr td {
	border: none;
}
.node .content  p {
	text-align: left;
}
.node table{
	margin-left: auto;
	margin-right: auto;
}
.view-Press-konferencii .views-field-field-dt-value div.field-content {
	display: inline;
}
.view-koncerti .views-field-body img {
	margin: 0 0.5em;
}
.b-top-content .block img {
	padding-right: 1em;
}
.view-koncerti .views-row .views-field-teaser .field-content p img {
	padding: 0.9em 0.5em 0 0;
}
#sidebar-right #block-ddblock-9.block .content {
	padding: 0;
	margin: 0;
	height: 94px;
}
#sidebar-right #block-ddblock-9.block h2 {
	margin-bottom: 0;}
#sidebar-right #block-ddblock-9.block a:link, #sidebar-right #block-ddblock-9.block a:visited {
	color: #ffffff;
}
#szhr img{
	margin-top: -1.7em;
}
#sidebar-right #block-block-36.block .content {
	padding: 0;
}
#sidebar-right #block-block-38.block .content { padding: 0; margin: 0 auto; text-align: center;}
#sidebar-right #block-block-38.block h2 { margin-bottom: 0;}



#sidebar-right #block-block-36 #fb-root {
	display: none;
}

#sidebar-right #block-block-36 {
	height: 214px;
}
#sidebar-right #block-block-36  .fb-activity {
	margin-top: -1em;
}
.mhs {
	margin: 0;
}
#node-849 .field-type-date {
	display: none;	
}
#sidebar-left .view-View-video .views-field-title a.active:visited {
	color: #588227;
}
#sidebar-left .view-View-video .views-field-title a:visited {
	color: #DCC0AB;
}
.date-heading h3 {
	text-transform: lowercase;
}
.node .content p.rtecenter {
	text-align: center;
}
#let {
	position: absolute;
	right: 16%;
	top: 22%;
	z-index: 10;}