/**
 *  HTML
 */
html { margin: 0; padding: 0; height: 100%; }
body {
  margin: 0; padding: 0; height: 100%;
  font: 12px/14px arial,helvetica,sans-serif;
  color: #363636;
  background: #dbdbcc url(images/body-bg.png) scroll repeat-y center top;
  cursor: default;
}

a { color: #871E17; text-decoration: none; }
a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 5px 10px; }
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

p {
  margin: 0; padding: 0 10px 5px 10px;
  text-align: justify;
}
ul { margin: 0; padding: 5px 15px; list-style-position: inside; list-style-type: disc; }
ol { margin: 0; padding: 5px 15px; list-style-position: inside; list-style-type: decimal; }
dl { margin: 0; padding: 5px 15px; }
ul li, ol li { margin: 0; padding: 1px 0; }
dl dt { margin: 0; padding: 3px 0; font-weight: bold; }
dl dd { margin: 0; padding: 3px 0 3px 20px; text-align: justify; }
/**
 *  PAGE
 */
#page {
  margin: 0 auto; padding: 0;
  width: 798px;
  background: transparent;
}
.box {
  clear: both;
}
.box-clear {
  background: transparent url(images/box-clear-top.png) scroll no-repeat center top;
  padding-top: 20px;
}
.box-clear-front {
  background: transparent url(images/box-clear-top.png) scroll no-repeat center top;
}
.box-1-3 {
  background: transparent url(images/box-1-3-top.png) scroll no-repeat center top;
}
.box-2-3 {
  background: transparent url(images/box-2-3-top.png) scroll no-repeat center top;
}
.block-2-3 {
  margin: 0; padding: 0;
  width: 532px;
}
.block-1-3 {
  margin: 0; padding: 0;
  width: 266px;
}

/* footer */
#page-footer {
  padding: 25px 10px 20px 10px;
  background: transparent url(images/page-footer-bottom.png) scroll no-repeat center bottom;
  font-size: 90%;
  position: relative;
}
#page-footer a {
  color: #363636;
  text-decoration: none;
}
#page-footer a:hover {
  color: #871E17;
  text-decoration: none;
}

#npj-studio-logo {
  display: block;
  position: absolute;
  width: 80px; height: 60px;
  right: 0; bottom: 0;
}

#facebook-logo {
  display: block;
  position: absolute;
  width: 80px; height: 50px;
  right: 80px; bottom: 10px;
}

/*  #footer-links */
#footer-links {
  margin: 0; padding: 10px 0 0 10px;
  list-style: none;
  font-size: 90%;
}
#footer-links li {
  display: inline;
  border-left: 1px solid #363636;
}
#footer-link-home {
  border-left: 0 !important;
}
#footer-link-home a {
  background: transparent url(images/footer-link-home-bg.png) scroll no-repeat 0 70%;
  padding-left: 25px !important; 
}

#footer-links a {
  color: #363636;
  text-decoration: none;
  padding: 0 5px;
}
#footer-links a:hover {
  color: #871E17;
  text-decoration: none;
}

#footer-rss-link {
  text-decoration: none;
  color: #dd632b !important;
  font-weight: bold;
}
#footer-rss-link img {
  border: 0; margin: 0 0 -2px 0; padding: 0;  
}

#drupal-link {
  text-decoration: none;
}
#drupal-link img {
  border: 0; margin: 0 0 -3px 0; padding: 0;
}

/* breadcrumb */
#page-breadcrumb {
  margin: 0 0 -15px 0; padding: 15px 0 5px 6px;
  color: #363636;
}
#page-breadcrumb a {
  color: #363636;
  text-decoration: none;
  padding: 0 5px;
}
#page-breadcrumb a:hover {
  color: #871E17;
  text-decoration: none;
}

/* page-title */
.page-title {
  margin: 0; padding: 25px 0 5px 10px;
  font-size: 180%;
  line-height: 110%;
}
.page-title a {
  text-decoration: none;
  cursor: pointer;
}
.page-title a:hover {
  text-decoration: none;
  color: #a6251c;
}
.page-title-image-link {
  text-decoration: none;
}
.page-title-image-link img {
  padding: 0; border: 0;
  margin: -10px 0 0 -5px;
}

