<style type=”text/css”>

@font-face { font-family: Dodger; src: url('DODG5.TTF'); } 

/* GLOBAL */
body
{
background-color : black;
color : white;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 10px;
}

body a
{
color : yellow;
text-decoration : none;
}

body a:hover
{
color : yellow;
text-decoration : underline;
}

/* HEADER IMAGES */
.headerImage
{
	width:100%;
    max-width:1000px;
}

/* SHARED NAVIGATION BAR */
#nav {
    margin:0;
    padding:0;
    }
#nav li {
    display:inline;
    float:left;
    /*padding-left: 5px;*/
    padding-right: 25px;
    text-align: center;
    margin:0;
    }
    
#nav li a {
    font-family: Dodger, Verdana, Arial, Helvetica, sans-serif;
    font-size : 0.8em;
    text-decoration:none;
    text-transform:uppercase;
    color:white;
    display:block;
    text-align: center;
    }
#nav li a:hover {
    color:yellow;
    text-decoration:underline;
    }
    
/* FRONT PAGE*/
#news h2
{
font-size : 1em;
text-decoration:underline;
}
#news p
{
 font-size : .9em;
}

#contactDetails
{
 font-size : .6em;
}
    
/* EVENT LISTINGS - for "Sightings" page */    
.event
{
padding-top:20px
}

.eventName
{
font-size : 1.2em;
}

.eventDetails
{
font-size : 0.7em;
font-weight: bold;
}

.eventDescription
{
font-size : .9em;
}    

/* BEATS */
#beatList li
{
font-size : .9em;
padding-bottom:10px;
list-style: none;
}

/* LINKS */
#recommendedLinksList li
{
padding-bottom:10px;
list-style: none;
}

.recommendedLinkDescription
{
font-size : .9em;
padding-top : 2px;
margin-top : 2px;
}

.recommendedLinkURL
{
font-size : 1.2em;
}

/* PHOTOGRAPHY */
.photographySummary
{
font-size : 0.7em;
}
    
/* COPYRIGHT FOOTER */    
#copyrightNotice
{
font-size : 0.6em;
}
    
/* VIDEO */
    
/* PODCAST */
#podcastIntro
{
margin-top : 20px;
float:left;left:5px;
width:80%;
}    

#podcastSubscription
{
margin-top : 10px;
float:left;right:5px;
width:auto;
}

.podcastDateTime
{
font-size : 0.6em;
}

.podcastDownload
{
font-size : 0.6em;
}

.podcastTitle
{
font-size : 1.2em;
}

.podcastDescription
{
font-size : .9em;
}

#podcastRSSRegion
{
margin-top:15px;
width: 70%;
margin-left: auto;
margin-right: auto;
}

</style>

