/* CSS Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
a:link, a:visited	{
	color: #666;
	text-decoration:none;
}
a:hover	{
	color: #F93;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol	{
	margin-left: 20px;
}
ol li	{
	list-style-type:decimal;
	margin-bottom: 5px;
	line-height: 15px;
}

/* End CSS Reset */
body {
	text-align: center;
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftbar	{
	background-image:url(images/leftbar.gif);
	width: 15px;
}
#rightbar	{
	float: right;
	background-image:url(images/rightbar.gif);
	width: 15px;
}
#wrapper {
	display: block; 
	/*border: 1px #000000 solid;*/
	width:830px; 
	margin:30px auto;
}
#bodywrapper	{
	width: 830px;
}
#header {
	background-image:url(images/tagline.gif);
	background-repeat:no-repeat;
	height: 35px;
}

#main	{
	position:relative;
	background-color: #FFFFFF;
	background-image: url(images/cover.jpg);
	height: 575px;
}
#navigation	{
	width: 650px;
	padding: 5px;
	font-size: 10px;
	text-transform:uppercase;
}
#navigation img 	{
	margin-top: -3px;
}
#navigation li a:link, #navigation li a:visited	{
	color: #ffffff;
	font-weight:normal;
}

#content {
	width: 575px;
	min-height: 565px;
	float: right;
	padding-right: 25px;
	text-align: left;
}
#content a:link, #content a:visited	{
	color: #666;
	text-decoration:none;
}
#content h2	{
	font-size:16px;
	margin-bottom: 5px;
}
#content a:hover	{
	color: #F90;
}
#content small	{
	font-size: 10px;
}
#content form div	{
	margin: 3px 0;
}
div.post {
	margin-left: 10px;
}
.postcontent	{
	margin-bottom: 10px;
}
.entry	{
	margin: 5px 0;
	border-bottom: 1px solid #000000;
}
ol.commentlist 	{
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}
div.entry p	{
	margin-bottom: 10px;
	line-height: 16px;
}
#pagelocation	{
	height: 35px;
	background-image:url(images/blog-header.gif);
	background-repeat:no-repeat;
}
#sidebar {
	padding-top: 30px;
	width: 180px;
	float: left;
	text-align:left;
	padding-left: 20px;
}
#sidebar ul li ul li 	{
	margin-left: 10px;
}
#sidebar ul 	{
	margin-bottom: 10px;
	margin-left: 10px;
}
#logo	{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-left: -10px;
}
#both {
	clear: both;
}
div.both {
	clear: both;
}

#footer {
	text-align:right;
	font-size: 10px;
	width: 800px;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
div.postnav	{
	display: block;
	margin-bottom: 10px;
}
.alignleft{ float: left;}
.alignright {float:right;}
/* Suckerfish Menus */

@charset "UTF-8";
/* CSS Document for Suckerfish style menus */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
}

#nav a {
	display: block;
	padding-right: 20px;
	color: #FFF;
	text-decoration: none;
}

#nav a.daddy {
	background: url(images/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	background-color:#000;
	left: -999em;
	height: auto;
	width: 75px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	padding: 5px;
}

#nav li li {
	padding-right: 1em;
	width: 250px
}

#nav li ul a {
	width: 13em;
	line-height: 14px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover,#nav li:hover a:hover, #nav li.sfhover a:hover {
	color:#FF9933;
}
