/* Yakima Valley Trolleys CSS Document */
/* Gregory Johnsen, 2008 */

body {
  margin: 0px;
  padding: 0px;
  background: #000000;
}
#backdrop {
  background: url(images/rotator/rotator.php) no-repeat center top;
  width: 783px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* url(images/rotator.php) */

#bannercontainer {
  width: 783px;
  height: 80px;
  position: relative;
  top: 10px;
}
#newsfeed {
  width: 763px;
  height: auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding: 0px 10px 0px 10px
}
#leftnav {
  float: left;
  width: 220px;
  height: auto;
  padding: 25px 25px 25px 25px;
  position: relative;
  top: 10px;
}
#contentfield {
  float: left;
  width: 488px;
  height: auto;
  padding: 25px 25px 25px 0px;
  position: relative;
  top: 10px;
}
#footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0px
}
h1, h2, h3 {
  margin: 0px;
}
h1, h2 {
  font-family: "Times New Roman", Times, serif;
}
h1 {
  font-size: 18pt;
  font-weight: lighter;
  line-height: 27pt;
  color: #CCCC99;
}
h2 {
  font-size: 14pt;
  font-weight: lighter;
  line-height: 18pt;
  color: #FFFFFF;
}
h3 {
  font-family: Courier, monospace;
  font-size: 14pt;
  font-weight: lighter;
  color: #FFFFFF;
}
h4 {
  font-size: 14pt;
  font-weight: lighter;
  line-height: 18pt;
  color: #CCCCCC;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
.body {
  font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: lighter;
  color: #FFFFFF;
  margin-top: 0em;
  padding-top: 0em;
}
.bodybold {
  font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 0em;
  padding-top: 0em;
}
.nomargin {
  margin: 0px;
}
.footergold {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  color: #CCCC99;
}
.addresssilver {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  color: #CCCCCC;
}
.addressgold {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  color: #CCCC99;
}
.nodecoration {
  text-decoration: none;
  border-style: none;
}
a {
  color: #FFFFFF;
}
a:visited {
  color: #FFFFFF;
}
a:hover {
  color: #CCCCCC;
}
a:active {
  color: #CCCC99;
}
a.inheritcolor {
  color: inherit;
}
ul {
  font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: lighter;
  color: #FFFFFF;
  margin-top: 0em;
  padding-top: 0em;
}
dl {
  font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: lighter;
  color: #FFFFFF;
  margin-top: 0em;
  padding-top: 0em;
}

.collection {
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
  background-color: black;
  font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 10pt;
  color: #FFFFFF;
  vertical-align: top;
}
.standard {
  font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 12pt;
  color: #FFFFFF;
  vertical-align: top;
}
img.right {
  margin: 5px 5px 5px 5px;
  float: right;
}
img.left {
  margin: 5px 5px 5px 5px;
  float: left;
}

/* RSS Ticker */

.yvtclass{
  width: 400px;
  padding: 0px 10px 0px 10px;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
  -moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}
.yvtclass a{
  text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
  font-family: Courier, monospace;
  font-size: 14pt;
  font-weight: lighter;
  color: #FFFFFF;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
  color: gray;
  font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

/* Menu System */

.menu,
.menu ul {
  margin:0;
  padding:0;
  list-style:none;
}
.menu {width:200px;}
.menu li {
  margin:0;
  padding:0;
  margin-bottom:1px;
}
.menu a {
  display:block;
  padding:2px 5px;
  color:#000;
  background:#b0c23d;
  text-decoration:none;
}
.menu a:hover {background:#d9dcb0;}
.menu ul li {padding-left:15px;}
.menu ul a {background:#ced174;}
.hidden {display:none;}
