/* stylesheet for default podcast template */

body {
  background-color: #ffffff;
color: #00025c;
  text-align: center;
  margin: 0 0;
}

#anybody { 
  text-align: left;
}

/* the whole page lives in a "mainbody" div. */
div.mainbody { 
  font: 1em/1.2em Arial, Verdana, Helvetica;
  width: 775px;
  
}

/* podcast masthead classes */
#pmasthead {
  background-image: url(/img/mHeaderLeft.jpg);
color: #ffffff;
  
    border-bottom: 10px solid #01059d;
  
  width: 775px;
  height: 105px;
}
#plogo  {
  color: #ffffff;
  
  margin-bottom: 15px;
  padding-top: 65px;
  padding-left: 10px;
  font-size: 30px;
}

#plogo a {
color: #ffffff;
  font-size: 30px;
}

#podthumbnail {
  display: none;
  float: left;
}

/* this is the requisite "powered by podOmatic" in the masthead */
#podbutton {
  float:right;
  width: 176px;
  height: 33px;
}

#podbutton a:hover {
  text-decoration:none;
}

/* the box containing all the entries of the podcast */
#podcast {
  
  margin-right:6px;
  text-align: left;
  float: left;
  width:470px;
  padding:20px 5px 60px 5px;
  margin-left: 10px;
}
/* this kind of thing is to support broken IE */
* html #podcast {
  width: 460px;
  overflow-x: hidden;
}

/* below the masthead, we have the banner-- "foo's podcast" */
#banner {
    color: #01059d;
    padding-top: 10px;
    margin-left: 5px;
}

#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: #01059d;
    text-decoration: none;
    font-size: 18px;
}

/* how should each entry look? Set it here.*/

.entry {
  color: #01059d;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #edbabd;
}

.entry .title .entryTitle, 
.entry .title .entryTitle a	{
    color: #01059d;
    font-size: medium;
    font-weight: bold;
}			
.entry .byline {
  font-size: 10px;
}

.entry .content {
  margin-left: 3px;
}

.entry .links {
  font-size: 12px;
  float: right;
  margin-top: 10px;
}

.entry .links a {
  
}

.entry .enclosure {
  float: left;
  margin-top: 5px;
  width: 19px;
}

.entry .comments {
  clear: both;
}
* html .entry .comments {
  line-height:0;
  height:0;
  font-size: 1px;
}
* html .text_c {
  line-height: 14px;
  font-size: 12px;
}


/* styles covering the items in the sidebar */

#sidebar {	
    background-color: #ffffff;
color: #01059d;
    float:right;
    padding:0 0 60px 2px;
    border-left: 1px solid #edbabd;
    margin-right: -4px;
    width:260px;
}

.sidebar .calendar_title {
  text-align: center;
  text-transform: uppercase;
}

#sidebar table.calendar {
  margin: 0 20px;
}

#sidebar table.calendar td {
  color: #01059d;
  text-align: right;
  font-size: 14px;
}

#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 { 
  background-color: #ff6600;
  width: 6px; 
  height: 6px; 
  margin: 6px 4px 0 3px;
  padding-top: 1px;
  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 {
 color: #01059d;
 width:245px;
 margin-top:20px;
}

.blue_blurb .body a,
.blue_blurb .body a:link,
.blue_blurb .body a:visited,
.blue_blurb .body a:active,
.blue_blurb .body a:hover {
  color: #6569ff; 
}

.blue_blurb .middle {
  font-family:Verdana;
}

.blue_blurb .title {
  color: #01059d;
  font-size:12px;
  line-height: 25px;
  text-align:center;
  background: url('/img/blurb_top.gif') no-repeat top;
}

.blue_blurb .body {
  color: #01059d;
  font-size:11px;
  padding:5px 10px 0 10px;
  border-left:1px solid #9BBBC9;
  border-right:1px solid #9BBBC9;
}

.blue_blurb .bottom_img {
  height: 6px;
  background: url('/img/blurb_bottom.gif') no-repeat top;
}

/* 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;
}

