/* Danland style.css */


/* $Id: style.css,v 1.44.2.16 2011/01/06 09:45:33 danprobo Exp $ */

/* Body
-------------------------------------------------------------- */
/*
body {
background:url(images/body-bg.gif) repeat-x #fff;
font-size: 84%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
line-height: 1.65em;
}
*/
/* Text elements
-------------------------------------------------------------- */

tr.odd td, tr.even td {
    padding: 0.5em;
}

/*
a {
text-decoration: none;
}

a:link {
color: #005a8c;/*#e87e17*/
/*
text-decoration: none;
}
/*
a:visited {
color: #005a8c;/*#e87e17*/
/*
text-decoration: none;
}
/*
a:hover {
color:#cc6600;
}
*/
blockquote {
    background: url(images/bq-tl.gif) no-repeat left top;
    padding-left: 30px;
    margin-left: 10px;
    font-style: italic;
}

blockquote p {
    background: url(images/bq-br.gif) no-repeat right bottom;
}

cite {
    background: url(images/bq-tl.gif) no-repeat left top;
    clear: both;
    display: block;
    font-style: italic;
    padding-left: 30px;
    margin-left: 10px;
}

code, tt, pre {
    background-color: #EDF1F3;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
    font-size: 0.9em;
    line-height: 1.2em;
}

/* Headings
-------------------------------------------------------------- */

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.5em;

}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

/* Header regions
-------------------------------------------------------------- */

#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto !important;
    z-index: 50;
}

#skip-link a, #skip-link a:link, #skip-link a:visited {
    display: block;
    position: absolute;
    text-decoration: none;
    top: -10000px;
    width: 1px;
    height: 1px;
}

#header {
    height: 66px;
    position: relative;
    width: 950px;
    margin: 0 auto;
}

#logo-wrapper {
    float: left;
}

.logo {
    margin-top: 10px;
    margin-left: 15px;
}

.logo IMG {
    height: 50px;
}

#branding-wrapper {
    float: left;
    margin-top: 12px;
}

.site-name {
    display: inline;
    font-weight: regular;
    font-size: 21px;
    margin-left: 15px;
    position: absolute;
    font-family: Verdana, Tahoma;
    width: 500px;
    letter-spacing: -.05em
    /* font-style: italic; */
}

.site-slogan {
    display: inline;
    font-weight: bold;
    position: relative;
    margin-left: 10px;
    font-family: Verdana, Tahoma;
}

#header-wrapper #search-box {
    margin: 4px 14px;
    position: absolute;
    right: 0;
    top: 30px;
    white-space: nowrap;
}

#header-wrapper #search-box input.form-text {
    width: 10em;
}

/* Primary menu + Superfish
-------------------------------------------------------------- */

#menu {
    height: 35px;
    background: url(images/menu-bg.gif) repeat-x;
    width: 952px;
    margin: 0 auto;
}

#nav {
    height: 35px;
    background: url(images/menu-bg.gif) repeat-x;
    float: left;
}

#nav li {
    float: left;
    background: url(images/menu-separator.gif) no-repeat right top;
    height: 35px;
    padding: 0 1px 0 0;
}

#nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 7px 29px 0 29px;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    text-transform: uppercase;
}

.ie7 #nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 7px 29px 0 29px;
    font-weight: bold;
    height: 25px;
    text-transform: uppercase;
    display: inline;
    zoom: 1;
}

#nav li a:hover {
    background: transparent url(images/menu-hover-bg.gif) repeat-x;
}

#nav li.active-trail a {
    background: transparent url(images/menu-hover-bg.gif) repeat-x;
}

#rounded-menu-left {
    height: 35px;
    background: transparent url(images/menu-left-bg.gif) no-repeat;
    float: left;
    width: 1px;
    line-height: 0;
    font-size: 0;
}

#rounded-menu-right {
    height: 35px;
    background: url(images/menu-right-bg.gif) no-repeat;
    float: right;
    width: 14px;
    line-height: 0;
    font-size: 0;
}

#nav ul, #nav ul li.leaf {
    list-style-image: none;
    list-style: none;
}

#nav ul, #nav .block ul, #nav ol {
    margin: 0;
    padding: 0;
}

/* Superfish
-------------------------------------------------------------- */

#superfish {
    height: 35px;
    float: left;
}

#superfish .contextual-links-region {
    float: left;
    z-index: 6;
}

#superfish h2 {
    height: 0;
    overflow: hidden;
    position: absolute;
}

#superfish .menu, #superfish .menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#superfish .menu {
    line-height: 1.0;
}

#superfish .menu ul {
    position: absolute;
    top: -999em;
    width: 13em;
}