#page-title-archivum {
  position: relative;
}
#page-title-archivum-rss {
  position: absolute;
  left: 15px; top: 21px;
  text-decoration: none;
}
#page-title-archivum-rss img {
  margin: 0; padding: 0; border: 0;
}


/* block-title, page-subtitle */
.block-title, .page-subtitle {
  margin: 0; padding: 20px 0 5px 10px;
  font-size: 160%;
}
.block-title a, .page-subtitle a {
  text-decoration: none;
  cursor: pointer;
}
.block-title a:hover, .page-subtitle a:hover {
  text-decoration: none;
  color: #a6251c;
}
.block-title-image-link, .page-subtitle-image-link {
  text-decoration: none;
}
.block-title-image-link img, .page-subtitle-image-link img {
  padding: 0; border: 0;
  margin: -5px 0 -5px -5px;
}

#block-title-archivum {
  position: relative;
}
#block-title-archivum-rss {
  position: absolute;
  right: 15px; top: 20px;
  text-decoration: none;
}
#block-title-archivum-rss img {
  margin: 0; padding: 0; border: 0;
}

/* tabs */
.page-tabs {
  margin: 0 5px; padding: 5px;
  border: 1px solid #871E17;
}
#page-tab {
  margin: 5px;
}
#page-tab-1 {
  margin: 5px 5px 0 5px;
}
#page-tab-2 {
  margin: 0 5px 5px 5px;
}
#page-tab, #page-tab-1 {
  background-color: #871E17;
  color: #f3f2e5;
  border-bottom: 0;
}
#page-tab-2 {
  color: #871E17;
  border-top: 0;
}
.page-tabs ul {
  list-style: none;
  border: 0; padding: 0; margin: 0;
}
.page-tabs li {
  display: inline;
  background: none;
  border: 0; padding: 0 5px 0 10px; margin: 0;
}
#page-tab li, #page-tab-1 li {
  border-left: 1px solid #f3f2e5;
}
#page-tab-2 li {
  border-left: 1px solid #871E17;
}
.page-tabs li:first-child {
  border: 0 !important;
}
.page-tabs a {
  border: 0; padding: 0;
  text-decoration: none;
}
#page-tab a, #page-tab-1 a {
  color: #f3f2e5;
}
#page-tab-2 a {
  color: #871E17;
}
.page-tabs a.active {
  font-weight: bold;
}

/*  actual box  */
#page-actual-left {
  width: 393px; height: 289px;
  float: left; clear: left;
}
#page-actual {
  margin: 0 0 0 5px;
  width: 381px; height: 240px;
  overflow: auto;
}
#page-actual-right {
  width: 390px; height: 280px;
  float: left; clear: right;
  margin: 9px 0 0 0; padding: 0; border: 0;
}

/* pager */
div.pager {
  margin: 0; padding: 15px 0;
}
.pager-list strong, div.pager a {
  line-height: 18px !important;
  margin: 0 2px; padding: 2px 5px !important;
}
.pager a {
  text-decoration: none;
  color: #871E17;
  border: 1px solid #f3f2e5;
}
.pager a:hover {
  border: 1px solid #871E17;
}
.pager-list strong {
  color: #871E17;
  border: 1px solid #871E17; 
}

/*  #page-mission */
#page-mission {
  margin: 0; padding: 5px 10px;
}
#page-mission p {
  margin: 0; padding: 0 0 10px 0;
}

/*  #page-messages  */
#page-messages {
  margin: 5px 0 0 0; padding: 5px;
}
#page-messages div.messages {
  margin: 0; padding: 10px; 
}
#page-messages div.messages ul {
  margin: 0; padding: 0; 
}
#page-messages div.status {
  color: #3a3;
  border: 1px solid #3a3;
}

/*  #user-profile   */
div#user-profile {
  margin: 0; padding: 0;  
}
div#user-profile .picture, form#user-edit .picture {
  margin: 5px 10px 10px 5px; padding: 0;
  float: left;
  width: 127px; height: 127px;
  text-align: center;
}
div#user-profile .picture a, form#user-edit .picture a {
  text-decoration: none;
}
div#user-profile .picture img, form#user-edit .picture img {
  border: 1px solid #7b7b6f;
  margin: 0; padding: 0;
  width: 125px;
}
div#user-profile table {
  margin: 5px 0 10px 0; padding: 0;
  float: left;
  width: 380px;
  border: 0; border-collapse: collapse;
  border-spacing: 0;
}
div#user-profile table tbody {
  border: 0;
}
div#user-profile table th, div#user-profile table td {
  border: 0;
}
div#user-profile table th {
  padding: 6px;
}
div#user-profile table td {
  padding: 6px; padding-left: 15px;
}
div#user-profile table td.profile-nickname {
  font-size: 140%;
  border-bottom: 1px solid #7b7b6f;
  padding-left: 6px;
}
div#user-profile table th.profile-history {
  border-top: 1px solid #7b7b6f;
}

