/* $Id: style.css,v 1.78.2.6 2011/01/01 13:24:55 jarek Exp $ */

/**
 * Layout
 */
#main-wrapper,
#sidebar-first,
#sidebar-second {
  float: left; /* LTR */
}
#header-menu,
#header,
#main-columns {
  margin: 0 auto;
}
/* Column width */
body.two-sidebars #main-wrapper {
  width: 56%;
}
body.two-sidebars #sidebar-first,
body.two-sidebars #sidebar-second {
  width: 21.9%;
}
body.one-sidebar #main-wrapper {
  width: 70%;
}
body.one-sidebar #sidebar-first,
body.one-sidebar #sidebar-second {
  width: 29.7%;
}
body.no-sidebars #main-wrapper,
body.page-admin #main-wrapper {
  width: 100%;
}
/* Spacing between columns */
#main-wrapper #main,
#sidebar-first .region,
#sidebar-second .region {
  margin: 0 10px;
} 
#main-wrapper.first #main,
#sidebar-first.first .region,
#sidebar-second.first .region {
  margin-left: 0;
}
#main-wrapper.last #main,
#sidebar-first.last .region,
#sidebar-second.last .region {
  margin-right: 0;
}
/* Prevent collision with browser chrome */
#header-menu-wrapper,
#header,
#main-columns {
  padding: 0 15px;
}
/* Hide content on admin pages */
body.page-admin #sidebar-first,
body.page-admin #sidebar-second,
body.page-admin #header-menu-wrapper,
body.page-admin #header-wrapper,
body.page-admin #closure {
  display: none;
}
/* Mobile */
@media only screen and (max-device-width: 480px) {
  #header-menu-wrapper,
  #header,
  #main-columns {
    width: 100%!important;
  }
}

/**
 * Wrappers
 */
html {
  height: 100%;
}
#page {
  background-color: #fff;
  min-height: 170px;
  border-radius: 6px;
  margin-bottom: 7px;
  padding: 25px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.region-content {
  clear: both;
}
.region-content-bottom {
  margin-top: 23px;
}

/**
 * Skip link
 */
#skip-link {
  height: auto;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: 20px; /* RTL */
  width: auto;
  z-index: 990;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  position: absolute;
  display: block;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  background: #444;
  color: #fff;
  font-size: 0.94em;
  text-decoration: none;
  outline: 0;
  -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;
  -khtml-border-radius-bottomright: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 1px 10px 2px 10px;
}

/**
 * Header
 */
#header {
  clear: both;
  min-height: 20px;
     background: #d9e6f6;
	 pading-bottom: 9px;
	 	 margin-bottom: 9px;


}

/**
 * Branding
 */
#branding-wrapper {
  /* float: left; */
  
margin: 0 0 9px 0;
}
#branding {
  display: table;
  margin: 0 450px 0 0;
}
#banner { float: right;    margin: 9px 9px 0 270px;   }
 
.with-blocks #branding-wrapper {
  /* width: 58%;*/
}
#logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0; /* LTR */
}
#logo img {
  vertical-align: middle;
}
#name-and-slogan {
  display: table-cell;
  vertical-align: middle;
    margin: 0 300px 0 0;
}
#site-name {
  line-height: 1;
  font-size: 4.583em;
  margin: 0;
  padding: 0;
}
#site-name a {
  letter-spacing: -3px;
}
#site-name a::-moz-selection {
  color: #fff;
}
#site-name a::selection {
  color: #fff;
}
#site-slogan {
  font-size: 1.167em;
  font-weight: 700;
  margin: 2px 0 0 3px; /* LTR */
  text-transform: uppercase;
}



/**
 * Closure
 */
#closure {
  font-size: 0.9em;
  margin-top: 10px;
}
#closure #info {
  float: left; /* LTR */
  margin: 0 0 10px 5px; /* LTR */
}
#closure ul.links {
  float: right; /* LTR */
  margin: 0 5px 10px 0; /* LTR */
}
#closure ul.links li {
  margin: 0 0 0 10px; /* LTR */
}

/*
** Header menu
*/
/* 1st level */
#header-menu {
}
#header-menu .block {
  margin: 0;
}
#header-menu .content ul {
  margin: 0;
}
#header-menu .content > ul > li {
  display: inline-block;
  padding-left: 0;
  margin: 4px 0 0;
}
#header-menu .content > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 11px 21px 15px 21px;
  line-height: 1;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#header-menu .content > ul > li:hover > a,
#header-menu .content > ul > li > li.active:hover > span > a {
  color: #ffffff;
  text-decoration: none;
}
#header-menu .content > ul > li > a:active,
#header-menu .content > ul > li > a:focus {
  outline: 1px dotted #e0e0e0;
  color: #ffffff;
}
#header-menu .content > ul > li.active-trail {
  position: relative;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#header-menu .content > ul > li.active-trail > a {
  color: #1a272e;
  background: none;
  font-weight: 700;
}
#header-menu .content > ul > li.active-trail > a:hover {
  color: inherit;
}
#header-menu .content > ul > li.expanded {
  position: relative;
}
#header-menu .content > ul > li.expanded > a {
  background-image: url(images/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: 90% 16px;
  margin: 0 10px 0 0; /* LTR */
}
#header-menu .content > ul > li.expanded.active-trail > a {
  background: url(images/arrow-down-black.png) no-repeat 90% 16px;
}
/* 2nd, 3rd, 4th level */
#header-menu .content li.expanded ul {
  display: none;
  position: absolute;
  width: 190px;
  top: 37px;
  left: 0px; /* LTR */
  background-color: #2e2e2d;
  z-index: 100;
  opacity: 0.95;
}
#header-menu .content li.expanded:hover > ul {
  display: block;
}
#header-menu .content li.expanded li {
  display: block;
  margin: 0;
  padding: 0;
}
#header-menu .content li.expanded li a {
  padding: 7px 15px 7px 21px;
  color: #ffffff;
  display: block;
}
#header-menu .content li.expanded li a:hover {
  text-decoration: none;
}
#header-menu .content li.expanded li a:active,
#header-menu .content li.expanded li a:focus {
  outline: none;
}
#header-menu .content li.expanded li.expanded {
  position: relative;
}
#header-menu .content li.expanded li.expanded > a {
  background-image: url("images/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
#header-menu .content a::selection {
	background-color: #ffffff;
  color: #16222B;
}
#header-menu .content a::-moz-selection {
	background-color: #ffffff;
  color: #16222B;
}

/* Third level */
#header-menu .content li.expanded li.expanded ul {
  margin: 0 0 0 190px;
  top: 0;
  left: 0; /* LTR */
}

/**
 * Footer menu
 */
#footer-menu {
  margin: 0 0 6px 8px;
  float: right;
}
#footer-menu .block {
  margin-bottom: 0;
}
#footer-menu ul {
  margin: 0;
}
#footer-menu ul li {
  display: inline;
  margin: 0 9px 0 0; /* LTR */
}
div.item-list ul li {
  list-style: none;
  margin-left: 0; /* LTR */
}

/**
 * System menus
 */
.item-list ul li {
  margin: 5px 0;
}
ul.menu {
list-style-position: inside;
  padding: 0;
  margin: 4px 0;
}
ul.menu li {
  padding: 0;
  margin: 4px 0;
}
ul.menu li {
  margin-left: 4px;
}
ul.menu li ul.menu {
  margin-left: 10px; /* LTR */
}

/**
 * Block module
 */
.block {
  margin-bottom: 25px;
  clear: both;
}
.block:last-child {
  margin-bottom: 15px;
}
.block + #block-system-main {
  margin-top: 15px;
}
.block h2 {
  font-size: 1.45em;
  margin: 0 0 5px 0;
  padding: 0 0 4px 0;
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.block ul {
  list-style-position:inside;
  padding:0;
  margin: 0;
}
.block li {
  margin: 6px 0;
}
.block .more-link {
  margin: 6px 0;
}
.block th,
.block td {
  padding: 7px 0px;
}
.block input.form-text,
.block input.form-password,
.block input.form-file {
  max-width: 400px;
  width: 100%;
}
.region-highlight {
  -moz-border-radius:3px 3px 3px 3px;
  background-color: #f5f9fa;
  border: 1px solid #b3cfd4;
  margin: 5px 0 10px 0;
  padding: 11px 16px;
}
.region-highlight .block h2 {
  border-bottom: none;
  text-transform: none;
  font-size: 1.5em;
  letter-spacing: normal;
  color: inherit;
  margin-bottom: 5px;
}
#block-profile-author-information .user-picture {
  float: left;
  margin: 0 15px 15px 0; /* LTR */
}

