/* CSS by Toy Satellite 2004 */

BODY {
	background: #9aa;
	margin: 0px;
	font: normal x-small Verdana,sans-serif;
	color: #000000;
}

	A 	{ color: #333333; text-decoration: underline;} 
	A:link	{ color: #333333; text-decoration: underline; } 
	A:visited	{ color: #333333; text-decoration: underline; } 
	A:active	{ color: #FF0000;  } 
	A:hover	{ color: #FF0000;  }

#banner {
	margin: 0;
}

#content {
	width: 800px;
	border: 10px solid #000000;
	background: #ffffff;
	text-align: left; /* resets the text alignment */
	margin: 0 auto; /* centers the container */
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 10px;
	
	}

.blog {
		width: 560px;
		float: left;
		}
		
.blogbody {
  		line-height: 140%;		
		}

.blogentry {
		padding: 1em 2em 1em 2em;
		}

.posted {
	padding: 0.5em 0.2em 2em 2em;
	color: #666666;
	}

H2.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color: #333333;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color: #333333;
	letter-spacing: 0.1em;
}

.comments-body {
	background: #eeeeee;
	padding: 1em;
}

.comments-body INPUT, TEXTAREA {
	background: #ffffff;
	font: normal xx-small Verdana,sans-serif;
	color: #cc0000;
	border: 1px solid #333333;
	}

.comments-post {
	color: #333333;
}

#links {
    background: #e9e9e9;
	margin: 0;
	padding: 0;
	width: 220px;
	float: right;
}

.sidetitle {
	background: #cccccc;
	width: 220px;
	margin: 5px 0 5px 0;
	letter-spacing: 2px;
}

.side {
	background: #ffffff;
}

.side INPUT {
	background: #ffffff;
	font: normal xx-small Verdana,sans-serif;
	color: #cc0000;
	border: 1px solid #333333;
}

#menu {
	text-align: center;
}
