
/* BLOG */

#blog
{
	width:600px;
	margin:auto;
	text-align:left;
}
#blog h1
{
	margin-top:0px;
}

#blog h3
{
	padding-bottom:0px;
}

#blog p
{
	margin-top:8px;
	margin-bottom:10px;
}

.blog_post
{
	width:600px;
	margin:auto;
	margin-bottom:20px;
	border-collapse:collapse;
	background:#EAEAEA url("../http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-size:10pt;
}
.blog_post table
{
	border-spacing:2px;
	min-height:100px;
	width:100%;
}
.blog_post th
{
	text-align:left;
	vertical-align:middle;
}
.blog_post td
{
	border-top:1px solid #BBBBBB;
	vertical-align:top;
	padding:2px;
	padding-top:5px;
	font-family:Candara , 'Trebuchet MS', Helvetica;
	font-size:1.0em;
	height:20px;
}
.blog_post td.lastfm
{
	padding:2px;
	vertical-align:bottom;
}
.blog_post th div
{
	float:right;
	height:18px;
}
.blog_post th img
{
	margin-left:2px;
}
.blog_post a,
.blog_post a:active,
.blog_post a:visited,
.blog_post a:hover,
.blog_post a:focus
{
	text-decoration:none;
	background:none;
	padding:0px;
	border:none;
	font-weight:bold;
}

/* Blog -> Syntax Highlighting */

.codeSnippet
{
	margin-top: 5px;
	margin-bottom: 10px;
}
.codeHeader
{
	font-size: 12px;
}
.codeContainer
{
	font-family: Monospace;
	width: 95%;
	overflow: auto;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 15px;
	
	border: 1px solid #cecece;
	background-color: #fff;
	max-height: 400px;
	min-height: 40px;
}
.lineNumber
{
	color: #aaa;
	border-right: 1px dotted #bebe7;
	padding-right: 2px;
	margin-right: 3px;	
}