/* J4 blog stylesheet overrides */

@import url("site.css");

h1,h2,h3,#sidebar,
#sidebar h2, #sidebar h3,
small {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.post p + p {
	margin-top: 12px;
}

body {
	background: #560901;
}
#page {
	margin: 2px auto;
	background: #ffffff;
	border: 2px solid black;
}

#header {
	width: 638px;
	height: 150px;
	padding-left: 120px;
	background: transparent url("logo-small.gif") 20px 12px no-repeat;
}
#headerimg {
	height: 150px;
}
#header h1 {
	padding-top: 10px;
}
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	color: black;
}
#header .description {
	font-size: 27px;
	line-height: 40px;
	font-style: italic;
	color: black;
	border-bottom: 1px solid #B0A25B;
}

#content {
	padding-left: 25px;
}
.narrowcolumn {
	width: 500px;
}

.post {
	margin: 0px 0px;
	border: 1px solid #584A03;
	background: #DCD3AA;
}
.post h2 {
	margin: 0px;
	padding: 4px 10px;
	color: white;
	background: #897C4F;
	border-bottom: 2px solid white;
}
.post h2 a:link, .post h2 a:visited,
.post h2 a:hover, .post h2 a:active {
	color: white;
}
.post small, .post .entry, .post .postmetadata {
	margin: 4px 10px;
}

#sidebar {
}

#footer {
	border-top: 1px solid #F6A9A1;
	background: #F6E9E1;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "";
}
#sidebar ul ul li {
	list-style-type: disc;
	margin-left: 10px;
	text-indent: 0px;
}
.entry ul li {
	list-style-type: disc;
	margin-left: 20px;
	text-indent: 0px;
}