/**
 * NODE
 */
.node {
  margin: 0; padding: 0;
  clear: both;
}
.node-teaser {
  font-weight: bold;
}
.gndl-teaser-page img { width: 245px !important; }

.node p {
  margin: 0; padding: 5px 10px;
  text-align: justify;
}
.node h1, .node h2, .node h3, .node h4, .node h5, .node h6 {
  margin: 0; padding: 5px 10px;
  clear: both;
  color: #871E17;
}
.node h1 { font-size: 1.5em; }
.node h2 { font-size: 1.4em; }
.node h3 { font-size: 1.3em; }
.node h4 { font-size: 1.2em; }
.node h5 { font-size: 1.1em; }
.node h6 { font-size: 1em; }

.node .submitted {
  padding: 2px 10px 2px 0;
  text-align: right;
  font-style: italic;
}
.node .content {
  position: relative;
  padding-bottom: 15px;
}
/*****/
.node-view-archivum_blokk {
  margin: 0; padding: 0 10px;
  position: relative;
}
.node-view-archivum_blokk .list-title {
  margin: 0; padding: 0 0 2px 0;
  font-size: 110%;
}
.node-view-archivum_blokk a {
  text-decoration: none;
}
.node-view-archivum_blokk a:hover {
  text-decoration: none;
  color: #363636;
}
.node-view-archivum_blokk .list-submitted {
  margin: 0; padding: 0;
  font-size: 90%;
  text-align: right; font-style: italic;
}
.node-view-archivum_blokk .list-taxonomy {
  margin: 0; padding: 0 0 2px 0;
  font-size: 90%;
  float: left;
}
.node-view-archivum_blokk .list-teaser {
  clear: both;
  font-size: 90%;
  padding: 2px 0;
}
.node-view-archivum_blokk .list-readmore {
  padding: 0 0 2px 0;
  font-size: 90%;
  float: right;
}

/*****/
.node-view_blokk {
  margin: 0; padding: 0 10px;
}
.node-view_blokk .list-title {
  margin: 0; padding: 10px 0 2px 0;
  font-size: 120%;
  line-height: 110%;
}
.node-view_blokk a {
  text-decoration: none;
}
.node-view_blokk a:hover {
  text-decoration: none;
  color: #363636;
}
.node-view_blokk .list-submitted {
  margin: 0; padding: 0;
  font-size: 90%;
  text-align: right; font-style: italic;
}
.node-view_blokk .list-taxonomy {
  margin: 0; padding: 0;
  font-size: 90%;
  float: left;
}
.node-view_blokk .list-teaser {
  clear: both;
  font-size: 90%;
  padding: 2px 0;
}
.node-view_blokk .list-teaser p {
  padding: 2px 0;
}

.node-unpublished {
  margin: 5px 10px;
  border: 2px solid #871E17;
  background-color: transparent;
}
/*  smaller teaser  */
.node-view_blokk .list-teaser .gndl-teaser {
  text-decoration: none;
}
.node-view_blokk .list-teaser .gndl-teaser img {
  margin: 0 0 2px 0; padding: 0;
  border: 1px solid #7b7b6f;
  float: left; width: 100px;
}
/* larger teaser  */
.body-front .node-view_blokk .list-teaser .gndl-teaser {
  text-decoration: none;
  text-align: center;
  display: block; width: 100%;
}
.body-front .node-view_blokk .list-teaser .gndl-teaser img {
  margin: 3px auto; padding: 0;
  border: 1px solid #7b7b6f;
  width: 245px;
}
.node-view_blokk .list-readmore {
  padding: 0 0 5px 0;
  font-size: 90%;
  float: right;
}

