﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    font-family         : Verdana, Helvetica, Sans-Serif;
    font-size           : 14px;
}

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 : none;
}

a:visited 
{
    text-decoration : none;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/
div.commentForm
{
    margin-top      : 1em;
}

/*___ SPAN _________________________________________________________________*/
span.spnContact
{
    font-weight     : normal;
}
/*___ H1 _________________________________________________________________*/
div.post h1,
div#page h1,
div#contact h1
{
    font-size       : 140%;
}

h1#addcomment,
h1#comment
{
    font-size       : 130%;
}
/*___ H2 _________________________________________________________________*/
div#branding h1 span
{
    font-size       : 190%;
    font-weight     : normal;
}

div#branding h1 span span
{
    font-size       : 50%;
    font-weight     : normal;
}

div#page h2,
div.text h2
{
    font-size       : 130%;
}

/*___ H3 _________________________________________________________________*/
div#branding h3
{
    font-size       : 90%;
    font-weight     : normal;
}

div#page h3
{
    font-size       : 120%;
}

div#contact h3
{
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
ul#commentMenu li
{
    font-size       : 80%;
}
/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
ul#categorylist a,
ul#categorylist a:hover,
ul#categorylist a:visited
{
    font-size       : 120%;
}

div#navigation li a,
div#navigation li a:hover,
div#navigation li a:visited
{
    font-size       : 110%;
    font-weight     : bold;
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/
table.loginbox table tbody > tr:first-child > td
{
    font-size       : 140%;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/