.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
} /*_\*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
} /* End hide from IE-mac */

body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox,
th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
.breadcrumb {
  padding-bottom: 0.5em;
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  float: left;
}
div.tree-child {
  background: url(../../../../misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
  background: url(../../../../misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
  background: url(../../../../misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error,
tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning,
tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok,
tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down,
tr.merge-down td,
tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up,
tr.merge-up td,
tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes,
.form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker,
.form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
  width: 10em;
}
dl.multiselect dt,
dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
.container-inline div,
.container-inline label {
  display: inline;
}
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
html.js input.form-autocomplete {
  background-image: url(../../../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../../../../misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../../../../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  padding: 0.42em 1.5em 0.42em 0.5em;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../../../../misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right;
  padding-right: 5%;
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right;
  margin: 0 5% 0 0;
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}
.progress-disabled {
  float: left;
}
.ahah-progress {
  float: left;
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../../../../misc/throbber.gif) no-repeat 0px -18px;
  float: left;
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}
#first-time strong {
  display: block;
  padding: 1.5em 0 0.5em;
}
tr.selected td {
  background: #ffc;
}
table.sticky-header {
  margin-top: 0;
  background: #fff;
}
#clean-url.install {
  display: none;
}
html.js .js-hide {
  display: none;
}
#system-modules div.incompatible {
  font-weight: bold;
}
#system-themes-form div.incompatible {
  font-weight: bold;
}
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px;
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
input.password-confirm {
  margin-right: 10px;
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}

ul.menu {
  list-style: none;
  border: none;
  text-align: left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../../../misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
}
#access-rules .access-type,
#access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item,
#access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: 0.5em;
}
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}

.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight: bold;
}
.field .field-label-inline,
.field .field-label-inline-first {
  display: inline;
}
.field .field-label-inline {
  visibility: hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
  width: 30px;
  padding-right: 0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
  padding-right: 0.5em;
}
.node-form .content-add-more .form-submit {
  margin: 0;
}
.node-form .number {
  display: inline;
  width: auto;
}
.node-form .text {
  width: auto;
}
.form-item #autocomplete .reference-autocomplete {
  white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
  display: inline;
  font-weight: normal;
}
#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
  margin: 4px 4px 0 0;
}
#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
  font-weight: bold;
}
table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
  float: left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
  display: none;
}
table#content-field-overview tr.content-add-new .description {
  margin-bottom: 0;
}
table#content-field-overview .content-new {
  font-weight: bold;
  padding-bottom: 0.5em;
}
.advanced-help-topic h3,
.advanced-help-topic h4,
.advanced-help-topic h5,
.advanced-help-topic h6 {
  margin: 1em 0 0.5em 0;
}
.advanced-help-topic dd {
  margin-bottom: 0.5em;
}
.advanced-help-topic span.code {
  background-color: #edf1f3;
  font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
  font-size: 0.9em;
  padding: 1px;
}
.advanced-help-topic .content-border {
  border: 1px solid #aaa;
}
.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}
.ctools-owns-lock {
  background: #ffffdd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(../../../all/modules/ctools/images/status-active.gif) right
    center no-repeat;
}
div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(../../../all/modules/ctools/images/status-active.gif) center
    center no-repeat;
}

