/* $Id: style.css,v 1.53 2011/01/04 06:23:29 dries Exp $ */

/* ---------- Overall Specifications ---------- */

body {
  line-height: 1.5;
  /*font-size: 87.5%;*/
  font-size: 12px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
a:hover,
#block-menu-block-1 a:hover,
#block-menu-block-2 a:hover,
#block-views-last-comments-block a:hover
{
  text-decoration: underline;
}

#block-menu-block-1 a,
#block-menu-block-2 a,
#block-views-last-comments-block a,
a:active,
a:focus,
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 18px 0 18px;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color: #000;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  /*background-color: #dddddd;*/
  /*background-color: #ffffff;*/
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-family: Arial, serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  /*padding:23px 0 0.5em 8px;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Arial, sans-serif;
}
input,
textarea,
select,
a.button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote :first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 5px 0 0 10px;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 12px;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}

tr.odd {
  /*background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);*/
  
  /*background: #ffffff;*/
}
tr,
tr.even {
/*
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);*/

  /*background: #ffffff;*/
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1.1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
  display:none;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 12px;
}
ul.menu li {
  margin: 0 0 5px 0;
}
ul.menu li.last,
ul.menu li .last,
ul.menu li .leaf
{
  margin: 0;
}

.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  /*margin: 20px 20px 30px;*/
  padding: 0.2em 0.5em 0 0; /* LTR */
  list-style:none;
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#header table tr{
  background:none;
}
#header td,#header tr,#header table,#header tbody{
  border:none;
  padding:0;
  margin:0;
}
.right_header_bg tr td{
  padding:0;
  margin:0;
}
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  width:94px;
  float:left;
}
#logo img{
  padding: 10px 0 0 18px; /* LTR */
}
#name-and-slogan {
  float: left; /* LTR */
 
  /*
  padding-top: 34px;
  margin: 0 0 30px 15px; /* LTR */  
  /*width:80%;*/
}
#site-name {
  margin: 20px 0 0 10px; /* LTR */  
  font-size: 1.821em;
  color: #fff;
  line-height: 1;
}
#site-name strong a{
  font-family: Arial;
  font-size: 30px;
  color: #b42671;
  line-height: 1;
  text-decoration:none !important; 
}
#site-name strong a:hover{
  color: #b42671;
  text-decoration:none !important; 
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}

#site-slogan {
  font-family: Arial;
  font-size: 20px;
  color: #b42671;
  text-align:left;
  /*padding-right:635px;*/
}
#site-slogan:first-letter{
  padding-left:100px;
}
#user-login-form{
  margin-right: 10px;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #aeb5ba;
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login #edit-name {
  /*background: url(/themes/bartik/images/login_input_bg.png) right center no-repeat;*/
  float: right;
}
.region-header #block-user-login #edit-pass {
  /*background: url(/themes/bartik/images/pass_input_bg.png) right center no-repeat;*/
  float: right;
}
.region-header #block-user-login {
  width: auto;
  padding: 8px 0 0 0;
  position: relative;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  margin: 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login .form-item  label{
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin: 6px 0 0 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 12px;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
  margin: 55px 0 7px 0;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  padding: 3px 0 1px;
  margin: 0;
}
.region-header #block-user-login .item-list .last {
  margin: 0;
  float: right;
}
.region-header #block-user-login .item-list .first {
  margin: 0;
  float: left;
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  /*margin: 4px 0 0;
  padding: 0;
  clear: both;*/
  left: 54px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 62px;
  width: 77px;
}
.region-header #block-user-login input.form-submit {
  /*
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);*/
  margin: 2px 0;
  padding: 1px 0 5px 0;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  /*background: #fff;
  background: rgba(255, 255, 255, 0.9);*/
}
/* Search block in region header. */
.region-header #block-search-form {
  border:none;
}
.region-header #block-search-form .form-text {
  width: 160px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

