/* code for admin interface colors -- to be used if body text is a light color */
/* <<<<<<< style.css */
/*$Id: style.css,v 1.10 2009/04/22 17:33:49 jrglasgow Exp $ */
div.admin {
  padding:0;
}

div.admin-panel h3 {
  background-color:#999 !important;
}

/* $Id: style.css,v 1.10 2009/04/22 17:33:49 jrglasgow Exp $ */
/* >>>>>>> 1.7 */

tr.odd, tr.even, tr.odd a, tr.even a {
  color:black;
}

.primary li a {
  color:black;
}

.secondary li a {
  color:inherit;
}

td.active {
  background-color:inherit;
}

.form-item label {
  /*color:white;*/
}

.preview {
  color:black;
}

/* layout */

body {
  margin: 0;
  padding: 0;
  min-width: 750px;      
}

#top-container {
  /*background:#020202 url('images/top_gradient_dark.jpg') repeat-x;*/
  min-height:80px;
  padding:0 12px;
}

#page {
   margin: 0 auto;
   width: 95%;
   /*background: url('images/   back.png') repeat;*/
}

#page {
   background: url('images/page_bg_left.png') repeat-y top left;
}

#page #shadow-right {
  background: url('images/page_bg_right.png') repeat-y top right;
  padding:0 11px;
}

#page #page-bg {
     background: url('images/back3.png') repeat;
}

#banner {
  background-color:#1c1c1c;
}

#banner p {
  padding-bottom:0.5em;
  padding-top:0.5em;
  margin:0 auto;
}

#banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header, #content {
  width: 100%;
}

#header a:link,
#header a:visited,
#header a:hover {
  color:#fff;
}

.sections {
  width: 100%;
  padding: 0;
}

.section {
  float: left;
}

#section1 {
  margin: 4px 0 0 0;
  padding:0 8px;
}

#section1 .block,
#section2 .block {
  padding: 0px;
  text-align: right; 
}

.section.width99 {
  width: 100%;
}

.section.width49 {
  width: 50%;
}

.section.width33 {
  width: 33%;
}

.section.width24 {
  width: 25%;
}

.sections {
  width: 100%;
}

#middlecontainer {
  margin: 0 auto;
}

#sidebar-left, #sidebar-right {
  width: 210px;
  float:left;
  z-index: 2;
  position: relative;
}
#sidebar-left .block, #sidebar-right .block {
 /* padding:0px 16px 8px 16px;
  margin-bottom:9px;
  border: 1px solid #ccc;
*/
    padding: 18px 25px 0px 16px;
    margin: 15px 0px -20px 0px;}

#main {
  float: left;
  width:100%;
     margin: 34px 0px 0px 0px;
}

body.sidebar-left #main {
  margin-left: -210px;
  margin-right: 0;
}

body.sidebar-right #main {
  margin-right: -210px;
  margin-left: 0;
}

body.sidebars #main {
  margin-left: -210px;
  margin-right: -210px;
}

body.sidebar-left #squeeze {
  margin-left: 210px;
  margin-right: 0;
  padding-left: 4px;
}

body.sidebar-right #squeeze {
  margin-right: 210px;
  margin-left: 0;
  padding-right: 4px;
}

body.sidebars #squeeze {
  margin-left: 210px;
  margin-right: 210px;
  padding: 0 4px;
}

body.sidebars #sidebar-left {
  margin-right:0px;
}

#squeeze-content {
  padding-bottom: 15px;
}

#inner-content {
  padding: 0px 16px 4px 16px;
}

.node {
  margin: 0em 0 2em 0;
 /* border: 1px outset #DDDDDD;
  padding: 0.5em;*/ 
}

.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}

/* typography */

body {
  font-size: 82%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 145%;
  color: #333333;
  background-color: #fff;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h4 {
  padding-bottom: 0px;
  margin: 10px 0;
  line-height:125%;
}

h1 {
  font-size: 175%;
}

h2 {
  font-size: 125%;
}

h3 { 
   font-size: 110%;
}

h4 {
  font-size:  100%;
}

h5, h6 {
  font-size: 90%;
}

#content-top h2, #content-top h2.title,
#content-bottom h2, #content-bottom h2.title {
  font-size:125%;
}

#main h2.title {
   font-size: 150%;
}

