/* ---------- Overall Specifications ---------- */
body {
    line-height: 1.5;
    /* font-size: 87.5%; */
    font-size: 12.0pt !important;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

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

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.0em 0 0.5em;
    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;
}

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;
}

#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 {
    font-family: "Helvetica Neue", Helvetica, 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 > p:first-child {
    display: inline;
}

a.feed-icon {
    display: inline-block;
    padding: 15px 0 0 0;
}

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

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    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;

    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);
}

tr,
tr.even {

}

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 1em; /* LTR */
}

.contextual-links-wrapper {
    font-size: small !important;
}

ul.contextual-links {
    font-size: 0.923em;
}

.contextual-links-wrapper a {
    text-shadow: 0 0 0 !important;
}

.item-list .pager {
    font-size: 0.929em;
}

ul.menu li {
    margin: 0;
}

.region-content ul,
.region-content ol {
    margin: 1em 0;
    padding: 0 0 0.25em 2.5em; /* LTR */
}

.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0; /* LTR */
}

ul.tips {
    padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#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 {
    float: left; /* LTR */
    padding: 15px 15px 15px 10px; /* LTR */
}

#name-and-slogan {
    float: left; /* LTR */
    padding-top: 34px;
    margin: 0 0 30px 15px; /* LTR */
}

#site-name {
    font-size: 1.821em;
    color: #686868;
    line-height: 1;
}

h1#site-name {
    margin: 0;
}

#site-name a {
    font-weight: normal;
}

#site-slogan {
    font-size: 0.929em;
    margin-top: 7px;
    word-spacing: 0.1em;
    font-style: italic;
}

/* Region header blocks. */
.region-header .block {
    font-size: 0.857em;
    float: left; /* LTR */
    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-color: #ccc;
    border-color: rgba(255, 255, 255, 0.3);
    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 {
    width: auto;
}

.region-header #block-user-login .content {
    margin-top: 2px;
}

.region-header #block-user-login .form-item {
    float: left; /* LTR */
    margin: 0;
    padding: 0;
}

.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
    font-size: 0.916em;
    margin: 0;
}

.region-header #block-user-login div.item-list {
    clear: both;
}

.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;
    float: left; /* LTR */
    padding: 3px 0 1px;
}

.region-header #block-user-login .item-list li.last {
    padding-left: 0.5em; /* LTR */
}

.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;
}

.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: 4px 0;
    padding: 3px 8px;
}

.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 {
    width: 208px;
}

.region-header #block-search-form .form-text {
    width: 154px;
}

/* Language switcher block in region header. */
.region-header .block-locale ul li {
    display: inline;
    padding: 0 0.5em;
}

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

#main-menu {
    clear: both;
}

#main-menu-links {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px;
}

#main-menu-links li {
    float: left; /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px;
}

#main-menu-links a {
    color: #333;
    background: #ccc;
    background: rgba(255, 255, 255, 0.7);
    float: left; /* LTR */
    height: 2.4em;
    line-height: 2.4em;
    padding: 0 0.8em;
    text-decoration: none;
    text-shadow: 0 1px #eee;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#main-menu-links a:hover,
#main-menu-links a:focus {
    background: #f6f6f2;
    background: rgba(255, 255, 255, 0.95);
}

#main-menu-links a:active {
    background: #b3b3b3;
    background: rgba(255, 255, 255, 1);
}

#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);
}

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

#secondary-menu-links {
    float: right; /* LTR */
    font-size: 0.929em;
    margin: 10px 10px 0;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
    text-decoration: underline;
}

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

#main {
    margin-top: 20px;
    /* margin-bottom: 40px; */
}

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

#featured {
    text-align: center;
    font-size: 1.643em;
    font-weight: normal;
    line-height: 1.59;
    padding-top: 20px;
    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: 10px;
}

h1#page-title {
    font-size: 2em;
    line-height: 1;
    margin-top: 31px;
    margin-bottom: 20px;
    display: none;
}

#content h2 {
    margin-bottom: 2px;
    font-size: 1.429em;
    line-height: 1.4;
}