.main-menu-left-bg{
  background:url(/themes/bartik/images/main_menu_left_bg.png) no-repeat left top;
  padding-left:10px;
}
.main-menu-right-bg{
  background:url(/themes/bartik/images/main_menu_right_bg.png) no-repeat right top;
  padding-right:10px;
}
#main-menu {
  clear: both;
  background:url(/themes/bartik/images/main_menu_bg.png) repeat-x left;
  height:53px;
  text-align: center;
}
#main-menu-links a {
  color: #d9d9d9;
  padding: 0.6em 1em 0.4em;
}
#main-menu-links {
  /*float:left;*/
  font-size: 0.929em;
  margin: 0;
  /*margin: 0 2%;*/
  /*width:474px;*/
  /*display: inline-block;*/
  float:left;
  padding: 0;
  //display: inline;
  zoom: 1;
}
#main-menu-links li {
  float: left; /* LTR */
  display: inline;
  list-style: none;
  padding: 2px 0 4px 0;
  margin: 0;
  /*width:10%;*/
  
  display:block;
  text-align:center;
}
#main-menu-links a {
  color: #000000;
  font-size:12px;

  height: 38px;
  line-height: 2.4em;

  margin: 0;
  padding: 8px 15px 0 15px;
  /*margin:0 5%;*/
  text-align:center;
  text-transform:uppercase;
  /*width:100%;*/
  text-decoration: none;
  text-shadow: 0 1px #eee;
  white-space: nowrap;
  display:block;
  border-right:1px solid #c7c7c7;
}
#main-menu-links a:hover,
#main-menu-links a:focus { 
/* 
  -khtml-border-radius-bottomleft: 3px;
  -khtml-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  
  background: #f9f7f7;*/
  /*background: rgba(255, 255, 255, 0.95);*/
  text-decoration:underline;
  /*color:#266192;*/
}
#main-menu-links a:active {
  /*background: #f9f7f7;
  background: rgba(255, 255, 255, 1);
  color:#266192;*/
}
#main-menu-links li a.active {
  border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}

/* --------------- Bottom Menu --------------- */
#main-bot-menu {
  background: #e6eaed;
}
#main-bot-menu #main-menu {
  float: left;
  background: url(/themes/bartik/images/main_menu_bg.png) repeat-x left;
  height: 34px;
}
#main-bot-menu #main-menu-links a {
  color: #d9d9d9;
  padding: 0.6em 1em 0.4em;
}
#main-bot-menu #main-menu-links {  
  font-size: 0.929em;
  margin: 0 10% 0 0;
  padding:0;
}
#main-bot-menu #main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  margin: 3px 0 0 0;
  border-left:none;
  border-right:none;
  display:block;
  text-align:center;
}
#main-bot-menu #main-menu-links a {
  color: #333;
  /*background: #fff;*/
  font-size:12px;
  
  /*background: rgba(255, 255, 255, 0.7);*/
  
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0;
  /*margin:0 5%;*/
  text-align:center;
  width:100%;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  white-space: nowrap;
}
#main-bot-menu #main-menu-links a:hover,
#main-bot-menu #main-menu-links a:focus {  
 
  border:none;
  
  background: none;
  /*background: rgba(255, 255, 255, 0.95);*/
  text-decoration:underline;
  color:#333;
}
#main-bot-menu #main-menu-links a:active {
  background: none;
  /*background: rgba(255, 255, 255, 1);*/
  color:#333;
}
#main-bot-menu #main-menu-links li a.active {
  border-bottom: none;
}
.featured #main-bot-menu #main-menu-links li a:active,
.featured #main-bot-menu #main-menu-links li a.active {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}


/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  font-size: 12px;
  /*font-weight:bold;*/
  /*margin: 5px 0 10px 0;*/
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
  margin: 18px 0 0 0;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 0;
}
h1#page-title {
  font-size: 18px;
  color:#b42671;
  line-height: 1;
  margin:2px 0 14px 0;
  padding-left:8px;
  float: left;
}
#content h2 {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  color:#b42671;
  font-weight:normal;
}
#content #side_for_news_content h2 {
  margin: 12px 0 0 0;
}
#content #block-block-5 h2 {
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.4;
  color:#b42671;
  font-weight:normal;
}
#content-bottom h2{
  padding-left:8px;
}
.node .content {
  font-size: 12px;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin: 0 0 8px 0;
  padding-top: 0;
}
.node-teaser h2 a {
  color: #FF5400;
  margin-bottom: 13px;
  display: block;
}
.node-teaser h2 a.karantin {
  color: #666666;
  margin-bottom: 13px;
  display: block;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 18px;
  padding-bottom: 14px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.comment .user-picture{
  width: 107px;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 12px;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 12px;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: left;
  clear: both;
  margin: 8px 0 0 0;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 12px;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 8px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 25px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 12px;
  line-height: 1.2;
}
.comment .submitted .commenter-name span a {
  font-weight: bold;
  color: #B42671;
}
.comment .submitted .comment-time {
  font-size: 12px;
  color: #B42671;
  white-space: nowrap;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 12px;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(/themes/bartik/images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -32px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 8px 10px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}
.user-signature{
  border-top: 1px solid #D3D7D9;
  font-size: 11px;
  color: #666;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 0px;
}
.sidebar .block {
  border: 1px solid;
  padding: 0 9px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  color:#b42671;
}
.sidebar .section .region #block-menu-block-2 h2,
.sidebar .section .region #block-menu-block-1 h2
{
  margin: 0 0 10px;
}
.sidebar .section .region #block-tagadelic-6 h2
{
  margin: 0 0 7px;
}
.sidebar .block .content {
  /*font-size: 0.914em;*/
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */
#triptych
{
  margin-bottom: 18px;
}

#triptych-wrapper {
  background: #fff; 
}
#triptych h2 {
  color: #b42671;
  font-size: 18px;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  line-height: 1;
  padding-left:8px;
}
#triptych .block {
  /*padding-bottom: 2em;*/
  border-bottom: none;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #333333;
  /*color: rgba(255, 255, 255, 0.65);*/
  font-size: 0.857em;
}
#footer-wrapper a {
  color: #333333;
  /*color: rgba(255, 255, 255, 0.8);*/
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #333333;
  /*color: rgba(255, 255, 255, 0.95);*/
  text-decoration: underline;
}
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
  margin-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}
