/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 13px;
}

h1 
{
}

h2 
{
}

h3 
{
    font-size       : 1.85em;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration     : none;
}

a:visited 
{
}

a:hover 
{
    text-decoration     : underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/
.section.podcasts
{
    font-size       : .9em;
}

.agenda
{
    font-size       : 1.1em;
}

.recent
{
    line-height     : 1.4em;
}

#richfooter
{
    font-size       : 1.2em;
    line-height     : 1.3em;
}

/*___ SPAN _________________________________________________________________*/
.radio,
.station
{
    font-family     : Arial, Sans-Serif;
    font-size       : .57em;
}

.radio
{
    font-weight     : normal;
}

.trip h3 > span
{
    font-size       : .8em;
}

#richfooter h2 > span
{
    font-size       : 1.1em;
}

#leftside .date
{
    font-weight     : bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.header h2
{
    font-size       : 3.23em;
}

.agenda h2 span
{
    font-size       : 1.43em;
    font-weight     : normal;
}

.agenda h2 span:first-child
{
    font-size       : 2.21em;
}

#richfooter h2
{
    text-align      : center;
    font-weight     : normal;
    font-size       : 1.8em;
}

/*___ H3 _________________________________________________________________*/
.trip h3
{
    font-size       : 2.2em;
}

/*___ H4 _________________________________________________________________*/
#leftside h4,
#fullside h4
{
    font-size       : 1.4em;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
#richfooter p:first-line
{
    font-weight     : bold;
}

#footcontainer .copyright
{
    font-size       : .8em;
}

/*___ UL _________________________________________________________________*/
.links
{
    font-weight     : bold;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.agenda li:first-line
{
    font-weight     : bold;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.main a,
.main a:visited,
.main a:hover
{
    font-weight     : bold;
    font-size       : 1.1em;
    text-decoration : none;
}

#navcontainer a,
#navcontainer a:hover,
#navcontainer a:visited,
#navcontainer li a#currentTab
{
    font-weight     : bold;
    font-size       : 1.1em;
    text-decoration : none;
}

#richfooter a,
#richfooter a:visited,
#richfooter a:hover
{
    font-weight     : normal;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="button"]
{
    font-family     : Arial, Sans-Serif;
    font-size       : 1.1em;
    font-weight     : bold;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
