

body
{
margin:0px;
}

.formstyle {font-size: 12px; font-family: tahoma, sans-serif}

select {font-size: 12px}
input {font-size: 12px}
textarea {font-size: 12px}

#nav{
margin:0px;
padding:0px;
padding-left: 3px;
font-family: Verdana, serif;
font-size:13px;
background: #EAECE7;
border-bottom: solid 1px #C9D0DA;
border-top: solid 1px #C9D0DA;
font-weight: normal;
line-height: 100%;
}


#content {
padding: 15px;
border: solid 1px #eee;
font-family: sans-serif;
font-size:13px;
line-height:140%;
color:#000000;
background: #FFFFFF;
bottom: 20px;
width: 400;
}

#sidebar {
position: absolute;
right: 20px;
width: 210px;
color: #333333;
margin: 0px;
z-index: 1;
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 120%;
margin-top: 5px;
}

#footer {
padding-top: 2px;
padding-bottom: 2px;
margin-top: 15px;
color: #646464;
font-size: 10px;
font-weight: bold;
}


h1 /*menu portion header*/
{
font-family:Arial, Sans-Serif;
text-transform:lowercase;
color: #A43C31;
text-align:left;
font-size:14px;
margin:0px;
font-weight: bold;
margin-bottom:5px;
line-height: 110%;
margin-top: 12px;
border-bottom:solid 1px #4682B4;
}
		
h2 { /*comment/ping attribution info*/
color:#2F4F4F;
margin-bottom:20px;
font-size:10px;
text-align:left;
font-family:Verdana, Arial, Sans-Serif;
font-weight:normal;
border-bottom: 1px solid #E3E3E3;
}
		
h3 /*Blog Post Title*/
{
font-family: Serif, Times New Roman, Times;
font-size:16px;
font-weight:normal;
padding-bottom:1px;
margin-bottom:10px;
margin: 0;
padding: 0;
font-size: 20px;
color: #003333;
text-transform: Capitalize;
}

h4 /*Blog Date Header*/
{
font-family:Verdana, sans-serif;
text-transform: uppercase;
color: #646464;
font-size:14px;
margin:0px;
font-weight:bold;
margin-bottom:10px;
text-align: center;
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
padding-top: 1px;
padding-bottom: 1px;
}

h5 /*Blog Post Info*/
{
color: #5D5D5D;
font-size:11px;
text-align:left;
font-family:Verdana, Arial, Sans-Serif;
font-weight:bold;
line-height: 100%;
font-weight: normal;
margin: 0px;
margin-top: 6px;
}		
			
h6 /*Blog Post Quoted Material*/
{
font-size:11px;
margin:0px;
margin-left:30px;
margin-right:30px;
padding: 10px;
font-weight:normal;
border: solid 1px #DDDFDA;
background:#F8F8F2;
}
	
.sidebar-hdr {
	margin-top: 15px;
	background-color: #999999;
	color: #FFFFFF;
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}
.sidebar-body {
	//background-color: #98BEFC;
	font-size: 12px;
	padding: 4px;
}
.sidebar-body ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sidebar-body li {
	margin: 4px 0px 4px 0px;
	padding-left: 14px;
	padding-top: 4px;
	background-image: url('/img/simple_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.sidebar-body a {
	text-decoration: none;
}
.sidebar-body a:hover {
	text-decoration: underline;
}
ul {
list-style-type: disc;
list-style-position: outside;
}

	

.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

.meta li {
	display: inline;
	}
	
#links a:link {
color : #A52A2A;
}
#links a:visited {
color : #A52A2A;
}
#links a:active {
color : #A43C31;
}
#links  a:hover {
color : #A43C31;
}
a:link {
color : #336699;
}
a:visited {
color : #336699;
}
a:active {
color : #A43C31;
}
a:hover {
color : #A43C31;
}

