﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 15px;
	letter-spacing  : .03em;
}

h1 
{
	font-family		: Garamond, "Times New Roman", Times, Serif;
	font-size		: 2em;	
	font-weight		: normal;
	letter-spacing  : normal;
}

h2 
{
	font-family		: Garamond, "Times New Roman", Times, Serif;
	font-size		: 1.75em;
	font-weight		: normal;
	letter-spacing  : normal;
}

h3 
{
	font-family		: Garamond, "Times New Roman", Times, Serif;
	font-size		: 1.5em;
	font-weight		: normal;
	letter-spacing  : normal;
}

h4 
{
	font-family		: Garamond, "Times New Roman", Times, Serif;
	font-size		: 1.25em;
	font-weight		: normal;
	letter-spacing  : normal;
}

h5 
{
	font-family		: Garamond, "Times New Roman", Times, Serif;
	letter-spacing  : normal;
}

h6 
{
	font-family		: Garamond, "Times New Roman", Times, Serif;
	letter-spacing  : normal;
}

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 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

#header h1 span
{
    font-family		: Garamond, "Times New Roman", Times, Serif;
	font-size		: 1.2em;	
	font-style		: italic;
	font-weight     : normal;
}

#footer h4 span
{
    font-size       : 1.5em;
    font-family		: Garamond, "Times New Roman", Times, Serif;
    font-style      : italic;
}

#speakers li span
{
    font-size       : .75em;
	font-family		: Verdana, sans-serif;	
	font-weight		: normal;
	font-style      : normal;
}

.copyInfo
{
    font-size       : .8em;
}
/*___ H1 _________________________________________________________________*/

#header h1
{
	font-family		: Verdana, sans-serif;
	font-size		: 2.6em;	
	font-weight		: normal;
}

/*___ H2 _________________________________________________________________*/
.post h2
{
	font-size		: 2.3em;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/
div.widget h4
{
    font-size       : 1.5em;
}

#footer h4
{
    font-size       : 1.5em;
    font-family		: Verdana, sans-serif;
    font-weight		: normal;
}
/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
#speakers li
{
    font-size       : 1.3em;
    font-family		: Garamond, "Palatino Linotype", "Times New Roman", Times, Serif;
    font-style      : italic;
}


#manifesto li
{
    font-size       : 1.1em;
}
/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#header h1 a,
#header h1 a:hover,
#header h1 a:visited
{
    text-decoration : none;
}

.post h2 a,
.post h2 a:hover,
.post h2 a:visited
{
    text-decoration : none;
}
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/