.node .content {
    /* font-size: 1.071em; */
    font-family: times new roman, times, serif;
    font-size: 14px;
}

.node-teaser .content {
    /* font-size: 1em; */
    font-family: times new roman, times, serif !important;
    font-size: 14px !important;
}

.node-teaser .content a {
    font-family: times new roman, times, serif !important;
    font-size: 14px !important;
}

.node-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}

.node-teaser h2 a {
    color: #181818;
}

.node-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.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;
    margin-bottom: -5px;
}

.submitted .user-picture img {
    float: left; /* LTR */
    height: 20px;
    margin: 1px 5px 0 0; /* LTR */
}

.field-type-taxonomy-term-reference {
    margin: 0 0 1.2em;
}

.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: 0.8em;
}

.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
    font-size: 0.821em;
}

.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: right;
}

.field-type-image img,
.user-picture img {
    margin: 0 0 1em;
}

ul.links {
    color: #68696b;
    font-size: 0.821em;
}

.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: 20px;
    display: table;
    vertical-align: top;
}

.comment .attribution {
    display: table-cell;
    padding: 0 30px 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: 1.071em;
    line-height: 1.2;
}

.comment .submitted .comment-time {
    font-size: 0.786em;
    color: #68696b;
}

.comment .submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}

.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}

.comment .comment-arrow {
    background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -47px; /* LTR */
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.comment .comment-text {
    padding: 10px 25px;
    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;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
    padding-top: 10px;
}

.sidebar .block {
    border: 1px solid #C7C7C7;
    padding: 15px 20px;
    margin: 0 0 20px;
}

.sidebar h2 {
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;
}

.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-wrapper {
    width: 960px;
    margin: 0 auto;
    background: white;
}

#triptych h2 {
    color: #000;
    font-size: 1.714em;
    margin-bottom: 0.8em;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    line-height: 1;
}

#triptych .block {
    margin-bottom: 2em;
    padding-bottom: 2em;

    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: #c0c0c0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;

}

#footer-wrapper a {
    color: #fcfcfc;
    color: rgba(255, 255, 255, 0.8);
}

#footer-wrapper a:hover,
#footer-wrapper a:focus {
    color: #fefefe;
    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;*/
    text-align: center;
    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: 3px;
    /*margin-top: 30px;*/
    /*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);
}

/* --------------- 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(../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(../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;
}

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

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

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

.confirm-parent,
.password-parent {
    width: 34em;
}

.password-parent,
div.form-item div.password-suggestions {
    position: relative;
}

.password-strength-text,
.password-strength-title,
div.password-confirm {
    font-size: 0.82em;
}

.password-strength-text {
    margin-top: 0.2em;
}

div.password-confirm {
    margin-top: 2.2em;
    width: 20.73em;
}

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

input.form-submit,
a.button {
    background: #fff url(../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: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

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 .vertical-tabs .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;
}

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;
}

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;
}

fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #3c3c3c;
    font-style: italic;
}

input {
    margin: 2px 0;
    padding: 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;
}

.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 .name {
    font-size: 1.083em;
}

#forum .description {
    font-size: 1em;
}

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

#block-search-form {
    padding-bottom: 7px;
}

#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;
}

#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(../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 .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;
}

#superfish-1 {
    width: 960px !important;
    border-bottom: 6px solid #AA0000;
    margin: 0 auto !important;
}

#block-superfish-1 h2 {
    display: none;
}

#superfish-1,
#superfish-1 li {
    background: #231F20;

}

#superfish-1 li a {
    color: #fff;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.active a, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a.active {

    background-color: #AA0000 !important;

}

.sf-menu.sf-style-default a {
    border-left: 0px solid !important;
    border-top: 0px solid !important;
    padding-bottom: 12px !important;
    padding-left: 18px !important;
    padding-right: 12px !important;
    padding-top: 12px !important;
}

#block-locale-language {
    position: relative;
    top: -66px;
    left: 759px;
}

#block-locale-language a {
    color: #000;
}

#block-locale-language a.active {
    color: #F00;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.active a,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a.active {
    background: #f00 !important;
    color: #fff;
}

#block-search-form {
    position: relative;
    left: 700px;
    top: -80px;
    background: white;
    height: 15px;
}

#header {
    height: 125px;
}

#block-superfish-1 {
    position: relative;
    margin: 0 auto;
    top: -48px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.active a, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a.active {

    background-color: #AA0000 !important;

}

#featured {
    width: 960px;
    margin: 0 auto;
    background: white;
    border: 0px solid red;
}

#block-views-slide-show-block .views-field-body .field-content {
    position: relative;
    top: 188px;
    background: rgba(242, 236, 224, 0.9);
    width: 910px;
    margin: 0 auto;
    padding: 10px;
    height: 30px;
    left: 8px;

}

#block-views-slide-show-block .views-field-body .field-content p {
    position: relative;
    top: -2px;
}

.views-field-field-image-slideshow .field-content img {
    margin-top: -4px;
    margin-left: 16px !important;

}

#main-wrapper {
    margin-top: -29px !important;
}

#block-on-the-web-0 {
    position: relative;
    top: -71px;
    left: 903px;
}

#quicktabs-home_page ul {
    margin-left: -33px;
}

#quicktabs-home_page ul li {
    border-right: 0px solid #939297;
    background: black;
    margin: -2px;
    padding: 5px 52px;
}

#quicktabs-home_page ul li.active {
    /* background: rgba(1,1,1,0.1); */
    background: none repeat scroll 0 0 rgba(1, 1, 1, 0.1);
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

