/*
* This is the default stylesheet that comes with Podcastamatic. 
* Feel free to edit this and make your page purty!
* Kenward Bradley http://bradley.chicago.il.us/projects/podcastamatic/
*/
body {
   float: left;
   clear: left;
   background-color: #404040;
   color: #c0c0c0;
   font-family: arial, helvetica;
   margin: 0px;
   padding: 0px;
 
   }
#header{
   margin: 0 80px 0 10%;
}   
h1 h2 h3 {

}
.content {
   margin: 0 80px 0 10%; 
}
.entry  {
   background-color: White;
   color: Black;
   padding-bottom: 8px;
   padding-left: 12px;
   padding-right: 12px;
   padding-top: 8px;
   border-color: Black;
   border: 1px solid;
}

/*
* this is the Click here to listen
*/
.entry a 		{
   font-weight: bold;
   color: Black;
   font-variant: small-caps;
} 

a 		{
   font-weight: bold;
   color: white;
} 

a:link		 {   } 
a:visited	 {   } 
a:active	 {   } 
a:hover		{
   color: Red;
}

h1, h2, h3 {
   margin: 0px;
   padding: 0px;
}

h1 {
   padding-top: 18px;
   font-variant: small-caps;
   font-weight: bold;
   font-family: "Helvetica Bold", Helvetica, serif;
   font-size: 18pt;
   color: #eee;
}

h2 {

   font-weight: bold;
   font-style: italic;
   font-family: "Helvetica Bold", Helvetica, serif;
   font-size: x-small;
}


.copyright, .generatedby, .generatedtime {
   color: White;
   font-size: x-small;
   margin: 0 0 0 0;
}
/*
.generatedby {
   color: White;
   font-size: x-small;
   margin: 0 200px 0 20%;
}*/

.generatedby a {
   color: White; 
}


#links {
    padding:10px;				
    position: absolute;
    top: 95px;
    right: 10px;
    width: 160px;
}
