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

a {
	color: #abc;
	text-decoration: none;
}

a:hover {
	color: #89a;
	text-decoration: none;
}

pre {
	overflow: auto;
}

#header {
	width: 630px;
	padding: 0px;
	margin: 25px 0px 5px 45px;
	overflow: auto;
}

#header #links {
	float: right;
	color: #ccc;
	margin: 10px 5px 0 0;
}

#header #links a {
	color: #abc;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}

#header h1 a {
	color: #abc;
}

#header h1 a:hover {
	text-decoration: none;
}

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

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

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

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

#sidebar a {
	color: #678;
}

#sidebar a:hover {
	color: #000;
}

#sidebar .section {
	margin: 0px 0 10px 0;
}

#sidebar .tags ul {
	margin: 10px 0;
	padding: 0;
}

#sidebar .tags li {
	list-style-type: none;
	line-height: 30px;
	display: inline;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #abc;
	color: #fff;
	font-size: 9px;

	border-radius: 3px 3px 3px 3px;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;

	box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
}

#sidebar .tags a {
	color: #fff;
}

#sidebar .tags a:hover {
	color: #000;
}


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

#content, #footer, #index-navigation {
	background: #fff;
	width: 630px;
	padding: 5px;
	margin: 0 15px 5px 35px;
	
	border: 1px solid #abc;

	box-shadow: 1px 2px 10px #ccc;
	-moz-box-shadow: 1px 2px 10px #ccc;
	-webkit-box-shadow: 1px 2px 10px #ccc;

	border-radius: 8px 8px 8px 8px;

	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
}

#content {
	float: left;
}

#footer {
	text-align: center;
}


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

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

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 4px 0px 0px 4px;
	
}

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;
}
