/*--------------------
Site:         snoots.net
Description:  Primary, site-wide TYPOGRAPHY, MARGINS, PADDING style sheet. 
Code:         CSS
Media:        Print
Author:       Tim Snoots
--------------------*/


body
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12pt !important;
}


/* CONTENT
-------------------- */

strong { font-weight: bold; }
em { font-style: italic; }

#content h1, #content h2, #content h3
{
	font-weight: bold;
}

#content h1
{
	font-size: 1.9em;
	margin-top: 1em;
	margin-bottom: 1.2em;
	padding-bottom: 0.5em;
}

#content h2
{
	font-size: 14pt;
	margin-top: 1.2em;
	margin-bottom: 0.9em;
}

#content h3, #content h4, #content p, #content ul, #content ol, #content dl
{
	font-size: 11pt;
	margin-top: 1em;
	margin-bottom: 0.4em;
}

#content h4
{
	font-style: italic;
	font-weight: normal;
}

#content p { line-height: 1.4em; }

#content p.quote,
#content blockquote
{
	display: block;
	margin: 1.5em 2em 1.5em 2em;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 12pt;
}

#content ul
{
	list-style-type: disc;
}

#content ul,
#content ol
{
	list-style-position: outside;
	padding-left: 3em;
	padding-right: 3em;
}

#content ul#site-map,
#content ul#site-map ul
{
	list-style-type: none;
}

#content ul#site-map ul
{
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#content li
{
	padding-bottom: 0.5em;
	line-height: 1.4em;
}

#content cite
{
	margin-left: 20px;
	text-indent: -20px; 
	display: block;
	font-style: normal;
}

#content table,
#content dl
{
	margin: 1em 0.6em;
	border-width: 0px;
}

#content table th,
#content table td
{
	font-size: 12pt;
	padding: 0.4em;
	text-align: left;
	vertical-align: top;
}

#content table td img
{
	float: none;
	clear: none;
}

#content table td img,
#content table td a img
{
	border: none;
}

#content dl dt
{
	font-size: 12pt;
	padding: 1em 0 0.2em 0;
}

#content dl dd
{
	font-size: 12pt;
	line-height: 1.4em;
}

#content img.right
{
	padding: 1em;
	float: right;
	clear: right;
}

#content ul li img
{
	float: none;
	clear: none;
}

#content strong,
#content .fakelink,
#content h3
{
	font-weight: bold;
}

#content em
{
	font-style: italic;
}

#content p.content-footer
{
	margin: 2em 0 0 0;
	padding: 1em 1em 0.5em 1em;
	font-size: 10pt;
	font-style: normal;
}

#php-status
{
	padding: 0 0.5em;
}

ul#simple-auth-status
{
	list-style-type: none;
}

ul#simple-auth-status li
{
	padding: 0.5em;
}