/*******************/
.node-view-aktualis_lista_cimlap {
  margin: 0; padding: 0;
  clear: both;
}
.node-view-aktualis_lista_cimlap .list-content {
  width: 310px;
  float: right;
}
.node-view-aktualis_lista_cimlap .list-submitted {
  width: 50px;
  float: left;
  text-align: center;
}

.node-view-aktualis_lista_cimlap .list-title {
  margin: 0; padding: 2px 0;
  font-size: 120%;
  line-height: 110%;
}
.node-view-aktualis_lista_cimlap .list-title a, .node-view-aktualis_lista_cimlap .list-readmore a {
  text-decoration: none;
}
.node-view-aktualis_lista_cimlap .list-title a:hover, .node-view-aktualis_lista_cimlap .list-readmore a:hover {
  text-decoration: none;
  color: #363636;
}
.node-view-aktualis_lista_cimlap .list-teaser {
  clear: both;
  font-size: 90%;
  padding: 2px 10px 2px 0;
  text-align: justify;
}
.node-view-aktualis_lista_cimlap .list-readmore {
  padding: 0 10px 15px 0;
  font-size: 90%;
  text-align: right;
}
.node-view-aktualis_lista_cimlap .list-submitted-y {
  padding: 2px 0 0 0;
  color: #871E17;
}
.node-view-aktualis_lista_cimlap .list-submitted-m {
  padding: 2px 0 0 0;
  font-size: 140%;
  color: #871E17;
  text-transform: capitalize;
}
.node-view-aktualis_lista_cimlap .list-submitted-d {
  padding: 2px 0 15px 0;
  color: #871E17;
}

/*****/
.node-view_lista {
  margin: 5px; padding: 0 5px;
}
.node-sticky .node-view_lista {
  background-color: #dbdacf;
} 
.node-view_lista .list-title {
  margin: 0 0 5px 0; padding: 5px 0;
  border-bottom: 1px solid #871E17;
  font-size: 130%;
  line-height: 110%;
}
.node-view_lista a {
  text-decoration: none;
}
.node-view_lista a:hover {
  text-decoration: none;
  color: #363636;
}
.node-view_lista .list-submitted {
  margin: 0; padding: 0;
  text-align: right; font-style: italic;
}
.node-view_lista .list-taxonomy {
  margin: 0; padding: 0;
  float: left;
}
.node-view_lista .list-teaser {
  clear: both;
  padding: 2px 0;
}
.node-view_lista .list-teaser p {
  padding: 2px 0;
}
.node-view_lista .list-teaser .gndl-teaser {
  text-decoration: none;
  text-align: center;
  display: block; width: 100%;
  margin: 0;
}
.node-view_lista .list-teaser .gndl-teaser img {
  margin: 3px auto; padding: 0;
  border: 1px solid #7b7b6f;
  width: 243px;
}
.node-view_lista .list-readmore {
  padding: 0;
  float: right;
}

/*****/
.node-view_lista_tobb {
  margin: 5px; padding: 0 5px;
}
.node-sticky .node-view_lista_tobb {
  background-color: #dbdacf;
} 
.node-view_lista_tobb .list-title {
  margin: 0 0 5px 0; padding: 5px 0;
  border-bottom: 1px solid #871E17;
  font-size: 120%;
  line-height: 110%;
}
.node-view_lista_tobb a {
  text-decoration: none;
}
.node-view_lista_tobb a:hover {
  text-decoration: none;
  color: #363636;
}
.node-view_lista_tobb .list-submitted {
  margin: 0; padding: 0;
  text-align: right; font-style: italic;
  font-size: 90%;
}
.node-view_lista_tobb .list-taxonomy {
  margin: 0; padding: 0;
  float: left;
  font-size: 90%;
}
.node-view_lista_tobb .list-teaser {
  clear: both;
  padding: 2px 0;
  font-size: 90%;
}
.node-view_lista_tobb .list-teaser p {
  padding: 2px 0;
}
.node-view_lista_tobb .list-teaser .gndl-teaser {
  text-decoration: none;
  text-align: center;
  display: block; width: 100%;
}
.node-view_lista_tobb .list-teaser .gndl-teaser img {
  margin: 3px auto; padding: 0;
  border: 1px solid #7b7b6f;
  width: 243px;
}
.node-view_lista_tobb .list-readmore {
  padding: 0;
  float: right;
  font-size: 90%;
}


