
body {
	margin:0;
	padding:0;
	font:10pt/1.6em Verdana, Sans-serif;
	text-align:center;
	color:#000;
	background:#fff url('bg.gif');
}

td {
	font:10pt/1.6em Verdana, Sans-serif;
}

.container {
	width:750px;
	margin:0 auto;
	text-align:left;
	color:#333;
}

/* -- Links -- */
a {
	color:#358;
}
a:hover {
	color:#835;
}
a:visited {
	color:#909;
}

/* -- Header -- */
.header-nav {
	background-color:#135;
	color:#99c;
	padding:4px;
	line-height:1.6em;
}
.header-nav a, .footer a {
	text-decoration:none; 
	color:#ccf;
}
.header-nav a:visited, .footer a:visited {
	color:#ccf;
}

.header-nav a:hover, .footer a:hover {
	color:#fff;
}

.header {
	height:100px; width:750px;
	background: url('header.gif') no-repeat 0 0;
}

/* -- Sub Header -- */
.subheader {
	background:#fff;
	padding:2px;
	text-align:center;
	border:0px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

.subheader a {
	text-decoration:none;
	color:#358;
}

.subheader a:hover {
	color:#358;
	text-decoration:underline;
}

.subheader ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.subheader li {
	display:inline;
	padding-left:10px;
}

/* -- Content -- */
.content {
	background-color:#fff;
	float:left;
}
.content h1 {
	font:18pt Georgia, Serif;
	color:#456;
}
.content h2{
	font:16pt Georgia, Serif;
	color:#654;
}
.content h3{
	font:14pt Georgia, Serif;
	color:#654;
}
.content blockquote{
	background-color:#EEE;
	border:0px;
	border-top: #AAA solid 2px;
	border-bottom: #AAA solid 2px;
}

.date {
	text-align:right;
	margin: 1.25em 0 .25em;
	font:10pt Georgia, Serif;
	color:#888;
}

.post {
	padding:20px;
	width:500px;
	float:left;
}

.byline {
	font-size:8pt;
	border:0;
	border-bottom:1px;
	border-style:solid;
	border-color:#ccc;
	padding-top:5px;
}

.byline img {
	border:0;
	padding:0;
	vertical-align:middle;
}

/* -- Sidebar -- */
.sidebar {
	float:right;
	width:190px;
	padding-right:20px;
	text-align:left;
}

.sidebar ul {
	padding:0;
	margin:0;
}

.sidebar h3 {
	margin-bottom:5px;
	padding-bottom:0;
}

.sidebar li {
	list-style-type:none;
	padding-left:16px;
	background-image:url('bullet.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
}

.sidebar a {
	text-decoration:none;
}

.sidebar a:hover {
	text-decoration:underline;
}

/* -- Footer -- */
.footer {
	clear:both;
	width:100%;
	background-color: #135;
	color:#bbb;
	font-size:8pt;
	text-align:center;
}


/* -- Misc -- */

abbr, acronymn {
	cursor: help;
	font-style: normal;
	border-bottom: 1px dashed;
}

/* -- Comments -- */
#comment {
	width:400px;
	border: 1px solid #999;
	background-color:#EFEFEF;
	height:80px;
}
#submit {
	border: 1px solid #999;
	background-color:#EEEEEE;
	font-size:11pt;
}
#author, #email, #url {
	border: 1px solid #999;
	background-color:#EFEFEF;
}
#commentform {
	background-color:#fffeff;
}
#commentspopup {
	text-align:left;
	background:#fff;
	font:8pt/1.6em Verdana, Sans-serif;
}

#site_content {position: absolute;left: -10000px;};