﻿@import url("sf_controls.css");

body
{
    font-size: 10pt;
    font-family: Arial, Helvetica;
    margin: 0;
    background-color: #101010;
}
LI
{
	list-style-type: square;
}

A, A:visited
{
	color: #808080;
}
A:hover
{
	color: #C0FF01;
	text-decoration: underline;
}

H1
{
	color: #000;
}
H2
{
	color: #000;
	border-bottom: solid 2px #C0FF01;
	font-size: 16pt !important;
	font-weight: normal;
}
H3
{
	border-bottom: solid 2px #C0FF01;
	font-size: 11pt !important;
}


#wrapper
{
    width: 770px;
    background: #FFF;
    margin: 0px auto;
    text-align: left;
    border-bottom: solid 8px #FFF;
}

#homeHeader
{
	height: 200px;
	background-repeat: no-repeat;
	background-color: #C0FF01;
	background-image: url('../../Images/HeadBack2.jpg');
	color: #808080;
	font-size: 30pt;
	font-weight: normal;
}
#homeHeader P
{
	margin: 12px 0px 0px 12px;
	padding-top: 78px;
}
#homeHeader .midWord
{
	color: #fff;
}

#siteHeader
{
	height: 60px;
	background-repeat: no-repeat;
	background-color: #C0FF01;
	color: #808080;
	font-size: 30pt;
	font-weight: normal;
}
#siteHeader P
{
	margin: 12px 0px 0px 12px;
	padding-top: 8px;
}
#siteHeader .midWord
{
	color: #fff;
}

#topnavBack
{
	background-color: #101010;
	height: 33px;
	width: 100%;
}

#homeinfo
{
    margin-top: 20px;
    padding: 10px;
}

#homePanels
{
	margin-top: 20px;
}
#homePanels img
{
    float: left;
    margin: 0px 10px 5px 0px;
}
#homePanels td
{
    width: 256px;
    background-color: #C0FF2A;
    border: solid 1px #808080;
    text-align: justify;
}
#homePanels td div
{
	clear: left;
}
#homePanels H1
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 10pt;
    margin: 12px 0px 6px 0px;
    padding: 0;
}

#content
{
    padding: 6px;
    color: #000;
}

#footer
{
	clear: both;
	background-color: #C0FF01;
    text-align: center;
    color: #101010;
    font-size: 9pt;
    padding: 6px;
    border-top: solid 1px #101010;
    border-bottom: solid 1px #101010;
}

#blogContent
{
	width: 526px;
	float: left;
    padding: 6px;
    color: #000;
}

#blogSidebar
{
	float: right;
	width: 220px;
    padding: 6px;
    color: #000;
}
#blogSidebar H3
{
	font-size: 16pt !important;
	font-weight: normal;
}
#blogSidebar P
{
	/* hide the cloud/list option */
	display: none;
	visibility: hidden; 
}
#blogSidebar li
{
	line-height: 2em;
	margin-left: -2.5em;
	padding: 5px 0px 5px 22px;
	list-style-type: none;
	border-bottom: solid 1px #C0FF01;
}

.sf_postListing H2
{
}
.sf_postTitle a, .sf_postTitle a:visited
{
	color: #000;
	text-decoration: none;
}
.sf_postListing LI
{
}