#rss-link {
  margin: 10px; padding: 10px 0;
  text-align: center;
}
#rss-link a {
  color: #dd632b;
  font-size: 120%;
  background: transparent url(images/feed-icon.png) scroll no-repeat 0 50%;
  padding-left: 24px;
}

/**
 * PRIMARY LINKS
 */
#primary-links {
  width: 794px;
  margin: 0 auto; padding: 0;
  border-collapse: separate;
  border-spacing: 2px;
  clear: both;
}
#primary-links td {
  padding: 0;
  background: #2C2B20 url(images/primary-links-bg.png) scroll repeat 0 0;
  width: 127px; height: 28px;
}
a.primary-link, a.primary-link:hover, a.primary-link-active, a.primary-link-active:hover {
  text-decoration: none;
  cursor: pointer;
}
a.primary-link img, a.primary-link-active img {
  border: 0; margin: 0 0 -2px 0; padding: 0;
  width: 100%; height: 100%;
}

#primary-links-logo {
  width: 399px !important; height: 88px !important;
  padding: 0;
}
#primary-links-logo a {
  text-decoration: none;
  display: block; width: 100%;
  height: 100%;
  position: relative;
}
#primary-links-logo img {
  padding: 0; border: 0;
}
#primary-links-logo-1 {
  width: 188px; height: 88px;
  margin: 0;
  position: absolute;
  left: 1px; top: 0;
  z-index:5;
}
#primary-links-logo-3 {
  width: 188px; height: 88px;
  margin: 0;
  position: absolute;
  left: 1px; top: 0;
  visibility: hidden;
  z-index:10;
}
#primary-links-logo-2 {
  float: right;
  margin: 0;
  width: 207px; height: 88px;
}

/*  block-region */
.block-region {
  margin: 5px; padding: 15px 0;
  font-size: 140%; font-weight: bold;
  text-align: center;
  border: 2px dashed #c59a6f;
  color: #c59a6f;
  background: none;
}

/*  #block-menu-75  */
#block-menu-75 ul, #block-user-1 ul {
  margin: 0; padding: 5px 0 15px 20px;
  list-style-position: outside;
}
#block-menu-75 li, #block-user-1 li {
  color: #871E17;
  padding: 1px 0 1px 5px;
}
#block-menu-75 li a, #block-user-1 li a {
  color: #871E17;
  text-decoration: none;
}
#block-menu-75 li a.active, #block-user-1 li a.active {
  color: #363636;
}
#block-menu-75 li a:hover, #block-user-1 li a:hover {
  text-decoration: underline;
}
#block-menu-75 li.leaf, #block-user-1 li.leaf {
  list-style-image: url(images/menu-leaf.png);
}
#block-menu-75 li.collapsed, #block-user-1 li.collapsed {
  list-style-image: url(images/menu-collapsed.png);
}
#block-menu-75 li.expanded, #block-user-1 li.expanded {
  list-style-image: url(images/menu-expanded.png);
}

#block-user-1 ul ul {
  padding: 0;
}

/**
 * FORMS
 */
.form-text, .form-textarea, .form-select {
  margin: 0; padding: 3px;
  border: 1px inset #99998d;
  background-color: #f6f6f6;
  font: 12px/14px arial,helvetica,sans-serif;
}
.form-select {
  margin: 0; padding: 0 0 0 5px;
  border: 1px inset #99998d;
  background-color: #f6f6f6;
  font: 12px/14px arial,helvetica,sans-serif;
  height: 20px;
}
.form-checkbox {
  margin: 0; padding: 0;
  border: 1px inset #99998d;
  background-color: #f6f6f6;
}
.form-file {
  margin: 0; padding: 3px;
  font: 12px/14px arial,helvetica,sans-serif;
}

.form-text:focus, .form-textarea:focus {
  background-color: #fff;
}
.form-item {
  padding: 5px 0; margin: 0;
}
.form-item label {
  padding: 0 0 5px 0;
}
.form-item .form-required {
  color: #871E17;
  font-weight: bold;
  font-size: 120%;
}

.form-item input.error, .form-item textarea.error {
  color: #871E17;
  border: 2px solid #871E17; 
}