.title, .title a {
  font-weight: bold;
  color: #8E6126;
  margin: 0 auto 5px auto;
}
.submitted {
  color: #8E6126;
  font-size: 0.8em;
}
.links {
  color: #8E6126;
}
.links a {
  font-weight: bold;
}

.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.sticky {
  padding: .5em;
  background-color: #eee;
  border: outset 1px #ddd;
}

/* links */

a {
  text-decoration: none;
  text-align:center;     /*test line*/
  text-decoration:none;  /*test line*/
}
a:hover {
  text-decoration: underline;
  color:#8B7E66  !important;/*test line*/
}

#main .block h2.title {
  font-size: 125%;
}

/* elements */

tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.odd {
  background: #eee;
}

tr.even {
  background: #ccc;
}

tbody {
  border: none;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
}

.form-item label {
  font-size: 1em;
  color: #222;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}

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

.links {
  margin-bottom: 0;
}

.comment .links {
  margin-bottom: 0;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.clr {
  clear: both;
}

/* site logo, name, slogan */

#logo {
  vertical-align: middle;
  border: 0;
}

#logo img {
  float: left;
  border: 0;
}

#top-center {
  background: ;
 /* background: #1C1C1C url('images/top_gradient_light.jpg') repeat-x;*/
  margin:0 auto;
  min-height:80px;
}

#logo-title {
padding-left:22px;
padding-bottom:0px;
float:left;
}

#name-and-slogan {
  float: left;
  margin: 10px 22px;
  display:inline;
}

.site-name {
  margin: 0;
  padding: 0;
  font-size: 2em;
}

.site-name a:link, .site-name a:visited {
  color: #fff;
}

.site-name a:hover {
  text-decoration: underline;
}

.site-slogan {
  font-size: 1.1em;
  color: #eee;
  display: block;
  margin: 0;
  padding: 0;
  font-style: italic;
}

/* search */

#search-theme-form {
  float: right;
  padding: 0.5em 0.5em 0 0.5em;
}

#search .form-text, #search .form-submit {
  /*border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;*/
}

#search .form-text {
  width: 16em;
  /*padding: 0 0.5em;*/
}

#edit-search-theme-form-1-wrapper label {
  display: none;
}

/* primary links */

#primarymenu {
  padding: 10px;
  text-align: right;
  float:right;
}

#primarymenu li {
  border-left:1px solid #fff;
  padding:0pt 0.5em 0pt 0.7em;
}

#primarymenu li.first {
  border:medium none;
}


.primary-links {
  font-size: 1.0em;
  color: #fff;
}

#secondary-links {
  background:/*url(images/back2.png) repeat;*/ transparent;
  padding:20px 0;
  text-align:center;
}

#secondary-links li.first {
  border-left:none;
}

.primary-links a,
.primary-links a:link, 
.primary-links a:visited, 
.primary-links a:hover, 
.primary-links .links {
  font-weight: bold;
  color: #fff;
}

.primary-links ul.menu {
  text-align: right;
}

.primary-links li {
  display:inline;
  list-style-type:none;
  padding:0pt 0.5em;
}

.primary-links li.first {
  border: none;
}

#primarymenu a.active, #primarymenu a.active {
  color:#fff;
}
#primarymenu a {
  color:#fff;
  font-weight:normal;
  font-size:120%;
}

/* fix for white bar on homepage above suckerfish in some browsers */

#suckerfishmenu .content{margin:0px;}

/* mission statement, breadcrumbs, messages, etc. */

#mission {
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: .5em;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
  margin-left: 15px;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#header .block {
  margin:0px 22px;
  color:#3f3f3f;
}

/* footer */

#footer {
  background:/*url(images/back2.png) repeat;*/ transparent;
  /*background-color: #1f1f1f;*/
  font-size: 0.8em;
  text-align: center;
  clear:left;
}

#footer-region {
  text-align: center;
}

#footer-message {
  text-align: center;
  margin:0;
  font-size: 90%;
  color:gray;
}
  
#footer-message a {
  font-weight:bold;
}

.node .taxonomy {
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #8E6126;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.poll .title {
  color:#000000;
}

#inner-content .taxonomy-term-6 .node{
	float:left;
}