#superfish .menu ul li {
    width: 100%;
}

#superfish .menu li:hover {
    visibility: inherit;
}

#superfish .menu li {
    float: left;
    position: relative;
}

#superfish .menu a {
    display: block;
    position: relative;
}

#superfish .menu li:hover ul,
#superfish .menu li.sfHover ul {
    left: 0;
    top: 32px;
    z-index: 99;
}

#superfish ul.menu li:hover li ul,
#superfish ul.menu li.sfHover li ul {
    top: -999em;
}

#superfish ul.menu li li:hover ul,
#superfish ul.menu li li.sfHover ul {
    left: 13em;
    top: 0;
}

#superfish ul.menu li li:hover li ul,
#superfish ul.menu li li.sfHover li ul {
    top: -999em;
}

#superfish ul.menu li li li:hover ul,
#superfish ul.menu li li li.sfHover ul {
    left: 13em;
    top: 0;
}

#superfish .menu {
    float: left;
    margin-bottom: 1em;
}

#superfish .menu a {
    padding: .75em 1em;
    text-decoration: none;
}

#superfish .menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
}

#superfish .menu a, #superfish .menu a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    /* text-transform:uppercase; */
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
}

#superfish .menu li {
    background: transparent;
}

#superfish .menu li li {
    background: #3b6999;
}

#superfish .menu li li li {
    background: #3b6999;
    top: 0px;
}

#superfish .menu li:hover, #superfish .menu li.sfHover,
#superfish .menu a:focus, #superfish .menu a:hover, #superfish .menu a:active {
    outline: 0;
}

#superfish .menu li:hover,
#superfish .menu li.sfHover,
#superfish .menu a:focus,
#superfish .menu a:hover,
#superfish .menu a:active {
    z-index: 10;
}

#superfish .menu li:hover {
    background: transparent url(images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail {
    background: transparent url(images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail li {
    background: #3b6999;
}

#superfish .menu li li:hover {
    background: #3b6999;
}

#superfish .menu li li li:hover {
    background: #3b6999;
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(images/arrows-ffffff.png) no-repeat -10px -100px;
}

a > .sf-sub-indicator {
    top: .8em;
    background-position: 0 -100px;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}

#superfish .menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

#superfish .menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

#superfish .menu ul a:focus > .sf-sub-indicator,
#superfish .menu ul a:hover > .sf-sub-indicator,
#superfish .menu ul a:active > .sf-sub-indicator,
#superfish .menu ul li:hover > a > .sf-sub-indicator,
#superfish .menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}

#superfish .sf-shadow ul {
    background: url(images/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
}

#superfish .sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/* slideshow + Preface top + Slideshow
-------------------------------------------------------------- */

#slideshow-wrapper {
    width: 100%;
    background: transparent url(images/slideshow-shadow.gif) no-repeat center bottom;
    height: 420px;
    margin-bottom: -45px;
    margin-top: 14px;
}

.slideshow-inner {
    width: 950px;
    margin: 0 auto;
    height: 355px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#slideshow-preface {
    float: left;
    position: absolute;
    text-align: left;
    z-index: 4;
}

.slideshow {
    width: 950px;
    height: 355px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#preface {
    margin: 20px;
    font-size: 1.2em;
    color: #fff;
    display: block;
    float: left;
}

#preface .contextual-links a {
    text-decoration: none;
}

#preface .block-title {
    margin-top: 20px;
}

#preface .region {
    margin: 20px 0;
}

#preface a {
    color: #fff;
    text-decoration: underline;
}

#preface a:hover {
    text-decoration: none;
}

#slideshow-bottom {
    width: 950px;
    float: left;
    background: url(images/mission-bg.png) no-repeat center bottom;
    min-height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    z-index: 3;
}

/* Preface first + Preface middle + Preface last regions
-------------------------------------------------------------- */

#preface-wrapper {
    width: 950px;
    margin: 5px auto 0;
}

#preface-wrapper .column {
    float: left;
}

#preface-wrapper.in1 .column {
    width: 100%;
}

#preface-wrapper.in2 .column {
    width: 50%;
}

#preface-wrapper.in3 .column {
    width: 33.3%;
}

#preface-wrapper .block {
    margin: 0 15px;
}

#preface-wrapper .block-title {
    margin-top: 15px;
}

#preface-wrapper .region {
    margin: 15px 0;
}

#mission {
    font-size: 1.6em;
    color: #002054;
    display: block;
    float: right;
    line-height: 1.2em;
}

#mission .contextual-links {
    font-size: 84%;
}

#mission .block-title {
    margin-top: 20px;
}

#mission .region {
    margin: 20px;
}

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

