@charset "utf-8"; 

/* Drupal 6 ao2.it theme, based on the framework theme
 * http://drupal.org/project/framework
 * but heavily modified.
 */
 
/*----------------------------------------------------------------

[Table of contents]

 0. Reset
 1. Base style
 2. Layout
 3. Header
 4. Navigation
 5. Main Content
 6. Nodes
 7. Comments
 8. Sidebars
 9. Blocks
10. Footer
11. CSS Support
12. Administration

[Palette]

----------------------------------------------------------------*/

/**
 * 0. Reset
 */
@import "reset.css";


/**
 * 1. Base Style
 */

/* Style-able elements are those which have the 'syle' attribute */

/* Structure module */
body {
  margin: 0;
  padding: 0;
  font-family: Georgia, Cambria, serif;
  font-size: 100%;
  line-height: 140%;
  background: #ccc;
}


/* Text module */
abbr, acronym {
  cursor: help;
  text-transform: none;
  font-size: 100%;
  letter-spacing: 0;
}

abbr {
}

acronym {
  letter-spacing: .1em;
}

address {
  margin: .2em .2em .2em 1.25em;
}

blockquote {
  quotes: "\201C""\201E""\2018""\201A";
  color: #333;
  background: #eee;
  margin: .4em .2em 1em 1.25em;
  padding: .6em .5em .5em 2em;
  border: 1px dashed #f9d;
}
blockquote:before {
  font-size: xx-large;
  content: open-quote;
  color: #069;
  margin-left: -0.5em;
}
blockquote:after {
  font-size: xx-large;
  content: close-quote;
  color: #069;
  margin-left: .1em;
}
blockquote p {
  margin: 0;
  padding: 0;
  display: inline;
}

br {
}

cite {
  border-bottom: 1px dashed #f09;
}

code {
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px dashed #ccc;
  background: #eee;
  color: #333;
}

dfn {
  font-style: italic;
  border-bottom: 1px dashed #09f;
}
dfn em {
  font-style: normal;
}

div {
}

em {
  padding: 0 .05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: xx-large;
  margin: .67em 0;
}

h2 {
  font-size: x-large;
  margin: .83em 0;
}

h3 {
  font-size: large;
  margin: 1em 0 .5em 0;
}

h4 {
  font-size: medium;
  margin: 1.33em 0 .6em 0;
}

h5 {
  margin: 1.67em 0 .8em 0;
}

h6 {
  margin: 2.33em 0 1em 0;
}

kbd {
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
}

p {
  margin: .5em 0 1em 0;
}

pre {
  font-family: monospace;
  margin: .2em 0;
  padding: .5em;
  border: 1px dashed #ccc;
  background: #eee;
  color: #333;

  overflow: auto;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  color: #333;
}
q:before {
  content: open-quote;
  color: #069;
}
q:after {
  content: close-quote;
  color: #069;
}


samp {
  display: block;
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px dashed #ccc;
  background: #333;
  color: #eee;
}

span {
}

strong {
}

var {
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px dashed #ccc;
  background: #eee;
  color: #333;
}


/* Hypertext module */
a {
}

a:link {
  color: #069;
  text-decoration: none;
}
a:visited {
  color: #906;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active, li a.active {
  color: #09f;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #f69;
}


/* List module */
dl {
}

dt {
  color: #333;
  font-weight: bold;
}

dd {
}

ol {
}

ul {
}

li {
}


/* Object Module */
object {
}


/* Presentation module */
b {
}

big {
}

