/*
 * Title: Main Style Sheet
 * For: Drupal 5
 * Site: GoBand
 * Author: Sean Hodge
 * Last Modified: 01_29_2008
*/



/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles/*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

/* @end global reset */



/* @group base html */

body {
  background-color: #350408;
  color: #d4d4e4;
  margin: 0;
  padding: 0;
  font-family: Myriad, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
}
a:link {/* unvisited link */
 color:#000;
}     
a:visited {/* visited link */
 color:#000;
}  
a:hover { /* mouse over link */
 color:#000;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#000;
}
h1 {
 color: #000;
 margin: 20px 0 10px;
 font: bold 20px "Times New Roman", Times, Georgia, serif;
 letter-spacing: .05em;
}
h2 {
 color: #000;
 margin: 10px 0;
 font: bold 16px "Times New Roman", Times, Georgia, serif;
 letter-spacing: .05em;
}
h3 {
 color: #000;
 margin: 10px 0;
 font: bold 14px "Times New Roman", Times, Georgia, serif;
 letter-spacing: .05em;
}
h4 {
 color: #000;
 margin: 10px 0;
 font: bold 13px "Times New Roman", Times, Georgia, serif;
 letter-spacing: .05em;
}
h5 {
 color: #000;
 margin: 10px 0;
 font: bold 12px "Times New Roman", Times, Georgia, serif;
 letter-spacing: .05em;
}
h6 {
 color: #000;
 margin: 10px 0;
 font: bold 11px "Times New Roman", Times, Georgia, serif;
 letter-spacing: .05em;
}
p {
 font-size: 12px;
 line-height: 1.4em;
 margin: 10px 0;
 font-weight: normal;
}
p b {
  color: #56004e;
}
table {
 font-size: 12px;
 margin: 10px 0;
 width:100%;
}
table tr td b {
 font-size: 14px;
 color: #56004e;
 display: block;
 padding: 10px 0 10px;
}
legend {
 margin:10px 0 0;
 padding:0;
 font-weight: bold;
}
label {
 margin: 10px 0 4px;
}
fieldset {
clear:both;
}
hr {
 clear: both;
 border: none;
 border-bottom: #1a1818 solid 1px;
 height: 1px;
 padding: 0 0 10px;
}
dd {
 font-size:12px;
 line-height: 1.2em;
}
dt {
 margin-top: 10px;
 color: #5f8523;
 font-size: 14px;
 font-weight: bold;
}
/* @end base html */



/* @group layout */

/* @group wrappers */

#page_wrapper {
 background: #350408 url(images/bg_topbg.gif) repeat-x 0 0;
 float: left;
 width: 100%;
}
#page {
 width: 960px;
 margin: 0 auto;
 position: relative;
}

/* @end wrappers */


/* @group top */

#top {
 position: relative;
 display: block;
 width: 960px;
}

/* @end top */


/* @group header */

#header {
 background: url(images/bg_header.jpg) repeat-x 0 0;
 float: left;
 width: 960px;
 height: 208px;
}

/* @end header */

/* @group main */

#content {
 background: url(images/bg_cont1_mid.gif) repeat-y 0 0;
 margin-top:20px;
 width: 960px;
 padding: 0;
 display: block;
 float:left;
}
#content_top {
 background: url(images/bg_cont1_top.gif) no-repeat 0 0;
 width: 960px;
 padding: 0;
 display: block;
 float:left;
}
#content_bottom {
 background: url(images/bg_cont1_bot.gif) no-repeat left bottom;
 width: 960px;
 padding: 0;
 display: block;
 float:left;
}
.two_column #content {
 width: 960px;
 padding: 0;
 display: block;
 background: url(images/bg_cont2_mid.gif) repeat-y 0 0;
 float:left;
}
.two_column #content_top {
 width: 960px;
 padding: 0;
 display: block;
 background: url(images/bg_cont2_top.gif) no-repeat 0 0;
 float:left;
}
.two_column #content_bottom {
 width: 960px;
 padding: 0;
 display: block;
 background: url(images/bg_cont2_bot.gif) no-repeat left bottom;
 float:left;
}

#main {
 width: 600px;
 display: block;
 float: left;
 margin-left: 0;
 padding: 0 20px 30px;
}


/* @end main */



/* @group sidebar_right */

#sidebar_right {
 float: right;
 width: 260px;
 display: block;
 padding: 0 20px 30px;
}
/* @end sidebar_right */