#wrapper {
    width: 950px;
    margin: 15px auto 0;
}

#content {
    width: 100%;
    float: left;
}

/* Sidebar regions
-------------------------------------------------------------- */

#layout-type-1 #sidebar-left {
    width: 26%;
    float: left;
    font-size: 12px;
}

#layout-type-2 #sidebar-left {
    width: 21%;
    float: left;
    margin-right: 2%;
    font-size: 12px;
}

.one-sidebar #content {
    width: 71%;
    margin-left: 25px;
    float: left;
}

.two-sidebars #content {
    width: 54%;
    float: left;
}

#layout-type-1 #sidebar-right {
    width: 26%;
    float: right;
    font-size: 12px;
}

#layout-type-2 #sidebar-right {
    width: 21%;
    float: right;
    font-size: 12px;
}

#sidebar-left h2.block-title,
#sidebar-right h2.block-title {
    background: #e6e6e6;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3em;
}

#sidebar-left .content,
#sidebar-right .content {
    padding: 5px 15px;
}

.rtejustify {
    line-height: 24px;
}


.sidebar .block {
    background-color: white;
    /* border-right: 1px solid #bbb; */
    /* border-bottom: 1px solid #bbb; */
    /* border-left: 1px solid #ddd; */
    border: 2px solid #ddd;
    border-radius: 3px;
    margin: 0 0 15px;
    border-radius: 3px;
}

.myButton {
    border-radius: 3px;
}

.sidebar tbody {
    border: none;
}

.sidebar tr.even,
.sidebar tr.odd {
    background: none;
}

/* Misc.
-------------------------------------------------------------- */

#help {
    font-size: 0.9em;
    margin-bottom: 1em;
}

.error {
    border-color: red;
}

.terms {
    background-repeat: no-repeat;
    margin-left: 18px;
    margin-bottom: 5px;
}

#notice {
    font-size: 80%;
    text-align: center;
    margin-bottom: 10px;
}

table {
    width: 100%;
}

div.contextual-links-wrapper {
    font-size: 100%;
}

/* Nodes
-------------------------------------------------------------- */

#first-time {
    margin-bottom: 10px;
}

.node {
    /* border-bottom: 1px solid #bbb;  */
    /* margin: 10px 0; */
    padding-bottom: 15px;
}

.content-top {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #f4f4f4;
    margin: 0 0 20px;
}

.content-top .block-title {
    margin-top: 15px;
}

.content-top .region {
    margin: 15px;
}

.content-middle .block-system {
    margin: 0;
}

.content-middle .block-block {
    margin: 0;
}

.content-middle .block-block .block-title {
    margin-top: 15px;
}

.content-middle .block-block .content {
    margin: 15px 0;
}

.content-bottom {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #f4f4f4;
    margin: 20px 0 0;
}

.content-bottom .block-title {
    margin-top: 15px;
}

.content-bottom .region {
    margin: 15px;
}

.title, .title a {
    margin: 0 auto;
    line-height: 1.2em;
}

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

.node .taxonomy {
    color: #999;
    font-size: 0.9em;
    padding-left: 1em;
}

.node .user-picture, .comment .user-picture {
    float: right;
    margin-left: 10px;
}

.node .user-picture img, .comment .user-picture img {
    width: 60px;
}

.node-book .links {
    padding-top: 5px;
}

.preview .node, .preview .comment {
    background-color: #f4f4f4;;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.8em;
}

.submitted {
    font-size: 0.9em;
    color: #999;
    margin: 15px 0;
}

.submitted a:hover {
    text-decoration: underline;
}

.node-sticky {
    padding: 30px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin: 0;
}

.node-sticky h2 {
    padding-bottom: 20px;
}

.messages {
    background-color: #f4f4f4;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.3em;
    margin-bottom: 1em;
}

.breadcrumb {
    padding-bottom: 20px;
    /* background-color: #f4f4f4;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
    padding: 0.3em 10px;    */
}

.field-type-taxonomy-term-reference .field-label, .field-type-taxonomy-term-reference .field-items, .field-type-taxonomy-term-reference .field-item {
    display: inline;
    float: left;
    font-weight: normal;
    padding-right: 10px;
}

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

.comment {
    background-color: #f4f4f4;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 1em;
    margin: 1em 0;
}

.comment .title {
    line-height: 1.2em;
}

.comment .new {
    text-align: right;
    font-weight: normal;
    float: right;
    color: red;
    margin: .5em;
}

/* Aggregator
-------------------------------------------------------------- */

.feed-item-body {
    border-bottom: 1px solid #bbb;
    padding-bottom: 1em;
}

#aggregator .feed-source {
    background-color: #f4f4f4;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.8em;
}