hr {
  background: #ccc;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

i {
}

small {
}

sub {
}

sup {
}

tt {
}


/* Edit module */
del {
  color: #666;
}

ins {
  margin: 0 .1em;
  padding: 0 .1em;
  border-bottom: 1px dashed #09f;
}


/* Bidirectional text module */
bdo {
}

/* Forms module */
button {
}

fieldset {
}

form {
}

input {
}

label {
}

legend {
}

select {
}

optgroup {
}

option {
}

textarea {
}


/* Table module */
caption {
}

col {
}

colgroup {
}

table {
}

tbody {
}

td {
  padding: .2em;
}

tfoot {
}

th {
  padding: .2em;
  padding-right: 1em !important;
  background: #eeeeee !important;
}

thead {
}

tr {
}


/* Image module */
img, a img {
  border: none;
  outline: none;
}


/* Client-side Image Map Module */
area {
}


/* Scripting module */
noscript {
}


/**
 * 2. Layout
 */
#wrap {
  padding-top: 0 !important;
}

#container-out {
  background: #ccc !important;
}

#container-mid,
#container-in {
  background: white url(images/main-content-bg.png) repeat-x top !important;
}

#main-content {
  /* height of background image */
  min-height: 200px;
}

/**
 * 3. Header
 */
#header {
  margin: 0 0 1em 0;
  background: #fff url(images/header-bg.png) no-repeat top right !important;
  border-bottom: 1px solid #fff;

  position: relative;
}

#header a:visited {
  color: #069;
  text-decoration: none;
}

#header h1 {
  margin: 1em 0 0 1em;
}

#header #logo {
  margin: 1em .5em 1em 1em;
  float: left;
}

#header #sitename {
}

#header #siteslogan {
  font-size: smaller;
}

#header #mission {
  margin: .5em 0 1em 2em;
}

#search-theme-form {
  position: absolute;
  top: .8em;
  right: 1em;
  width: 30%;
}

#search-theme-form .form-text {
  width: 100%;
}

#search-theme-form label {
  display: none;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}


/**
 * 4. Navigation
 */

#nav {
  clear: both;
  background: #def url(images/nav-bg.png) repeat-x top;
  /* background-image width */
  min-height: 20px;
  padding: 0 1em;
  border: 1px solid #fff;
  font-weight: bold;
}

#nav ul.primary-links,
#nav #language-switcher ul {
  padding: 0;
  margin: 0;
}

#nav ul.primary-links li,
#nav #language-switcher ul li {
  background: none;
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
}

#nav #language-switcher ul li {
  padding: 0 0 16px 0;
}

#nav ul.primary-links li {
  padding: 16px 0 0 0;
}

#nav #language-switcher ul li.active {
  background: url(images/language-bg-active.png) no-repeat bottom center;
}

#nav #language-switcher ul li:hover {
  /*
  background: url(images/language-bg-hover.png) no-repeat bottom center;
  */
}

#nav ul.primary-links li a,
#nav #language-switcher li a {
  padding: 0 1em;
  margin: 0 .1em;
  display: block;
}

#nav ul.primary-links li a:hover,
#nav #language-switcher li a:hover {
  text-decoration: underline;
}

#nav #language-switcher {
  float: right;
}

#nav #language-switcher h2,
#nav #language-switcher h3 {
  display: none;
}

#nav #language-switcher li a {
  border: 1px solid transparent;
}

#nav #language-switcher li a.active,
#nav #language-switcher li a:hover {
  background: #fff;
  border: 1px solid #069;
}

#nav ul.primary-links {
  float: left;
}

#nav ul.secondary-links {
  border-top: 1px solid #9df;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #069;
}


/**
 * 5. Main Content
 */
#main-box {
  margin: 1em .5em 0 1em;
}
 
#main-box > h2 {
  margin-top: .5em;
}
 

/**
 * 6. Nodes
 */

.node {
  position: relative;
}

a.toggle {
  font-family: monospace;
  position: absolute;
  top: 1em;
  right: 1em;
}

a.toggle:visited {
  color: #069;
  text-decoration: none;
}

.node-teaser {
  background: #fff url(images/node-teaser-bg.png) repeat-x bottom !important;
  padding: 0 1em;
  margin-top: 0em;
  margin-bottom: 2em;
  clear: both;
  border: 1px solid #aaa;
}

