/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3
{
	font-weight: normal;
}

h1 
{
    font-size: 197%;
}

h2 
{
    font-size: 167%;
}

h3 
{
    font-size: 100%;
	font-weight: bold;
}

h4 
{
}

h5 
{
}

h6 
{
}

p, ol, ul
{
	line-height: 180%;
}

p 
{
}

ul 
{
	list-style: none;
}

ol 
{
	list-style-position: inside;
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

blockquote
{

	font-style: italic;
}

a:visited 
{
}

a:hover 
{
    text-decoration: none;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

.boxed .title
{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

#logo h1, #logo h2
{
	text-transform: uppercase;
	font-weight: normal;
}

/*___ H2 _________________________________________________________________*/

#logo h2
{
	font-size: 85%;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

#footer p
{
	font-size: 85%;
}

#search p
{
	font-size: 85%;
}


/*___ UL _________________________________________________________________*/

#menu ul 
{
	list-style: none;
}

.searchpage ul.paging
{
    list-style-type: none;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#sidebar div ul li
{
    font-weight: bold;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#menu ul li a
{
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover
{
	text-decoration: none;
}

#logo a
{
	text-decoration: none;
}

#footer a
{
	text-decoration: none;
}

#page a
{
    text-decoration: none;
}

#sidebar div ul li a
{
    text-decoration: none;
}

#tagcloud ul li a
{
	text-decoration: none;
}

#tagcloud a.biggest
{
	font-size: 20px;
	font-weight: normal;
}

#tagcloud a.big
{
	font-size: 17px;
	font-weight: normal;
}

#tagcloud a.medium
{
	font-size: 13px;
	font-weight: normal;
}

#tagcloud a.small
{
	font-size: 12px;
	font-weight: normal;
}

#tagcloud a.smallest
{
	font-size: 10px;
	font-weight: normal;
}

.searchresult a
{
	font-weight: bold;
}

.bbcode a 
{
font-weight: normal;
}

.bbcode a[title*="[b]"] 
{
font-weight: bold;
}

.bbcode a[title*="[i]"] 
{
font-style: italic;
}

#page .bbcode a[title*="[u]"] 
{
text-decoration: underline;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

.csharpcode, .csharpcode pre
{
	font-size: small;
	font-family: Consolas, "Courier New", Courier, Monospace;

}