#aggregator h1 .title {
    border-bottom: 1px solid #bbb;
}

#aggregator h2 {
    padding-top: 10px;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
    color: #999;
    font-style: italic;
}

.feed-item-title {
    font-size: 1.4em;
}

#aggregator h3 a:hover {
    text-decoration: none;
}

.feed-item-meta .feed-item-source {
    font-size: 0.9em;
}

.feed-item-meta .feed-item-date {
    font-size: 0.9em;
    color: #999;
}

/* Forums
-------------------------------------------------------------- */

#forum table {
    width: 100%;
}

#forum td {
    padding: 0.5em;
}

#forum td.container {
    background-color: #e6e6e6;
}

#forum ul.links a {
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

#forum ul.links li.forum a {
    background-image: url(images/post.gif);
}

#forum ul.links li.login a {
    background-image: url(images/lock.gif);
}

#forum td.statistics, #forum td.settings, #forum td.pager {
    height: 1em;
    border: 1px solid #bbb;
}

#forum td .links {
    padding-top: 0.7em;
}

.block-forum h3 {
    margin-bottom: .5em;
}

dl dd {
    margin: 0 0 .5em 1em;
}

tr.odd {
    background-color: #f4f4f4;
}

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

th {
    text-align: left;
    background: #E6E6E6;
}

tr td, tr th {
    border: 1px solid #bbb;
    padding: 0 6px;
}

/* Tracker + Profile
-------------------------------------------------------------- */

#tracker table {
    width: 100%;
}

#tracker td {
    padding: 0.5em;
}

.profile {
    clear: both;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: .8em;
    margin: 1em 0em;
    background-color: #f4f4f4;;
}

.profile h3 {
    margin-bottom: 10px;
}

/* Admin
-------------------------------------------------------------- */

div.admin-panel .body {
    background: #f4f4f4;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

div.admin-panel h3 {
    background-color: #e6e6e6;;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 5px 8px 5px;
    margin: 0;
}

div.admin {
    padding-top: 0;
}

div.admin .left,
div.admin .right {
    margin-left: 1%;
    margin-right: 1%;
}

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

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

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

/* Lists + Links + Pager
-------------------------------------------------------------- */

ul, .block ul, ol {
    margin: 0.5em 0 1em;
    padding: 0 0 0 1.5em;
}

ul.language-switcher-locale-url {
    margin: -0.2em 0.4em 1em;
}


ul, ul li.leaf {
    list-style-image: url(images/menu-leaf.gif);
}

ol {
    list-style-image: none;
}

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

.language-switcher-locale-url li {
    display: inline;
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
    margin: 0.15em 0 0.15em .5em;
    padding-bottom: .1em;
}

ul li.expanded {
    list-style-image: url(images/menu-expanded.gif);
}

ul li.collapsed {
    list-style-image: url(images/menu-collapsed.gif); /* LTR */
}

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

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

ol.task-list {
    margin-left: 0;
    list-style-type: none;
    list-style-image: none;
}

ol.task-list li {
    padding: 0.5em 1em 0.5em 2em;
}

ol.task-list li.active {
    background: transparent url(images/task-list.png) no-repeat 3px 50%;
}

ol.task-list li.done {
    color: #393;
    background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
}

ol.task-list li.active {
    margin-right: 1em;
}

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

#user-login-form {
    text-align: center;
}

#user-login-form ul {
    text-align: left;
}

ul.links li, ul.inline li {
    background-image: none;
}

.links li {
    margin: 0;
    padding: 0;
}

.tabs li {
    margin: 0;
    padding: 0;
    background-image: none;
}

li.expanded {
    list-style-image: none;
    list-style-type: none;
    margin: 0.15em 0 0.15em 0.5em;
}

div.links ul.links a {
    background-repeat: no-repeat;
    /* padding-left: 20px; */
}