#footer #main-menu{
  width:60%;
  float:left;
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*margin-bottom: 20px;*/
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(/themes/bartik/images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(/themes/bartik/images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  /*font-size: 0.929em;*/
  padding:23px 0 0.5em 8px;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.password-parent,
div.form-item div.password-suggestions {
  position: relative;
  width: auto;
}
#password-strength {
  float: none;
  left: 16em;
  position: absolute;
  width: 11.5em;
}
#password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
#password-strength-text {
  margin-top: 0.2em;
}

/* ---------------- Buttons    ---------------- */

#user-login-form input.form-submit{
  background: url(/themes/bartik/images/button_login.png) no-repeat;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  /*padding: 0 40px;*/
  border: none;
}

input.form-submit,
a.button {
  background: #fcfcfc url(/themes/bartik/images/buttons.png) 0 0 repeat-x;

  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;

  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#user-login-form input.form-submit
{
  width: 73px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  clear:both;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  margin:10px 0 0 0;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
input {
  margin: 2px 0;
  padding: 2px 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
fieldset .description {
  margin-top: 5px;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum tr td.forum {
  padding-left: 35px;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#main-menu #block-search-form {
  
  /*padding-bottom: 7px;*/
}
#main-menu #block-search-form .content {
  margin-top: 0;
}
#main-menu #search-form input#edit-keys,
#main-menu #block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 150px;
  /*width: 9em;*/
  border:1px solid #A5ACB2;
}
#main-menu #search-block-form input.form-submit,
#main-menu #search-form input.form-submit {
  border:none;
  left:130px;
  top:5px;
  margin-left: 0;
  margin-right: 0;
  height: 21px;
  width: 21px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  /*border:1px solid #A5ACB2;*/
  background: url(/themes/bartik/images/srch_img.png) no-repeat center top;
  /*overflow: hidden;*/
}
#main-menu #search-block-form input.form-submit:hover,
#main-menu #search-block-form input.form-submit:focus,
#main-menu #search-form input.form-submit:hover,
#main-menu #search-form input.form-submit:focus {
  /*background-position: center bottom;*/
}
#main-menu #search-form .form-item-keys label {
  display: block;
}


/* */

#block-search-form {
  padding: 12px 0 3px 0;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  /*height: 1.143em;*/
  margin-right: 5px;
  width: 9em;
  border:1px solid #A5ACB2;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(/themes/bartik/images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}






/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay #skip-link,
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/* view-anonses */
.views-row{
  margin:4px 0;
}

/*block separated*/
.block{
  /*border-bottom: 1px solid #E7E7E7;*/
  /*padding:2px 8px;*/
  clear: both;
}

/* style for date in news block*/
#triptych .views-field{
  /*display:inline;
  padding-right:6px;*/
}

/* style for date in news block*/
#triptych .field-content{
  display:inline;
  /*
  padding-right:6px;*/
}

.views-label-taxonomy-forums,.field-content a{
  font-weight:bold;
  font-size:12px;
}

