@charset "utf-8"; 
/* $Id: style-dark.css,v 1.1.4.4 2008/07/27 18:05:04 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin

+++
To use this dark version of Framework, rename style.css to something like style-light.css (or just delete it). 
Then rename this style-dark.css to style.css
+++

----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration
12.Pages

[Color codes]

 # White:          #fff
 # Neon Blue:      #6cf
 # Pink:           #f66
 # Mid Grey:       #2d2d2d
 # Dark Grey:      #1b1b1b
 # Very Dark Grey: #0b0b0b

[Font sizes - based on 75% body]

 26px = 2.166667em
 24px = 2em
 22px = 1.8333em
 20px = 1.6667em
 19px = 1.5833em
 18px = 1.5em
 16px = 1.333333em
 14px = 1.1667em
 13px = 1.083333em
 12px = 1em
 11px = 0.9167em
 10px = 0.8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body { 
  background: #10aef7; 
  color: #0b0b0b; 
  font: 95% verdana,"Comic Sans MS",Arial, Helvetica, sans-serif; 
  margin: 0; 
  padding: 0; 
  text-align: center; 
}

h1, h2, h3, h4, h5, h6 { 
  font-weight: 700; 
  margin: 0; 
  padding: 0; 
}

h1 { 
  color: #ffffff;
  font-size: 1.8em; 
  margin: 1em 0 0.5em; 
}

h2 { 
  color: #8d1615;
  font-size: 1.6em; 
  margin: 1em 0 0.5em; 
}

h3 { 
  color: #2d2d5d;
  font-size: 1.4em; 
  margin: 1em 0 0.5em; 
}

h4, h4 a:link, h4 a:visited { 
  color: #d9d3b1;
  font-size: 1.2em; 
  margin: 1.0em 0 0.5em 0; 
}

h4 a:hover { 
  color: #602020;
}

h5, h5 a:link, h5 a:visited { 
  color: #8d1615;
  font-size: 1.0em; 
  font-weight: bold;
}

a:link, a:visited { 
  color: #e2dec2; 
  text-decoration: none; 
}

a:focus { 
  outline: 1px dotted; 
}

a:hover, a:active, li a.active { 
  color: #ff6666; 
  outline: none; 
  text-decoration: none; 
}

p { 
  font-size: 1em; 
  line-height: 1.2em; 
  margin: 0 0 1.2em 0; 
}

blockquote { 
  color: #0b0b1b;
  font: 100% "Courier New",Courier,mono,sans-serif; 
  margin: 1.25em; 
  padding: 1.25em 1.25em 0 1.25em; 
}

em { 
  padding: 0 3px 0 0; 
}

hr { 
  background: #7f7f7f; 
  border: none; 
  height: 1px; 
  margin: 0; 
  padding: 0; 
}

img, a img { 
  border: none; 
  outline: none; 
}

/**
 * 2.LAYOUT
 */
#wrapper { 
  margin: 0 auto; 
  text-align: left; 
  width: 800px; 
}

#container { 
  margin: -20px 0 10px 0; 
  padding: 0 0 0 6px; 
}

/* 1 column */
#center { 
  margin: 0 0 10px 0; 
  position: relative;
}

/* 3 columns */
body.sidebars #center { 
  /* border-left: 1px solid #2d2d2d; */
  /* border-right: 1px solid #2d2d2d; */ 
  border: 0 none #2d2d2d;  
  float: left; 
  padding: 0 6px; 
  width: 400px; 
}

/* 2 columns - sidebar-left */
body.sidebar-left #center { 
  /* border-left: 1px solid #2d2d2d; */ 
  border: 0 none #2d2d2d;  
  float: right; 
  padding-left: 6px; 
  width: 580px; 
}

/* 2 columns - sidebar-right */
body.sidebar-right #center { 
  /* border-right: 1px solid #2d2d2d; */
  border: 0 none #2d2d2d;  
  float: left; 
  padding-right: 6px; 
  width: 580px; 
}

/**
 * 3.HEADER
 */
#header { 
  margin: 0; 
  padding: 10px 0 0 0; 
}

#header h1 { 
  float: left; 
}

#header table {
  height: 102px;
  margin: 8px auto 0 auto;
  padding: 0 0 0 0;
  width: 784px;
}

#header tr, #header td, #header th { 
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#header 
, #header a img, #header td img, #header td a img { 
  border: none ; 
  margin: 0 0 0 0 ;
  outline: none ; 
  padding: 0 0 0 0 ;
}

#slogan { 
  display: block; 
  font-size: .7727em; 
}

#search-theme-form { 
  float: right; 
  margin: 2.5em 0 0; 
}

#search-theme-form .form-button, #search-theme-form .form-submit { 
  margin: 0; 
}