.node-teaser h2 {
  margin-right: .5em;
}

.sticky-teaser {
  background: #def url(images/comment-bg-original-poster.png) repeat-x top !important;
}

.language-other {
  background: #eee url(images/node-teaser-language-other-bg.png) repeat-x bottom !important;
}

.language-neutral {
  background: #fde url(images/node-teaser-language-neutral-bg.png) repeat-x bottom !important;
}

.node .content {
  /* to uncollapse margins */
  border-bottom: 1px solid transparent;
  padding: 0 .2em;
}
.node .content.has_translations {
  background: #fff;
  border-top: 1px solid #069;
  clear: both;
  z-index: 3;
}


.meta-info {
  margin-top: -1em;
  margin-bottom: 1em;
}

.submitted,
.taxonomy {
  color: #666;
  display: block;
  font-size: smaller;
  line-height: 110%;
  margin-left: 1em;
}

.submitted a,
.taxonomy a {
  color: #069;
}

.submitted abbr {
  border: none;
}

.taxonomy ul.links li {
  padding: 0;
}

.taxonomy ul.links li:after {
  content: ", ";
}

.taxonomy ul.links li.last:after {
  content: ".";
}

.node .picture {
  float: right;
  margin: 1em;
}

.profile .picture {
  float: none;
}

/* translation links */

.t9n_full {
  margin: 1em .1em 0 1em;
}

.t9n_full ul.t9nlinks li {
  margin: 0;
}

.t9n_full ul.t9nlinks li {
} 

.t9n_full ul.t9nlinks li.active {
}

.t9n_full ul.t9nlinks li a {
  padding: .1em .5em .11em .5em;
  border: 1px solid transparent;
  color: #069;
  text-decoration: none;
  z-index: 2;
}

.t9n_full ul.t9nlinks li a.active {
  padding: .1em .5em .11em .5em;
  border: 1px solid #069;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.t9n, .shortlink {
  float: left;
  padding: 5px 10px 5px 0;
}

.t9n .active {
  font-weight: bold;
}

ul.t9nlinks {
  display: inline;
}
ul.t9nlinks li {
  display: inline;
  list-style-type: none;
  background: none;
  margin: 0 .2em;
  padding: 0;
}

.meta-links {
  clear: both;
  color: #666;
  display: block;
  font-size: smaller;
}

.meta-links div.links {
  float: right;
}

.meta-links div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}
.meta-links div.links ul.links li.last {
  float: left;
  padding: 5px 0 5px 0;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

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

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #666;
  font-size: smaller;
  font-weight: bold;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  border: 1px solid #069;
  color: #666;
}

.item-list ul.pager li.pager-current {
  background-color: #069;
  border: 1px solid #069;
  color: #fff;
}

/* tagadelic style */

.block-tagadelic a.level6 {
  color: #069;
  font-weight: bold;
}

.block-tagadelic a.level5 {
  color: #069;
}

.block-tagadelic a.level4 {
  color: #38c;
  font-weight: bold;
}

.block-tagadelic a.level3 {
  color: #3bc;
}

.block-tagadelic a.level2 {
  color: #6bf;
  font-weight: bold;
}

.block-tagadelic a.level1 {
  color: #6bf;
}

/**
 * 7. Comments
 */
#comments {
margin-top: 2em;
}
#comments .box {
  margin-top: 1em;
}

#comments h2.comments {
  margin: .5em 0;
} 

#comments a.feed-icon {
  margin-left: .2em;
}

.comment {
  padding: .5em 1em;
  margin: 1em 0;
  border: 1px solid #ccc;
  position: relative;
} 

.comment.even {
  background: #eee url(images/comment-bg-even.png) repeat-x top;
}

.comment.odd {
  background: #fff url(images/comment-bg-odd.png) repeat-x top;
}


#comments div.original-poster {
  background: #def url(images/comment-bg-original-poster.png) repeat-x top;
}


.comment-bar {
  position: relative;
}

