/*  
Theme Name: Black and Yellow
Theme URI: http://billoday.net/
Description: A special theme written for billoday.net.
Version: 1.0
Author: Bill O'Day
Author URI: http://billoday.net/

*/


body
{
	background-color: #FFFFFF;
/*	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
	padding: 0;
	color: #111111;
	font: normal 10pt Georgia, Times New Roman, serif;
	min-width: 790px;
}

#header
{
	background-color: #FFFFFF;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 740px;
	margin: 0px auto;
	color: #118811;
	font-size: 12px;
	text-align: right;
	vertical-align: center;
}

#header a
{
	color: #118811;
	text-decoration: none;
	font-weight: normal;
	padding: 1px;
}


#heaaer p
{
	background-color: #FFFFFF;
	color: #111111;
	line-height: 5px;


}

#container
{
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	width: 740px;
	margin: 0px auto;
}

#content
{
	text-align: left;
	margin-left: 25px;
	width: 650px
}

#content h1
{
	text-align: center;
	font-size: 26pt;
	font-weight: bold;
	color: #333333;
}

#content h2
{
	font-size: 14pt;
	color: #333333;
}

#content h3
{
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}

#content h4
{
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}

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

.date
{
	font-weight: bold;
}

.detail_block
{
	font-weight: normal;
	font-size: 10pt;
	margin-left: 2em;
}

.personal
{
	float: right;
	margin-left: 5px;
}

#footer
{
	clear: both;
	text-align: center;
	
}

#header p
{
	font-size: 12px;


}

#header a:link, a:visited, a:active
{
	text-decoration: none;
}

#header a:hover
{
	color: #111111;
	background-color: #888888;
	text-decoration: none;
}

a:link, a:active, a:hover
{
	color: #111199;
	text-decoration: underline;
}

a:visited
{
	color: #331188;
	text-decoration: underline;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.personal
{
	font-family: fixed;
}

.clear
{
	clear: both;
}
