﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Verdana, Sans-Serif;
    font-size   : 12px;
}

h1 
{
}

h2 
{
}

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 : none;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

span#phoneNumber
{
    font-size   : 1.5em;
    font-weight : normal;
}

span#spanSubHeader
{
    font-size   : 1.5em;
    font-weight : normal;   
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2#h2Branding
{
    font-weight : normal;    
}

/*___ H3 _________________________________________________________________*/

h3.h3Post
{
    font-size   : 2.2em;
    font-weight : normal;
}

h3#h3RecentPosts
{
    font-size   : 2.2em;
    font-weight : normal;
}

h3.h3Comments,
h3.h3AddComments,
h3#h3LivePreview,
h3#h3Archives
{
    font-size   : 2.2em;
    font-weight : normal;
}

/*___ H4 _________________________________________________________________*/

h4.h4ContentMain,
div#content_main h4
{
    font-size   : 1.2em;
    font-weight : bold;   
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

ul.recentPosts
{
    margin : 5px 0 0 0;   
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.aH3Post,
h3.h3Post a,
h3.h3Post a:visited
{
    text-decoration : none;    
}

a.aH3Post:hover,
h3.h3Post a:hover
{
    text-decoration : underline;    
}

a.aBrandingMenu,
span#brandingMenu a,
span#brandingMenu a:hover,
span#brandingMenu a:visited
{
    font-family : Verdana, Sans-Serif;
    font-size   : 1.2em;
    font-weight : bold;
    font-style  : italic;
}

a.aBrandingMenu,
span#brandingMenu a,
span#brandingMenu:visited
{
    text-decoration : none;   
}

a.aBrandingMenu:hover,
span#brandingMenu a:hover
{
    text-decoration : underline;   
}

a.ulBlogrollPosts,
div#blogroll ul.oxox li ul li a
{
    font-size		: .8em; 
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

table.tblArchive th
{
    font-weight : bold;
}


/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/