﻿/****************************************************************************************\

    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 _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

div.post h1
{
	font-family		: Georgia,Serif;
	font-size		: 2em;
	font-weight		: bold;	
}

div#relatedPosts h1,
div.commentForm h1
{
	font-size		: 1.5em;
	font-weight		: bold;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div.widget h4
{
	font-size		: 1.2em;
	font-weight		: bold;	
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

li.liBrandingMainMenu, 
div#branding ul.ulMainMenu li 
{ 
	font-family		: Century Schoolbook,Georgia,Serif;
	font-size		: 1.5em;
	font-weight		: bold;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.aBrandingMainMenu,
div#branding ul.ulMainMenu a,
div#branding ul.ulMainMenu a:visited
{
    text-decoration : none;  
}

ul.oxox > li > a
{
	font-weight		: bold;	
}

div.post h1 a,
div.post h1 a:visited
{
	text-decoration	: none;	
}

div.post h1 a:hover
{
	text-decoration	: underline;	
}

a.biggest
{
	font-size		: 1.4em;	
}

a.bigger
{
	font-size		: 1.2em;	
}

a.small
{
	font-size		: 0.8em;	
}

a.smallest
{
	font-size		: 0.6em;	
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/