/*
* 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: #DAA520;
   color: Maroon;
   font-family: arial, helvetica;
   margin: 0px;
   padding: 0px;
 
   }
#header{
   margin: 0 200px 0 20%;
}   
h1 h2 h3 {

}
.content {
   margin: 0 200px 0 20%; 
}
.entry  {
   background-color: White;
   color: Black;
   padding-bottom: 8px;
   padding-left: 16px;
   padding-right: 16px;
   padding-top: 8px;
   border-color: Black;
   border: 4px solid;
}

.entry a 		{
   font-weight: bold;
   color: Black;
} 

a 		{
   font-weight: bold;
   color: Black;
} 

a:link		 {   } 
a:visited	 {   } 
a:active	   {   } 
a:hover		{
   color: Purple;
}

h1, h2, h3 {
   margin: 0px;
   padding: 0px;
}

h1 {
   font-variant: small-caps;
   font-weight: bold;
   font-family: "Times New Roman", Times, serif;
   color: Black;
}

h2 {

   font-weight: bold;
   font-style: italic;
   font-family: "Times New Roman", Times, serif;
}


.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;
}