#quicktabs-home_page ul li a {
    color: #fff;
    text-decoration: none;
}

#quicktabs-home_page ul li.active a {
    color: #000;
}

.quicktabs_main {
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    margin-top: -13px;
    border: 1px solid #C7C7C7;
    border-top: none;
    padding: 10px;
    /* width :655px; */
    width: 97%;

}

.front #page-title {
    display: none;
}

.front #sidebar-second {
    margin-top: 5px;
}

#sidebar-second h2 {
    margin-left: -20px;
    padding: 10px;
    width: 188px;
    margin-top: -15px;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
}

#sidebar-second .content h2 {
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    width: 208px !important;
    margin-left: 0px !important;
    border-radius: 0px;
    padding: 0px !important;
}

.accordion_blocks_container {
    width: 210px;
    margin-left: -21px;
}

.ui-accordion-content {
    border-bottom: none;
    padding-left: 10px !important;
    margin-top: -10px !important;
    border-top: 1px solid #c7c7c7 !important;
    background: #ffffff !important;

}

.block-accordion-blocks {
    padding-bottom: 0px !important;
}

.tabs {
    display: none;
}

#triptych h2 {
    background: -moz-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F3F3F3));
    background: -webkit-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: -o-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: -ms-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: linear-gradient(to bottom, white 0%, #F3F3F3 100%);
    margin-left: 0px !important;
    border-radius: 0px;
    padding: 10px !important;
    border: 2px solid #C7C7C7;
    text-align: left;
    width: 266px;
}

#block-views-country-report-block .content {
    background: -moz-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F3F3F3));
    background: -webkit-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: -o-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: -ms-linear-gradient(top, white 0%, #F3F3F3 100%);
    background: linear-gradient(to bottom, white 0%, #F3F3F3 100%);
    padding: 10px;
    border: 2px solid #C7C7C7;
    margin-top: -20px;
    border-top: 0px;
    width: 266px;
}

#block-views-country-report-block {
    border-bottom: 0px;
}

#triptych {
    margin-left: -5px;
}

#triptych .content img {
    margin-top: -19px;
    border: 2px solid #C7C7C7;
    border-top: 0px;
}

#tab_block {
    position: absolute;
    border-right: 2px solid #939297;
    background: black;
    margin: 1px;
    padding: 3px 21px;
    width: 188px;
    color: #fff;
    top: 10px;
    z-index: 9;
    margin-left: 0px;
}

#superfish-2 li {
    background: none !important;
}