/**
 * 4.NAVIGATION
 */
ul.links li { 
  background: none; 
  margin: 0 10px 0 0; 
  padding: 0; 
}

#nav { 
  /* border-bottom: 1px solid #2d2d2d; */ 
  /* border-top: 1px solid #2d2d2d; */ 
  font-size: 1em; 
  margin: 0 0 10px; 
}

#nav ul.primary-links { 
  background: #1b1b1b; 
  font-weight: 700; 
  padding: 5px; 
}

#nav ul.primary-links li { 
  margin: 0; 
  padding: 0; 
}

#nav ul.primary-links li a:link, ul.primary-links li a:visited { 
  margin: 0 10px 0 0; 
  padding: 5px 0; 
}

#nav ul.primary-links li a:hover, ul.primary-links li a:active { 
  text-decoration: underline; 
}

#nav ul.secondary-links { 
  border-top: 1px solid #2d2d2d; 
  padding: 2px 5px; 
}

#nav ul.secondary-links li { 
  margin: 0; 
  padding: 0; 
}

#nav ul.secondary-links li a:link, ul.secondary-links li a:visited { 
  margin: 0 10px 0 0; 
  padding: 2px 0; 
}

#nav ul.secondary-links li a:hover, ul.secondary-links li a:active { 
  text-decoration: underline; 
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb { 
  color: #666; 
  font-size: 1em; 
  margin: 0 0 -1.25em; 
  padding: 0; 
}

.breadcrumb a:link, .breadcrumb a:visited { 
  color: #999; 
}

.breadcrumb a:hover { 
  color: #ccc; 
}

/**
 * 5.NODES
 */
span.submitted { 
  color: #898989; 
  font-size: 0.8333em; 
}

.meta { 
  background: #10aef7; 
  /* border-bottom: 1px solid #2d2d2d; */
  border: 0 none #2d2d2d;  
  padding: 0 10px; 
}

.meta div.links { 
  float: left; 
}

.meta div.terms { 
  float: right; 
}

.meta div.links ul.links li { 
  float: left; 
  padding: 5px 10px 5px 0; 
}

.meta div.terms ul.links li { 
  float: left; 
  padding: 5px 0 5px 10px; 
}

.book-navigation { 
  margin: 0 0 .5em; 
}

.item-list ul.pager { 
  margin: 1em 0; 
}

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

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current { 
  border: 1px solid #2d2d2d; 
  color: #6cf; 
  margin: .3em .1em; 
  padding: .3em .5em; 
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active { 
  background-color: #0b0b0b; 
  color: #f66; 
}

.item-list ul.pager li.pager-current { 
  background-color: #1b1b1b; 
  color: #6cf; 
}

/**
 * 6.COMMENTS
 */
.comment { 
  margin: 20px 0 0; 
  padding: 0; 
}

.comment-bar { 
  background: #0b0b0b; 
  border-bottom: 1px solid #2d2d2d; 
  padding: 5px; 
}

.comment span.new { 
  color: red; 
  font-size: 0.8333em; 
}

.comment h3 { 
  margin: 0.5em 0; 
}

.comment ul.links { 
  margin: 0 0 0 25px; 
}

.comment ul.links li a { 
  text-decoration: underline; 
}

.indented { 
  border-left: 1px solid #2d2d2d; 
  margin-left: 14px; 
  padding-left: 10px; 
}

/**
 * 7.SIDEBARS
 */
.sidebar { 
  width: 200px; 
}

#sidebar-left { 
  float: left; 
  margin-right: 8px; 
}

#sidebar-right { 
  float: right; 
  margin-left: 8px; 
}

/**
 * 8.BLOCKS
 */
.block { 
  margin: 0 0 10px; 
}

#user-login-form .item-list ul li { 
  background: none; 
  padding: 0; 
}

#search-block-form .form-text { 
  width: 8em; 
}

#search-block-form input.form-submit { 
  font-size: .9em; 
  width: 5em; 
  padding: 0; 
}

.block-book ul.menu li.expanded { 
  background-color: #000; 
}

.block-book ul.menu li.expanded ul { 
  border-bottom: none; 
  border-top: 1px solid #1b1b1b; 
}

/**
 * 9.FOOTER
 */
#footer { 
  color:#ffffff;
  margin: 0 0 10px; 
  padding: 5px 0; 
  position: relative; 
}
#footer a.feed-icon { 
  position: absolute; 
  right: 0; 
  top: 5px; 
}
#footer #block-system-0 { 
  position: absolute; 
  right: 25px; 
  top: 6px; 
}
#footer hr { 
  background-color:#cccccc;
  color:#cccccc;
  margin:8px auto 12px auto; 
}

