/* CSS Document */

body
{background-color: #3f3f3f;
font: small/1.2em, Geneva, Arial, Helvetica, sans-serif;
color: black;
margin: 0px;
}

h1, h2 {
font-weight: bold;
line-height: 1.3em; 
}

#all {
background-color: #3f3f3f;
width: 800px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: auto;
margin-right: auto;}

#masthead {
margin: 10px 0px;
padding: 0px;
}

#main {
background-color: #e5e5e5;
padding: 15px;
margin: 20px 10px 10px;
width: 530px;
float: left;
border: 2px inset #3f3f3f;
}

#main h1, #main h2 {
border-bottom: thin dotted #3f3f3f;
color:#498F65;
}

#main a:link{
color:#498F65;
text-decoration: none;}

#main a:visited{
color: #6FA883;
text-decoration:none;}

#main a:hover{
color: #498F65;
text-decoration:underline;}

a:link {
color: #50504E;}

a:visited {
color: #3f3f3f;}

#sidebar {
background-color: #989898;
padding: 15px;
margin: 30px 10px 10px 580px;
border: 2px inset #3f3f3f;
color: #313131;
}

#sidebar h1, #sidebar h2 {
font-style: italic;
text-transform:uppercase;
border-bottom: thin dotted #3f3f3f;
}

#searchform #s {
	width: 100px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #3f3f3f;
	background: #e5e5e5;
	margin-right: 2px;
	color: #313131;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #;
	margin: 3px;
	border: 1px outset #313131;
	width: 75px;
	height: 28px;
	font: bold 12px;
	color: #313131;
	vertical-align: middle;
}

#sidebar ul li, #sidebar ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#recent-posts ul li {
margin: 0 0 8px;
}

#sidebar a:link{
color: #396245;
line-height: 1.2em;
font-weight: bolder;
text-decoration: none;
}

#sidebar a:visited{
color: #396245;
line-height: 1.2em;
font-weight: bold;
text-decoration: none;
}

#sidebar a:hover{
line-height: 1.2em;
font-weight: bold;
color: #94ffb3;
}

#footer{
color: #e5e5e5;
font-size: x-small;
text-align: center;
clear:left;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#footer a:link{
color: #e5e5e5;}

#footer a:visited{
color:#e5e5e5;}
