/* DARK RED STYLE STYLESHEET *******************************************************
This file only contains color info. For global layout info use layout.css.
For global style info use style.css.
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/

/* GLOBAL LYOUT*****************************************************/

#gl_container {
  background:#1B1B1B;
}
#gl_header {
  background:#1B1B1B url(images/header-bg.jpg) 0 0 repeat-x;
  overflow:hide;
}
#gl_wrapper {
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_navigation,
#gl_navigation-alt { /*the leftblocks*/
  background:#1B1B1B url(images/block-bg.png) 0 0 repeat;
  border:1px solid #3C3C3C;
  color:#FFFFFF;
}
#gl_extra,
#gl_extra-alt { /*the rightblocks*/
  background:#1B1B1B url(images/block-bg.png) 0 0 repeat;
  border:1px solid #3C3C3C;
  color:#FFFFFF;
}
#gl_footer {
  background:#3C3C3C;
  border-top:1px solid #5E5E5E;
  color:#949494;
}

/* GLOBAL SEMANTICS ***********************************************/

a {
  background:transparent;
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#FF0000;
}
a:link {
  color:#FF0000;
}
a:visited {
  color:#B22222;
}
a:hover {
  color:#888888;
}
a:active {
  color:#888888;
}
body {
  background:#000000;
  color:#FFFFFF;
}
form fieldset div.notes {
  background-color:#ffffe1;
  border:1px solid #666666;
  color:#666666;
}
form fieldset div.notes h4 {
  background:url(images/icon_info.png) no-repeat top left;
  border:0px 0px 1px 0px solid #666666;
  color:#666666;
}
form fieldset div.notes p {
  color:#666666;
}
h2 {
  color:#AFAFAF;
}
input,
submit {
  background:#3C3C3C;
  color:#CCCCCC;
}
p {
  color:#FFFFFF;
}
select {
  background:#3C3C3C;
  color:#CCCCCC;
}
td {
  color:#FFFFFF;
}
textarea {
  background:#3C3C3C;
  color:#FFFFFF;
}
th {
  background-color:#5E5E5E;
  color:#FFFFFF;
}

/* CLASSES & IDS ********************************************************/

/* Admin lists **********************************/
.admin-list-search {
  color:#5E5E5E;
}
.admin-menu { /* the box around the menu */
  border:1px solid #5E5E5E;
}
.admin-menu-text {
  color:#FFFFFF;
}
/* General formatting class***********************/
.ext-link {
  background:url(images/external.png) right center no-repeat;
  background-color: transparent;
}
/* Blocks **************************************/
.block-box,
.block-box-left,
.block-box-right, {
}
.block-box ul,
.block-box-left ul,
.block-box-right ul {  /* do not indent lists in the blocks too much */
}
.block-columnpad {
}
.block-content,
.block-content-left,
.block-content-right {
  background:transparent;
  color:#FFFFFF;
}
.block-content ul,
.block-content-left ul,
.block-content-right ul {
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
}
.block-title,
.block-title-left,
.block-title-right {
  background:#3C3C3C url(images/blockheader-bg.gif) repeat-x;
  color:#CCCCCC;
}
/* Comments ***********************************/
.commentbar-line1 {
  background:transparent;
  color:#FFF;
}
.commentbar-line2 {
  background:#3C3C3C;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#FFF;
}
.commentbar-line3 {
  background:#5E5E5E;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#FFF;
}
.commenttitle {
  background:#3C3C3C;
  border-bottom:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}
/*Edit*****************************************/
.fieldhelp {
  color:#666666;
}
/* Footer **************************************/
#footer-copyright {
  background:#3C3C3C;
  color:#949494;
}
#footer-copyright .footerlinks a {
  color:#FF0000;
}
#footer-copyright .footerlinks a:hover {
  color:#888888;
}
/*Forms*****************************************/
.form-description
/* Header ***************************************/
#header-site-logo {
}
#header-site-slogan {
  color:#5E5E5E;
}
#header-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #000000;
  color:#FFFFFF;
}
#header-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #000000;
  color:#FFFFFF;
}
.header-textbox-search {
  background:#FFFFFF;
}
/**********************************************/
.highlight {
  background-color:yellow;
  color:#000000;
}
#html_editor {
  color:#FFFFFF;
}
.searchauth {
  background:transparent;
  color:#000000;
}
.searchdate {
  background:transparent;
  color:#000000;
}
.searchform-box {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
}
.searchhits {
  background:transparent;
  color:#000000;
}
#se_bottom input{
  color:#CCCCCC;
}
/* Story ****************************************/
.story { /* the frame around all elements of one story */
  background:transparent;
  color:#FFFFFF;
}
.story h1{ /* the title of a story */
  background:transparent;
  color:#000000;
}
.story-featured { /* the frame around all elements of a featured story */
  background:transparent;
  color:#FFFFFF;
}
.story-featured h1 { /* the title of a featured story */
  background:transparent;
  color:#649BFF;
}
.story-footer { /* the bottom of the story with edit-links etc */
  color:#666666;
}
.story-icons { /* print & mail icons in a storybox */
}
.story-information {
  /* the author, views and date of a story */
  background:transparent;
  color:#666666;
}
.system-message {
  background:url(images/header-bg.png) #3C3C3C;
  border:1px solid #5E5E5E;
  color:#000000;
  font-weight:bold;
  margin:10px;
  width:95%;
}
.system-message-body {
  background:#3C3C3C;
  border-top:3px solid black;
  color:#000000;
  padding:5px 15px 5px 15px;
}
.warning {
  background:transparent;
  color:#CCCCCC;
}
.warningsmall {
  background:transparent;
  color:#CCCCCC;
}
.welcomeanddate-text {
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  margin:0 0 10px 0;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  background:#1B1B1B;
  border:1px solid #3C3C3C;
  color:#FFF;
}
.plugin th {
  background:#3C3C3C;
  color:#CCCCCC;
}
.pluginBG {
  background:#1B1B1B;
  color:#FFF;
}
.pluginAltBG {
  background:#5E5E5E;
}
.pluginAltBG td {
  color:#FFFFFF;
}
.pluginCellTitle {
  background:#7398BA;
  color:#FFFFFF;
}
.pluginCellFill {
  background:#3C3C3C;
}
.pluginCellText {
  color:#CCCCCC;
}
.pluginHeader {
  color:#CCCCCC;
}
.pluginFooter, .pluginFooter td {
  background:#5E5E5E;
  color:#FFFFFF;
  }