div.comment ul.links a {
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.links ul.links li.comment_forbidden a {
    padding: 0;
    margin: 0;
}

div.links ul.links li.comment_forbidden {
    padding: 0;
    margin: 0;
}

div.comment ul.links li.comment_forbidden a {
    padding: 0;
    margin: 0;
}

div.comment ul.links li.comment_forbidden {
    padding: 0;
    margin: 0;
}

div.links ul.links li.comment_forbidden span {
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
}

div.comment ul.links li.comment_forbidden span {
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
}

div.links ul.links li.comment-add a {
    background-image: url(images/commentadd.gif);
}

div.links ul.links li.comment-comments a {
    background-image: url(images/comments.gif);
}

div.links ul.links li.comment-new-comments a {
    background-image: url(images/comments.gif);
}

div.comment ul.links li.comment-edit a {
    background-image: url(images/commentedit.gif);
}

div.comment ul.links li.comment-delete a {
    background-image: url(images/commentdelete.gif);
}

div.comment ul.links li.comment-reply a {
    background-image: url(images/commentadd.gif);
}

div.links ul.links li.node-readmore a {
    /* background-image: url(images/readmore.gif); */
}

div.links ul.links li.blog_usernames_blog a {
    background-image: url(images/user.gif);
}

div.links ul.links li.comment_forbidden span {
    background-image: url(images/lock.gif);
}

div.comment ul.links li.comment_forbidden span {
    background-image: url(images/lock.gif);
}

div.links ul.links li.upload_attachments a {
    background-image: url(images/photo.gif);
}

div.links ul.links li.book_printer a {
    background-image: url(images/print.gif);
}

div.links ul.links li.book_add_child a {
    background-image: url(images/add.gif);
}

ul.pager li.pager-current {
    background-color: #005a8c;
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.item-list .pager li {
    padding: 0px;
}

.item-list .pager li a {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #f4f4f4;;
}

.item-list .pager li a:hover {
    background-color: #005a8c;
    color: #FFFFFF;
}

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

.node .links,
.comment .links {
    text-align: right;
    padding-left: 0;
    padding-top: 5px;
}

ul.primary li a {
    background-color: #f4f4f4;
    border-color: #ccc;
    border-style: solid solid none;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

.book-navigation .menu {
    border-top: 1px solid #bbb;
    margin: 0;
    padding: 10px 20px;
}

.book-navigation .page-links {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    padding: 0.5em;
    text-align: center;
}

.filter-wrapper {
    border: 1px solid #bbb;
    border-top: none;
}

.search-advanced {
    border: 1px solid #bbb;
}

.compose-tips {
    margin-top: 10px;
}


/* Login + Register + RSS
-------------------------------------------------------------- */

#authorize {
    float: right;
    margin: 5px 10px 0;
}

#authorize ul {
    display: inline;
}

#authorize ul li {
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    display: inline;
    list-style: none;
    border-left: 1px #5a5a5a solid;
    background-image: none;
}

#authorize ul li.first {
    border: 0;
}

#authorize ul li, #authorize ul li a {
    font-size: 12px;
    line-height: 13px;
}

.feed-wrapper {
    float: right;
    margin-top: 7px;
    margin-right: 20px;
}

/* Bottom teaser
-------------------------------------------------------------- */

#bottom-teaser {
    width: 950px;
    margin: 15px auto 0;
}

#bottom-teaser .column {
    float: left;
}

#bottom-teaser.in1 .column {
    width: 100%;
}

#bottom-teaser.in2 .column {
    width: 50%;
}

#bottom-teaser.in3 .column {
    width: 33.3%;
}

#bottom-teaser .block {
    margin: 0 15px;
}

#bottom-teaser .block-title {
    margin-top: 15px;
}

#bottom-teaser .region {
    margin: 15px 0;
}


/* Bottom region
-------------------------------------------------------------- */

#bottom-wrapper {
    background-color: #f4f4f4;;
    border-right: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 20px auto 0;
    text-align: left;
    width: 950px;
    position: relative;
}

#bottom-wrapper .column {
    float: left;
}

#bottom-wrapper.in1 .column {
    width: 100%;
}

#bottom-wrapper.in2 .column {
    width: 50%;
}

#bottom-wrapper.in3 .column {
    width: 33.3%;
}

#bottom-wrapper.in4 .column {
    width: 25%;
}

#bottom-wrapper .block {
    margin: 0 15px;
}

#bottom-wrapper .block-title {
    margin-top: 15px;
    font-size: 1.3em;
}

#bottom-wrapper .region {
    margin: 15px 0;
}

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

#footer-wrapper {
    width: 950px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #bbb;
    padding: 10px 0 0;
}

#footer {
    width: 950px;
    font-size: 12px;

}

#footer .block-title {
    margin-top: 15px;
}

#footer .region {
    margin: 15px 0;
}

/* Secondary menu
-------------------------------------------------------------- */

#subnav {
    font-size: 12px;
}

#subnav li {
}

#subnav li a {
    font-weight: normal;
}

#subnav li a:hover {
    color: #cc6600;
}

#subnav-wrapper {
    text-align: right;
}

#subnav-wrapper ul {
    display: inline;
}

#subnav-wrapper ul li {
    display: inline;
    list-style: none;
    background-image: none;
    padding-left: 5px;
}

#subnav-wrapper ul li, #subnav-wrapper ul li a {
    font-size: 12px;
    line-height: 13px;
}