#
#superfish-2 {
    margin-left: -14px;
}

#superfish-2 li a {
    text-decoration: none !important;
}

#superfish-2 li:hover, #superfish-2 li.sfHover, #superfish-2 li.active a, #superfish-2 a:focus, #superfish-2 a:hover, #superfish-2 a.active {
    background: none !important;
}

#block-search-form #edit-search-block-form--2 {
    border: none !important;
    background: none !important;
}

#block-search-form #edit-submit {
    margin-top: 0px;
    height: 22px;
}

#block-views-you-tube-block .player iframe {
    width: 290px;
    height: 246px;
    margin-top: -19px;
}

#messages {
    display: block !important;
}

#messages .status {
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    height: 33px;
    white-space: nowrap;
    padding: 10px 10px 10px 46px;
}

#content {
    /*feras  margin-top:-74px; */
    margin-top: 5px;

}

.front #content {
    margin-top: 0px;
}

#sidebar-first, #sidebar-second {
    margin-top: -51px;
}

.front #sidebar-first, .front #sidebar-second {
    /* margin-top:0px */
    margin-top: 5px;

}

.front .easy-breadcrumb {
    display: none;
}

#superfish-2 {
    margin-left: 60px;
}

.view-reports {
    padding: 5px;
}

.ui-accordion-content {
    margin-bottom: 15px !important;
}

#superfish-1 ul li {
    background-color: #AA0000;
}

#superfish-1 ul li a:hover {
    color: #000;
}

#superfish-1 ul {
    padding: 14px !important;
    margin-top: 0px;
    background: url(../images/menu-arrow.png) no-repeat 48px 6px !important;
}

#views_slideshow_controls_text_previous_slide_show-block a {
    background: url(../images/banner-btn-left.png) !important;
    text-indent: -9587px;
    position: absolute;
    top: -240px;
    left: 406px;
    height: 25px;
    width: 26px;
    z-index: 9;
}

#views_slideshow_controls_text_next_slide_show-block a {
    background: url(../images/banner-btn-right-hover.png) !important;
    text-indent: -9587px;
    position: absolute;
    top: -240px;
    left: 430px;
    height: 25px;
    width: 26px;
    z-index: 9;
}

#views_slideshow_controls_text_pause_slide_show-block a {
    display: none;
}

.view-dom-id-c2bccfd707e1fc1c1e4a8c95a0af7b5a .views-row {
    border-bottom: 1px solid;
    margin-bottom: 7px;
    padding-bottom: 7px;

}

#superfish-2 {
    margin-left: 64px !important;
}

#node-24 .field-type-file {
    padding: 10px;
    border: 1px solid #c7c7c7;
    margin-top: 10px;
}

#views_slideshow_controls_text_previous_slide_show-block {
    position: relative;
}

#views_slideshow_controls_text_next_slide_show-block {
    position: relative;
}

#views_slideshow_cycle_teaser_section_filter_data_set_by_years-block_1 .views-field-title,
.views-field-field-ab-waves-221 .field-content {
    margin-left: 10px;
    background: rgba(1, 1, 1, 0.5);
    padding: 10px;
    z-index: 99;
    position: relative;
    color: #fff;
    top: -51px;
}

#views_slideshow_cycle_teaser_section_filter_data_set_by_years-block_1 .views-field-title a {
    color: #fff;
}

.taxonomy-term .content .form-item lable {
    display: none;
}

.easy-breadcrumb {
    position: absolute;
    margin-top: -84px;
    margin-bottom: 10px;
    border: 1px dashed;
    border-left: none;
    border-right: none;
    /* width: 929px;*/
    /* top: 19px;
    width: 100%;
    display: block; */

    display: block;
    margin-bottom: 40px;
    margin-top: -84px;
    position: relative;
    top: 30px;
    width: 100%;

}