/**/
.book-block-menu{
  border-bottom:1px dotted #a0a5ab;
}
/*
.book-block-menu ul .leaf a{
  color:#333;
}
*/
#block-block-2{
  padding:2px;
  border:2px solid #2975ad;
  text-align:center;
  margin:0 8px;
}
.footer-bg{
  background:url(/themes/bartik/images/foot_bg.png) repeat-x;
  padding:17px 20px;
  position:relative;
  color: #666;
}
.footer-bg a{
  font-weight:bold;
}
.form-type-checkboxes .form-item-type-book,
.form-type-checkboxes .form-item-type-template,
.form-type-checkboxes .form-item-type-typeanonse,
.form-type-checkboxes .form-item-type-page
{
  display:none;
}

#secondary-menu-links .first {
  float:left;
  margin-right:10px;
}
#secondary-menu-links .last {
  float:right;
}
/* hide  */
#content li.dhtml-folder .collapsed{
  list-style:none;
  list-style-image:none;
}

.news-anons-item-class{
  width:49%;
  padding-bottom:20px;
  background:url(/themes/bartik/images/block_bg.png) repeat-x bottom;
  min-height: 70px;
}
.views-field{
  /*padding:0 8px;*/
}
#sidebar-second .views-field {
  padding:0;
}
#sidebar-first .views-row {
  margin:0 0 14px 0;
  background:url(/themes/bartik/images/border_bottom_bg.png) bottom repeat-x;
  padding:0 0 8px 0;
}
#sidebar-first .views-row-last{
  background: none;
}
#sidebar-first .views-row  .views-field-title{
  margin:0 0 8px 0;
}
.views-field-created{
  float:right;
  text-align:right;
  color:#b42671;
  padding-top:7px;
}
.views-field-name{
  float:left;
  text-align:right;
  color:#b42671;
  font-weight:bold;
  padding-top:7px;
}
#sidebar-first  .views-field-created, 
#sidebar-first  .views-field-name{
  float:none;
  display:block;
  text-align:right;
  padding-top: 0px;
}
#triptych .view-content .views-row{
  clear:both;
}
#triptych #block-views-qa-in-front-block .view-content .views-row{
  clear:both;
  padding: 0 0 6px 0;
  margin: 0 8px 8px 8px;
}

#triptych .views-field .field-content p{
  margin:0;
}
.view-new-in-article .views-row{
  padding: 10px 0px;
}
.view-new-in-article .view-footer{
  text-align:right;
  margin:8px 8px;
}
#triptych .view-content .views-row-even,
#triptych .view-content .views-row-odd,
.view-new-in-article .views-row
{
  background:url(/themes/bartik/images/border_bottom_bg.png) bottom repeat-x;
  padding: 0 0 32px 0;
  margin: 0 8px 14px 8px;
}
.view-lwst-in-forum .views-field-title
{
  margin: 0 0 8px 0;
}
.view-news-in-front-left .views-row-1,
.view-news-in-front-right .views-row-1
{
  background:url(/themes/bartik/images/border_bottom_bg.png) bottom repeat-x;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.view-news .view-content .views-row-first{
  float:left;
}
.view-news .view-content .views-row-last{
  float:right;
}

.view-news .view-content .item-list .views-row-first,
.view-news .view-content .item-list .views-row-last{
  float:none;
  padding:10px 0;
  margin:0;
}
.region-content #block-system-main .item-list  ul, .region-content #block-system-main .item-list  ol {
  padding: 0 0 0.25em 0;
  margin: 0 0 0.25em 0;
}

.view-news .views-field-created {
  color: #B42671;
  padding: 0 8px;
  float: left;
  text-align: left;
}
.view-news .views-field-field-announce-1 , .view-news .views-field-field-announce-2 {
  padding: 0 8px;
}