/* Overlay
-------------------------------------------------------------- */

.overlay #header, .overlay #menu, .overlay .block-block, .overlay #bottom-teaser, .overlay #bottom-wrapper, .overlay #footer-wrapper {
    display: none;
}

.overlay #wrapper {
    width: 98%;
}

.theme-info ul {
    list-style-image: none;
}

#block-block-2 h1 {
    line-height: 1.4em;
}

.ds-2col-stacked > .group-left {
    width: 40%
}

.ds-2col-stacked > .group-right {
    width: 60%
}

#superfish .expanded .sf-js-enabled.sf-shadow {
    width: 200px
}

/*

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 700px;
  height: 102px;
  padding: 20px 40px;
  margin: auto;
}

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

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 700px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
  height: 700px;
}

*/


/* end  Danland style copy*/

* {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.head:before,
.head:after {
    content: " ";
    display: table;
}


.head:after {
    clear: both;
}

.ie7 .head {
    zoom: 1;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 16px/20px "Tahoma", "Verdana", "Arial", sans-serif;
}

.page-wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}

.ie7 .page-wrapper {
    height: 100%;
}

.buffer {
    height: 60px;
}

.top {
    background: #564b4b;
    padding: 0px 0 0px;
    min-width: 970px;
}

.wrapper {
    min-width: 940px;
    padding: 20px 20px 0;
    max-width: 1280px;
    margin: auto;
}

/*.wrapper.wrapper_type_wide {
  min-width: 950px;
  max-width: 1320px;
}*/

.head__logo {
    float: left;
    margin-top: -2px;
    margin-bottom: 0px;
}

.head__title-wrapper {
    display: table-cell;
    height: 128px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.head__title {
    color: #FFFFFF;
    font-size: 31px;
    line-height: 32px;
    margin: 10px 8px;
    text-shadow: 0 2px 0 #3A0000;
    width: 98%;
}

.head__subtitle {
    font-size: 17px;
    color: #fff;
    font-weight: lighter;
}

.head__nav {
    float: right;
    width: 172px;
}

.head__search {
    /*  position: relative;
      height: 52px; */
    vertical-align: bottom;
}

.head__form-wrapper {
    position: absolute;
    right: 4px;
    bottom: 10px;
    width: 235px;
    height: 27px;
}

.head__form {
    position: relative;
}

.head__input {
    width: 198px;
    height: 27px;
    padding: 0 30px 0 10px;
    border: none;
    background: #fff;
}

.head__submit {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 0;
    right: 8px;
    top: 4px;
    z-index: 10;
    cursor: pointer;
    color: transparent;
    border: none;
    background: url(../images/searach-ico.png) 0 0 no-repeat;
}

.head__lang {
    margin-bottom: 19px;
}

.ie7 .lang__ico {
    display: inline;
    zoom: 1;
    width: 20px;
    height: 12px;
    background: url(../images/flags.png) 0 0 no-repeat;
}

.lang__ico {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(../images/flags.png) 0 0 no-repeat;
}

.lang__ico.lang__ico_flag_rus {
    background-position: 100% 0;
}

.ie7 .lang__ico {
    display: inline;
    zoom: 1;
}

.head__lang-item, .head__links-item {
    display: inline-block;
    font-size: 15px;
}

.ie7 .head__lang-item, .ie7 .head__links-item {
    display: inline;
    zoom: 1;
}

.head__lang-item a, .head__links-item a {
    text-decoration: none;
    color: #fff;
}

.head__links {
    margin-left: 15px;
}

.head__lang-item {
    margin-left: 10px;
}

.head__lang-item:first-child {
    margin-left: 0;
}

.head__pseudolink {
    color: #b1a2a2;
}

.head__links-item {
    border-left: 2px solid #786a6a;
    line-height: 15px;
    padding-left: 10px;
}

.head__links-item:first-child {
    border: none;
    padding: 0 10px 0 0;
}

.slider {
    position: relative;
    background: #ccc0c0;
    height: 249px;
    border-bottom: 1px solid #b49898;
    border-top: 1px solid #fff;
    overflow: hidden;
    min-width: 970px;
}

.slider__list {
    /*  height: 249px;
      width: 100%;  trying   */
    font-size: 0;
    /* overflow: hidden;    trying */

    white-space: nowrap;
}

.front .slider__list {
    height: 249px;
    width: 100%;
    font-size: 0;
    overflow: hidden;
    margin-top: -20px;
    white-space: nowrap;
}

.marquee0 > div {
    width: 100% !important;
}

.slider__list li {
    display: inline-block;
}

.ie7 .slider__list li {
    display: inline;
    zoom: 1;
}


.nav {
    background: #f4f4f4;
    min-width: 970px;
}

.nav__list {
    font-size: 0;
}

.nav__sublist {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: #f4f4f4;
    border: 1px solid #564b4b;
    border-top: none;
}

.nav__sublist .nav__sublist {
    display: none;
    left: 100%;
    top: 0;
    width: 100%;
    border-top: 1px solid #564b4b;
}

.nav__subitem .nav__item-sublink {
    color: #433636;
    font-size: 20px;
    text-decoration: none;
    padding: 15px;
    display: block;
}

.nav__subitem .nav__item-sublink:hover {
    text-decoration: none;
    background: #433636;
    color: white;
    width: 250px;
}

.nav__item {
    display: inline-block;
    position: relative;
}

.nav__subitem {
    position: relative;
    display: block;
}

.ie7 .nav__item {
    display: inline;
    position: relative;
    zoom: 1;
}

.nav__item.nav__item_state_current a {
    background: #a60007;
    color: #fff;
    text-shadow: 0 2px 0 #3a0000;
}

.nav__item:hover {
    background: #a60007;
}

.nav__item:hover .nav__item-link {
    color: #fff;
    text-shadow: 0px 2px 0px #3a0000;
}

.nav__item:hover .nav__sublist {
    display: block;
}

.nav__item:hover .nav__sublist .nav__sublist {
    display: none;
}

.nav__item:hover .nav__sublist .nav__subitem:hover .nav__sublist {
    display: block;
}

.nav__subitem .nav__item-sublink.nav-sublist {
    position: relative;
}

.nav__subitem .nav__item-sublink.nav-sublist:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #000;
    top: 50%;
    right: 30px;
    margin-top: -5px;
}

