/* Element Selectors */
body {
  background: #000;
}

p, td {
  font-size: 12pt;
  font-family: Georgia, serif;
}

a {
  color: #144cd9;
}
a img {
  border: 0;
}

/* Class, Attribute, and Pseudo Selectors */
.hide {
  display: none;
}

.menu {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.menu li {
  position: relative;
  background-color: transparent;
  color: yellow;
  float: left;
  list-style-type: none;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.menu li .star {
  position: absolute;
  left: 0px;
  background-color: black;
  margin-top: auto;
  margin-bottom: auto;
}

.main-text {
  float: right;
  width: 40%;
  margin-right: 5%;
  margin-top: -2em;
  margin-bottom: 3em;
}
.main-text p {
  color: #cadff3;
  font-size: 12pt;
  line-height: 1.5em;
}

.strut {
  clear: both;
  height: 3em;
}

.footer {
  color: #3d3d3d;
  font-size: 10pt;
  width: 100%;
  text-align: center;
}

.trailer {
  width: 600px;
  margin: 0 auto;
}

.cowboy {
  width: 66%;
  margin-left: 65px;
}
.cowboy img.biopic {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cowboy a {
  text-decoration: none;
  color: #fbd600;
}
.cowboy p {
  color: #cadff3;
  font-size: 12pt;
}
.cowboy p.blue {
  color: #144cd9;
  font-size: 17pt;
  line-height: 0.99em;
  margin-top: 0;
}

.contact {
  clear: both;
  padding-top: 50px;
}
.contact table {
  table-layout: auto;
  width: 100%;
}
.contact td {
  text-align: center;
}
.contact .mailinglist {
  padding: 1em;
}
.contact .mailinglist span {
  background: black;
  color: #144cd9;
}

/* ID Selectors */
#main {
  position: static;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  /* A background image will be set in the page script tag */
  background: yellow;
  background-repeat: no-repeat;
}

#bios {
  color: white;
  background: black;
  margin-left: 30px;
  margin-right: 30px;
  clear: both;
}
#bios table {
  table-layout: auto;
  width: 100%;
}
#bios th {
  color: yellow;
  width: 33.333%;
}
#bios td {
  vertical-align: top;
}
#bios td, #bios p {
  font-size: 10pt;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
}

#feeds {
  color: #cadff3;
  background: black;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 60px;
  clear: both;
}
#feeds table {
  table-layout: auto;
  width: 100%;
}
#feeds th {
  width: 50%;
  font-family: Georgia, serif;
  font-size: 18pt;
  font-style: italic;
}
#feeds td {
  background: #111111;
  padding: 10px;
  vertical-align: top;
}
#feeds p {
  font-size: 10pt;
  line-height: 1.tem;
}
#feeds p.first-entry {
  font-size: 12pt;
}
#feeds p span {
  color: #144cd9;
}

#popover {
  position: absolute;
  top: 10%;
  left: 25%;
  width: 50%;
  color: #cadff3;
  background: black;
  border: dotted 2px #144cd9;
  padding: 2em;
}
#popover div {
  text-align: right;
}

#photo-menu {
  color: white;
  background: black;
  width: 80%;
  margin: 0 auto;
  clear: both;
}
#photo-menu a {
  font-size: 12pt;
  color: #144cd9;
  text-decoration: none;
}
#photo-menu table {
  table-layout: auto;
  width: 100%;
}
#photo-menu td {
  width: 33.333%;
  text-align: center;
  vertical-align: top;
  padding: 25px;
}
#photo-menu td, #photo-menu p {
  font-size: 10pt;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
}

#press {
  color: white;
  background: black;
  margin-left: 30px;
  margin-right: 30px;
  clear: both;
  padding: 1em;
}
p.pressList{
	font-size: 10pt;
}

#press a {
  color: inherit;
}
#press img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#press table {
  width: 100%;
}
#press table .skinny {
  width: 10%;
}
#press table .narrow {
  width: 15%;
}
#press table .wide {
  width: 65%;
}

#press table th, #press table td {
  padding: 7px;
  color: #fff4aa;
  font-size: 10pt;
}
#press table th {
  text-align: left;
  font-size: 14pt;
  border-bottom: ridge 1px;
}
#press table.past td, #press table.past th {
  color: #a9cafc;
}
#press .odd {
	background-color: #1A1A1A;
}
#press ul {
  list-style-type: none;
}
#press li {
  color: #a9cafc;
}

#press .scroll {
  max-height: 230px;
  overflow: auto;
  scrollbar-base-color:#0F0F0F;
  scrollbar-arrow-color:#369;
  scrollbar-highlight-color:#2f3949;
  scrollbar-3dlight-color: #1A1A1A;
  background-color: #0F0F0F;
  border: solid 1px #2f3949;
}

.pressScroll {
  max-height: 150px;
  overflow: auto;
  scrollbar-base-color:#0F0F0F;
  scrollbar-arrow-color:#369;
  scrollbar-highlight-color:#2f3949;
  scrollbar-3dlight-color: #1A1A1A;
  background-color: #0F0F0F;
  border: solid 1px #2f3949;
}

#slideshow-container {
  clear: both;
  width: 800px;
  margin: 0 auto;
  padding: 1em 0 0 0;
  text-align: center;
  color: white;
  background: black;
}
#slideshow-container a {
  color: #144cd9;
  text-decoration: none;
}
#slideshow-container a:hover {
  text-decoration: underline;
}
#slideshow-container > a {
  float: right;
  margin-right: 1em;
}

#slideshow {
  padding: 2em;
}
#slideshow a:hover {
  text-decoration: none;
}

#caption {
  color: white;
  padding: 0 2em 2em 2em;
}

#controls a {
  padding: 0 1em 0 0;
}