#block-views-slide-show-block .views-slideshow-cycle-main-frame-row-item a {
    /*color: #C2C2C2;
    margin-top: 320px;*/

    /*right: 25px;*/
    /*
    position: relative;
    color: #C2C2C2;
    top: 308px;
   position: relative;
   */

    /*   border: 1px solid blue;
       color: #C2C2C2;
       left: 13px;
       position: relative;
       top: -72px;
   */
    border: 0px solid blue;
    color: #C2C2C2;
    left: 14px;
    position: absolute;
    top: -43px;
    height: 362px;
}

.sf-menu ul {
    position: absolute;
    top: -99999em;
    width: 220px;
}

#quicktabs-home_page ul {
    margin-left: -25px;
    font-size: 11px;
}

#views_slideshow_cycle_teaser_section_filter_data_set_by_years-block_1 .views-field-title, .views-field-field-ab-waves-221 .field-content {
    margin-left: 1px;
    background: rgba(1, 1, 1, 0.7);
    padding: 10px;
    z-index: 99;
    position: relative;
    color: #FFF;
    top: -63px;
    width: 268px;
    height: 38px;
}

#views_slideshow_cycle_teaser_section_filter_data_set_by_years-block_1 .views-field-title a {
    color: #FFF;

}

#footer-wrapper {
    background-color: #3B3B3B !important;

}

#footer ul, #footer li a {

    font-style: Thoma;
    font-size: 0.99em;
    margin-bottom: 10px;
    letter-spacing: 1px

}

.views-field-field-link-data-file {
    background: none repeat scroll 0 0 rgba(1, 1, 1, 0.7);
    color: #FFF;
    height: 38px;
    margin-left: 1px;
    padding: 10px;
    position: relative;
    top: -63px;
    width: 268px;
    z-index: 99;
}

.views-field-field-link-data-file a {

    color: #FFF;
    text-decoration: none;
}

.views-field-field-link-data-file a:hover {
    color: #FFF;
    text-decoration: none;
}

.views-field-field-country-file-link {
    background: none repeat scroll 0 0 rgba(1, 1, 1, 0.7);
    color: #FFF;
    height: 38px;
    margin-left: 1px;
    padding: 10px;
    position: relative;
    top: -63px;
    width: 268px;
    z-index: 99;
}

.views-field-field-country-file-link a {
    color: #FFFFFF;
}

.views-field-field-field-image-slideshow {
    /*
    margin-left: 15px;
    margin-top: -38px;
    */
}

.views-field-field-field-image-slideshow {
    position: relative;
    border: 0px solid red;

    height: 335px;
    position: relative;
    width: 957px;

}

.views-field-field-field-image-slideshow div {

    height: 270px;

}

/* .title_slideshow{

    border: 0px solid red;
    clear: both;
    left: 550px;
    position: relative;
    text-align: right;
    top: 311px;
    width: 380px;
    z-index: 999999;
    color : #c2c2c2;
}

*/

.title_slideshow {
    border: 0px solid red;
    clear: both;
    color: #000000;
    font-weight: bold;
    left: 13px;
    position: relative;
    text-align: center;
    top: 285px;
    width: 97.2%;
    z-index: 999999;
}

.slideshow_img_link img {

    position: relative;
    /* top: -349px; */
    position: relative;
    /* left: 16px; */
    z-index: 9999;

    /*

    border : 0px solid red;
    left : -908 ;
    position : absolute ;
    top : 0 ;
    */
}

.view-reports-and-presentations {
    font-size: 14px !important;
}

.view-reports-and-presentations a {
    font-size: 14px !important;
}

.view-reports-and-presentations .views-field-title a {
    color: #80000a !important;
    font-weight: bold;
}

/* youtube */
.jcarousel-skin-default {
    text-align: center;
    margin-top: -19px;
    margin-left: -37px;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    border: 0px solid red;
    height: 125px;
    margin: auto;
    width: 285px;
}

.jcarousel-skin-default .jcarousel-container-vertical {
    height: 440px;
    margin: auto;
    padding: 40px 20px;
    width: 102px;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
    left: -5px;
    overflow: hidden;
    top: -19.5px;
    width: 294px;
    height: 255;
}

.jcarousel-skin-default .jcarousel-clip-vertical {
    height: 440px;
    overflow: hidden;
}

