/*
 * chaosradio.css
 */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: black;
  color: #eee;
  line-height: 1.4;

  margin-bottom: 50px;
}


/* layout */


#header {
  margin-top: 50px;
  margin-left: 20px;
  height: 130px;
}

#logo {
  float: left;
  width: 100%;

  margin-right: 400px;
}

#menu {
  position: absolute;
  top: 50px;
  right: 0;
  
  font-size: small;
  text-align: right;
  font-weight: bold;
  color: #ddd;
  vertical-align: bottom;
  margin-right: 20px;
}

#main {
  margin-right: 420px;
}

#content {
  width: 100%;
  float: left;

  margin-left: 10px;
  margin-right: -350px;

  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;

  background-color: #333;

  vertical-align: top;
  text-align: left;

  border-color: #666;
  border-style: solid;
  border-width: 2px;
}

#content #shownotes ul {
}

#content > #shownotes > ul > li, #content > #shownotes > ul > li ul li {
  display: inline;
  white-space: nowrap;
  position: relative;
  background-color: #444;
  border-color: #444;
  border-style: solid;
  border-width: 2px;
  border-radius: .4em;
  border-margin: .3em;
  line-height: 2.5em;
  padding: .3em;
}

#content > #shownotes > ul > li > ul:before {
  content: ':';
}

#content > #shownotes > ul > li ul {
  display: inline;
  position: relative;
  margin-left: -1em;
  margin-right: -.3em;
}
 
#content > #shownotes > ul > li ul li {
  padding: 0;
  margin-right: -.3em;
}

#sidebar {
  width: 300px;
  float: right;

  margin-right: 10px;
  
  text-align: left;  
   font-size: smaller;
   background-color: #222;

  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;

  border-color: #666;
  border-style: solid;
  border-width: 2px;
}

#sidebar td {
  vertical-align: top;
}

/*
#sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
*/

#footer {
  clear: both;
}


img {
  border-width: 0;
}

img.icon {
  border-width: 1px;
  border-style: solid;
  border-color: #444;
}

img.directory-button {
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

img.inline-icon {
  vertical-align: middle;
}

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


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

a:link:hover, a:visited:hover {
  text-decoration: underline;
}

a:active {
  color: #CC0033;
}

h1 {
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.2em;
  color: #fff;
}

h2 {
  font-size: 130%;
  color: #eee;
  text-align: left;
}

h3 {
  font-size: 120%;
  color: #ddd;
  text-align: left;
}

p.subtitle {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 120%;
  font-style: italic;
  font-family: serif;
}

em {
  font-size: 120%;
  font-style: italic;
  font-family: serif;
}

div.episodes {
  margin-top: 5px;
}

div + div.episodes {
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-top-color: #ddd;
}

ul { 
  margin-left: 0.5em;
  padding-left: 1em;
  marker-offset: 1em;
}

ol li + li {
  margin-top: 10px;
}

hr {
  width: 100%;
/*
  border: 1px;
  color: #dddddd;
  height: 1px;
  text-align: left;
*/
}

table.highlight {
  border-collapse: separate;
  border-spacing: 5px;
}

table.highlight th {
  padding: 5px;
  background-color: #555;
}

table.highlight td {
  padding: 5px;
  background-color: #444;
}

table.recent-episodes {
  border-spacing: 0px;
  clear: both;
}

table.recent-episodes td {
  padding: 3px;
}

span.postdate, span.filesize {
  font-size: 75%;
}

table.show-index span.date {
  font-size: 75%;
}

table.show-index th {
  vertical-align: top;
}

table.show-index td {
  vertical-align: top;
}

table.show-index td.episode,
table.show-index th.episode {
  text-align: right;
}

table.show-index td.topic,
table.show-index th.topic {
  text-align: left;
}
