/*** Basic Styles ***/

body
{
	margin: 20px 10%;
}

p
{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding-left: 8px;
}

ul
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

em
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

h1
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 90%;
	font-variant: small-caps;
	text-align: center;
	padding: 8px 0 8px 0;
}

h2
{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 90%;
	text-align: center;
}

h3
{	
	font-weight: normal;
	font-size: 20px;
	line-height: 90%;
	font-variant: small-caps;	
}

a { text-decoration: none; }
a:link { color: #003; }
a:visited { color: #300; }
a:active { color: #F00; }
a:hover { color: #F33; }

/*** IDs ***/
#content
{
	text-align: left;
	padding: 0;
	margin: auto;
}

#side
{
	background-color: #FAFAF0;
	text-align: left;
	width: 300px;
	padding-top: 20px;
	border: 1px solid #999;
	float: left;
	overflow: hidden;
	height: 100%;
}

#main
{
	text-align: left;
	border-right: 1px solid #999;
	overflow: hidden;
}

#topmenu
{
	border-top: 1px solid #999;
}

#maintext
{
	padding: 36px;
}

#siteimage
{
	padding: 12px 0 24px 0;
	text-align: center;
}

#footer
{
	font-size: 9px;
	color: #555;
	font-style: italic;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #999;
}

/*** classes ***/
.menuitem
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	width: 120px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
	display: inline;
	float: right;
}

.center
{
	text-align: center;
}

/*** blog styles ***/

.datehead
{
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px 12px;
	letter-spacing: .1em;
}

.category { float: right; }

.posted 	
{ 
	font-size: 10px;
	font-family: arial, sans-serif;
	color: #666;
	text-align: left;
	line-height: normal;
	padding: 4pt;	
	border-bottom: 1pt solid #ddd;
	margin-top: -12pt;
}

.posted a:link { color: #666; }
.posted a:visited { color: #666; }
.posted a:active { color: #F00; }
.posted a:hover { color: #F33; }

.content-nav
{
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #333;
	text-align: center;
	line-height: normal;
	font-variant: small-caps;
	border-top: 1pt solid #ddd;
	padding: 4pt;
}