.jcarousel-skin-default .jcarousel-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 100px;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    width: 100px;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 4px;
    width: 294;
    height: 222px;
    padding-top: 19px;
}

.jcarousel-skin-default .jcarousel-item-vertical {
    margin: 4px 0;
}

.jcarousel-skin-default .jcarousel-item-placeholder {
    background: url("throbber.gif") no-repeat scroll center center #FFFFFF;
    color: #000000;
}

.jcarousel-skin-default .jcarousel-next-disabled, .jcarousel-skin-default .jcarousel-prev-disabled {
    display: none;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
    background-position: 0 0;
    left: 248px;
    position: absolute;
    top: -60px;

}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-default .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-default .jcarousel-next, .jcarousel-skin-default .jcarousel-prev {

    margin-left: 22px;
    margin-top: 22px;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
    background-position: 0 -32px;
    position: absolute;
    right: 30px;
    top: -60px;
    z-index: 99999;
}

.jcarousel-skin-default .jcarousel-next-horizontal:hover {
    background-position: -32px -32px;
}

.jcarousel-skin-default .jcarousel-next-horizontal:active {
    background-position: -64px -32px;
}

.jcarousel-skin-default .jcarousel-prev-vertical {
    background-position: 0 -64px;
    left: 55px;
    position: absolute;
    top: 10px;
}

.jcarousel-skin-default .jcarousel-prev-vertical:hover {
    background-position: -32px -64px;
}

.jcarousel-skin-default .jcarousel-prev-vertical:active {
    background-position: -64px -64px;
}

.jcarousel-skin-default .jcarousel-next-vertical {
    background-position: 0 -96px;
    bottom: 10px;
    left: 55px;
    position: absolute;
}

.jcarousel-skin-default .jcarousel-next-vertical:hover {
    background-position: -32px -96px;
}

.jcarousel-skin-default .jcarousel-next-vertical:active {
    background-position: -64px -96px;
}

.jcarousel-skin-default .jcarousel-navigation {
    margin: 0;
    padding: 0;
}

.jcarousel-skin-default .jcarousel-navigation li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
}

.jcarousel-skin-default .jcarousel-navigation li.active a {
    font-weight: bold;
    text-decoration: none;
}

.views-field-field-field-image-slideshow a {
    /*position: relative;
    margin-left: 22px;
    display : block ;
    margin-top : -361px;
    */

}

.front #content .section, .front .sidebar .front .section {
    clear: both;
    margin-top: 20px;
    padding: 0 15px;
    position: relative;

}

.data_link_inner {

    background: none;
    border: 0px solid red;
    margin-top: 63px;
    color: #000;

}

.data_link_inner a {
    color: blue;
    font-weight: bold;
}

.data_link_inner a:hover {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

#block-locale-language {
    float: left;
    left: 569px;
    margin-right: 0;
    position: relative;
    top: -107px;
}

#block-on-the-web-0 {
    float: left;
    left: 554px;
    position: relative;
    right: 0;
    top: -112px;
}

#block-search-form {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 15px;
    position: relative;
    top: -111px;
    left: 0px;
}

.view-instruments-and-data-files .item-list ul li {
    list-style: none outside none;
}

.view-instruments-and-data-files .item-list h3 {
    font-weight: bold;

}

#block-views-you-tube-block .views-field.views-field-title {
    /*    border: 1px solid red;
       display: block;
       height: 55px;
       position: absolute;
       top: 61%;
       width: 283px;
   */
    background: none repeat scroll 0 0 rgba(1, 1, 1, 0.7);
    color: #fff;
    height: 38px;
    margin-left: 1px;
    padding: 10px;
    position: absolute;
    top: 75%;
    width: 266px;
    z-index: 99;

}

#block-views-you-tube-block .views-field.views-field-title a {
    color: #FFFFFF;
}

#block-locale-language a.active {
    display: none;
}

.news-row {
    margin-bottom: 15px;
}

.files_download ul {
    padding: 0px !important;
}