.comment span.submitted {
  color: #666;
  display: inline;
  font-size: smaller;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: smaller;
}

.comment .content {
}

.comment .picture {
  float: right;
  margin-left: 1em;
  margin-bottom: .5em;
}

.comment h3 {
  display: none;
  margin: .5em 0;
}

.comment div.links {
  clear: both;
  margin: .5em .5em .5em 0;
  padding-top: .5em;
}

.comment ul.links li {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  /*
  border-left: 1px solid #ddd;
  */
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 8. Sidebars
 */
#sidebar {
  padding-top: 1em;
}

#sidebar-header {
  font-size: smaller;
  background: transparent !important;
}

/**
 * 9. Blocks
 */

#block-block-4 {
  padding: 0 !important;
  text-align: center !important;
}
#block-block-4 h3 {
  display: none;
}

#main-content .block-trackback,
#main-content .block-similarterms,
#main-content #block-views-similarterms-block_1 {
  margin: 2em 0;
  padding: 0 .5em;
  background: #fff;
  border-style: solid;
  border-color: #aaa;
  border-width: 1px;
}

#main-content .block-trackback h3,
#main-content .block-similarterms h3,
#main-content #block-views-similarterms-block_1 h3 {
  margin: .5em 0 .5em;
}

#sidebar .block {
  margin: 0em 1em 2em 1em;
  padding: 0 .5em .5em .5em;
  overflow: hidden;
  background: #fff;
  border-style: solid;
  border-color: #aaa;
  border-width: 3px 1px;
}

#sidebar .block h3 {
  margin: .5em 0 .5em;
}

#sidebar-header .block {
  background: #eee url(images/node-teaser-bg.png) repeat-x top !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  margin-right: 0;
}

#sub-sidebar-left .block,
#sub-sidebar-right .block {
  font-size: 75%;
}

#sub-sidebar-right .block {
  background: #eee;
}
#sub-sidebar-right .block:hover {
  background: #fff;
}

#user-login-form input.form-text {
  max-width: 90%;
}

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

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  width: 5em;
  padding: 0;
}

/**
 * 10. Footer
 */

#footer {
  width: 80% !important;
  background: #fff url(images/footer-bg.png) repeat-x bottom;
  min-height: 100px;
}
#footer hr {
  margin: 1px 1em;
}

#footer .block {
  padding: 1em 1em 0 1em;
}

#footer a.feed-icon {
  float: right;
  margin: 0 1em;
}

/* feeds list, code inspired from: http://www.feedicons.com/ */
.feed-list {
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  background: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
  color: #069;
}