#block-menu-block-1,
#block-menu-block-2,
#block-block-5,
#block-views-last-comments-block,
#block-tagadelic-6,
#block-block-8,
#block-block-6,
#block-block-11,
#block-block-12
{
  padding-bottom: 14px;
  margin-bottom:18px;
  background: url(/themes/bartik/images/block_bg.png) repeat-x bottom;
}
#block-views-last-comments-block
{
  padding-bottom: 14px;
}
#block-views-last-comments-block .views-row-last
{
  padding: 0;
  margin: 0;
}
#top_header_adv
{
  margin-bottom: 18px;
  background: url(/themes/bartik/images/block_bg.png) repeat-x bottom;
}
#block-menu-block-1,
#block-block-8,
#block-block-6,
#block-tagadelic-6,
#block-views-last-comments-block,
#block-menu-block-2{
  margin:0 0 18px 8px;
}
#block-menu-block-1,
#block-block-11,
#block-block-6,
#block-views-last-comments-block
{
  margin:0 0 18px 0px;
}
#block-menu-block-6{
  margin:0 0 14px 0px;
}
#block-block-8 .content{
  margin:0 5px;
}
#block-block-5{
  padding:0 8px 1px 8px;
  margin: 0;
}
.view-new-in-article .views-label-field-article-cat,
.view-lwst-in-forum .views-label-taxonomy-forums{
  float:left;
  padding-right:7px;
  font-weight: normal;
  color: #666;
}
#content-bottom .views-field-field-article-cat .field-content a{
  font-weight: normal;
}
.views-field-field-article-cat{
  display:block;
  /*float:right;*/
}

.view-new-in-article .views-field {
  padding: 0;
}
.view-clone-of-new-in-article-page,
.view-soccat-page-all-net
{
  padding-left: 8px;
}
.view-qa-page{
  padding-left: 8px;
}

.view-qa-page .view-content .views-row{
  display: block;
  clear: both;
  margin: 0 0 14px 0;
}
.view-qa-page .link-wrapper {
  display: none;
}

#block-views-new-in-soccat-block .views-row-last, 
#block-views-new-in-soccat-block .views-row-even,
#block-views-new-in-soccat-block .views-row-odd,
#block-views-change-in-soccat-block .views-row-last, 
#block-views-change-in-soccat-block .views-row-even,
#block-views-change-in-soccat-block .views-row-odd
{
  float:left;
  padding:0 5px;
  border-left:1px solid #666;
  line-height:1em;
}

#block-views-new-in-soccat-block .views-row .views-field .field-content a, 
#block-views-change-in-soccat-block .views-row .views-field .field-content a, 
{
  display: block;
  white-space: nowrap;
}

#block-views-new-in-soccat-block .views-row-first,
#block-views-change-in-soccat-block .views-row-first
{
  float:left;
  padding-right:5px;
  padding-left: 0px;
  line-height:1em;
  border-left:none;
}

#side_for_adv
{
  display:block;
  clear:both;
  padding: 0 8px 0 8px;
  margin-bottom: 25px;
  background: url(/themes/bartik/images/block_bg.png) repeat-x bottom;
}
#block-views-new-in-soccat-block,
#block-views-change-in-soccat-block
{
  display:block;
  clear:both;
  padding: 0 8px 14px 8px;
  margin-bottom: 18px;
  background: url(/themes/bartik/images/block_bg.png) repeat-x bottom;
}
#block-views-new-in-soccat-block h2,
#block-views-change-in-soccat-block h2
{
  margin-bottom: 14px;
}
#block-views-new-in-soccat-block .views-row,
#block-views-change-in-soccat-block .views-row
{
  margin: 0 0 4px 0;
}
#side_for_adv
{
  padding: 8px 10px 22px 10px;
  margin-bottom: 18px;
}
#block-views-change-in-soccat-block
{
  margin-bottom: 0;
}
#block-views-new-in-soccat-block h2,
#block-views-change-in-soccat-block h2
{
  padding-left: 0px;
}

.menu-block-wrapper .expanded .leaf a{
  color:#000;
  padding-left:8px;
  background:url(/themes/bartik/images/level_2_menu_bg.png) left no-repeat;
}

.view-news-page {
  padding-left:8px;
}
.view-news-page .views-row .views-field-created{
  float:none;
  text-align: left;
  padding: 0;
}
.view-last-comments .views-field-name-1{
  float: left;
  color: #B42671;
  font-weight: bold;
}

.view-new-in-article .views-field-field-article-cat .field-content{
  /*float:right;*/
}

.view-qa-view .views-field-value .views-label-value{
  float: left;
}
.view-qa-view .views-field-value .field-content{
  float: left;
  padding-left:10px;
  width: 120px;
}
.view-qa-view  .views-field-title{
  float: none;
  clear:both;
  display:block;
  padding-top:15px;
}
.view-qa-view  .views-field-comment-count{
  float: none;
  clear:both;
  display:block;
  padding-top:2px;
}
.rate-widget{
  float:left;
  border:1px solid #D3D7D9;
  /*min-width:75px;*/
  /*height:50px;*/
  padding:8px 5px 8px 10px;
  margin:4px 5px 5px 0;
}
#top_header_adv{
  text-align:center;
}
#forum-is-empty{
  margin-left: 8px;
}
#triptych .view-content .views-row-last{
  background: none;
}