.nav__item .nav__item-link {
    font-weight: bold;
    font-size: 20px;
    color: #564b4b;
    text-decoration: none;
    padding: 20px 35px;
    display: block;
    font-family: Helvetica;
}

.nav__item .nav__item-link:hover {
    background: #564b4b;
    color: #fff;
    text-shadow: none;
}

/*
.content {
  padding: 20px 0;
}
*/

.content p {
    padding: 0 0 20px;
    color: #433636;
}

.content a {
    text-decoration: none;
    color: #a60007;
}

.content a:hover {
    text-decoration: underline;
}

.content h3 {
    color: #433636;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
}

.footer {
    height: 60px;
    background: #cbc9c9;
    text-align: center;
    min-width: 970px;
}

.footer__content {
    color: #460003;
    font-size: 14px;
    padding-top: 25px;
}


/*Petr's custom hardcode */


#manwrapper {
    /*	margin-top:20px;  */

}

.sidebar-left-wrapper {
    width: 20%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.ie7 .sidebar-left-wrapper {
    width: 20%;
    height: 100%;
    display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 20px;
}

#sidebar-left {
    float: left;
    font-size: 90%;
    width: 100%;
    display: inline-block;
}

.ie7 #sidebar-left {
    float: left;
    font-size: 90%;
    width: 100%;
    display: inline;
    zoom: 1;
}


#mancontent {


    /*  font-size: 12px;   */
    /*	margin-left: 23px;   */
    line-height: 24px;
    width: 76%;
    display: inline-block;

}

.ie7 #mancontent {


    /*  font-size: 12px;   */
    /*	margin-left: 23px;   */
    width: 76%;
    display: inline;
    zoom: 1;
}


.section .block h2 {

    background: none repeat scroll 0 0 #E6E6E6;
    font-size: 1.3em;
    margin: 0;
    padding: 13px 10px;

}


.logo {

    margin-bottom: 10px;

}


.logo img {

    height: 149px;
}


.head__title {
    margin-top: 0px;
    /*	margin-left:25px;    */
}


.field-slideshow-caption {
    width: 330px;
}

.block-facetapi h2 {
    cursor: pointer;
}


.nav__sublist {

    width: 280px;
    z-index: 1000;

}

.head__nav {
    width: 260px;
    height: 144px;
    position: relative;
}

.nav__item-sublink {
    /*width:100%;*/
}

.uzzzzniki tr td, tr th {
    border: 0px solid #BBBBBB;
    padding: 15px 6px;
    vertical-align: bottom;
    max-width: 180px;
}

.uzzzzniki .views-field-field-full-name {
    font-size: 140%;
    margin: 2px 0 2px 0;
}


.uzzzzniki .views-field-field-victim-group, .uzzzzniki .views-field-field-victim-place {
    font-size: 80%;
}

ul.inline, ul.links.inline {
    float: right;
}

.node {
    padding-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 40px;
}

.node h2 {
    line-height: 24px;
}