.pluginAlert {
  background:#5E5E5E;
  color:#FFF;
}
.pluginInfo {
  background:#3C3C3C;
  color:#CCCCCC;
}
.pluginSubTable {
  background:#CCCCCC;
  border:1px solid #CCCCCC;
  color:#000000;
}
.pluginSubTable th {
  background:#1B1B1B;
  color:#000000;
}
.pluginSolidOutline {
  background:#CCCCCC;
}
.pluginSolidFill {
  background:#1B1B1B;
}
.pluginTitle {
  background:#1B1B1B;
  color:#F5F9FF;
}
.pluginCellSubTitle {
  background:#3C3C3C;
  color:#FFFFFF;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  background:#1B1B1B;
  color:#FFF;
}
.pluginRow2, .pluginRow2 td {
  background:#3C3C3C;
  color:#FFF;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background:#5E5E5E;
  color:#FFF;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background:#000000;
  color:#FFF;
}
.pluginLinks A:link {
  color:#649BFF;
}
.pluginLinks A:visited {
  color:#649BFF;
}
.pluginLinks A:hover {
  color:#FFC57A;
}
.pluginLargeText {
  color:#FFFFFF;
}
.pluginMediumText {
  color:#FFFFFF;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
}
a.pluginButton:link,
a.pluginButton:visited {
  background:transparent;
  color:#649BFF;
}
a.pluginButton:hover {
  background:transparent url(navbar/images/button_over.gif) center repeat-x;
  color:#FFC57A;
}

/* Common CSS for on-hover tooltip feature*********/
a.tooltip {
  color:#000;
}
a.tooltip:hover span { /*the span will display just on :hover state*/
  background-color:#5E5E5E;
  border:1px solid #C8DAF7;
  color:#1B1B1B;
}
/* End of common CSS for on-hover info feature */

/* Poll Plugin ***********************************/
.poll-divider {
  border-bottom:1px solid #CCCCCC;
}
.poll-block-last {
}
.poll-topic {
}
.poll-questions ul {
}
.poll-questions ul,
.poll-questions td {
}
.poll-question {
}
.poll-questions {
  background:#1B1B1B;
}
.block-box-right table,
.block-box-left table{
}
.block-box-right .poll-question-table th,
.block-box-left .poll-question-table th{
}
.block-box-right .poll_topic,
.block-box-left .poll_topic{
}
.block-box-right .poll_answer_text,
.block-box-left  .poll_answer_text{
}
.block-box-right .poll_answer_percent,
.block-box-left .poll_answer_percent{
}
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#FFFFFF;
}

/* NAVBAR CSS *********************************************************/

#navcontainer {
  background:#1B1B1B;
  border-bottom:1px solid #3C3C3C;
}
#navcontainer a {
  background:url("navbar/images/tableftJ.gif") 
}
#navcontainer a span {
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  color:#FF0000;
}
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  color:#000000;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
}

/* Calendar Plugin */

.cal-body {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-day,
.cal_day {
  background:transparent;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 2px solid;
  color:#FFFFFF;
}
.cal-dayview-times {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-dayx-body {
  background:#3C3C3C;
}
.cal-dayx-cur {
  background:#1B1B1B;
  color:#FFFFFF;
}
.cal-dayx-subcur {
  background:#1B1B1B;
  color:#FFFFFF;
}
.cal-dayx-times {
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
}
.cal-dayx-times2 {
  background:#1B1B1B;
}
.cal-dayx-weekevent {
  border:#5E5E5E 1px solid;
}
.cal-futureday {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
}
.cal-header {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
}
.cal-hr {
  background:#3C3C3C;
}
.cal-month,
.cal_month {
  background:#3C3C3C;
  color:#FFFFFF;
}
.cal-nullday {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-oldday {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-quickadd,
.quickadd {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
}
.cal-today {
  background:#5E5E5E;
  border:#649BFF 1px solid;
}
.cal-weekpointers {
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
}
.cal-weekview-addevent {
  background:#3C3C3C;
  border-right:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-caltitle {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-curday,
.weekview_curday {
  background:#3C3C3C;
  color:#FFFFFF;
}
.cal-weekview-daterange {
  background:#3C3C3C;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-dayformat {
  background:#3C3C3C;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-offday,
.weekview_offday {
  background:transparent;
  color:#FFFFFF;
}
.smallcal-week-even {
  background:#3C3C3C;
  color:#FFFFFF;
}