/* @group footer */

#footer {
 width: 960px;
 margin-top: 10px;
 display: block;
 clear: both;
 font-size: 11px;
 float: left;
 padding: 20px 0 0;
}

/* @end footer */

/* @end layout */


/* @group nav */

/* @group #top_nav */

#top ul {
 position: absolute;
 top: 8px;
 right: 210px;
 margin-top: 5px;
 float: right;
}
#top ul li {
 color:#350408;
 display:inline;
 font-size: 12px;
}
#top_nav a {
 color:#350408;
 margin: 0 6px 0 0;
 padding: 0;
 font-size: 12px;
 text-align: right;
}
#top_nav a:hover {
 text-decoration: underline;
}
#top ul.menu li {
 margin: 0;
}

/* @end top_nav */


/* @group #primary_nav */

#primary_nav_bar {
 background: url(images/bg_nav_full.jpg) repeat-x;
 float: left;
 color: #fff;
 text-transform: uppercase;
 width: 960px;
 height: 30px;
 margin-top: 8px;
}
#primary_nav {
 width: 960px;
 float: left;
}
#primary_nav ul.links li {/* Changed the name here to overwrite Drupals menu default */
 float:left;
 display:inline;
 height: 30px;
 margin: 0;
 background: url(images/bg_nav_div.gif) no-repeat top right;
 padding: 0 2px 0 0;
}
#primary_nav a {
 background: url(images/bg_nav_link.jpg) no-repeat top left;
 color: #d4d4e4;
 float:left;
 display:block;
 position:relative;
 height: 22px;
 padding: 8px 14px 0;
 text-decoration:none;
 font-weight:bold;
 vertical-align: middle;
 font-size: 12px;
}
#primary_nav a:hover {
 color: #ffffff;
 background: url(images/bg_nav_link.jpg) no-repeat 0 -30px;
 cursor: pointer;
}
#primary_nav a.active {
 color: #ffffff;
 background: url(images/bg_nav_link.jpg) no-repeat 0 -30px;
}
#primary_nav .first a {
 background: url(images/bg_nav_home.jpg) no-repeat top left;
 color: #d4d4e4;
 float:left;
 display:block;
 position:relative;
 height: 22px;
 padding: 8px 14px 0;
 text-decoration:none;
 font-weight:bold;
 vertical-align: middle;
 font-size: 12px;
}
#primary_nav .first a:hover {
 color: #ffffff;
 background: url(images/bg_nav_home.jpg) no-repeat 0 -30px;
 cursor: pointer;
}
#primary_nav li.first a.active {
 color: #ffffff;
 background: url(images/bg_nav_home.jpg) no-repeat 0 -30px;
}
      
/* @end primary_nav */



/* @group #footer_nav */

#footer_nav {
 margin: 10px auto 14px;
 text-align:center
}
#footer_nav li {
 display: block;
 display: inline;
 margin-left: 10px;
}
#footer_nav li a, #footer_nav li a:visited {
 font-size: 13px;
 text-transform: uppercase;
 margin: 0 auto;
}
#footer_nav li a:hover {
 text-decoration: underline;
}
#footer_nav li.active a {
  font-weight: bold;
}
#footer_nav li.active a:hover {
 text-decoration: none;
}
#footer li.leaf {
  margin: 0;
}

/* @end footer_nav */

/* @end nav */


/* @group regions */


/* @group top */


/* @group search */

#search {
 background: url(images/ico_search.png) no-repeat 0 0;
 position: absolute;
 top: 8px;
 right: 0;
 width: 202px;
 display: inline;
 clear: none;
 z-index: 100;
}
a#advanced_search  {
 text-align: right;
 color: #fff;
 background: url(images/ico_search.png) no-repeat 0 2px; 
 font-size: 11px;
}
#search .form-item input {
  background-color:#f2f6f9;
  border:1px solid #003e57;
  float:left;
  height:16px;
  margin:2px 5px 0 0;
  width:170px;
}
#edit-search-theme-form-keys {
 height: 14px;
 display: block;
 float: left;
}

/* @end search */

/* @end top */



/* @group main */