/**
 * Node module
 */
.node {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.node:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.term-listing-heading + .node {
  margin-top: 0;
}
.node-header {
  margin-bottom: 16px;
}
h1.page-title,
.node h2.node-title {
  border-bottom: none;
  font-size: 2.167em;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.node-title a::-moz-selection {
  color: #fff;
}
.node-title a::selection {
  color: #fff;
}
.node h1.node-title a:focus,
.node h2.node-title a:focus {
  color: #e25401;
}
.node .meta {
  line-height: 1;
  color: #696969;
  margin-top: 3px;
}
.node .meta a:focus {
  outline-color: #444;
}
.node .user-picture {
  float: left; /* LTR */
  margin: 0 10px 8px 0; /* LTR */
}
.node .user-picture a {
  display: block;
}
.node .user-picture img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 50px;
}
.node .field-name-field-image {
  float: left; /* LTR */
  clear: both;
}
.node .field-name-body {
  margin-bottom: 14px;
}
.node .links-wrapper {
  margin: 4px 0;
}
.node ul.links {
  display: inline;
  margin-left: 0;
}
.node ul.links.inline li {
  margin: 0 8px 0 0; /* LTR */
}

/**
 * Comment module
 */
#comments-wrapper {
  margin-top: 20px;
}
#comments-wrapper .indented {
  margin: 0 0 0 30px; /* LTR */
}
.comment {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 0 0 16px 0;
}
.comment .header {
  display: block;
  margin-bottom: 14px;
}
.comment .user-picture {
  float: right; /* LTR */
  margin: 0 0 10px 10px; /* LTR */
}
.comment .user-picture img {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 2px;
  width: 28px;
}
.comment h3.title {
  line-height: 1;
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: none;
}
.comment h3.title a {
  font-weight: 700;
}
.comment h3.title a:hover {
  color: #e25401;
}
.comment .meta {
  font-size: 0.917em;
  margin: 1px 0 0 0;
}
.comment ul.links {
  display: block;
  margin: 8px 0 0;
}
.comment ul.links li a {
  text-transform: capitalize;
}
.no-comments #comment-form-wrapper {
  margin-left: 0;
}
form#comment-form #edit-actions {
  margin: 0;
}

/**
 * Book module
 */
.node-book ul.links {
  margin: 0 0 14px 0;
}
.book-navigation .menu {
  border: none;
  padding: 15px 0 15px 25px; /* LTR */
}
.book-navigation .page-links {
  width: 100%;
  margin-top: 20px;
  padding: 13px 0;
  border-bottom: none;
}
#book-outline  {
  min-width: 0;
}

/**
 * Aggregator module
 */
#page a.feed-icon {
  float: right; /* LTR */
  z-index: 99;
  position: relative;
  bottom: -10px;
}
#page a.feed-icon img {
  margin: 0;
}

/**
 * Field module
 */
.field-label-inline .field-label,
.field-label-inline .field-item,
.field-label-inline .field-items {
  display: inline-block;
  float: none;
}
.field-type-taxonomy-term-reference .field-label {
  color: #808080;
  font-weight: 700;
}
.field-type-taxonomy-term-reference .field-item {
  display: inline;
  margin-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-item:after {
  content: ",";
}
.field-type-taxonomy-term-reference .field-item:last-child:after {
  content: normal;
}
.field-type-image {
  margin: 15px 15px 15px 0; /* LTR */
}
.field-type-image a {
  border: none;
}
#edit-field-image {
  float: none;
}

/**
 * Filter module
 */
fieldset.filter-wrapper {
  margin: 0 0 12px 0;
  border-top: none;
  width: auto;
}
.filter-help {
  float: right; /* LTR */
  margin: 10px 0 0;
}
.filter-help a {
  background: none;
  padding: 0;
}
.filter-wrapper .form-item {
  margin-top: 0;
}
.filter-guidelines {
  padding-top: 6px;
}
.filter-guidelines ul {
  margin: 0;
}
body.page-filter-tips #block-system-main ul {
  margin: 0;
  list-style: none;
}
body.page-filter-tips #block-system-main li {
  margin: 10px 0;
}
body.page-filter-tips #block-system-main table {
  margin: 10px 0;
}
.tips {
  font-size: 1em;
}

/**
 * Forum module
 */
body.page-forum ul.action-links {
  margin: 9px 0;
}
#forum td.container {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
#forum td.container .name a {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0 0 4px 0;
  color: inherit;
}
#forum td.container .name a:hover {
  color: #e25400;
}
#forum td {
  padding: 13px 14px;
  vertical-align: top;
}
#forum > table {
  margin-top: 0;
}
#forum tr td.forum {
  background: none;
  padding-left: 0;
}
#forum .description {
  line-height: 1.5;
  margin: 4px 0 0 0;
  font-size: 1em;
}
#forum div.indent {
  margin: 0 0 0 15px;
}
#forum td.icon .topic-status-sticky {
  background: url(images/forum-sticky.png) no-repeat center center;
  width: 30px;
  height: 35px;
}
#forum td.icon .topic-status-default {
  background: url(images/forum-default.png) no-repeat center center;
  width: 37px;
  height: 32px;
}
#forum td.icon .topic-status-closed {
  background: url(images/forum-closed.png) no-repeat center center;
  width: 30px;
  height: 35px;
}
#forum td.icon .topic-status-hot {
  background: url(images/forum-hoht.png) no-repeat center center;
  width: 37px;
  height: 32px;
}
#forum td.icon .topic-status-new {
  background: url(images/forum-new.png) no-repeat center center;
  width: 42px;
  height: 39px;
}
#forum td.icon .topic-status-hot-new {
  background: url(images/forum-hot-new.png) no-repeat center center;
  width: 43px;
  height: 38px;
}

/**
 * OpenID module
 */
#block-user-login .item-list {
  margin-top: 10px;
}
#user-login-form li.openid-link ,
#user-login li.openid-link,
#user-login-form li.openid-processed {
  margin-left: 0;
}
#block-user-login .description {
  margin-bottom: 10px;
}
.form-item-openid-identifier {
  margin: 10px 0;
  display: block;
}
#edit-openid-identifier {
  background-position: 6px 50%;
  padding-left: 25px;
}

/**
 * Poll module
 */
.poll .title {
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.poll .bar-wrapper {
  margin-bottom: 8px;
}
.poll .bar-text {
  line-height: 1.2;
}
.poll .text {
  float: left;
  margin-bottom: 3px;
}
.poll .percent {
  float: right;
  margin-bottom: 3px;
}
.poll .bar {
  background-color: #fafafa;
  border: 1px solid #ccc;
  height: 18px;
}
.poll .bar .foreground {
  height: 18px;
}
.vote-form .form-item-choice {
  margin: 6px 0;
  padding: 0;
}
.vote-form .title {
  font-weight: 700;
  line-height: 1.5;
}
.vote-form .form-radios {
  margin: 13px 0 9px 0;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  display: block;
}
.poll .total {
  text-align: left; /* LTR */
}

/**
 * Profile and User modules
 */
.profile {
  margin: 0;
}
.profile dd {
  margin-left: 0;
}
.profile dt {
  margin: 0;
}
.profile h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.profile .user-picture {
  float: right; /* LTR */
  margin-top: 45px;
}
body.page-profile #profile {
  margin-top: 15px;
}
body.page-profile .profile {
  min-height: 60px;
  float: left;
  clear: none;
  width: 48.5%;
  margin-right: 1%; /* LTR */
}
body.page-profile .user-picture {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
}
body.page-profile .user-picture img {
  width: 40px;
  padding: 5px 0;
}
body.page-profile .name,
body.page-profile .field {
  margin-left: 60px; /* LTR */
  padding: 12px 10px 10px 0; /* LTR */
}

/**
 * Search module
 */
.search-results {
  margin: 0;
  padding: 0;
}
.search-results li  {
  margin-bottom: 20px;
}
.search-results .title {
  margin: 0;
}
.search-results .search-snippet-info {
  margin: 0;
  padding: 0;
}
.search-results p {
  margin-bottom: 4px;
}
.search-snippet strong {
  background-color: #e25400;
  color: #fff;
  padding: 0 4px;
}