/* primary links in footer */
#block-menu-primary-links div.content {
  padding: 0;
  margin: 0;
  text-align: center;
}
#footer ul.menu {
  border: 0 none transparent ;
  border-bottom: 1px solid #d9d3b1 ;
  border-top: 1px solid #d9d3b1 ;
  font-size: 0.8em;
  line-height: 1.1em;
  list-style: none ;
  margin: 15px auto 20px auto ;
  padding: 12px 0 12px 0;
  text-align: center;
  width: 85%;
}
#footer ul.menu a {
  color: #8d1615 ; 
  font-weight: normal ;
}
#footer ul.menu li.leaf {
  background: none ;
  border: 0 none transparent ;
  display: inline ;
  list-style: none ;
  margin: 0 ;
  padding: 0 ;
}
#footer ul.menu li.leaf a {
  border-left: 1px solid #d9d3b1 ;
  display: inline ;
  margin-right: 0 ;
  padding: 0 4px 0.2em 12px ;
}
#footer ul.menu li.first, #footer ul.menu li.first a { 
  border-left: none ;
  padding-left: 0 ;
}
#footer ul.menu li.last, #footer ul.menu li.last a { 
  padding-right: 0 ;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: 0.15em 0 0.15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: 0.35em 0 0 -0.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 0.2em; }
ul ul li { margin-left: 2em; }

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.primary { float: left; }
ul.secondary { border-bottom: 1px solid #2d2d2d; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* sidebar menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* to remove zebra coloring from sidebar menus, remove this star and slash--> */
ul.menu li { border-bottom: 1px solid #1b1b1b; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #000; }
ul.menu li.even { background-color: #0b0b0b; }
ul.menu li.expanded { background-color: #1b1b1b; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #1b1b1b; border-top: 1px solid #2d2d2d; margin-top: .2em; }
/* end zebra coloring */

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #000; border: 1px solid #1b1b1b; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%}
thead th { border-bottom: 2px solid #1c1c1c; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #1c1c1c; border-width: 1px 0; }
tr.odd, tr.info { background-color: #0b0b0b; }
tr.even { background-color: #000; }
tr.drag { background-color: #070707; }
tr.drag-previous { background-color: #111; }
tr.odd td.active { background-color: #1b1b1b; }
tr.even td.active { background-color: #0b0b0b; }
td.region, td.module, td.container, td.category { background-color: #1b1b1b; border-bottom: 1px solid #2d2d2d; border-top: 1.5em solid #000; color: #999; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #0b0b0b; }
tr.even td.menu-disabled { background-color: #000; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #1b1b1b; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #9b9b9b; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: 0.25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em 0.5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: 0.92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -0.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #0d0d0d; border: 1px solid #e5e58f; }
.preview .node { background-color: #0d0d0d; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: 0.92em; line-height: 150%; margin-bottom: 0.75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #1b1b1b; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

/**
 * 12.PAGES
 */
.contact { margin: 0 10px; padding:0 10px; }
.content img#flip0 { display:inline; }
.content img#flip1 { display:none; }
.content img#flip2 { display:none; }
.content img#flip3 { display:none; }
.copyright { border-top: 1px solid #d9d3b1; color:#8d1615;font-size:0.8em; margin: 20px 30px; padding: 10px; }
.copyright a { color:#8d1615;}
.quote { color: #eeeeff; font-style: italic; }

.flippy { height:400px; margin: 15px 0 2.5em 8px; width:269px; }

#cultural{
font-size: 1em;
}
#cultural h3{
color:  #000011;
}
#cultural .desc{
font-size: .85em; padding: 2px;
}
.innerTab {
	background-color:#ddd7b6;
	border:1px solid #000000;
	color:#8d1615;
	float:right;
	font-face:arial,helvetica;
	font-size:0.85em;
	font-style:italic;
	font-weight:bold;
	padding:3px 6px;
	cursor: pointer;
}
#tabBar {
	border-top:1px solid #888888; 
	clear:both;
	height:0;
	margin: -1px 0 10px 0;
}
.videoLeft {
	float: left;
	margin: 0 0 10px 0; 
}
.videoLeft {
	float: right;
	margin: 0 0 10px 0; 
}
#pagewrap {
	font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-size: 1.3em;
	line-height: 1.300em;
	word-spacing: normal;
	letter-spacing: 0.1ex; 
}
#costumepage {
font-size: .9em;
width: 580px;
float:right; 
}
#costumewrap {
border: 1px solid #000; 
clear: both; 
vertical-align: middle; 
padding: 10px; 
height: 450px;
}
#costumeimage {
width: 150px; 
float:left;
margin-top:15px;
}
#costumedesc {
float:left; 
width: 400px;
margin-top:15px;
}