#main h1 {
 color: #ffffff;
}
#main h2 {
 color: #ffffff;
 margin-top: 20px;
}
#main h3 {
 color: #ffffff;
}
#main h4 {
 color: #ffffff;
}
#main h5 {
 color: #ffffff;
}
#main h6 {
 color: #ffffff;
}
#main p {
 color: #d4d4e4;
}
#main a {
 text-decoration: none;
}
#main a:link {/* unvisited link */
 color: #ffffff;
}     
#main a:visited {/* visited link */
 color: #ffffff;
}  
#main a:hover { /* mouse over link */
 color: #ffffff;
 text-decoration: underline;
}  
#main a:active {/* selected link */
 color: #ffffff;
}
#main img {
/*   padding:2px;
   border:2px solid #ffffff;*/
}
#promo_front .more {
 text-align: right;
}
#promo_one_front {
 float: left;
 width: 408px;
 display: block;
}
#promo_two_front {
 float: right;
 width: 178px;
 display: block;
}


/* @end Main */



/* @group sidebar_right */

#sidebar_right h1 {
 color:#2f343a;
}
#sidebar_right h2 {
 color:#2f343a;
 margin-top: 20px;
}
#sidebar_right h3 {
 color:#2f343a;
}
#sidebar_right h4 {
 color:#2f343a;
}
#sidebar_right h5 {
 color:#2f343a;
}
#sidebar_right h6 {
 color:#2f343a;
}
#sidebar_right p {
 color:#2f343a;
}
#sidebar_right a {
 font-weight: bold;
}
#sidebar_right .block ul {/* overwrite Drupals block default */
 margin:0;
 padding:0 0 0.25em 0;
}
#sidebar_right ul li a {
 color: #2f343a;
 line-height: 1.8em;
 font-size: 13px;
/* background: url(images/ico_mm.png) no-repeat 0 0; */
 padding-left: 30px;
 cursor: pointer;
}
#sidebar_right a:link {/* unvisited link */
 color:#4d5258;
}     
#sidebar_right a:visited {/* visited link */
 color:#2f343a;
}  
#sidebar_right a:hover { /* mouse over link */
 color:#2f343a;
 text-decoration: underline;
}  
#sidebar_right a:active {/* selected link */
 color:#2f343a;
}

/* @end sidebar_left */




/* @group #footer */

#footer {
 margin: 0 auto;
}
#footer p {
 color: #d4d4e4;
}
#footer a {
 color: #d4d4e4;
 text-decoration: underline;
}
#footer a:link {/* unvisited link */
 color: #d4d4e4;
}     
#footer a:visited {/* visited link */
 color: #d4d4e4;;
}  
#footer a:hover { /* mouse over link */
 color: #d4d4e4;
}  
#footer a:active {/* selected link */
 color: #d4d4e4;
}
p#legal {
 text-align: center;
 margin: 0 0 20px;
}


/* @end #footer */


/* @group #block-menu-menu-foot */

#block-menu-menu-foot {
 margin: 10px auto 14px;
 text-align:center
}
#block-menu-menu-foot h2 {
 color: #350408;
}

#block-menu-menu-foot li {
 display: block;
 display: inline;
 margin-left: 10px;
}
#block-menu-menu-foot li a, #footer_nav li a:visited {
 font-size: 12px;
 margin: 0 auto;
}
#block-menu-menu-foot li a:hover {
 text-decoration: underline;
}
#block-menu-menu-foot li.active a {
  font-weight: bold;
}
#block-menu-menu-foot li.active a:hover {
 text-decoration: none;
}
#block-menu-menu-foot li.leaf {
  margin: 0;
}

/* @end block-menu-menu-foot -jay */


/* @end #regions */



/* @group core */

#edit-body {
 width: 595px;
}
.compact-link {
  font-size: 12px;
}
html.js fieldset.collapsible .fieldset-wrapper {
overflow: visible;
}
html.js .resizable-textarea textarea {
width:460px;
}
div.admin-panel h3 {
  text-transform: uppercase;
}
div.admin-panel {
  margin: 0;
  padding: 5px 0 15px;
}
div.admin .left {
  float: left;
  width: 300px;
  margin:0;
}
div.admin .right {
  float: right;
  width: 300px;
  margin:0;
}
div.admin-panel {
  margin:0;
  padding:5px 0 15px;
}
div.admin-panel .body {
  padding:0 0 2px;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
  list-style-image: url(../images/icons/menu-leaf.png);
}
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
  font-size: 13px;
  text-transform: uppercase;
}
.block.block-user ul {
 margin: 0 5px;
}
.block.block-user ul.menu {
 margin: 0 15px 0;
}
.block-user .content {
 margin: 0 0 20px;
}