/**
 * Overlay module
 */
body.overlay {
  background-color: transparent;
}
#overlay-container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -khtml-border-radius-topright: 0;
  border-top-right-radius: 0;
}
body.overlay #main-columns,
body.overlay #main {
  padding: 0!important;
  min-width: inherit;
  max-width: inherit;
}
body.overlay #main-columns {
  width: 100%;
}
body.overlay #page {
  border: none;
  padding-bottom: 0;
}
body.overlay #content {
  border: none;
}
.overlay .ui-dialog-title {
  font-size: 2.333em;
  padding: 0 0 6px;
}

/**
 * DBlog module
 */
form#dblog-filter-form .form-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 0;
}
#dblog-filter-form select {
  width: 100%;
}
#dblog-filter-form .form-actions {
  padding: 6px 0;
}
tr.dblog-user {
  background: #ffd;
}
tr.dblog-user .active {
  background: #eed;
}
tr.dblog-content {
  background: #fffee9;
}
tr.dblog-content .active {
  background: #fffcc3;
}
tr.dblog-page-not-found,
tr.dblog-access-denied {
  background: #f3fcdb;
}
tr.dblog-page-not-found .active,
tr.dblog-access-denied .active {
  background: #def2a9;
}
tr.dblog-error {
  background: #fce8dd;
}
tr.dblog-error .active {
  background: #fad4c0;
}

/**
 * Contextual links module
 */
div.contextual-links-wrapper {
  z-index: 20;
}
div.contextual-links-wrapper a.contextual-links-trigger {
  margin: 1px 0 0;
  padding: 0;
}
ul.contextual-links li a {
  color: #333!important;
  display:block;
  margin: 0;
  padding: 5px 5px;
}
a.contextual-links-trigger {
  border: transparent 1px solid;
}

/**
 * Color module
 */
.two-sidebars #placeholder {
  position:static;
  margin-bottom: 10px;
}
#palette .form-item {
  width: auto;
}
.color-form .form-item {
  height: 3em;
}
#palette .item-selected {
  background: none;
}
.farbtastic .marker:before {
  content: "";
}
.farbtastic .marker:after {
  content: "";
}
#palette .lock {
  background-position: 50% 2px;
}
#palette .unlocked {
  background-position: 50% -22px;
}
#palette .hook {
  margin-top: 0.6em;
}

/**
 * Dashboard module
 */
#dashboard #disabled-blocks h2 {
  color: #fff;
}
#dashboard .ui-sortable .block h2 {
  background-position: 0 -36px;
}

/**
 * Shortcut module
 */
h1.page-title {
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}
.shortcut-wrapper {
  position: relative;
}
div.add-or-remove-shortcuts {
  display: none;
  margin-bottom: 3px;
}
div.add-or-remove-shortcuts a span.icon {
  margin-left: 4px;
}
body.page-admin div.add-or-remove-shortcuts,
body.overlay-open div.add-or-remove-shortcuts {
  margin-top: 3px;
  display: inline-block;
}

/**
 * Toolbar module
 */
#toolbar div.toolbar-menu ul li a {
  line-height: 1.7;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
}

/**
 * System module
 */
/* Tabs */
.tabs {
  margin: 15px 0 10px;
}
.tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs ul.tabs {
  margin: 5px 0 8px 0;
  padding: 0;
  border: none;
  white-space: normal;
}
.tabs ul.tabs li {
  display: inline-block;
  padding: 0;
}
.tabs ul.tabs li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.tabs ul.tabs li.active a {
  background-color: #fff;
}
.tabs ul.tabs li a:hover,
.tabs ul.tabs li a:active,
.tabs ul.tabs li a:focus {
  outline: none;
  opacity: 0.8;
  border-color: #666;
}
.tabs ul.primary li {
  margin: 3px 3px 3px 0;
}
.tabs ul.primary li a {
  padding: 7px 15px;
  margin: 0;
}
.tabs ul.secondary {
  margin: 2px 0 6px;
  padding: 0;
  border: none;
  white-space: normal;
}
.tabs ul.secondary li {
  margin: 3px 2px 5px 0;
  border: none;
}
.tabs ul.secondary li a {
  font-size: 11px;
  padding: 3px 12px;
}
/* Vertical tabs */
div.vertical-tabs {
  border: 1px solid #ccc;
}
div.vertical-tabs ul.vertical-tabs-list {
  list-style-position: outside;
}
.vertical-tabs-panes {
  padding: 9px 5px;
}
div.vertical-tabs fieldset {
  background: none;
}
ul.vertical-tabs-list li a {
  display: block;
  border: none;
  padding: 7px 12px;
  color: inherit;
}
ul.vertical-tabs-list li.selected a {
  background-color: #fff;
}
.vertical-tabs input {
  width: 100%;
}
.vertical-tabs input.form-checkbox,
.vertical-tabs input.form-radio {
  width: auto;
}
/* Pagers */
.item-list ul.pager {
  margin: 15px 0 2px 0;
  text-align: left;
}
.item-list ul.pager li {
  margin: 0 6px;
  padding: 0;
}
ul.pager li:first-child {
  margin: 0 6px 0 0; /* LTR */
}
ul.pager li.pager-previous {
  padding-right: 8px;
}
ul.pager li.pager-next {
  padding-left: 8px;
}
ul.pager li.pager-ellipsis {
  margin: 0;
}
/* Breadcrumbs */
#breadcrumb {
  margin: 0 0 10px 0;
}
#breadcrumb .separator {
  margin: 0 5px;
}
.breadcrumb {
  padding: 0;
}
/* Markers */
.marker {
  color: #e25401;
  text-transform: capitalize;
  margin-left: 3px;
}
.marker:before {
  content: "(";
}
.marker:after {
  content: ")";
}
.farbtastic .marker:before {
  content: "";
}
.farbtastic .marker:after {
  content: "";
}
/* Action links */
ul.action-links {
  margin: 10px 0;
}
ul.action-links li {
  list-style: none;
  display: inline;
  padding: 0 14px 0 1px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(images/action-link.png) no-repeat left center;
}
/* Collapsible fieldsets */
html.js fieldset.collapsible .fieldset-legend {
  background: none;
}
html.js fieldset.collapsible .fieldset-legend {
  padding: 2px 4px 2px 10px; /* LTR */
}
html.js fieldset.collapsible legend a {
  padding: 0 15px 0 0; /* LTR */
  color: #fff;
  background: url(images/arrow-down-white.png) no-repeat right 4px; /* LTR */
}
html.js fieldset.collapsed legend a {
  background: url(images/arrow-right-white.png) no-repeat right 4px; /* LTR */
}
html.js fieldset.collapsed .fieldset-wrapper,
html.js fieldset.collapsed .action {
  display: none;
}
html.js fieldset.collapsed {
  padding: 10px 20px;
}
html.js fieldset.collapsed {
  border-width: 1px;
  margin-bottom: 15px;
}
html.js input.form-autocomplete {
  background-position: 99% 8px; /* LTR */
}
html.js input.throbbing {
  background-position: 99% -12px; /* LTR */
}
/* Resizable textareas */
.resizable-textarea {
  width: 100%;
}
.resizable-textarea .grippie {
  height: 9px;
  width: 100%;
  background: #ccc url(images/grippie.png) no-repeat center 2px;
  border: 1px solid #ccc;
  border-top-width: 0;
  cursor: s-resize;
  margin-top: -6px;
  position: relative;
  margin-right: 0!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
/* Table drag & drop */
.draggable a.tabledrag-handle {
  margin: 0 12px 0 0;
  padding: 0;
}
tr.drag {
  background-color: #f3fbfe;
}
tr.drag-previous {
  background-color: #f8fdfe;
}
span.tabledrag-changed {
  font-size: 13px;
  margin-left: 3px;
  color: #f00;
}
th a,
thead a {
  color: #fff!important;
}
th a:hover,
thead a:hover {
  color: #fff;
}
table img {
  margin: 0 0 0 7px; /* LTR */
}
/* Password strength indicator */
.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.833em;
}
#password-strength-text {
  margin-top: 0.2em;
}
input.password-confirm,
input.password-field {
  width: 15em;
  margin-bottom: 0.4em;
}
div.form-item div.password-suggestions {
  padding: 8px 9px;
  margin: 10px 0;
  background-color: #f3fcdb;
  border: 1px solid #b8e643;
}
/* Maintenance page */
body.maintenance-page #content {
  margin-top: 5px;
}
/* Utility classes */
.element-invisible,
#header-menu h2,
#footer-menu h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.clearfix:after,
.clear-block:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Admin pages
 */
