/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/
@font-face
{
	font-family		: LainieDaySH;
	src				: url(fonts/Laine.TTF);
}

html 
{
}

body 
{
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 14px;
}

h1 
{
	font-family		: Times New Roman, Times, Serif;
	font-size		: 48px;
	line-height		: 18px;
	font-weight		: normal;
}

h2 
{
	font-family		: LainieDaySH, Serif;
	font-size		: 36px;
}

h3 
{
	font-family		: Times New Roman, Times, Serif;
	font-weight		: normal;
	font-size		: 24px;
	line-height		: 30px;
}

h4 
{
	font-family		: LainieDaySH, Serif;
	font-size		: 30px;
}

h5 
{
}

h6 
{
	font-family		: Times New Roman, Times, Serif;
	font-size		: 16px;
	font-weight		: normal;
}

p 
{
	line-height		: 18px;
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SECTION _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
h1 span
{
	font-family		: LainieDaySH, Serif;
	font-size		: 36px;
}

.chatwall span
{
	font-size		: 12px;
}

.login h3:first-child span
{
	font-size		: 24px;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/
.login h3:first-child
{
	font-size		: 16px;
}

#secondary.chat h3
{
	font-size		: 18px;
	font-weight		: normal;
	line-height		: 24px;
}

/*___ H4 _________________________________________________________________*/
#secondary h4
{
	font-family		: Times New Roman, Times, Serif;
	font-weight		: normal;
	font-size		: 18px;
	line-height		: 24px;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
#secondary.chat p
{
	font-size		: 12px;
	line-height		: 14px;
}

/*___ UL _________________________________________________________________*/
.html
{
	font-size		: 12px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
nav#main li:first-letter
{
	font-family		: LainieDaySH, Serif;
	font-size		: 36px;
}

.staff li
{
	font-size		: 12px;
}


/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
h1 a
{
	text-decoration	: none;
}

nav#main a
{
	text-decoration	: none;	
}

.html a
{
	text-decoration	: none;
}

.rss
{
	text-decoration	: none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
.login input[type="text"],
.login input[type="password"]
{
	font-family		: Arial, Sans-Serif;
	font-size		: 12px;
	line-height		: 14px;
}

/*___ LABEL _________________________________________________________________*/

/*___ TEXTAREA _________________________________________________________________*/
#secondary textarea
{
	font-family		: Arial, Sans-Serif;
	font-size		: 12px;
	line-height		: 14px;
}

/*___Group/Section/Class_________________________________________________________________*/