.form-item .description {
  padding: 5px 10px 0 0;
  text-align: justify;
  clear: both;
}
form#user-login, form#user-pass, form#user-register, form#user-edit, form#contact-mail-user, form#contact-mail-page, form#paulauster-logout, form#comment-form {
  margin: 0; padding: 0 10px 10px 10px;
  width: 100%;
}
form#user-edit {
  margin: 0; padding: 0 0 10px 0;
  width: 100%;
}
form .form-input-left {
  width: 49%;
  float: left;
  margin-left: 4px;
}
form .form-input-center {
  width: 49%;
  margin: 0 auto;
}
form .form-input-center-wide {
  width: 99%;
  margin: 0 auto;
  clear: both;
}
form .form-input-right {
  width: 49%;
  float: right;
}
form .form-submit-right {
  clear: both;
  text-align: right;
  padding: 5px 15px 5px 0;
}
form .form-submit-right-float {
  float: right;
  width: 48%;
  text-align: right;
  margin: 0 15px 0 0; padding: 5px 0;
}
form .form-submit-left-float {
  float: left;
  width: 48%;
  text-align: left;
  margin: 0 0 0 15px; padding: 5px 0;
}
form#user-edit .form-submit-right {
  padding-right: 5px;
}
form#user-edit .form-submit-right-float {
  margin-right: 5px;
}
form#user-edit .form-submit-left-float {
  margin-left: 5px;
}

form .form-text {
  width: 235px;
}
form .form-input-center-wide .form-text {
  width: 505px;
}
form fieldset .form-input-center-wide .form-text {
  width: 485px;
}
form .form-input-center-wide .form-file {
  width: 495px;
}
form .form-submit {
  background: #871E17 url(images/form-submit-bg.png) scroll no-repeat 98% 65%;
  color: #f3f2e5;
  text-align: right;
  margin: 0; padding: 3px 20px 4px 0;
  width: 245px;
  cursor: pointer;
  border: 3px double #f3f2e5;
}
form .form-submit:hover {
  background-color: #a6251c; 
}
form fieldset {
  margin: 0 5px 5px 5px; padding: 10px;
  border: 1px solid #871E17;
}
form fieldset legend {
  color: #871E17;
  font-weight: bold;
  clear: both;
}

html.js form fieldset.collapsible legend a {
  padding-left: 10px;
  background: transparent url(images/menu-expanded.png) no-repeat 0% 50%;
}

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

form#comment-form {
  padding: 0 0 10px 0;
}
form#comment-form fieldset {
  margin-top: 10px;
}
form#comment-form .form-input-right fieldset {
  border: 0; margin: 10px 0 0 0;
}
form#comment-form .form-input-right ul {
  margin: 0; padding: 5px;
  padding-top: 10px;
  list-style-type: circle;
}
form#comment-form .form-input-left {
  padding-left: 5px;
}


/**
 * COMMENTS
 */
#comments {
  margin: 0; padding: 10px;
}
.comment {
  margin: 0 0 5px 0; padding: 0;
  position: relative;
  border: 1px solid #7b7b6f;
}
.comment-unpublished {
  border: 2px solid #871E17;
  background-color: transparent;
}
.indented {
  margin-left: 10px;
}
.comment-reply {
  margin: 15px 10px 5px 10px;
}
.comment .picture {
  float: left;
  margin: 3px 5px 3px 2px;
}
.comment .picture a {
  cursor: pointer;
  text-decoration: none;
}
.comment .picture img {
  width: 35px;
  border: 1px solid #7b7b6f;
  margin: 0; padding: 0;
}
.comment-submitted {
  float: left;
  line-height: 18px;
  margin-top: 3px;
}
.comment-submitted a, .comment-links a {
  text-decoration: none;
}
.comment-submitted a:hover, .comment-links a:hover {
  text-decoration: none;
  color: #363636;
}
.comment-submitted .user-theme-name {
  font-size: 120%;
}
.comment-links {
  clear: both;
  padding: 0 5px 5px 5px;
  text-align: right;
}
.comment-links a {
  text-transform: capitalize;
}
.comment-content {
  clear: both;
  padding: 5px;
  z-index: 10;
}
.comment-content p {
  padding: 5px;
  text-align: justify;
}

.comment-count {
  z-index: 5;
  position: absolute;
  right: 10px; top: 10px;
  font-size: 200%; font-weight: bold;
  color: #ccc;
}
.comment-new {
  font-weight: bold; color: #871E17;
}