/* admin/structure/block and admin/people/permissions */
tr.region-title td,
table#permissions td.module {
  color: #779125;
  font-size: 1.083em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
tr.region-populated {
  display: none;
}
/* admin/config */
div.admin .left,
div.admin .right {
  margin: 0;
}
div.admin-panel {
  margin: 0 0 9px 0;
  padding: 5px 0 10px;
  border-bottom: 1px dashed #000;
}
div.admin-panel h3 {
  margin-top: 5px;
}
.admin-panel:last-child {
  border-bottom: none;
}
/* admin/help/ */
body.page-admin-help dd {
  margin-bottom: 12px;
}
/* admin/config/regional/date-time */
td .form-item {
  margin: 4px 0;
}
/* admin/<content_type>/fields */
.label-add-new-field,
.label-add-existing-field {
  display: inline-block;
  vertical-align: middle;
}
/* admin/config/people/ip-blocking */
form#system-ip-blocking-form {
  margin-bottom: 15px;
}
/* admin/config */
div.admin-panel .body {
  padding: 0;
}
/* admin/reports/updates */
table.version tr {
  margin: 10px 0;
}
td.version-links li {
  display: inline;
  margin: 0 0 0 10px;
}
table.update tr {
  margin: 10px 0;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
table.update tr.error > td,
table.update tr.ok > td,
table.update tr.warning > td,
table.update tr.unknown > td {
  display: block;
}
table.update tr,
table.update td {
  border: none;
}
body.page-admin-reports-updates h3 {
  margin-bottom: 0;
}
.update tr.error {
  background-color: #ffece2;
  border: 1px solid #f4c6af;
}
.update tr.ok {
  background-color: #eef8ca;
  border: 1px solid #d6ec8b;
}
.update tr.warning {
  background-color: #fdf9e5;
  border: 1px solid #f1e7b4;
}
.update tr.unknown {
  background-color: #efefef;
  border: 1px solid #d4d4d4;
}
.update .project,
.update table.version .version-title,
.update .info  {
  padding-left: 0;
  padding-right: 0;
}
/* admin/reports/status */
table.system-status-report tr {
  border-bottom: 1px solid #878787;
  border-top: 1px solid #878787;
  padding-left: 30px;
}
table.system-status-report tr.warning {
  background-color: #fdf9e5;
}
table.system-status-report tr.ok {
  background-color: #eef8ca;
}
table.system-status-report tr.error {
  background-color: #ffece2;
}
/* admin/appearance */
.system-themes-list-disabled .theme-selector  {
  padding: 20px 30px 20px 0;
  width: 200px;
}
.system-themes-list-disabled .theme-info {
  min-height: 0;
}
/* admin/structure/block/demo/corolla */
body.page-admin-structure-block-demo-corolla #sidebar-first,
body.page-admin-structure-block-demo-corolla #sidebar-second,
body.page-admin-structure-block-demo-corolla #header-menu,
body.page-admin-structure-block-demo-corolla #header-wrapper {
  display: block;
}
body.page-admin-structure-block-demo-corolla #main {
  width: 56%;
}
.block-region {
  background-color: transparent;
  border: 2px dashed #ff3e00;
  padding: 10px 10px;
  font-size: 1.4em;
  font-weight: 700;
  color: #ff3e00;
  text-align: center;
  text-transform: uppercase;
}
#sidebar-first .block-region,
#sidebar-second .block-region {
  padding: 225px 0;
}
.region-help .block-region {
  margin: 10px 0 15px 0;
}
.region-content .block-region {
  padding: 90px 0;
}
/* System help */
#block-system-help {
  background-color: #f5f9fa;
  border: 1px solid #b3cfd4;
  margin: 15px 0;
  padding: 12px 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* Admin forms */
body.page-admin label {
  font-weight: 700;
}
#edit-actions {
  vertical-align: top;
  margin: 10px 0;
}
.fieldset-description {
  margin-bottom: 6px;
}
body.page-admin input {
  width: auto;
}
.multiselect .form-item {
  display: inline-block;
  margin: 0 10px 0 0; /* LTR */
}
dl.multiselect dt,
dl.multiselect dd {
  float: none;
}
#user-admin-buttons  {
  margin-left: 0;
  margin-right: 0;
}
form#system-actions-manage-form {
  margin-top: 30px;
}
table + input {
  margin-top: 10px!important;
}
legend + .fieldset-wrapper {
  margin-top: 0;
}
dl.multiselect dd .form-item {
  margin-bottom: 30px;
}
dl.multiselect dd .form-item label {
  margin-top: 2px;
}
.node-form #edit-poll-more {
  margin-top: 10px;
}
#edit-field-screenshot {
  float: none;
}
td.block {
  background: inherit;
  border: none;
  margin: 0;
}
td.edit,
td.delete {
  padding-left: 7px; /* LTR */
}
dl.admin-list dd {
  margin: 0 0 11px 0;
}
dl.multiselect label {
  text-transform: capitalize;
}
dl.multiselect dd {
  line-height: normal;
  margin-left: 0;
}
.node-type-list dt {
  margin-top: 11px;
}
#user-admin-buttons,
#node-admin-buttons {
  margin-top: 10px;
}
fieldset .action {
  margin-top: 7px;
}
.compact-link {
  margin-bottom: 5px;
}



#block-views-news-slider-block {
	width: 472px;
	margin-right:26px;
	float: left;
}
#block-views-hp-news-slider-block {
	width: 472px;
	margin-right:26px;
	float: left;
}

.flexslider {
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.flex-direction-nav li {
	background: none !important;
	padding: 0 !important;
}


.flex-direction-nav .flex-prev {
	background: url(../images/bg-arrows.png) no-repeat 0 0;
	display: block !important;
	width: 15px;
	height: 19px;
	opacity: 0.8;
}
.flex-direction-nav .flex-next {
	background: url(../images/bg-arrows.png) no-repeat -15px 0;
	display: block !important;
	width: 15px;
	height: 19px;
	opacity: 0.8;
}
.flex-pauseplay .flex-pause {
	background: url(../images/bg-arrows.png) no-repeat -30px 0;
	display: block;
	width: 15px;
	height: 19px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}
.flex-pauseplay .flex-play {
	background: url(../images/bg-arrows.png) no-repeat -45px 0;
	display: block;
	width: 15px;
	height: 19px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}

/********** Breaking News slider **********/
.view-breaking-news .view-header {
	float: left;
	text-transform: uppercase;
	color: #990000;
	font-size: 11px;
	line-height: 20px;
	padding-right: 10px;
}

#flexslider_views_slideshow_breaking_news-block li{
	background: none;
	padding: 0;
}

.view-breaking-news .flex-prev {
	left: auto !important;
	right: 34px;
	margin-top: 0;
	top: 0;
}
.view-breaking-news .flex-next {
	right: 0 !important;
	margin-top: 0;
	top: 0;
}
.view-breaking-news .flex-pause {
	right: 17px;
	top: 0;
}
.view-breaking-news .flex-play {
	right: 17px;
	top: 0;
}

.view-breaking-news .views-field-title a {
	text-decoration: none;
	font-weight: normal;
}
.view-breaking-news .views-field-title a:hover {
	text-decoration: underline;
}

.flex-control-paging li {
	background: none !important;
	margin: 0 0 0 3px;
	padding: 0;
}
.flex-control-paging li a {
	background: #e4e4e4;
	box-shadow: 0 1px 1px rgba(0,0,0, .4) inset;
	width: 9px;
	height: 9px;
	text-indent: 9999px;
}
	.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
		background: #b0b0b0;
	}
/*************************************/

/********* News Slider *********/
.view-slider-thumbnails .slides li, .view-node-gallery .slides li, .view-hp-news-slider-thumbnails .slides li {
	margin: 8px 8px 0 0;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition:background 0.1s linear;
	-moz-transition:background 0.1s linear;
}
	.view-slider-thumbnails .slides li.flex-active-slide, .view-node-gallery .slides li.flex-active-slide, .view-hp-news-slider-thumbnails .slides li.flex-active-slide {
		opacity: 1;
	}

	.view-slider-thumbnails .flex-prev {
		left: auto !important;
		right: 17px;
		margin-top: 66px;
		top: 0;
	}
	.view-slider-thumbnails .flex-next {
		opacity: 0.8;
		right: 0 !important;
		margin-top: 66px;
		top: 0;
	}

