/**
  * contains what was in zen.css, but only the parts that are being used
  */

.breadcrumb /* The path to the current page in the form of a list of links */
{
padding-bottom: 0; /* Undo system.css */
}

.node-type-best-by-feature #below-breadcrumb {
  padding: 6px 0px 22px 20px;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
margin: 0;
}

div.messages /* Important messages (status, warning, and error) for the user */
{
margin: 0 1em 5px 1em;
border: 2px solid #ccc;
padding: 5px;
color: #000;
background-color: #fff;
font-style: italic;
}

div.warning /* Medium priority messages */
{
border-color: #ff7;
}

div.warning,
tr.warning,
body.section-admin tr.warning
{
color: #000;
background-color: #ffc;
}

div.error /* High priority messages. See also the .error declaration below. */
{
border-color: #c00;
}

div.error,
tr.error,
body.section-admin tr.error
{
color: #900;
background-color: #fee;
}

.help /* Help text on a page */
{
margin: 1em 0;
}

.more-help-link /* Link to more help */
{
font-size: 0.85em;
text-align: right;
}

.pager /* A list of page numbers when more than 1 page of content is available */
{
clear: both;
margin: 1em 0;
text-align: center;
}

.pager a, .pager strong.pager-current
{
padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
margin: 1em 0;
}

/** sidebar-right **/
#sidebar-right
{
/*     background-color: #F9F6EC; */
font-size: 0.9em;
}

.front #sidebar-right {
background: none;
}

#sidebar-right div.ad div {
margin-bottom: 7px !important;
width: 250px !important;
}

#sidebar-right div.ad a span:first-child {
color: #568391 !important;
}



.admin-blocks-page #sidebar-left,
.cs-solr-search #sidebar-left
{
  float: left;
  clear: left;
  width: 270px;
  margin-left: 12px;
  margin-top: 10px;
  margin-right: -282px; /* Negative value of #sidebar-left's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
}

.cs-solr-search-col-left #content .main-content
{
  margin-left: 315px; /* The width of #sidebar-left plus a gap. */
}
.admin-blocks-page #content .main-content
{
  margin-left: 250px; /* The width of #sidebar-left plus a gap. */
  width: 410px;
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
height: 0;
overflow: visible;
color: #d8d8d8;
font-size: 75px;
line-height: 1;
font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
text-align: center;
word-wrap: break-word; /* A very nice CSS3 property */
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
color: #c00;
}

.node .content /* Node's content wrapper */
{
text-align: left;
}

.node .content .redbold {
padding: 0px;
margin: 25px 5px 5px 0px !important;
color: #7d1d3d;
font-size: 16px;
font-family: Georgia;
font-weight: bold;
}

.node .content .indent {
margin-left: 15px;
}

.node div.links /* Wrapper for node links */
{
margin: 1em 0;
}

ul.links /* Taxonomy links, node links, comment links */
{
margin: 0;
padding: 0;
}

ul.links.inline
{
display: inline;
}

ul.links li
{
display: inline;
list-style-type: none;
padding: 0 0.5em;
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

#comments /* Wrapper for all comments */
{
margin: 1em 0;
}

.new /* "New" marker for comments that are new for the current user */
{
color: #c00;
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
{
margin: 1em 0;
}

.block /* Block wrapper */
{
margin-bottom: 1em;
}

.block-inner /* Additional wrapper for block */
{
padding: 5px;
}

.block h2.title /* Block title */
{
font-family: Georgia, "Times New Roman", serif;
font-size: 13px;
font-weight: bold;
color: #568391;
}

.block .content /* Block's content wrapper */
{
margin-top: 5px;
text-align: left;
}    
li a.active /* The active item in a Drupal menu */
{
  color: #000;
}


/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
  margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
  border: 2px solid #c00;
}

.form-item label /* The label for a form element */
{
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */
{
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
  font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
  margin: 0.4em 0;
}



.error /* Errors that are separate from div.messages status messages (see above.) */
{
color: #c00;
}

.more-link /* Aggregator, blog, and forum more link */
{
text-align: right;
}

#user-login-form /* Drupal's default login form */
{
text-align: left;
}

tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
{
border-bottom: none;
padding: 0;
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
display: inline;
}

.tips /* Tips for Drupal's input formats */
{
margin: 0;
padding: 0;
font-size: 0.9em;
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
* admin section of the site.
*/
.section-admin tbody
{
border-top: 1px solid #CFCCC1;
}

.section-admin th
{
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #CFCCC1;
}

.section-admin tbody th
{
border-bottom: 1px solid #CFCCC1;
}

.section-admin thead th
{
text-align: left;
padding-right: 1em;
border-bottom: 1px solid #CFCCC1;
}

.section-admin tr.even,
.section-admin tr.odd
{
border-bottom: 1px solid #CFCCC1;
padding: 0.1em 0.6em;
}


body.page-404 div#content div.node div.content ul,
body.page-404 div#content div.node div.content p {
  font-size: 1.3em;
}
body.page-404 div#content div.node div.content ul {
  line-height: 1.4em;
}
body.page-404 div#content div.node div.content a {
  text-decoration: underline;
}
body.page-404 .back-to-top {
  display: none;
}