/* Style for the station/schedule module */
.taxonomy_term_180 {
background-color: aliceBlue;}
.taxonomy_term_179{
background-color: Antiquewhite;}
.taxonomy_term_178{
background-color: Aqua;}
.taxonomy_term_177{
background-color: Aquamarine;}
.taxonomy_term_176{
background-color: Azure;}
.taxonomy_term_175{
background-color: Beige;}
.taxonomy_term_174{
background-color: Bisque;}
.taxonomy_term_173{
background-color: Black;}
.taxonomy_term_172{
background-color: BlanchedAlmond;}
.taxonomy_term_171{
background-color: Blue;}
.taxonomy_term_170{
background-color: BlueViolet;}
.taxonomy_term_169{
background-color: Brown;}
.taxonomy_term_168{
background-color: BurlyWood;}
.taxonomy_term_167{
background-color: CadetBlue;}
.taxonomy_term_166{
background-color: Chartreuse;}
.taxonomy_term_165{
background-color: Chocolate;}
.taxonomy_term_164{
background-color: Coral;}
.taxonomy_term_163{
background-color: CornFlowerBlue;}
.taxonomy_term_162{
background-color: Cornsilk;}
.taxonomy_term_161{
background-color: Crimson;}
.taxonomy_term_160{
background-color: Cyan;}
.taxonomy_term_159{
background-color: DarkBlue;}
.taxonomy_term_158{
background-color: DarkCyan;}
.taxonomy_term_157{
background-color: DarkGoldenRod;}
.taxonomy_term_156{
background-color: DarkGray;}
.taxonomy_term_155{
background-color: DarkGreen;}
.taxonomy_term_154{
background-color: DarkKhaki;}
.taxonomy_term_153{
background-color: DarkMagenta;}
.taxonomy_term_152{
background-color: DarkOliveGreen;}
.taxonomy_term_151{
background-color: DarkOrange;}
.taxonomy_term_150{
background-color: DarkOrchid;}
.taxonomy_term_149{
background-color: DarkRed;}
.taxonomy_term_148{
background-color: DarkSalmon;}
.taxonomy_term_147{
background-color: DarkSeaGreen;}
.taxonomy_term_146{
background-color: DarkSlateGray;}
.taxonomy_term_145{
background-color: DarkTurquoise;}
.taxonomy_term_144{
background-color: DarkViolet;}
.taxonomy_term_143{
background-color: DeepPink;}
.taxonomy_term_142{
background-color: DimGray;}
.taxonomy_term_141{
background-color: DodgerBlue;}
.taxonomy_term_140{
background-color: FireBrick;}
.taxonomy_term_139{
background-color: FloralWhite;}
.taxonomy_term_138{
background-color: ForestGreen;}
.taxonomy_term_137{
background-color: Fuchsia;}
.taxonomy_term_136{
background-color: GhostWhite;}
.taxonomy_term_135{
background-color: Gold;}
.taxonomy_term_134{
background-color: GoldenRod;}
.taxonomy_term_133{
background-color: Gray;}
.taxonomy_term_132{
background-color: Green;}
.taxonomy_term_131{
background-color: GreenYellow;}
.taxonomy_term_130{
background-color: HoneyDew;}
.taxonomy_term_129{
background-color: HotPink;}
.taxonomy_term_128{
background-color: IndianRed;}
.taxonomy_term_127{
background-color: Indigo;}
.taxonomy_term_126{
background-color: Ivory;}
.taxonomy_term_125{
background-color: Khaki;}
.taxonomy_term_124{
background-color: Lavender;}
.taxonomy_term_123{
background-color: LavenderBlush;}
.taxonomy_term_122{
background-color: LawnGreen;}
.taxonomy_term_121{
background-color: LemonChiffon;}
.taxonomy_term_120{
background-color: LightBlue;}
.taxonomy_term_119{
background-color: LightCoral;}
.taxonomy_term_118{
background-color: LightCyan;}
.taxonomy_term_117{
background-color: LightGoldenRodYellow;}
.taxonomy_term_116{
background-color: LightGrey;}
.taxonomy_term_115{
background-color: LightGreen;}
.taxonomy_term_114{
background-color: LightPink;}
.taxonomy_term_113{
background-color: LightSalmon;}
.taxonomy_term_112{
background-color: LightSeaGreen;}
.taxonomy_term_111{
background-color: LightSkyBlue;}
.taxonomy_term_110{
background-color: LightSlateGray;}
.taxonomy_term_109{
background-color: LightSteelBlue;}
.taxonomy_term_108{
background-color: LightYellow;}
.taxonomy_term_107{
background-color: Lime;}
.taxonomy_term_106{
background-color: LimeGreen;}
.taxonomy_term_105{
background-color: Linen;}
.taxonomy_term_104{
background-color: Magenta;}
.taxonomy_term_103{
background-color: Maroon;}
.taxonomy_term_102{
background-color: MediumAquaMarine;}
.taxonomy_term_101{
background-color: MediumBlue;}
.taxonomy_term_100{
background-color: MediumOrchid;}
.taxonomy_term_99{
background-color: MediumPurple;}
.taxonomy_term_98{
background-color: MediumSeaGreen;}
.taxonomy_term_97{
background-color: MediumSlateBlue;}
.taxonomy_term_96{
background-color: MediumSpringGreen;}
.taxonomy_term_95{
background-color: MediumTurquoise;}
.taxonomy_term_94{
background-color: MediumVioletRed;}
.taxonomy_term_93{
background-color: MidnightBlue;}
.taxonomy_term_92{
background-color: MintCream;}
.taxonomy_term_91{
background-color: MistyRose;}
.taxonomy_term_89{
background-color: Moccasin;}
.taxonomy_term_88{
background-color: NavajoWhite;}
.taxonomy_term_87{
background-color: Navy;}
.taxonomy_term_86{
background-color: OldLace;}
.taxonomy_term_85{
background-color: Olive;}
.taxonomy_term_84{
background-color: OliveDrab;}
.taxonomy_term_83{
background-color: Orange;}
.taxonomy_term_82{
background-color: OrangeRed;}
.taxonomy_term_81{
background-color: Orchid;}
.taxonomy_term_80{
background-color: PaleGoldenRod;}
.taxonomy_term_79{
background-color: PaleGreen;}
.taxonomy_term_78{
background-color: PaleTurquoise;}
.taxonomy_term_77{
background-color: PaleVioletRed;}
.taxonomy_term_76{
background-color: PapayaWhip;}
.taxonomy_term_75{
background-color: PeachPuff;}
.taxonomy_term_74{
background-color: Peru;}
.taxonomy_term_73{
background-color: Pink;}
.taxonomy_term_72{
background-color: Plum;}
.taxonomy_term_71{
background-color: PowderBlue;}
.taxonomy_term_70{
background-color: Purple;}
.taxonomy_term_69{
background-color: Red;}
.taxonomy_term_68{
background-color: RosyBrown;}
.taxonomy_term_67{
background-color: RoyalBlue;}
.taxonomy_term_66{
background-color: SaddleBrown;}
.taxonomy_term_65{
background-color: Salmon;}
.taxonomy_term_64{
background-color: SandyBrown;}
.taxonomy_term_63{
background-color: SeaGreen;}
.taxonomy_term_62{
background-color: SeaShell;}
.taxonomy_term_61{
background-color: Sienna;}
.taxonomy_term_60{
background-color: Silver;}
.taxonomy_term_59{
background-color: SkyBlue;}
.taxonomy_term_58{
background-color: SlateBlue;}
.taxonomy_term_57{
background-color: SlateGray;}
.taxonomy_term_56{
background-color: Snow;}
.taxonomy_term_55{
background-color: SpringGreen;}
.taxonomy_term_54{
background-color: SteelBlue;}
.taxonomy_term_53{
background-color: Tan;}
.taxonomy_term_52{
background-color: Teal;}
.taxonomy_term_51{
background-color: Thistle;}
.taxonomy_term_50{
background-color: Tomato;}
.taxonomy_term_48{
background-color: Turquoise;}
.taxonomy_term_47{
background-color: Violet;}
.taxonomy_term_46{
background-color: Wheat;}
.taxonomy_term_45{
background-color: White;}
.taxonomy_term_44{
background-color: WhiteSmoke;}
.taxonomy_term_43{
background-color: Yellow;}
.taxonomy_term_42{
background-color: YellowGreen;}
.taxonomy_term_181 {
  font-size: large;
}