.view-news-slider .slider-info {
	background: url(../images/bg-slider-info.png);
	overflow: hidden;
	padding: 13px 15px 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.view-news-slider .slider-title a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.view-news-slider .slider-body{
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}
/******************************/

/*********** Video slider **********/
.view-video-slider-thumbnails .slides li {
	margin: 8px 8px 0 0;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition:background 0.1s linear;
	-moz-transition:background 0.1s linear;
}
	.view-video-slider-thumbnails .slides li.flex-active-slide {
		opacity: 1;
	}

	.view-video-slider-thumbnails .flex-prev {
		left: auto !important;
		right: 17px;
		margin-top: 66px;
		top: 0;
	}
	.view-video-slider-thumbnails .flex-next {
		opacity: 0.8;
		right: 0 !important;
		margin-top: 66px;
		top: 0;
	}
/***********************************/

/*********** Editor's Choice *********/
.view-editor-s-choice .flexslider {
	padding: 0 25px;
}

.view-editor-s-choice .flex-prev {
	left: 0 !important;
	margin-top: 45px;
	top: 0;
}
.view-editor-s-choice .flex-next {
	right: 0 !important;
	margin-top: 45px;
	top: 0;
}

.view-editor-s-choice ul.slides li {
	background: #ebebeb;
	width: 300px !important;
	margin-right: 10px;
	padding: 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
	.view-editor-s-choice .views-field-field-image {
		float: left;
		margin-right: 15px;
	}

.view-editor-s-choice .flex-control-nav{
	top: -38px;
	right: 0;
	bottom: auto;
	text-align: right;
}
/*************************************/

/*Node gallery*/
.field-name-node-gallery {
	background: #ebebeb;
	padding: 2px 10px 10px;
	margin-bottom: 15px;
}
.view-node-gallery .view-footer li {
	margin: 8px 8px 0 0;
}

.view-node-gallery #flexslider-2 {
	padding: 0 21px;
}

	.view-node-gallery .flex-prev {
		left: 0 !important;
		margin-top: 22px;
		top: 0;
	}
	.view-node-gallery .flex-next {
		right: 0 !important;
		margin-top: 22px;
		top: 0;
	}

/***************************************/

#block-block-1 {
  float: left;
}
  #block-block-1 .content {
    font-size: 11px;
    color: #d7cdcd;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px 0 5px 0;
  }

#block-system-user-menu {
  float: right;
  margin-top: 1px;
  margin: 1px 0 4px;
}
#block-system-user-menu .content .nav {
  margin: 0;
}
#block-system-user-menu .content li{
  background: url(../images/bg-li.gif) right 7px no-repeat;
  float: left;
  padding: 0 5px;
}
  #block-system-user-menu .content li.last {
    background: none;
  }
#block-system-user-menu .content li a{
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
  #block-system-user-menu .content li a:hover {
    text-decoration: underline;
    background: none;
  }


#block-delta-blocks-logo {
  float: left;
  margin: 26px 0 29px 15px;
}
#block-search-form {
  float: right;
  margin-top: 29px;
}

/*.form-search .input-append {
  background: #a31919;
  border-top: 1px solid #650f0f;
  border-bottom: 1px solid #b13b3b;
  box-shadow: 0 1px 1px rgba(0,0,0, .1) inset;
  border-radius: 14px;
}*/


  .form-search .icon-search {
    width: 17px;
    height: 18px;
    border: 0;
    background: url(../images/search.png) center center no-repeat;
  }

#block-node-syndicate {
  float: right;
  margin-top: 32px;
  margin-left: 18px;
}
  #block-node-syndicate .content a {
    font-size: 11px;
    color: #d7cdcd;
    line-height: 25px;
    text-decoration: none;
  }
  	#block-node-syndicate .content a:hover {
  		text-decoration: underline;
  	}

  #block-node-syndicate .content img {
    margin-left: 10px;
    vertical-align: text-top;
  }


#first-time {
	display:none;
}

#block-views-latest-headlines-block h2 {
	padding: 11px 0 0;
	margin-bottom: 4px;
}

	#block-views-latest-headlines-block .views-row-last {
		background: none;
		padding-bottom: 0;
	}

#block-views-latest-headlines-block .more-link a {
	margin-top: 7px;
}

/*********** Maintop tabs ************/
#block-quicktabs-maintop {
	width: 306px;
	float: left;
}

.quicktabs-wrapper .item-list {
	background: url(../images/bg-tabs.gif) top repeat-x;
	padding: 6px 0 5px 10px;
	border-bottom: 1px solid #fff;
}

.quicktabs-wrapper .quicktabs-tabs {
	margin-bottom: 0;
}
.quicktabs-wrapper .quicktabs-tabs li {
	margin: 0;
	padding: 0;
}
	.quicktabs-wrapper .quicktabs-tabs a {
	  background: none;
	  color:#282828;
	  font-size:14px;
	  font-weight:normal;
	  padding:2px 14px 1px;
	  text-decoration:none;
	  display: inline-block;
	}
	  .quicktabs-wrapper .quicktabs-tabs a:hover {
	    color: #990000;
	  }
	  .quicktabs-wrapper .quicktabs-tabs .active a {
	    color:#990000;
	    background: #eeeeee;
	    box-shadow: 0 1px 1px rgba(0,0,0, .2) inset;
	    border-radius: 15px;
	    border-top: 1px solid #adadad;
	    border-bottom: 1px solid #fff;
	    font-weight: bold;
	  }
.quicktabs-wrapper .quicktabs_main {
	background: #ebebeb;
	padding: 15px 10px 20px;
	height: 342px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#quicktabs-container-maintop {
	overflow: hidden;
}

#block-views-opinions-block .views-row {
	background: url(../images/bg-line.gif) bottom repeat-x;
	overflow: hidden;
	padding: 12px 0 9px;
}
	#block-views-opinions-block .views-row-first {
		padding-top: 0;
	}
	#block-views-opinions-block .views-row-last {
		background: none;
	}

	#block-views-opinions-block .views-field-field-image {
		float: left;
		margin-right: 16px;
	}
	/*#block-views-opinions-block .views-field-title a,
	#block-views-opinions-block-1 .views-field-title a,
	.view-editor-s-choice */.views-field-title a{
		font-weight: bold;
		text-decoration: none;
		line-height: 18px;
	}
		/*#block-views-opinions-block .views-field-title a:hover,
		.view-editor-s-choice .views-field-title a:hover,
		#block-views-opinions-block-1*/ .views-field-title a:hover {
			text-decoration: underline;
		}
	/*#block-views-opinions-block .views-field-created,
	#block-views-opinions-block-1 .views-field-created,
	.view-editor-s-choice*/ .views-field-created {
		float: left;
		margin-right: 10px;
		font-size: 12px;
		color: #828181;
		line-height: 18px;
	}
	/*#block-views-opinions-block .views-field-comment-count a,
	#block-views-opinions-block-1 .views-field-comment-count a,
	.view-editor-s-choice*/ .views-field-comment-count a{
		background: url(../images/bg-comment.png) no-repeat 0 3px;
		padding-left: 18px;
		text-decoration: none;
		color: #990000;
		line-height: 18px
	}
		/*#block-views-opinions-block .views-field-comment-count a:hover,
		#block-views-opinions-block-1 .views-field-comment-count a:hover,
		.view-editor-s-choice*/ .views-field-comment-count a:hover {
			text-decoration: underline;
		}
	#block-views-opinions-block .views-field-body {
		overflow: hidden;
		margin-top: 10px;
		line-height: 16px;
	}
		/*#block-views-opinions-block .views-field-body p,
		#block-views-opinions-block-1 .views-field-body p,
		.view-editor-s-choice*/ .views-field-body p {
			margin-bottom: 0;
		}
	/*#block-views-opinions-block .views-field-view-node a,
	#block-views-opinions-block-1*/ .views-field-view-node a{
		color: #282828;
		font-size: 12px;
		text-decoration: none;
		display: inline-block;
		padding: 1px 14px;
		border: 1px solid #c6c6c6;
		border-radius: 15px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
		background: url(../images/bg-more.gif) top repeat-x;
		margin-top: 7px;
	}
		/*#block-views-opinions-block .views-field-view-node a:hover,
		#block-views-opinions-block-1*/ .views-field-view-node a:hover {
			color: #990000;
		}

	.views-field-term-node-tid a {
		font-size: 11px;
		color: #990000;
		text-transform: uppercase;
		text-decoration: none;
	}
		.views-field-term-node-tid a:hover {
			text-decoration: underline;
		}


