/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 13px;
	line-height		: 20px;
}

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 ___*/
.primary.base
{
    line-height     : 1.6em;
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/
.section.podcasts
{
    font-size       : .9em;
}

.agenda
{
    font-size       : .9em;
}

.recent
{
    line-height     : 1.4em;
}

.featured
{
    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;
}

.featured h2 > span
{
    font-size       : 1.1em;
}

.agenda h2 span
{
    font-size       : 1.43em;
    font-weight     : normal;
}

.agenda h2 span:first-child
{
    font-size       : 2.21em;
}

.date
{
    font-weight     : bold;
}

.required
{
    font-size       : .85em;
}

textarea + span
{
    line-height     : 16px;
}

.txtTitle + .required
{
    line-height     : 16px;
    text-indent     : -7px;
}

.help
{
    font-size       : .85em;
    font-style      : italic;
}

.title
{
	font-size		: 11px;
	font-style		: italic;
	line-height		: 16px;
}

.product-list .price
{
	font-weight		: bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.header h2
{
    font-size       : 3.23em;
}

.featured h2
{
    text-align      : center;
    font-weight     : normal;
    font-size       : 1.8em;
}

/*___ H3 _________________________________________________________________*/
.trip h3
{
    font-size       : 2.2em;
}

/*___ H4 _________________________________________________________________*/
.primary h4
{
    font-size       : 1.4em;
}

.galleryListing h4
{
    font-size       : 2em;
}

h4.feeds
{
    font-size       : 1.1em;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
.featured p:first-line
{
    font-weight     : bold;
}

#taxInfo
{
	font-size		: 11px;
	line-height		: 16px;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.agenda li:first-line
{
    font-weight     : bold;
}

.featuredTrips li > span
{
    font-weight     : bold;
}

.agenda .nav li
{
    font-size       : 11px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.main a,
.main a:visited,
.main a:hover
{
    font-weight     : bold;
    font-size       : 1.1em;
    text-decoration : none;
}

.featured a,
.featured a:visited,
.featured a:hover
{
    font-weight     : normal;
}

.categoryItem a,
.categoryItem a:visited,
.categoryItem a:hover
{
    font-size       : 1.5em;
    line-height     : 40px;
}

.agenda .nav a
{
    font-weight     : normal;
}

.forumfeed a:hover
{
	text-decoration	: none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="button"], input[type="submit"] 
{
    font-family     : Arial,Sans-Serif;
    font-size       : 1.1em;
    font-weight     : bold;
    text-decoration : none;
}

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
.footer .mindfly
{
    font-size       : .8em;
}

.reports cite
{
    font-weight     : bold;
}

/*___Group/Section/Class_________________________________________________________________*/
