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

    Global Styles

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

html 
{
}

body 
{
    background      : White url(images/bgBody.png) repeat-x top left;
    color           : #053a56;
}

h1 
{
}

h2 
{
    color           : #0679b5;
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #0679b5;
}

a:visited 
{
    color           : #0679b5;
}

a:hover 
{
    color           : #0679b5;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

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

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

/*___ DIV _________________________________________________________________*/

div#content,
div#site_info
{
    background      : transparent url(images/bgContent.png) repeat-y;
}

div#content_sub
{
    color           : #dbf3ff;
}


div#nav
{
    background      : transparent url(images/bgNav.png) no-repeat;
}


/*___ SPAN _________________________________________________________________*/

span.h2,
    h2 span
{
    border-top      : dashed 2px #73bc24;
}

span.newestActivities,
    ul#newestActivities li span
{
    border-bottom   : dashed 1px #73bc24;
}

span.location {color: #73bc24;}
span.date     {color: #0679b5;}
span.time     {color: #0679b5;}

/*___ H1 _________________________________________________________________*/



/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

h3#browseActivities
{
    background      : transparent url(images/foot.png) no-repeat top left;
}

h3#pickALocation
{
    background      : transparent url(images/globe.png) no-repeat top left;
}

h3.content_main,
    div#content_main h3
{
    border-bottom   : dashed 1px #73BC24;
    color           : #0679B5;
}

h3.activity,
    div#content_main li.activity h3
{
    border-bottom   : none;
    color           : #053a56;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

li.newestActivities,
    div#content_main ul#newestActivities li
{
    background      : transparent url(images/bgNewestActivities.png) no-repeat top left;
}

.activity
{
    background      : transparent url(images/bgActivity.png) no-repeat top left;
}


/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.branding,
    div#branding h1 a
{
    background      : transparent url(images/h1Branding.png) no-repeat top left;
}

a.content_sub,
    div#content_sub a
{
    color           : #dbf3ff;
}

a.newestActivities,
    ul#newestActivities li a
{
    background      : transparent url(images/arrow.png) no-repeat 6px 11px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

img.content_sub,
    div#content_sub img
{
    border          : solid 1px #73bc24;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