#block-views-world-news-block,
#block-views-world-news-block-1 {
	float: left;
	width: 472px;
}
	#block-views-world-news-block-1 {
		margin-bottom: 0;
		padding-bottom: 0;
	}


#block-views-latest-headlines-block,
#block-views-u-s-news-block {
	width: 140px;
	margin-right: 26px;
	float: left;
}

.view-latest-headlines .views-field-title a,
.view-blocks-categories .views-field-title a{
	font-weight: normal;
}


	#block-views-opinions-block-1 .views-row {
		float: left;
		width: 130px;
		margin-right: 22px;
		overflow: hidden;
	}
	#block-views-opinions-block-1 .views-row-last {
		margin-right: 0;
	}
	#block-views-opinions-block-1 .views-field-field-image {
		margin-bottom: 10px;
	}
	#block-views-opinions-block-1 .views-field-body {
		margin-top: 5px;
		line-height: 16px;
	}
/*********************************/

#block-views-editor-s-choice-block h2 {
	padding: 17px 0 0px;
}
	.view-editor-s-choice .views-field-body {
		line-height: 16px;
		font-size: 12px;
	}

#block-views-world-news-block h2,
#block-views-world-news-block-1 h2 {
	background: url(../images/bg-tabs.gif) top repeat-x;
	margin: 0 0 15px 0;
	padding: 11px 10px 9px 10px;
	color: #282828;
	font-size: 14px;
}
#block-views-world-news-block .content,
#block-views-world-news-block-1 .content {
	padding: 0 10px;
}
	
	.view-world-news .views-row {
		background: url(../images/bg-line.gif) bottom repeat-x;
		overflow: hidden;
		padding: 0 0 5px 0;
		margin-bottom: 8px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
		.view-world-news .views-row-first,
		.view-world-news .views-row-last {
			background: none;
			margin-bottom: 0;
		}
	.view-world-news .views-field-body {
		height: 35px;
		overflow: hidden;
		font-size: 12px;
		line-height: 16px;
	}

	.view-world-news .views-field-field-image {
		display: none;
	}

	.view-world-news .views-row-1 {
		float: left;
		width: 216px;
		margin-right: 20px;
		padding: 0;
	}
		.view-world-news .views-row-1 .views-field-field-image {
			display: block;
			margin-bottom: 10px;
		}

		.view-world-news .views-row-1 .views-field-body {
			height: auto;
		}

	.view-world-news .more-link {
		text-align: right;
		position: absolute;
		top: -60px;
		right: 10px;
	}

#block-views-u-s-news-block h2 {
	padding-bottom: : 10px;
	margin-bottom: 13px;
}

.view-u-s-news .views-row {
	background: url(../images/bg-line.gif) bottom repeat-x;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin-bottom: 8px;
}
	.view-u-s-news .views-row-last {
		background: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

.view-u-s-news .views-field-body {
	font-size: 12px;
	line-height: 16px;
}
/*****************************/

#quicktabs-container-sidebar_tabs {
	background: none;
	height: auto;
	overflow: hidden;
}

.view-tags .item-list {
	background: none;
	padding: 0;
	border: 0;
}
	.view-tags .item-list ul { margin: 0;}

.view-popular-posts .views-row {
	background: url(../images/bg-line.gif) bottom repeat-x;
	padding: 0 50px 12px 0;
	margin-bottom: 12px;
	overflow: hidden;
}
	.view-popular-posts .views-row-last {
		background: none;
	}
.view-popular-posts .views-field-field-image {
	float: left;
	margin-right: 15px;
}

.view-tags li.views-row {
	float: left;
	margin: 0 5px 5px 0;
	display: block;
	line-height: 25px;
}
	.view-tags li a {
		background: url(../images/bg-tag.gif) 9px 9px no-repeat #e4e4e4;
		border-radius: 15px;
		padding: 5px 15px 5px 20px;
		color: #282828;
		text-decoration: none;
	}
		.view-tags li a:hover {
			color: #990000;
		}

.view-comments .views-row {
	background: url(../images/bg-line.gif) bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	.view-comments .views-row-last {
		background: none;
		margin-bottom: 0;
	}

.view-comments .views-field-name {
	float: left;
	margin-right: 5px;
}
	.view-comments .views-field-name a {
		font-weight: bold;
		text-decoration: none;
		line-height: 18px;
	}
		.view-comments .views-field-name a:hover {
			text-decoration: underline;
		}

.view-comments .views-field-comment-body {
	overflow: hidden;
	width: 100%;
	padding-top: 2px;
	line-height: 16px;
}
	.view-comments .views-field-comment-body p {
		margin-bottom: 0;
	}


.view-in-pictures .views-field-field-images .item-list li {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
	background: none;
	width: auto !important;
}

.view-in-pictures ul.slides li {
	background: none;
	padding: 0;
}
	.view-in-pictures ul.slides .field-content {
		margin-right: -10px;
	}

.view-in-pictures .flex-prev {
	background: url(../images/bg-arrows.png) no-repeat 0 0;
	display: block !important;
	width: 15px;
	height: 19px;
	opacity: 0.8;
	left: auto !important;
	right: 17px;
	bottom: -26px;
	top: auto;
}
.view-in-pictures .flex-next {
	background: url(../images/bg-arrows.png) no-repeat -15px 0;
	display: block !important;
	width: 15px;
	height: 19px;
	opacity: 0.8;
	right: 0 !important;
	bottom: -26px;
	top: auto;
}

.view-in-pictures .flex-control-nav{
	top: -38px;
	right: 0;
	bottom: auto;
	text-align: right;
}

/*****Related articles****/
.field-name-related-articles {
	background: url(../images/bg-line.gif) bottom repeat-x;
	overflow: hidden;
	padding: 20px 0 31px;
}
.field-name-related-articles h2 {
	background: url(../images/bg-tabs.gif) top repeat-x;
	color: #282828;
	padding: 10px 0 10px 11px;
	font-size: 14px;
	font-weight: bold;
}
	.view-similarterms .views-row {
		float: left;
		overflow: hidden;
		width: 50%;
	}

	.view-similarterms .views-field-field-image {
		float: left;
		margin: 0 16px 0 10px;
	}


.print-link {
	margin: -28px 0 20px 0;
}


#tools {
	width: 146px;
	position: fixed;
	top: 266px;
	left: -119px;
}
	#tools h3 {
		background: url(../images/bg_tools.png) no-repeat 0 -139px;
		font-size: 12px;
		font-weight: bold;
		padding-left: 10px;
		margin-bottom: 0;
		width: 136px;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
	}
.region-tools {
	background: #fff;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 20px 0 20px 10px;
	width: 108px;
	overflow: hidden;
}
	.region-tools section.block h2 {
		font-size: 12px;
		color: #282828;
		font-weight: normal;
		text-transform: none;
		margin-bottom: 5px;
	}

#block-block-2 {
	background: url(../images/bg-line.gif) bottom repeat-x;
	padding-bottom: 16px;
	margin: 0 10px 10px 0;
}
#block-block-2 .content p {
	margin: 0;
}
#block-block-2 .content a{
	color: #282828;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1px 0;
	width: 46px;
	border: 1px solid #c6c6c6;
	border-radius: 15px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
	background: url(../images/bg-more.gif) top repeat-x;
}
	#block-block-2 .content a.active {
		background: none;	
	}
	#block-block-2 .content #liquid-layout {
		border-radius: 15px 0 0 15px;
		margin-right: 2px;
	}
	#block-block-2 .content #fixed-layout {
		border-radius: 0 15px 15px 0;
	}

