﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Verdana, Sans-Serif;
    font-size       : 80%;
}

h1 
{
}

h2 
{
    font-size       : 1.9em;
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : underline;
}

a:visited 
{
    text-decoration : underline;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}th.list {	font-weight:bold;}
td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#site_info
{
    font-size       : .8em;
}

/*___ SPAN _________________________________________________________________*/

span.h2,
    h2 span
{
    font-size       : .55em;
}

span.newestActivities,
    ul#newestActivities li span,
    ul#newestActivities li span:hover,
    ul#newestActivities li span:visited    
{
    font-weight     : bold;
}

span.location {font-weight : bold;}
span.date {font-weight : bold;}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.branding,
    div#branding h2
{
    font-size       : 1.2em;
    font-weight     : normal;
}


/*___ H3 _________________________________________________________________*/

h3.activity,
    div#content_main li.activity h3
{
    font-size       : 1.2em;
}

h3.content_main,
    div#content_main h3
{
    font-size       : 1.4em;
    font-weight     : normal;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.newestActivities,
    ul#newestActivities li a
{
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