/**
 * POLL
 */
#poll-view-results {
  margin: 10px auto; padding: 20px 10px 5px 10px;
  width: 60%;
  clear: both;
}
#poll-view-results .bar {
  border: 1px solid #871E17;
  background-color: transparent;
}
#poll-view-results .foreground {
  background-color: #871E17;
}

form#poll-view-voting .form-input-center {
  clear: both;
}

/**
 * gallery
 */
.gndl-gallery-table {
  border-collapse: separate;
  border-spacing: 4px;
  clear: both;
}
.gndl-gallery-table tbody {
  border: 0; 
}
.gndl-gallery-table td {
  background-color: #7b7b6f;
}
.gndl-gallery-table td a {
}
.gndl-gallery-table td img {
  border: 0;
  width: 155px;
}
.gndl-gallery-table span {
  color: #f3f2e5; 
}

.gndl-gallery-view {
  background-color: #7b7b6f;
  margin: 0 10px; padding-top: 10px;
}
.gndl-gallery-view img {
  border: 0;
}
.gndl-gallery-view span {
  color: #f3f2e5; 
}

.gndl-gallery-nav-list, .gndl-gallery-nav-view {
  padding: 10px 5px;
  clear: both;
}
.gndl-gallery-nav-list a, .gndl-gallery-nav-view a {
  text-decoration: none;
  padding: 0 2px;
}
.gndl-gallery-nav-list a:hover, .gndl-gallery-nav-view a:hover {
  text-decoration: none;
  color: #363636;
}
.gndl-gallery-nav-list a.nav-active, .gndl-gallery-nav-view a.nav-active {
  font-weight: bold;
  color: #363636;
}


/**
 * MISC
 */
.ul-related-links {
  color: #871E17;
}
.ul-attached-files {
  list-style: none;
  font-size: 90%;
}
.ul-related-links li, .ul-attached-files li {
  padding-bottom: 3px;
}

.empty-view p {
  margin: 0; padding: 10px;
  text-align: center !important;
}

.register-or-login {
  margin: 0; padding: 5px 0 10px 0; text-align: center;
}

#thickbox-h1-close {
  margin: 0; padding: 0;
}
#thickbox-h1-close a {
  text-decoration: none;
  color: #363636;
}
#thickbox-h1-close a:hover {
  text-decoration: none;
  color: #871E17;
}

.padding-0 { padding: 0; }
.padding-5 { padding: 5px; }
.padding-10 { padding: 10px; }

.margin-0 { margin: 0; }
.margin-5 { margin: 5px; }
.margin-10 { margin: 10px; }

.clear { clear: both; height: 1px; line-height: 1px; }
.clear-both { clear: both !important; }
.clear-left { clear: left !important; }
.clear-right { clear: right !important; }

.float-left{ float: left; }
.float-right{ float: right; }

.align-center { text-align: center !important; }
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }

.style-bold { font-weight: bold; }
.style-italic { font-style: italic; }

.underline { border-bottom: 1px solid #363636; }
.underline-dotted { border-bottom: 1px dotted #363636; }
.underline-dashed { border-bottom: 1px dashed #363636; }
.overline { border-top: 1px solid #363636; }
.overline-dotted { border-top: 1px dotted #363636; }
.overline-dashed { border-top: 1px dashed #363636; }
.line-through {text-decoration: line-through; }

.frame,.frame-dotted, .frame-dashed, .frame-double {
  margin: 10px !important; padding: 5px;
  border: 1px solid #363636;
}
.frame-dotted { border-style: dotted; }
.frame-dashed { border-style: dashed; }
.frame-double { border-style: double; border-width: 3px; }

.relative { position: relative; }

.color-default { color: #363636 !important; }
.color-red { color: #871E17; }

pre {
  margin: 0; padding: 5px 10px;
  font: 12px/13px courier, "courier new", monospace;
  white-space: normal;
}
pre.code {
  margin: 5px 10px; padding: 5px;
  color: #363636;
  border: 1px solid #aaa;
  background-color: #fafafa;
}
.help-image {
  width: 100%;
  display: block;
  margin: 0 auto; padding: 0; border: 1px solid #363636;
}
.help-image-inherit {
  display: block;
  margin: 0 auto; padding: 0; border: 1px solid #363636;
}