#block-styleswitcher-styleswitcher .content li{
	background: none;
	float: left;
	padding: 0;
	margin: 0 6px 3px 0;
}

	#block-styleswitcher-styleswitcher .style-switcher {
		display: block;
		width: 20px;
		height: 20px;
		text-indent: -9999px;
	}

	#block-styleswitcher-styleswitcher li.first {
		display: none;
	}

	#block-styleswitcher-styleswitcher .style-red {
		background: url(../images/bg_tools.png) no-repeat -10px -50px;
	}
		#block-styleswitcher-styleswitcher .style-red.active {
			background: url(../images/bg_tools.png) no-repeat -9px -94px;
		}
	#block-styleswitcher-styleswitcher .style-blue {
		background: url(../images/bg_tools.png) no-repeat -32px -50px;
	}
		#block-styleswitcher-styleswitcher .style-blue.active {
			background: url(../images/bg_tools.png) no-repeat -31px -94px;
		}
	#block-styleswitcher-styleswitcher .style-orange {
		background: url(../images/bg_tools.png) no-repeat -54px -50px;
	}
		#block-styleswitcher-styleswitcher .style-orange.active {
			background: url(../images/bg_tools.png) no-repeat -53px -94px;
		}
	#block-styleswitcher-styleswitcher .style-green {
		background: url(../images/bg_tools.png) no-repeat -76px -50px;
	}
		#block-styleswitcher-styleswitcher .style-green.active {
			background: url(../images/bg_tools.png) no-repeat -75px -94px;
		}
	#block-styleswitcher-styleswitcher .style-grey {
		background: url(../images/bg_tools.png) no-repeat -10px -72px;
	}
		#block-styleswitcher-styleswitcher .style-grey.active{
			background: url(../images/bg_tools.png) no-repeat -9px -116px;
		}
	#block-styleswitcher-styleswitcher .style-dark-blue {
		background: url(../images/bg_tools.png) no-repeat -32px -72px;
	}
		#block-styleswitcher-styleswitcher .style-dark-blue.active {
			background: url(../images/bg_tools.png) no-repeat -31px -116px;
		}
	#block-styleswitcher-styleswitcher .style-black {
		background: url(../images/bg_tools.png) no-repeat -54px -72px;
	}
		#block-styleswitcher-styleswitcher .style-black.active {
			background: url(../images/bg_tools.png) no-repeat -53px -116px;
		}

	#block-styleswitcher-styleswitcher .active {
		
	}

#page-not-found .not-found-right {
	padding-top: 100px;
}
	#page-not-found #block-search-form .container-inline,
	#page-not-found #search-block-form .container-inline {
		background: #ebebeb;
		border: 0;
		border-top: 1px solid #929292;
	}
	#page-not-found #block-search-form .form-text,
	#page-not-found #search-block-form .container-inline .form-text {
		width: 255px;
		color: #828181 !important;
	}
	#page-not-found #block-search-form .form-text:-moz-placeholder,
	#page-not-found #block-search-form .form-text::-webkit-input-placeholder { color:#828181;}

	#page-not-found #block-search-form .form-submit,
	#page-not-found #search-block-form .form-submit {
		background: url(../images/search2.png) no-repeat 4px center;
	}

	#page-not-found .more-link a {
		background: url(../images/bg-more2.gif) top repeat-x;
		padding: 4px 14px;
		margin-left: 20px;
	}

.site-map-box-menu h2 {
	display: none;
}

#site-map .site-map-box ul {
	padding: 0;
}

#site-map .site-map-box li {
	background: url(../images/a1.gif) no-repeat 0 10px;
	padding: 0 0 0 12px;
	line-height: 28px;
}
#site-map .site-map-box li.expanded {
	background: url(../images/a2.gif) no-repeat 0 12px;
}
	#site-map .site-map-box li a {
		color: #282828;
		text-decoration: none;
		font-weight: bold;
	}
		#site-map .site-map-box li a:hover {
			color: #2e5b8a;
			text-decoration: underline;
		}
		#site-map .site-map-box li a.active {
			color: #2e5b8a;
		}
		#site-map .site-map-box ul ul li a {
			font-weight: normal;
		}

#archives .pane-title {
	font-size: 14px;
	color: #828181;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

.panel-2col .panel-col-first .inside {
	margin-right: 0;
	padding-right: 14px;
}
.panel-2col .panel-col-last .inside {
	margin-left: 0;
	padding-left: 14px;
}

.view-archives li {
	background: url(../images/bg-line.gif) bottom repeat-x;
	margin: 0;
	overflow: hidden;
	padding: 9px 0 8px;
}
	.view-archives li.views-row-last {
		background: none;
	}
.view-archives .views-field-title {
	float: left;
	padding-right: 5px;
}
	.view-archives .views-field-title a {
		font-weight: normal;
	}

.view-taxonomy-term-page .views-row {
	background: url(../images/bg-line.gif) bottom repeat-x;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.view-taxonomy-term-page .views-field-body {
	line-height: 18px;
}
.view-taxonomy-term-page .views-field-field-image {
	float: left;
	margin-right: 15px;
}

.view-taxonomy-term-page .attachment-before {
	background: #ebebeb;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
	.view-taxonomy-term-page .attachment-before .views-row {
		background: none;
		padding: 0;
		margin: 0;
	}
	.view-taxonomy-term-page .attachment-before .views-field-field-image {
		float: left;
		margin-right: 20px;
	}
	.view-taxonomy-term-page .attachment-before .views-field-title a {
		font-size: 20px;
	}
	.view-taxonomy-term-page .attachment-before .views-field-body {
		padding-top: 10px;
		line-height: 18px;
	}

.view-taxonomy-term-page .attachment-after .view-header {
	background: url(../images/bg-tabs.gif) top repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 7px 10px;
	margin: 30px 0 15px;
	text-transform: uppercase;
}
	.view-taxonomy-term-page .attachment-after .views-row {
		float: left;
		padding: 0 10px 12px;
		margin-bottom: 12px;
		width: 296px;
	}


.view-gallery .view-header {
	margin-top: 6px;
}
.view-gallery .gallery-top{
	background: #ebebeb;
	overflow: hidden;
	position: relative;
	padding: 10px;
	margin: 0 0 20px 0;
	clear: both;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
	.view-gallery .gallery-top .view-content {
		margin: 0;
	}
	.view-gallery .view-header .views-row {
		background: none;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.view-gallery .view-header .views-field-field-images-1 {
		float: left;
		margin: 0 20px 0 0 !important;
	}
	.view-gallery .view-header .gallery-title {
		font-size: 14px;
		color: #828181;
		padding-top: 1px;
		line-height: 24px;
	}
	.view-gallery .view-header .gallery-title a {
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
	}
		.view-gallery .view-header .gallery-title a:hover {
			text-decoration: underline;
		}
	.view-gallery .view-header .views-field-body {
		line-height: 18px;
		padding-top: 10px;
	}


.view-gallery .views-row{
	background: url(../images/bg-line.gif) bottom repeat-x;
	float: left;
	padding-right: 26px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	overflow: hidden;
}

.gallery-3-cols .views-row{
	width: 195px;
}
	.gallery-3-cols .views-row:nth-child(3n) {
		padding-right: 0;
	}
.gallery-4-cols .views-row{
	width: 140px;
}
	.gallery-4-cols .views-row:nth-child(4n) {
		padding-right: 0;
	}


.view-gallery .views-field-title-1 {
		font-size: 12px;
		color: #828181;
		line-height: 17px;
	}
	.view-gallery .views-field-title-1 a {
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		text-decoration: none;
	}
		.view-gallery .views-field-title-1 a:hover {
			text-decoration: underline;
		}

.view-gallery .views-field-field-images {
	font-size: 12px;
	color: #828181;
	line-height: 17px;
}
	.gallery-4-cols .views-field-field-images,
	.gallery-4-cols .views-field-field-images div {
		display: inline;
	}

.view-gallery .views-field-field-images-1 {
	margin-bottom: 10px;
	position: relative;
}
	.view-gallery .views-field-field-images-1 a:after {
		background: url(../images/img-preview.png) center center no-repeat;
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 500;
		visibility: hidden;
	}
	.view-gallery .views-field-field-images-1 a:hover:after {
		visibility: visible;
	}

*[rel="row"] .view-gallery .view-content {
	margin-right: 0;
}

*[rel="row"] .view-gallery .views-row {
	float: none;
	width: auto;
	padding-right: 0;
}

*[rel="row"] .view-gallery .views-field-field-images-1 {
	float: left;
	margin-right: 16px;
}

.node-blog.node-teaser {
	background: url(../images/bg-line.gif) bottom repeat-x;
	margin-bottom: 12px;
	padding-bottom: 10px;
}	
	.node-blog.node-teaser img {
		width: 120px;
		height: 90px;
	}
	.node-blog.node-teaser .submitted {
		margin-bottom: 3px;
	}
	.node-blog.node-teaser h2 {
		margin-bottom: 3px;
		line-height: 14px;
	}
	.node-blog.node-teaser h2 a {
		font-size: 13px;
		color: #1f4f82;
		font-weight: bold;
	}
	.node-blog.node-teaser .content p {
		margin: 0;
	}

.node-blog.node-sticky {
	background: #ebebeb;
	padding: 10px;
	margin-bottom: 20px;
}	
	.node-blog.node-sticky .field-type-image {
		margin-bottom: 0
	}
		.node-blog.node-sticky img {
			width: auto;
			height: auto;
		}

	.node-blog.node-sticky .submitted {
		margin-bottom: 10px;
	}
	.node-blog.node-sticky h2 {
		margin-bottom: 3px;
		line-height: normal;
	}
	.node-blog.node-sticky h2 a {
		font-size: 20px;
		color: #1f4f82;
		font-weight: bold;
	}
	.node-blog.node-sticky .content p {
		margin: 0 0 10px;
	}

	.node-blog.node-sticky .links .first {
		padding-left: 0;
	}


#display {
	overflow: hidden;
	float: right;
	margin-top: -44px;
	list-style: none;
}
#display li {
	float: left;
	margin: 0 0px 0 0;
}
#display li a {
	width: 34px;
	height: 24px;
	margin: 0 0 0 5px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	background: url(../images/gallery-switcher.png) center 0 no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#display li a[rel='row'] {background: url(../images/gallery-switcher.png) -34px 0 no-repeat;}
*[rel="row"] #display li a[rel='row'] {background: url(../images/gallery-switcher.png) -34px -24px no-repeat;}
*[rel="grid"] #display li a[rel='grid'] {background: url(../images/gallery-switcher.png) 0 -24px no-repeat;}
#display li a[rel='grid'] {background-position: 0 0;}


#block-block-5 {
	position: absolute;
	right: 0;
	top: -42px;
}
	#block-block-5 p {
		margin: 0;
	}