ul.menu li {
  margin: 4px 0 0 16px;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../images/icons/menu-expanded.png);
  padding: 0 4px 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../images/icons/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../images/icons/menu-leaf.png);
  padding: 0;
  margin: 0 0 0 20px;
}
li a.active {
 font-weight: bold;
}
.block ul {
  margin:0;
  padding:0;
}
thead th {
  border: 1px solid #160c0a;
  font-weight: bold;
}
th {
  margin: 0;
  padding:10px 0;
}
td {
  padding: 10px;
  margin:0;
}
#node-admin-nodes td {
  padding: 10px 4px;
  margin:0;
}
#system-themes td, #user-edit td {
  padding: 0;
  margin:0;
}
#system-themes label, #user-edit label {
 margin: 0 0 4px;
}
tr.even, tr.odd, tbody th {
 border: 1px solid #160c0a;
}

tr.odd, tr.info {
  background-color: #362a1e;
}

tr.even {
  background-color: #281e15;
}

tr.odd td.active {
  background-color: #3a2c1f;
  border-right: 1px solid #160c0a;
}
tr.even td.active {
  background-color: #2e241a;
  border-right: 1px solid #160c0a;
}
td.region, td.module, td.container {
  border-top: 20px solid #160c0a;
  background-color: #c4db33;
  color: #160c0a;
  font-weight: bold;
  padding: 6px 20px;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
 border-top-width: 0;
}
td.menu-disabled {
 background-color: #190f0d;
}
.marker, .form-required {
 color:#56004e;
}
.help p {
 clear:both;
 font-size: 12px;
}
tr.odd .form-item, tr.even .form-item {
 font-size: 12px;
 line-height: 1.2em;
 margin:0;
 padding:0;
}
table.system-status-report th {
 border:none;
}
.screenshot {
 margin: 15px 0 0 15px;
 border: 1px solid #c4db33;
}

/* @group forms */

.node-form .form-text {
 width:460px;
}
.form-item {
 margin-bottom:0;
 margin-top:0;
}
.form-item input.form-checkbox, .form-item input.form-radio {
 width: auto;
}
.form-item .description {
 font-size:0.85em;
 margin: 10px 0;
}
.collapsible {
 margin-top: 10px;
}
#edit-submit {
 margin-top: 10px;
}
#user-admin-check-user #edit-submit, #user-admin-check-mail #edit-submit, #user-admin-check-host #edit-submit {
 margin-top: 0;
 margin-bottom: 20px;
}
#user-admin-check-mail
.admin {
 margin: 10px 0;
}
#user-admin-new-role .form-item input {
 width:200px;
}
#user-admin-new-role .form-submit {
 margin:0;
}
ul.primary li a, ul.primary li.active a {
 border: none;
 background: none;
 margin:0 10px 0 0;
 padding: 0;
 color: #002B42;
 text-decoration: underline;
}
ul.primary li a:hover {
 background: none;
 color: #000;
}
ul.primary li.active a:hover {
 color: #002B42;
}
.tabs {
 clear: both;
 display: block;
 margin: 20px 0;
}
div.tabs ul.primary, div.tabs ul.secondary {
 border: none;
 margin: 0 0 10px;
 padding: 0;
 display: block;
}
div.tabs ul.primary li a {
 text-decoration: underline;
}
div.tabs ul.secondary a.active {
 text-decoration: underline;
 border:none;
}
.block-region {
 font-size: 12px;
 float:left;
 display:block;
 padding:4px;
 font-weight: bold;
 border:1px dashed #000;
 }
div.error, tr.error {
 clear:both;
 padding: 5px 0 5px 10px;
 border: 1px solid #ff0000;
 background: #ff0000;
 color: #fff;
 margin: 20px 0;
 width: 450px;
}
html.js fieldset.collapsible legend a {
 margin-left: -5px;
}
.messages, .status {
 clear:both;
 border: 1px dashed #56004e;
 background: #fff;
 padding: 10px;
 display: block;
 margin: 10px 0;
}
body .messages ul, body .status ul {
 padding: 0;
 margin-top: 0;
 list-style-type: none; 
}
.messages ul li, .status ul li {
 list-style-type: none;
}
.messages em, .status em {
 font-weight: bold;
}



/* @end core */

#flashcontent gTitle {
 color: #ffffff;
 margin: 20px 0 10px;
 font: bold 20px "Times New Roman", Times, Georgia, serif;
 letter-spacing: .05em;
}