.node h2:hover a {
    line-height: 24px;
    text-decoration: none;
}

.node:hover {
    border: 1px solid darkgrey;
}

.node:hover h2 a {
    color: grey;

}

.head__links {
    bottom: 67px;
    margin-left: 0;
    margin-right: 4px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 350px;
}


.region-frontpage-slider .views-row, .slider--item {

    display: inline-block;
    /* margin:0px 0px 0px -4px;  */

}

.ie7 .region-frontpage-slider .views-row, .ie7 .slider--item {

    display: inline;
    zoom: 1;
    /* margin:0px 0px 0px -4px;  */

}


#front-page-slider-wrapper-man {
    white-space: nowrap;
    text-align: center;
}

.slider .content {
    padding: 0;
}


#search-box {
    float: right;
}


a.language-link {
    color: white;
}

.language-switcher-locale-url a:hover {
    text-decoration: none;
}

.language-link.active {
    color: #B1A2A2;
}

#mancontent.content {
    padding: 0;

}

/*
ul.field-name-field-victim-gallery {
 white-space: nowrap;
}
*/


/*
.node-type-prisoner .field-name-field-victim-gallery li {
display:inline;
margin:0;
}
*/

.teachers-block-heading-field {
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 7px;
}

/*
.content .field-name-field-victim-gallery .field-items .field-item {
	display:inline;
	white-space: nowrap;

}
*/

.fancybox-title-float-wrap .child {
    max-width: 800px;
    white-space: normal;
}

.node-type-prisoner .content-middle .content {
    padding-top: 0px;
}

.field-name-title h1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.node-type-prisoner #page-title {
    display: none;
}

.node-type-prisoner .field-label {
    width: 230px;
    color: #A60007;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

.ie7 .node-type-prisoner .field-label {
    width: 230px;
    color: #A60007;
    font-weight: normal;
    display: inline;
    zoom: 1;
    vertical-align: top;
}

.field-name-field-victim-destiny .field-items .field-item {
    display: inline-block;
    width: 500px;
}

.ie7 .field-name-field-victim-destiny .field-items .field-item {
    display: inline;
    zoom: 1;
    width: 500px;
}

.node-type-prisoner .field-name-body {
    margin-top: 50px;
}

.node-type-prisoner .field {

    margin-bottom: 8px;
}

.node-type-prisoner .field-items {
    display: inline-block;
}

.ie7 .node-type-prisoner .field-items {
    display: inline;
    zoom: 1;
}

*, .content p {
    color: #463333;
}


.node-type-prisoner .field .slider {
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}

.otstupkaman {
    height: 249px;
}


.node-type-prisoner #mancontent {


    width: 97%;

}

.sidebar .block {
    /*	min-width: 230px;  */
}


.nav .wrapper {
    padding: 0;
}

.fancybox-title-float-wrap {
    margin-bottom: -130px;
}

.block .uzzzzniki .views-row {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
}

.uzzzzniki .view-header {
    margin-top: 00px;
}



.page-archiv .title {
    display: none;
}

.view-id-prisoners_de h1 {
    margin-bottom: 10px;
}


ul.pager li.pager-current {
    /* background-color: #005A8C;   */
    color: #FFFFFF;
    padding: 1px 4px;
}

ul.pager li.pager-current {
    background-color: #FFFFFF;
    color: #460003;
    padding: 1px 4px;
}

.item-list .pager li a {
    background-color: #FFFFFF;

}

.item-list .pager li a:hover {
    background-color: #FFFFFF;
    color: #A60007;
}

ul.pager {
    margin-bottom: 30px;
}


.myButton {
    /* box-shadow: inset 0px 1px 0px 0px #ffffff; */
    background-color: #ffffff;
    margin: 10px 0;
    /* border-radius: 6px; */
    border: 1px solid #bcbcbc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-size: 21px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.myButton:hover {
    /*	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%); */
    background-color: #dfdfdf;
    text-decoration: none !important;
}

.view-display-id-block_1.uzzzzniki {
    margin-bottom: 10px;
}


#user-login-form {
    text-align: left;
}

#user-login-form .item-list ul, #user-login-form .item-list ul li {
    margin: 0;
    padding: 0;
}


#node-125 ul.links.inline, #node-126 ul.links.inline {
    display: none;
}

.region .uzzzzniki .views-field-field-full-name {
    font-size: 120%;
}

.views-exposed-widgets {
    margin: 1em 0 .5em 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}

.block.block-locale .content {
    width: 260px;
    text-align: right;
}

.page-teachers #page-title {
    margin-bottom: 15px;
}

.language-switcher-locale-url li.active {
    display: none;
}

#page-title {
    margin-bottom: 20px;
}