a.twitter,
.feed-list li a.twitter {
  padding: 0 0 0 19px;
  background: url("images/twitter-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
  color: #069;
}

a.mastodon,
.feed-list li a.mastodon {
  padding: 0 0 0 19px;
  background: url("images/mastodon-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
  color: #069;
}

a.pump-io,
.feed-list li a.pump-io {
  padding: 0 0 0 19px;
  background: url("images/pump.io-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
  color: #069;
}

/* Custom rules for drupal modules */
.syntaxhighlighter {
  font-size: 76% !important;
  background-color: #E7E5DC !important;
  padding: 1px !important;
}
.syntaxhighlighter .gutter .line {
  color: #5C5C5C !important;
  background-color: #E7E5DC !important;
}
.syntaxhighlighter .code .line {

}
.syntaxhighlighter .code .alt1 {
  background-color: #F8F8F8 !important;
}
.syntaxhighlighter .code .alt2 {
  background-color: #FFFFFF !important;
}


.da2a_button {
  padding-left: 20px;
  background: url(images/share_16_16.png) center left no-repeat;
}


/**
 * 11. Css Support
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.float-block-left    {
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;
} 
.float-block-right   {
  float: right;
  margin-left: 1em;
  margin-bottom: .5em;
}

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

.hidden        { display: none; }

/**
 * 11. Advanced
 */
/* lists */
ul.links li{
  background: none;
}
.views-admin-links  ul li { background-image: none; }
.item-list ul li.views-row-even {}
.item-list ul li.views-row-odd { background-color: #f5f5f5; }
.item-list ul li.even {}
.item-list ul li.odd { background-color: #f5f5f5; }
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul.menu li.leaf:hover { background-color: #e6f6ff; }
ul li, ul.menu li, .item-list ul li, ul li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .5em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; list-style-type: inherit; background: none;}
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .5em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .5em; }
.version-links ul li { background: none; }
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; }
dl { margin: 0.5em 0 1em 0; }
dl dt { margin: 0.8em 0 0.2em; }
dl dd { margin: 0 0 0.5em 1.5em; }

/* forms & fieldsets */
input,
textarea, select { font: 1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; }
textarea { width: 90% }

fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #ccc; margin: 1em 0; padding: 1em; }
fieldset legend { padding: 0 0.5em; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
.form-button, .form-submit { margin: 1em .5em 1em 0; }
.confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }
#autocomplete li { cursor: pointer; margin: 0; padding: 2px; }
#autocomplete li.selected { background: #027ac6; color: #fff; }

/* admin tab links */
#tabs-wrapper { border-bottom:1px solid #ccc; margin: .5em 0 1.75em; padding: 0; }
ul.primary { border-bottom: 5px solid #eee; margin: 0; padding: .25em 0; }
ul.primary li { background: none; border-top: 3px solid #ccc; margin: 0 .5em 0 0; padding: .25em 0; }
ul.primary li.active { background: #eee; }
ul.primary li:hover { background: #f5f5f5; }
ul.secondary { background: #eee; border: none; margin: 0; padding: 0 1em; }
ul.secondary li { background: none; border: none; display:inline; line-height: 2em; margin: 0 0 0 0; padding: 0 1em 0 0; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em; text-decoration: none; }
ul.secondary li a, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0; text-decoration: none; }
ul.secondary li.active a, ul.secondary li a:hover { text-decoration: underline; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; text-decoration: none; }

/* admin styling */
div.admin, div.admin .left, div.admin .right, div.admin-panel, div.admin-panel .body, div.admin .expert-link { margin: 0; padding: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em; }
body.admin .description { margin-bottom: 1.5em; }
body.admin dl { margin: 0; }
body.admin dt { font-weight: normal; }
body.admin dd { color: #898989; font-size: .9167em; line-height: 1.5em; margin-bottom: .5em; }

/* admin tables */
body.admin table { margin: 1em 0; width: 100%; font: 1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;}
body.admin thead th { border-bottom: 2px solid #ccc; font-weight: 700; padding:0 1em 0 0; }
body.admin tbody { border-top: none; }
body.admin td, body.admin th { padding: .3em .5em; vertical-align: middle; }
body.admin tr.even, body.admin tr.odd { border: solid #ccc; border-width: 1px 0; }
body.admin tr.odd, body.admin tr.info { background-color: #eee; }
body.admin tr.even { background-color: #f5f5f5; }
body.admin tr.drag { background-color: #fffff0; }
body.admin tr.drag-previous { background-color: #ffd; }
td.region, td.module, td.container, td.category { background-color: #ddd; border-bottom: 1px solid #ccc; border-top: 1em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
body.admin table.sticky-header { margin: 0 0 0 1px; }
body.admin table.sticky-header th { padding-top: .5em; }
span.form-required { color: #ffae00; }

/* messages */
.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.messages, .preview { margin: .75em 0 1.5em; padding: .5em 1em; }
.messages ul { margin: 0; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }
div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
.description { color: #666; font-size: .92em; line-height: 150%; margin-bottom: .75em; }

/* status report */
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }
table.system-status-report th { padding-bottom: 6px; padding-top: 6px; }
table.system-status-report th, table.system-status-report tr.merge-up td { padding-left: 30px; }
