/*
Theme Name: Custom Created Baumslag.com v3.0
*/

*{
	margin: 0;
	padding: 0;
}

html, body{
	background-color: #00070c;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0 0 1px;
	overflow: auto;
}

a{
	color: #fff;
	text-decoration: none;
	text-shadow: #000 0 0 2px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ffd800;
	display: inline;
}

a:hover{
	color: #ffd800;
	border-bottom: 1px solid #fff;
	text-shadow: #f00 0 0 0;
}

ul, ol{
	list-style-position: inside;
}

ul li{
	padding-top: 10px;
	padding-left: 20px;
}

blockquote{
        margin-top: 10px;
        margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid #ffd800 3px;
} 

#header{
	width: 1000px;
	height: 100px;
	margin: 0 auto 10px;
}

h1{
	height: 100px;
	width: 342px;
	float: left;
}

h1 a, h1 a:hover{
	display: block;
	height: 100px;
	width: 342px;
	text-indent: -999px;
	border-bottom-style: none;
	background-image: url(images/layout/logo.png);
}

h1 a:hover{
	background-image: url(images/layout/logo-active.png);
}

#header ul{
	float: right;
	background-color: #00111a;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding: 10px;
}

#header ul li{
	list-style-type: none;
	display: inline;
	padding: 5px;
}

#header ul li a{
	color: #ffd800;
	font-size: 12px;
	border-bottom-color: #ffd800;
}

#header ul li a:hover{
	color: #fff;
	border-bottom-color: #fff;
}

div#intro{
	width: 990px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 5px solid #00111a;
	color: #0d0d0d;
	font: 90px Georgia, "Times New Roman", Times, serif;
	text-indent: -9999px;
	background: url(images/layout/intro.png) no-repeat;
}

div#book-ad{
		width: 990px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 5px solid #00111a;
	color: #0d0d0d;
	font: 90px Georgia, "Times New Roman", Times, serif;
	text-indent: -9999px;
	background: url(images/layout/murderous-medicine-advert.png) no-repeat;
}

div#content-area{
	width: 1000px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#content{
	width: 750px;
	margin-right: 50px;
	float: left;
}

div.post{
	padding-bottom: 50px;
	overflow: visible;
}

div#content img{
	float: left;
	padding: 10px;
	border: 1px solid #000;
	background-color: #bfbfbf;
	margin-right: 10px;
}

h3{
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

/* Comments */

.comments-head {
	margin-bottom: 10px;
}

#content ol#comments {
	list-style-type: none;
}

#content ol#comments li {
	margin: 0;
	padding: 10px;
	margin-bottom: 10px;
}

#content ol#comments li.highlight {
	background: #008392;
	border: 3px solid #00aabd;
	border-left-style: none;
	border-right-style: none;
}

#content ol#comments li.odd {
	background: #460b1c;
	border: 3px solid #a21640;
	border-right-style: none;
	border-left-style: none;
}

#content ol#comments li.even {
	border: 3px solid #987100;
	border-right-style: none;
	border-left-style: none;
	background-color: #413000;
}

.comment-meta {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-meta .comment-author, .comment-meta .comment-author a {
	font-size: 12px;
	color: #0af;
	font-variant: small-caps;
	font-weight: bold;
}

div.post h2, div.post h2 a{
	color: #fff;
	font: normal 33px Georgia, "Times New Roman", Times, serif;
}

div.post p, div.post li{
	padding-top: 10px;
	font-size: 15px;
	overflow:visible;
	line-height: 20px;
}

div#post-navigation{
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fff800;
}

div#post-navigation a{
	border-bottom: none;
	padding: 0;
	margin: 0;
	color: #000;
	text-shadow: #000 0 0 0;
}

div#post-navigation a:hover{
	color: #000;
}

div#sidebar{
	width: 200px;
	float: right;
}

div#sidebar div.side-content ul li{
	margin-bottom: 5px;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 0px;
}

div.side-content{
	padding-bottom: 20px;
}

div.side-content h2{
	font: normal normal 25px Georgia, "Times New Roman", Times, serif;
}

div#footer{
	width: 980px;
	border: 1px solid #ffd800;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
