/* @group blueprint overrides */

body {
  margin: 0;
}

div.container {
  margin: 1.5em auto;
}

a:link {
  color: #0066B3;
}

a:visited {
  color: #330099;
}

a:hover,a:focus,a:active {
  color: #BF3030;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

thead th, th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
}

th a img {
  margin: 0;
}

tr.even td {
  background: #F1F5FA;
}

tr.odd td {
  background: #fff;
}

fieldset dl, fieldset select {
  margin: 0;
}

.box {
  background: #f7f7f7;
}

.box fieldset {
  background: #fff;
}

div.form-item div.description img {
  margin: 0;
}

div.messages {
  margin-bottom: 1em;
  padding: 0.8em;
  font-weight: bold;
  padding-left: 24px;
  font-size: 0.95em;
}                  

div.messages.success {
  border: 1px solid #7AC142;
  color: #55872E;
  background: #F1F8EB;  
}

/* @end */

/* @group drupal overrides */

input.form-text,select,textarea,input.textfield {
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 0.2em;
}

div.error, tr.error, span.form-required, span.marker {
  color: #8A1F11;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #DD7777;
  background: #FFCCCC;
  color: #8A1F11;
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin: 1em 0 2em 0;
  padding: 1em;
}

fieldset legend {
  display: block;
  font-size: 1em;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 0.4em;
}

html.js fieldset.collapsed {
  background: none;
}

html.js fieldset.collapsible legend a {
  background: transparent url(../images/icons/menu-expanded.gif) no-repeat scroll 0% 50%;
  text-decoration: none;
}

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

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(../images/icons/menu-leaf.gif) no-repeat 1px .35em;
}

ul li.expanded {
  background: transparent url(../images/icons/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url(../images/icons/menu-collapsed.gif) no-repeat 0px .35em;
}     

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

ul.links li, ul.primary li, ul.secondary li {
  background: none;
}

ul.primary {
  margin-bottom: 2em;
}

ul.primary li {
  padding: 0;
}

ul.primary li a {
  background: #f7f7f7;
  padding: 0.4em 1em 0.1em 1em;
}

/* @end */

/* @group basic elements */

blockquote {
  background: url(../images/lquote.png) no-repeat left;
  font-size: 1.2em;
  padding: 6px 0 6px 32px;
}

blockquote p {
  margin: 0;
}

#saving {
  background: url(../images/loading.gif) no-repeat 12px 1px;
  padding-left: 36px;
  font-weight: bold;
  font-size: 1em;
  display: none;
}

#saving p {
  margin: 0;
}

#saving-notice {
  font-size: 0.9em;
  background: #ffc;
  font-style: italic;
}

/* @end */

/* @group nodes */

div.node {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 0;
  border-bottom: 1px solid #ccc;
}

div.node h2 {
  margin-bottom: 0;
}

div.node div.meta {
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.node ul.links {
  display: block;
  text-align: right;
}

div.node div.meta ul.links {
  display: inline;
  padding: 0 1em 0 0;
}

/* @end */

/* @group comments */

div.comment div.picture {
  text-align: right;
}

div.comment span.username {
  font-weight: bold;
}

div.comment span.date {
  font-style: italic;
}

div.comment span.new {
  color: #5B1100;
  font-weight: bold;
}

div.comment img {
  margin: 0;
  border: 1px solid #ccc;
}

div.comment {
  padding: 0.5em;
  margin: 0 0 1em 0;
}

div.comment.odd {
  background: #F1F5FA;
}

h3#comment-number {
  margin-top: 1em;
  padding: 0.3em 0 0 0;
}

/* @end */

/* @group pager */

div.pager {
  margin: 2em 0 1em 0;
  font-size: 0.95em;
}

div.pager a, div.pager strong.pager-current {
  border: 1px solid #0066B3;
  text-decoration: none;
  margin-right: 3px;
  padding: 3px 6px;
}

div.pager strong.pager-current {
  background: #0066B3;
  color: #fff;
}

div.pager a:hover,
div.pager a:focus,
div.pager a:active {
  background-color: #0066B3;
  color: #fff;
  border: 1px solid #0066B3;
}

div.pager span.pager-ellipsis {
  padding: 0 0.5em;
}

/* @end */