.files_working_papers {
    display: block;
    padding-top: 15px !important;
    padding-left: 15px !important;

}

.view-working-papers .row-working-papers {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 668px;
    border: 1px solid #f2f2f2;
}

.page-node-237 .easy-breadcrumb {
    clear: right;
    display: block;
    height: 33px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    top: -43px !important;
    width: 100%;

}

#block-accordion-blocks-left-1 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    /* color: #555;
    font-size: 0.9em;
    margin-left: 23px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    */

    color: #555;
    display: block;
    font-size: 0.9em;
    height: 32px;
    margin-left: 23px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

/*Update Theme new look*/

#header {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #e6e6e6;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    color: #ffffff;
    width: 100% !important;
}

#page-wrapper {
    background-color: #fff !important;
}

#superfish-1, #superfish-1 > li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #231f20;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-right-color: #ffffff !important;
    border-right-style: solid !important;
    margin-right: 0;
}

#superfish-1, #superfish-1 > li:last-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-width: 0;
    border-left-color: #ffffff !important;
    border-left: 3px solid !important;
    border-right: 0px !important;
}

#page-wrapper {
    background: #ffffff none repeat scroll 0 0;
}

#main-wrapper {
    margin-top: 25px !important;
}

/* end new look */

/*
.views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
*/

/*
.quicktabs_main,#quicktabs-home_page, .block-views-introduction-block{ width: 450px !important; }

#quicktabs-home_page ul{ width: 468px !important; } */
#footer-wrapper .block {
    border: 0px !important;
}

#superfish-2 {
    border: 0px !important;
    width: 270px !important;
    margin-left: 0px !important;
}

#superfish-2 li {
    display: block !important;
    width: 201px !important;
}

.block.block-contact-form-blocks {
    width: 375px !important;
}

#triptych div {
    margin-top: 0px !important;
}

.jcarousel-skin-default .jcarousel-next, .jcarousel-skin-default .jcarousel-prev {
    margin-left: 22px;
    margin-top: 0px;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
    left: -5px;
    overflow: hidden;
    top: -42.5px;
    width: 294px;
}

#block-views-you-tube-block, #block-views-39e3c747fbf46e4e353955dcf85dc0c4 {
    float: left;
    width: 323px;
    border: 1px solid #ccc;
    max-height: 289px !important;
    height: 289px !important;

}

#block-views-39e3c747fbf46e4e353955dcf85dc0c4 {
    margin-left: 20px;
}

#block-views-39e3c747fbf46e4e353955dcf85dc0c4 h2 {
    margin-top: 0px;
    padding: 0px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(1, 1, 1, 0.1);
    background-image: none;
    background-origin: padding-box;
    padding-left: 5px !important;
}

#block-views-39e3c747fbf46e4e353955dcf85dc0c4 .views-slideshow-cycle-main-frame-row-item img {
    margin-left: 18px !important;
    overflow: hidden !important;
}

#block-views-you-tube-block h2 {
    margin-top: 0px;
    padding: 0px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(1, 1, 1, 0.1);
    background-image: none;
    background-origin: padding-box;
    padding-left: 5px !important;
}

#block-views-you-tube-block .jcarousel-skin-default .jcarousel-item-horizontal {
    padding-top: 0px !important;
}

#block-views-you-tube-block .jcarousel-skin-default .jcarousel-clip-horizontal {
    left: -5px;
    overflow-x: hidden;
    overflow-y: hidden;
    top: -5.5px !important;
    width: 294px;
}

.jcarousel-view--you-tube--block .views-slideshow-cycle-main-frame-row-item img {
    margin-left: 18px !important;
    border: 0px solid green;
    overflow: hidden !important;
}

#block-views-you-tube-block .jcarousel-skin-default .jcarousel-next, .jcarousel-skin-default .jcarousel-prev {

    margin-top: 36px !important;
}

.views-field-field-country-file-link {
    left: 17px;
    top: -80px;
    width: 265px !important;
}

#block-views-you-tube-block .jcarousel-skin-default .jcarousel-clip-horizontal {
    left: 11px !important;

}

