/* stylesheet for classic podcast template */

body {
  background: url('/img/bg.gif?t=classic') repeat fixed;
  text-align: center;
  margin: 60px 50px 50px 0;
}
#anybody {
  clear: left;
  text-align: left;
  width: 760px;
}


/* the whole page lives in a "mainbody" div. */
.mainbody {
  font-family: Arial, Verdana, Helvetica;
  color: #666;
  background-color: #fff;
  position: absolute;
  width: 760px;
}

/* podcast masthead classes */
#pmasthead {
  background: url('/img/masthead.gif?t=classic') repeat;
  width: 760px;
  height: 170px;
}
#plogo  {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-left: 10px;
}

#plogo a {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

#podthumbnail {
  float: right;
}

/* below the logo, we have the banner-- "foo's podcast" */
#banner {
    padding-left: 10px;
    color: #ffffff;
}

#banner a, #banner a:link, #banner a:visited, #banner a:active, #banner a:hover,
#banner span a, #banner span a:link, #banner span a:visited,
#banner span a:active, #banner span a:hover {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}


/* this is the requisite "powered by podOmatic" in the masthead */
#podbutton {
  float:right;
  width: 100px;
  height: 45px;
}
#podbutton a:hover {
  text-decoration:none;
}


/* the box containing all the entries of the podcast */
#podcast {
  color: #ce0202;
  margin-right:6px;
  text-align: left;
  float: left;
  width:505px;
  padding:20px 5px 60px 5px;
  margin-left: 10px;
}
/* this kind of thing is to support broken IE */
* html #podcast {
  width: 460px;
  overflow-x: hidden;
}

/* how should each entry look? Set it here.*/

.entry {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}

.entry .title .entryTitle, .entry .title .entryTitle a  {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
}
.entry .title .markers {
  float: right;
}
.entry .byline {
  font-size: 11px;
  color: #000000;
}
.entry .links {
  font-size: 12px;
  float: right;
  margin-top: 10px;
}

.entry .links a:link,
.entry .links a:active,
.entry .links a:hover,
.entry .links a:visited {
  color: #000000;
}

.entry .content {
  font-size: 12px;
  color: #000000;
}
.entry .enclosure {
  float: left;
  width: 66px;
}

.entry .comments {
  clear: both;
}
* html .entry .comments {
  line-height:0;
  height:0;
}
* html .text_c {
  line-height: 14px;
}

/* styles covering the items in the sidebar */

#sidebar {
    float:left;
    width:205px;
    margin-left: 20px;
}
#sidebar .calendar_title {
  text-align: center;
  text-transform: uppercase;
}
#sidebar table.calendar {
  margin: 0 0 0 -10px;
}
#sidebar table.calendar td {
  text-align: right;
  font-size: 12px;
  color: #ff6805;
}
#sidebar table.calendar td span.hasshow {
  background-color: #FCB100;
}

#xmlbullet {
  height: 19px;
  vertical-align: middle;
  float: right;
  margin-right: 40px;
}

.xmlbutton,
.xmlbutton:link,
.xmlbutton:visited,
.xmlbutton:active {
  background: url('/img/rss2.gif') no-repeat center;
  height: 15px;
  padding: 2px 40px;
}

* html .xmlbutton {
  height: 19px;
}

.rsstext {
  float: left;
}


/* yes, that bullet is entirely CSS! */
.bullet {
  display: none;
  width: 6px;
  height: 6px;
  margin: 6px 4px 0 3px;
  padding-top: 1px;
  background-color: #C6E641;
  float: left;
}
* html .bullet {
  height: 7px;
  width: 6px;
  line-height: 6px;
}

/* styles covering the sidebar boxes */
/* they certainly don't have to be blue! */
.blue_blurb {
 width:205px;
 margin-top: 20px;
}

.blue_blurb .middle {
  font-family: Arial, Helvetica, Verdana;
  width:199px;
}

.blue_blurb .title {
  color:#000;
  font-size:14px;
  font-weight: bold;
  width:204px;
  text-align:left;
}

.blue_blurb .body {
  width:199px;
  font-size:11px;
  color: #ff6805;
  /*padding: 5px 10px 0 15px;*/
}

.blue_blurb .body a {
  color: #ff6805;
}

* html .blue_blurb .body {
  width:189px;
}

.blue_blurb .bottom_img {
  display: none;
  width: 199px;
  height: 6px;
}

/* comment fu */
.comment_div {
  margin:10px 0 20px 0;
  font-size:12px;
  border-bottom:1px solid #777;
  padding-bottom:10px;
}

.comment_div .name {
  font-size:13px;
}

.comment_div .text_c {
}

.comment_div .date {
  color:#777;
}

#post_div {
  font-size:12px;
}

