﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/
div#branding 
{
    display         : inline;
    height          : auto;
    position        : relative;
    width           : auto;
}

div#content_main
{
    font-size       : 1.2em;
}

div#site_info
{
    margin-left     : 0;
    padding-bottom  : 10px;
    text-indent     : 0;
}
/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/
.base div#branding h1,
.center div#branding h1
{
    display         : inline;
    height          : auto;
    margin-left     : 0;
    padding-top     : 10px;
    text-indent     : 0;
    width           : auto;
}
/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.base div#branding h1 a, 
.base div#branding h1 a:hover, 
.base div#branding h1 a:visited, 
.center div#branding h1 a, 
.center div#branding h1 a:hover, 
.center div#branding h1 a:visited
{
    display         : inline;
    height          : auto;
    margin-left     : 0;
    text-indent     : 0;
    width           : auto;
    font-size       : 2em;    
    text-decoration : none;
}
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/