/* $Id: colors.css,v 1.1.2.15 2011/01/13 09:03:00 jmburnz Exp $ */
/**
 * Pixture Reloaded Colors
 */
/* Main Wrappers */
body {
  color: #000000;
  background: #f2f1f1 url(bg-wall.png) repeat-x left top;
}
div#page {
  background: #f0f0f0 url(header-tile.png) repeat-x left top;
}

/* HTML elements */
fieldset legend,
.form-item label {
  color: #191919;
}
blockquote {
  background: #dfdfdf;
}

/* Lists */
.item-list ul li {
  list-style-image: url(bullet-round.png);
}
.links {
  color: #191919;
}
/* Menus */
li.leaf {
  list-style-image: url(bullet-round.png);
}
li.collapsed {
  list-style-image: url(bullet-sm-arrow-right.png);
}
li.expanded {
  list-style-image: url(bullet-sm-arrow-down.png);
}

/* Links */
a:link,
a:visited,
a:active,
a.active {
  color: #cf142b;
}
a:hover,
a:focus {
  color: #e73737;
}

/* Tables */
tr.odd {
  background: #f2f1f1;
}
tr.even {
  background: #ffffff;
}

/* Header */
#header {
  background: url(header.png) no-repeat top left;
}
#site-slogan,
#site-name a,
.region-header #block-user-login label,
.nav li a:link,
.nav li a:hover,
.nav li a:focus,
.nav li a:visited,
.nav li a:active,
.nav li a.active,
.nav li a:visited:hover {
  color: #ffffff;
}
#menu-bar,
#primary-menu-bar {
  background: url(menu-tile.png) repeat-x 0 0;
}
.region-header .form-text,
.region-header .form-submit {
  border-color: #cf142b;
}

/* Footer */
#footer {
  background: #bd142d; /* fallback for browsers that don't support CSS gradients */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bd142d), to(#ff0f32));
  background-image: -moz-linear-gradient(-90deg, #bd142d, #ff0f32);
}
#footer,
#footer a {
  color: #ffffff;
}
#footer #block-node-recent {
  color: #000000;
}
#footer #block-node-recent a {
  color: #cf142b;
}

/* Sidebar */
.sidebar {
  background: #f0f0f0;
}

/* Blocks */
.block-inner {
  background: #dedede;
}
.block-title {
  color: #ffffff;
  background: #c0c0c0;
}
.block .article,
.block .article-sticky {
  background: #ffffff;
}
/* Strip backgrounds */
#header-region .block-inner,
#block-system-main .block-inner,
#footer .block-inner,
#footer .block .block-title {
  background: none;
}

/* Poll */
.poll .bar {
  background-color: #ececec;
  border: solid 1px #a6a6a6;
}
.poll .bar .foreground {
  background: #cf142b url(bg-lbar.png) repeat-x center left;
}

/* Articles */
#main-content .article {
  background: #ffffff;
}
.article h2 {
  border-bottom: solid 1px #dedede;
}
.article h2 a:hover {
  color: #c62424;
}
.article-sticky h2 {
  border-bottom: solid 1px #ffffff;
}
.article-submitted {
  color: #191919;
}
#main-content .article-teaser {
  border: 1px solid #dedede;
}
#main-content .article-teaser.article-sticky {
  background: #dedede;
}

/* Comments */
.comment {
  background: #ffffff;
}
.comment-submitted {
  color: #191919;
}
#comments .odd {
  background: #dedede;
}

/* Aggregator */
#aggregator .feed-source {
  background-color: #ececec;
  border: 1px solid #c8c8c8;
}

/* Forum */
#forum td.container {
  background: #dadada;
}
#forum thead, 
#forum tbody {
  border: none;
}

/* Profile */
#profile .profile {
  border: 1px solid #a6a6a6;
}

/* Administer */
div.admin-panel {
  background: #f2f1f1;
}
div.admin-panel h3 {
  background: #c0c0c0;
  color: #ffffff;
}

/* Pager */
div.item-list ul.pager li {
  border: 1px solid #dedede;
}
div.item-list ul.pager li:hover,
div.item-list ul.pager li:focus {
  border: 1px solid #c0c0c0;
  color: #cf142b;
}
div.item-list ul.pager li.pager-current {
  border: 1px solid #c0c0c0;
}

/* Local task tabs */
ul.primary li a {
  background: #ffffff;
  border: solid 1px #dedede;
}
ul.primary li a:hover {
  background: #ffffff;
  border: solid 1px #c0c0c0;
}
ul.primary li a.active,
ul.primary li.active a {
  border: solid 1px #c0c0c0;
  background: #dedede;
  color: #000000;
}
ul.primary li a.active:hover,
ul.primary li a.active:focus {
  border: solid 1px #c0c0c0;
  background: #dedede;
  color: #000000;
}

/* Superfish Skin */
.sf-menu.sf-style-default li,
.sf-navbar.sf-style-default {
  background: transparent;
}
.sf-menu.sf-style-default li li {
  background: #bd142d;
}
.sf-menu.sf-style-default li li li {
  background: #bd142d;
}
.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default li.active a,
/* .sf-menu.sf-style-default a:focus, */
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active,
.sf-navbar.sf-style-default li li {
  background: #c0c0c0;
 /* color: #cf142b !important*/;
}
.sf-navbar.sf-style-default li ul li ul {
  background-color: transparent;
}
/* .sf-horizontal */
.sf-menu.sf-horizontal a {
  border: 0 !important;
  color: #ffffff !important;
}
/* .sf-navbar */
.sf-navbar.sf-style-default li ul {
  background-color: transparent !important;
  width: 100%;
}
.sf-navbar > li > ul > li {
  border-bottom: 1px solid #cf142b;
}
/* .sf-vertical */
.sf-menu.sf-vertical a {
  border: 0 !important;
  color: #cf142b;
}
.sf-menu.sf-vertical a:hover,
.sf-menu.sf-vertical a:focus,
.sf-menu.sf-vertical ul a,
.sf-menu.sf-vertical ul ul a,
.sf-menu.sf-vertical ul ul ul a,
.sf-menu.sf-vertical ul ul ul ul a {
  color: #ffffff !important;
}

/* Calendar styles */
.calendar-calendar div.date-nav {
  background-color: transparent;
  color: #cf142b;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #cf142b;
}
.calendar-calendar td {
  color: #000000;
}
.calendar-calendar th {
  background-color: #dfdfdf;
  color: #cf142b;
  border: 1px solid #dfdfdf;
}
.calendar-calendar th.days {
  background-color: #ffffff;
  color: #cf142b;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #dfdfdf;
}
.calendar-calendar td.calendar-agenda-hour,
.calendar-calendar td.calendar-agenda-items,
.calendar-calendar td.calendar-agenda-hour {
  border-color: #dfdfdf;
}
.view-content .calendar-calendar ul.inline li {
  border: 1px solid #dfdfdf;
}