.filefield-icon {
  margin: 0 2px 0 0;
}
.filefield-element {
  margin: 1em 0;
  white-space: normal;
}
.filefield-element .widget-preview {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ccc;
  max-width: 30%;
}
.filefield-element .widget-edit {
  float: left;
  max-width: 70%;
}
.filefield-element .filefield-preview {
  width: 16em;
  overflow: hidden;
}
.filefield-element .widget-edit .form-item {
  margin: 0 0 1em 0;
}
.filefield-element input.form-submit,
.filefield-element input.form-file {
  margin: 0;
}
.filefield-element input.progress-disabled {
  float: none;
  display: inline;
}
.filefield-element div.ahah-progress,
.filefield-element div.throbber {
  display: inline;
  float: none;
  padding: 1px 13px 2px 3px;
}
.filefield-element div.ahah-progress-bar {
  display: none;
  margin-top: 4px;
  width: 28em;
  padding: 0;
}
.filefield-element div.ahah-progress-bar div.bar {
  margin: 0;
}
.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-weight: bold;
}
.views-exposed-widgets {
  margin-bottom: 0.5em;
}
html.js a.views-throbbing,
html.js span.views-throbbing {
  background: url(../../../all/modules/views/images/status-active.gif) no-repeat
    right center;
  padding-right: 18px;
}
div.view div.views-admin-links {
  font-size: xx-small;
  margin-right: 1em;
  margin-top: 1em;
}
.block div.view div.views-admin-links {
  margin-top: 0;
}
div.view div.views-admin-links ul {
  margin: 0;
  padding: 0;
}
div.view div.views-admin-links li {
  margin: 0;
  padding: 0 0 2px 0;
  z-index: 201;
}
div.view div.views-admin-links li a {
  padding: 0;
  margin: 0;
  color: #ccc;
}
div.view div.views-admin-links li a:before {
  content: "[";
}
div.view div.views-admin-links li a:after {
  content: "]";
}
div.view div.views-admin-links-hover a,
div.view div.views-admin-links:hover a {
  color: #000;
}
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background: transparent;
}
div.view div.views-hide {
  display: none;
}
div.view div.views-hide-hover,
div.view:hover div.views-hide {
  display: block;
  position: absolute;
  z-index: 200;
}
div.view:hover div.views-hide {
  margin-top: -1.5em;
}
.views-view-grid tbody {
  border-top: none;
}

div.tabs {
  margin: 0 0 5px 0;
}
ul.primary {
  margin: 0;
  padding: 0 0 0 10px;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(../../../default/themes/zen/zen/zen/images/tab-bar.png)
    repeat-x left bottom;
}
ul.primary li {
  float: left;
  margin: 0;
  padding: 0;
}
ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px;
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(../../../default/themes/zen/zen/zen/images/tab-left.png)
    no-repeat left -38px;
}
ul.primary li a .tab {
  display: block;
  height: 20px;
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(../../../default/themes/zen/zen/zen/images/tab-right.png)
    no-repeat right -38px;
}
ul.primary li a:hover {
  border-width: 0;
  background-color: transparent;
  background: url(../../../default/themes/zen/zen/zen/images/tab-left.png)
    no-repeat left -76px;
}
ul.primary li a:hover .tab {
  background: url(../../../default/themes/zen/zen/zen/images/tab-right.png)
    no-repeat right -76px;
}
ul.primary li.active a,
ul.primary li.active a:hover {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(../../../default/themes/zen/zen/zen/images/tab-left.png)
    no-repeat left 0;
}
ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
  background: url(../../../default/themes/zen/zen/zen/images/tab-right.png)
    no-repeat right 0;
}
ul.secondary {
  margin: 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
  background: url(../../../default/themes/zen/zen/zen/images/tab-secondary-bg.png)
    repeat-x left bottom;
}
ul.secondary li {
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none;
}
ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
  background: url(../../../default/themes/zen/zen/zen/images/tab-secondary.png)
    repeat-x left -56px;
}
ul.secondary a .tab {
  display: block;
  height: 18px;
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}
ul.secondary a:hover {
  background: url(../../../default/themes/zen/zen/zen/images/tab-secondary.png)
    repeat-x left bottom;
}
ul.secondary a.active,
ul.secondary a.active:hover {
  border: 1px solid #c0c0c0;
  color: #000;
  background: url(../../../default/themes/zen/zen/zen/images/tab-secondary.png)
    repeat-x left top;
}

div.messages,
div.status,
div.warning,
div.error {
  min-height: 21px;
  margin: 0 1em 5px 1em;
  border: 2px solid #ff7;
  padding: 5px 5px 5px 35px;
  color: #000;
  background-color: #ffc;
  background-image: url(../../../default/themes/zen/zen/zen/images/messages-status.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
div.status {
}
div.warning {
  border-color: #fc0;
  background-image: url(../../../default/themes/zen/zen/zen/images/messages-warning.png);
}
div.warning,
tr.warning {
  color: #000;
  background-color: #ffc;
}
div.error {
  border-color: #c00;
  background-image: url(../../../default/themes/zen/zen/zen/images/messages-error.png);
}
div.error,
tr.error {
  color: #900;
  background-color: #fee;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.block.with-block-editing {
  position: relative;
}
div.block.with-block-editing div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 0.75em;
  background-color: #fff;
}
div.block.with-block-editing:hover div.edit {
  display: block;
}

.with-wireframes #header-inner,
.with-wireframes #content-inner,
.with-wireframes #content-inner > *,
.with-wireframes #navbar-inner,
.with-wireframes #sidebar-left-inner,
.with-wireframes #sidebar-right-inner,
.with-wireframes #footer-inner {
  margin: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}
