/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Arial, Helvetica, Sans-Serif;
    font-size           : 12px;
    line-height         : 18px;
}

h1 
{
}

h2 
{
}

h3 
{
	font-family			: Helvetica, Arial, Sans-Serif;
	font-size			: 15px;
	font-weight			: bold;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration         : none;
}

a:visited 
{
    text-decoration         : none;
}

a:hover 
{
    text-decoration         : underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

.cloudComment 
{
    font-size       : 1.5em;
    font-family     : Trebuchet MS, Sans-Serif;    
}

.dateline
{
	font-family		: Georgia, "Palatino Linotype", Serif;
	font-size		: 10px;	
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.rss h3 a,
.rss h3 a:hover,
.rss h3 a:visited
{
    font-size       : 18px;
    line-height     : 24px;
   
}


.cloudComment a,
.cloudComment a:visited 
{
    text-decoration         : none;    
}

.cloudComment a,
.cloudComment a:hover 
{
    text-decoration         : underline;    
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/