﻿/****************************************************************************************\

    Global Styles
    Global Constructs
    Global Classes

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Arial, Sans-Serif;
    font-size		: 14px;
	line-height		: 1.2857em;
}

h1 
{
    font-size       : 20px;
}

h2 
{
}

h3 
{
    font-weight : normal;
    font-size   : 1.3em
}

h4 
{
}

h5 
{
	font-variant	: small-caps;
	font-size	: 1.1em;
}

h6 
{
	font-family	: Georgia, serif;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
    list-style-type: none;
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : none;
}

a:visited 
{

}

a:hover 
{
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
    font-variant	: small-caps;
    font-family		: Georgia, serif;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div.bottom
{
    font-size       : .80em;
}

div.footer
{
    font-size       : .80em;
}

/*___ SPAN _________________________________________________________________*/

div#header h2 span
{
    font-size       : 1.6em;
}

/*___ H1 _________________________________________________________________*/

div#content h1
{
    font-size       : 1.75em;
}

div#relatedPosts h1
{
	font-size	: 14px;
}

/*___ H2 _________________________________________________________________*/

div#header h2
{
    font-size       : 1.3em;
    font-weight     : normal;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div#sidepanel h4
{
    font-size       : 1.25em;
    font-weight     : normal;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

div#content ol li
{
    list-style-type: decimal;
}

div#content ul li
{
    list-style-type: disc;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ A _________________________________________________________________*/

div#menu li a
{
    font-size   : 1.3em;
}

.commentForm span.bbcode a
{
     font-size		: 10px;
}

a.delete,
a.edit
{
	float	: right;
}

a.delete
{
	padding-left	: 5px;
}
     
.calendar a.exist
{
	text-decoration	: underline;
}

/*___ LEGEND _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/