.with-wireframes #closure-blocks {
  margin-top: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li.leaf {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.menu li {
  margin: 0;
}
ul.menu {
  border: medium none;
  list-style-image: none;
  list-style-position: none;
  list-style-type: none;
  text-align: center;
}
.block ul {
  margin: 0;
  padding: 0;
}
div#fancy_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 30;
}
div#fancy_loading {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  background: transparent;
  z-index: 100;
}
div#fancy_loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_progress.png)
    no-repeat;
}
div#fancy_outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 20px 20px 40px 20px;
  margin: 0;
  background: transparent;
  display: none;
}
div#fancy_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
div#fancy_content {
  margin: 0;
  z-index: 100;
  position: absolute;
}
div#fancy_div {
  background: #000;
  color: #fff;
  height: 100%;
  width: 100%;
  z-index: 100;
}
img#fancy_img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
div#fancy_close {
  position: absolute;
  top: -12px;
  right: -15px;
  height: 30px;
  width: 30px;
  background: url(../../../default/themes/eliaseuler/css/fancy/fancy_closebox.png)
    top left no-repeat;
  cursor: pointer;
  z-index: 181;
  display: none;
}
#fancy_frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
#fancy_ajax {
  width: 100%;
  height: 100%;
  overflow: auto;
}
a#fancy_left,
a#fancy_right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  z-index: 111;
  display: none;
  background-image: url("data:image/gif;base64,AAAA");
  outline: none;
  overflow: hidden;
}
a#fancy_left {
  left: 0px;
}
a#fancy_right {
  right: 0px;
}
span.fancy_ico {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 112;
  cursor: pointer;
  display: block;
}
span#fancy_left_ico {
  left: -9999px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_left.png) no-repeat;
}
span#fancy_right_ico {
  right: -9999px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_right.png) no-repeat;
}
a#fancy_left:hover,
a#fancy_right:hover {
  visibility: visible;
  background-color: transparent;
}
a#fancy_left:hover span {
  left: 20px;
}
a#fancy_right:hover span {
  right: 20px;
}
#fancy_bigIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
div#fancy_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 70;
  border: 0;
  padding: 0;
  margin: 0;
}
div.fancy_bg {
  position: absolute;
  display: block;
  z-index: 70;
  border: 0;
  padding: 0;
  margin: 0;
}
div#fancy_bg_n {
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_n.png)
    repeat-x;
}
div#fancy_bg_ne {
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_ne.png)
    no-repeat;
}
div#fancy_bg_e {
  right: -20px;
  height: 100%;
  width: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_e.png)
    repeat-y;
}
div#fancy_bg_se {
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_se.png)
    no-repeat;
}
div#fancy_bg_s {
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_s.png)
    repeat-x;
}
div#fancy_bg_sw {
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_sw.png)
    no-repeat;
}
div#fancy_bg_w {
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_w.png)
    repeat-y;
}
div#fancy_bg_nw {
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent
    url(../../../default/themes/eliaseuler/css/fancy/fancy_shadow_nw.png)
    no-repeat;
}
div#fancy_title {
  position: absolute;
  z-index: 100;
  display: none;
  margin-top: -45px;
}
div#fancy_title div {
  color: #a24a93;
  font: bold 12px Arial;
  padding-bottom: 3px;
  white-space: nowrap;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
}
div#fancy_title table {
  margin: 0 auto;
}
div#fancy_title table td {
  padding: 0;
  vertical-align: middle;
}
td#fancy_title_left {
  height: 32px;
  width: 15px;
}
td#fancy_title_main {
  height: 32px;
  background-color: #fff;
  padding: 10px;
}
td#fancy_title_right {
  height: 32px;
  width: 15px;
}
#foot {
  color: #403126;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  margin: 20px auto;
  text-align: center;
  width: 364px;
}
#foot a {
  color: #403126;
}
#foot a:hover {
  color: #e0cec3;
}
#head {
  height: 120px;
  padding: 20px 0 0;
  position: relative;
  z-index: 10;
}
#head #logo {
  margin: 0 auto;
  width: 364px;
}
#head #nav {
  height: 50px;
  margin: 5px auto 0;
  width: 368px;
}
#head #nav .menu a {
  color: #1a171b;
  display: block;
  float: left;
  font-size: 13px;
  height: 50px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 92px;
}
#head #nav .menu a.active {
  background-image: url(../../../default/themes/eliaseuler/css/img/elias_nav_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#head #nav .menu a:hover,
#head #nav .menu a.active {
  color: #e0cec3;
}
#head #nav li {
  display: inline;
}
#main {
  background-image: url(../../../default/themes/eliaseuler/css/img/elias_main_bg.png);
  background-repeat: repeat-x;
  height: 380px;
  margin: 0;
  z-index: 5;
}
#main #content {
  color: #e0cec3;
  height: 340px;
  margin: 0 auto;
  padding: 20px 230px;
  width: 500px;
}
#main #content #box {
  margin: 0 auto;
}
#main #content .first td {
  padding-top: 9px;
}
#main #content .views-row-1 h2 {
  margin: 9px 0;
}
#main #content a {
  color: #e0cec3;
}
#main #content a:hover {
  color: #99755c;
}
#main #content h1 {
  border-bottom: 1px solid #4c3b2e;
  color: #99755c;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 9px 0;
  text-transform: uppercase;
}
#main #content h2 {
  border-bottom: 1px solid #4c3b2e;
  color: #99755c;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 18px 0 9px;
  text-transform: uppercase;
}
#main #content p {
  margin: 9px 0;
}
#main #content table {
  margin: 9px 0;
  width: 100%;
}
#main #content td {
  line-height: 18px;
  padding: 0 30px 1px 0;
}
#main #content th {
  border: none;
  border-bottom: 1px solid #4c3b2e;
  color: #99755c;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  padding: 0 30px 0 0;
}
.center {
  text-align: center;
}
.images {
  margin: 9px 0;
}
.images a {
  display: inline;
  line-height: 0;
}
.images img {
  margin: 1px 3px 0 0;
}
.node-type-intro #main #content #box {
  left: -115px;
  padding: 0;
  position: relative;
  top: -30px;
}
.node-type-intro #main #content .slideshow {
  -moz-box-shadow: 2px 2px 5px #1a140f;
  -webkit-box-shadow: 2px 2px 5px #1a140f;
  background-color: #1a140f;
  height: 400px;
  overflow: hidden;
  width: 700px;
}
.right {
  text-align: right;
}
a {
  color: #1a140f;
}
body {
  background-color: #99755c;
  background-image: url(../../../default/themes/eliaseuler/css/img/elias_body_bg.png);
  color: #1a171b;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 100%;
  line-height: 18px;
}
body .jScrollPaneContainer {
  height: 340px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body .jScrollPaneDrag {
  background: #4c3b2e;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}
body .jScrollPaneDragBottom {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
body .jScrollPaneDragTop {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
body .jScrollPaneTrack {
  background-color: #99755c;
  cursor: pointer;
  height: 100%;
  left: 490px;
  position: absolute;
  top: 0;
  width: 9px;
  z-index: 100;
}
body a.jScrollArrowDown {
  bottom: 0;
  display: block;
  height: 9px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -2000px;
  z-index: 1;
}
body a.jScrollArrowUp {
  display: block;
  height: 9px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -2000px;
  top: 0;
  z-index: 1;
}
body.node-type-page #main #content #box,
body.section-frontpage #main #content #box {
  height: 340px;
  overflow: auto;
  width: 500px;
}
body.page-content-philosophie #main #content,
body.page-frontpage #main #content,
body.page-content-impressum #main #content {
  background-image: url(../../../default/themes/eliaseuler/css/img/elias_object_flower.png);
  background-position: -10px -30px;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
}
body.page-content-preise #main #content,
body.page-content-kontakt #main #content {
  background-image: url(../../../default/themes/eliaseuler/css/img/elias_object_lamp.png);
  background-position: -10px -65px;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
}
html {
  height: 100%;
}