a.header-link{
  color: #B42671;
  font-size: 18px;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 white;
  line-height: 1;
  padding-left: 8px;
  text-decoration: none;
}
a:hover.header-link{
  text-decoration: underline;
  color: #B42671;
}
.news_date_created{
  color: #B42671;
}
.field-name-field-tags-soccat,
.meta
{
  /*padding: 8px 0 0 0;*/
  font-size: 12px;
}
.field-name-field-tags-soccat a,
.field-name-field-tags-soccat h3
{
  font-size: 12px;
}
.link-wrapper .inline li{
  padding: 0 8px 0 0;
}
.comment-wrapper{
  clear: both;
}
#top_header_adv .content {
    margin-top: 16px;
    padding: 0 0 14px 0;
}
.field-name-field-lang-sn .field-items .field-item
{
  float: left;
  padding-right: 8px;
}
.field-name-field-lang-sn .field-items:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}
.field-name-field-tags-soccat .links:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}
.node-social-network-type .field-name-body{
  clear: both;
}
.content .node-form,
.content .node-page,
.content .node-full,
.content #forum,
.content #user-profile-form,
.content .view-taxonomy-term,
.content .profile,
#block-block-20
{
  margin: 0 8px;
}
.node-blog
{
  margin: 0 8px 16px 8px;
}
.node-blog h2{
  margin: 0 0 8px 0;
}
.node-blog .submitted{
  margin: 0 0 8px 0;
}
.date_submitted
{
  color: #B42671;
}
.username
{
  color: #B42671;
  font-weight: bold;
  text-decoration: none;
}
.username:hover
{
  color: #B42671;
  text-decoration: underline;
}
.menu-block-wrapper .clearfix:after
{
  content: none;
  height: 0;
  clear: both;
  visibility: hidden;
}
.field-name-field-soccat
{
  display: none;
}
.view-news-in-front-left a,
.view-news-in-front-right a,
#block-views-new-in-article-block .views-field-title-1,
#block-views-new-in-blog-block .views-field-title-1
{
  display: block;
  margin-bottom:8px;
}
.view-news-in-front-left .news_date_created,
.view-news-in-front-right .news_date_created
{
  margin-top:8px;
}
#block-views-new-in-article-block .content .views-row
{
  padding: 0 0 8px 0;
  margin: 0 8px 14px 8px;
}
#block-views-new-in-blog-block .content .views-row
{
  padding: 0 0 30px 0;
  margin: 0 8px 14px 8px;
}
#block-views-new-in-blog-block .content .views-row-last
{
  padding: 0 0 20px 0;
  margin: 0 8px 14px 8px;
}
#block-views-new-in-blog-block .view-header,
#block-views-new-in-article-block .view-header,
#block-views-qa-in-front-block .view-header,
#block-views-lwst-in-forum-block .view-header,
#block-block-13,
#block-block-15
{
  margin-bottom: 14px;
}

#block-views-lwst-in-forum-block .content .views-row
{
  padding: 0 0 30px 0;
  margin: 0 8px 14px 8px;
}
#block-views-lwst-in-forum-block .content .views-row-last
{
  padding: 0 0 23px 0;
  margin: 0 8px 14px 8px;
}

.view-soccat
{
  margin: 0 8px;
}
.view-soccat h3
{
  margin: 0;
}
.view-soccat .views-row
{
  margin: 4px 0 0 16px;
}
.view-soccat .views-row-last
{
  margin: 4px 0 16px 16px;
}
.view-soccat .view-views-soccat .views-row-last
{
  margin: 4px 0 0 16px;
}
.view-soccat .views-row .views-field-name-1 .field-content a
{
  font-weight: normal;
}
.view-soccat .views-row .views-field-name-1 .views-field-title a
{
  font-weight: bold;
}

.profile .field
{
  margin-bottom: 8px;
}
.profile .field .field-label
{
  font-weight: bold;
}

.field-name-field-karantin
{
  display: none;
}
/*
     FILE ARCHIVED ON 22:24:36 Jun 08, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:41:04 Feb 29, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.113
  exclusion.robots.policy: 0.098
  cdx.remote: 0.131
  esindex: 0.014
  LoadShardBlock: 1065.333 (6)
  PetaboxLoader3.resolve: 1335.465 (2)
  PetaboxLoader3.datanode: 258.051 (7)
  load_resource: 809.991
*/