body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #345;
	background: #fff;
}

a {
	color: #12d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	overflow: auto;
}

#header {
	padding: 10px 30px 10px 0;
	text-align: right;
	color: #def;
}

#header a {
	color: #abc;
}

#heading-container {
	background: #fff url('heading-container.png') repeat-x center center;
	padding: 0;
	height: 140px;
}

#heading {
	width: 900px;	
	height: 140px;
	margin: 0 auto;
}

#heading h1 {
	margin: 0;
	padding: 0;
}


#container {
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: auto;
}

#footer {
	width: 900px;
	margin: 20px auto 20px auto;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #abc;
	border-bottom: 1px solid #abc;
	background: #def;
	color: #888;
}


#index-navigation {
	width: 900px;
	margin: 20px auto 0px auto;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #abc;
	border-bottom: 1px solid #abc;
	background: #def;
	color: #888;

}

/***************
	Sidebar
***************/

#sidebar {
	width: 210px;
	padding: 20px 0 0 0;
	margin: 0px;
	float: left;
}

#sidebar h3 {
	font-size: 13px;
	margin: 5px 0 5px 0;
}

#sidebar p {
	margin: 10px 0 10px 0;
}

/***************
	Content
***************/

#content {
	float: left;
	width: 660px;
	padding-right: 30px;
}

pre {
	overflow: auto;
	background: #def;
	padding: 5px;
}

div.newdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	margin: 30px 0 20px 0;
	padding: 2px 0px 5px 5px;
	line-height: 20px;
	background-color: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

p.permalink {
	text-align: right;
	margin-right: 10px;
}

p.permalink a {
	color: #aaa;
	font-size: 12px;
}


/**********************
	Content / Tags
***********************/


#content .tags {
	text-align: right;
	color: #aaa;
	margin-right: 10px;
}
#content .tags h2 {
	font-size: 12px;
}
#content .tags ul {
	margin: 0;
	padding: 0;
}
#content .tags li {
	list-style-type:  none;
	display: inline;
	margin: 0;
}
#content .tags a {
	text-decoration: none;
	border: solid 1px #aaa;
	margin-left: 5px;
	padding: 3px;
	font-size: 10px;
	color: #aaa;
}

#content .tags a:hover {
	background: #aaa;
	color: #fff;
}