#scroll_to_top {
	float: right;
	background: url(../images/bg-arrows.png) -117px 0 no-repeat;
	display: block;
	height: 18px;
	width: 24px;
	overflow: hidden;
	text-indent: -9999px;
}

.one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.row {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-line.gif) 0 100% repeat-x;
	margin-bottom: 10px;
}
.row_last {
	background: none !important;
	margin-bottom: 0 !important;
}


code {
	color: #282828;
	background: #ebebeb;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding: 15px 10px;
	word-wrap: break-word;
}
.code {
	display: none;
}
.show_code {
	overflow: hidden;
}
.show_code a {
	float: right;
}

.block h3.block_title {
	color: #828181;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.one_half .slider {
	width: auto !important;
}

.button_plus {
	background: url(../images/bg-arrows.png) -79px 0 no-repeat;
	display: block;
	height: 15px;
	width: 19px;
	overflow: hidden;
	text-indent: -9999px;
}


/* Shortcodes */
.align_left {
	float: left;
	margin: 0 20px 10px 0;
}
.align_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

blockquote.block {
	width: 205px;
}
blockquote.align_left {
	padding-left: 0;
	padding-right: 0
}
blockquote.align_right {
	padding-left: 0;
	padding-right: 0;
}




/* Links View All */
.view_all {
	color: #282828;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/bg_view_all.png) no-repeat 0 -48px;
	padding-left: 11px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.view_all span {
	background: url(../images/bg_view_all.png) no-repeat 100% -24px;
	cursor: pointer;
	padding-right: 11px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.view_all span span {
	background: url(../images/bg_view_all.png) repeat-x 0 0;
	height: 24px;
	line-height: 24px;
	padding: 0;
}
.view_all_medium {
	color: #282828;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	background: url(../images/bg_view_all_medium.png) no-repeat 0 -60px;
	padding-left: 14px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.view_all_medium span {
	background: url(../images/bg_view_all_medium.png) no-repeat 100% -30px;
	cursor: pointer;
	padding-right: 14px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.view_all_medium span span {
	background: url(../images/bg_view_all_medium.png) repeat-x 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.view_all_big {
	color: #282828;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bg_view_all_big.png) no-repeat 0 -72px;
	padding-left: 17px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.view_all_big span {
	background: url(../images/bg_view_all_big.png) no-repeat 100% -36px;
	cursor: pointer;
	padding-right: 17px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.view_all_big span span {
	background: url(../images/bg_view_all_big.png) repeat-x 0 0;
	height: 36px;
	line-height: 36px;
	padding: 0;
}
.block .view_all:hover, .block .view_all_medium:hover, .block .view_all_big:hover {
	text-decoration: none;
}


.message {
	background-position: 10px 15px;
	background-repeat: no-repeat;
	color: #282828;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	margin: 5px 10px;
	padding: 15px 15px 15px 50px;
}
.message_info {
	background-color: #d5e5f5;
	background-image: url(../images/bg_message_info.png);
}
.message_notice {
	background-color: #f9e7c6;
	background-image: url(../images/bg_message_notice.png);
}
.message_success {
	background-color: #d5e9c0;
	background-image: url(../images/bg_message_success.png);
}
.message_error {
	background-color: #eccfcf;
	background-image: url(../images/bg_message_error.png);
}

.block h3.block_title_black {
	background: #d9d9d9 url(../images/bg_content_block_title.png) repeat-x 0 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 24px;
	line-height: 24px;
	padding: 6px 10px;
	margin: 3px 0 15px;
	letter-spacing: 0;
}

.ui-tabs-nav li.ui-state-active a,
h3.ui-state-active {
	color: #990000;
}


.toggle {
	background: url(../images/bg-line.gif) 0 100% repeat-x;
	margin-bottom: 10px;
}
.toggle h4.toggle_title {
	color: #1f4f82;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	cursor: pointer;
	padding-bottom: 10px;
	margin: 0;
}
.toggle .toggle_content {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}


/* Lists */
ul.list_dot li {
	padding: 0 0 0 15px !important;
	margin: 0 0 14px !important;
	background: url(../images/li_dot.png) no-repeat 2px 7px !important;
}
ul.list_arrow li {
	padding: 0 0 0 15px !important;
	margin: 0 0 14px !important;
	background: url(../images/li_arrow.png) no-repeat 2px 6px !important;
}
ul.list_check li {
	padding: 0 0 0 15px !important;
	margin: 0 0 14px !important;
	background: url(../images/li_check.png) no-repeat 2px 6px !important;
}
ul.sitemap li {
	padding: 0 0 0 15px !important;
	margin: 0 0 14px !important;
	background: url(../images/li_sitemap.png) no-repeat 2px 6px !important;
}
ul.sitemap li.expanded {
	background: url(../images/li_sitemap_expanded.png) no-repeat 0 8px !important;
}
ul.sitemap li a {
	color: #282828;
	font-weight: bold;
}
ul.sitemap li.active a, ul.sitemap li a:hover {
	color: #2e5b8a;
}
ul.sitemap li li a {
	font-weight: normal;
}
ul.sitemap li ul {
	margin-top: 15px;
}
#content table {
	width: 100%;
	margin-bottom: 20px;
}
#content table th {
	background: #d9d9d9 url(../images/bg_content_block_title.png) repeat-x 0 0;
	color: #282828;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	height: 24px;
	line-height: 24px;
	padding: 6px 10px;
	border: 1px solid #ffffff;
}
#content table td {
	background: #ebebeb;
	border: 1px solid #ffffff;
	padding: 10px;
	line-height: normal;
}
#content table td.total {
	font-weight: bold;
	color: #990000;
}

.view-display-id-page_1 .views-row {
	background: url(../images/bg-line.gif) bottom repeat-x;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.view-display-id-page_1 .views-field-field-video {
	float: left;
	margin-right: 15px;
}

#block-block-6 {
	margin-bottom: 20px;
	overflow: hidden;
}
/*By Shiv*/ 
#admin-menu {font-size:1em;}
.3col
{
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count:3;
    column-gap:10px;
}

figcaption { 
    display: block;
}
