/* @override 
	http://practicalmadness.com/themes/2007-08/stylesheets/main.css
	http://mu.practicalmadness.com/themes/2007-08/stylesheets/main.css
*/

body {
	background: #444 url(../images/heathery-gray.png);
	margin: 0;
	padding: 0;
}

a {
	color: #a00;
}

/* Self-clearing hack for standards browsers; need IE support here, see Cederholm p. 113 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container {
	width: 960px;
	background: #565f32 url(../images/distressed-stripes.png);
	border-right: 4px solid #444;
}

body#about #container {
	background: #f8f6ec url(../images/about-header-bg.png) no-repeat;
}

#header {
	background: url(http://practicalmadness.com/assets/rotator/index.php) no-repeat 0 0px;
	height: 120px;
	position: relative;
	border-bottom: 1px solid #aaa;
}

body#about #header {
	background-image: url(../images/about-header-bg.png);
	height: 100px;
	border-bottom: 0;
}

#header h1 {
	margin: 0;
	height: 60px;
}

#header h1 a {
	display: block;
	background: url(../images/distressed-logo-tilted.png);
	text-indent: -9999px;
	height: 76px;
	width: 588px;
	z-index: 4000;
	position: absolute;
}

body#about #header h1 a {
	background-image: url(../images/about-header-bg.png);
}

#header h2 {
	display: none;
}

#header p#about {
	position: absolute;
	right: 0;
	top: 0;
}

#header p#about a {
	display: block;
	width: 139px;
	height: 101px;
	background: transparent url(../images/about-curl.png);
	text-indent: -9999px;
	outline: none;
}

#sidebar {
	float: left;
	width: 280px;
	margin-left: 20px;
	margin-top: 18px;
	color: #dedcd3;
}

#sidebar a {
	color: #c0ff58;
}

#sidebar .sidebar_header {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 9px;
}

#sidebar .sidebar_subhead {
	margin-top: -9px;
	margin-bottom: 9px;
}

#sidebar .sidebar_section {
	margin-bottom: 24px;
}

.site_search {
	background: #3d4a02;
	padding: 10px;
	margin-left: -10px;
}

.site_search input.google-search-field {
	width: 160px;
	font-size: 16px;
}

.site_search .google-search-submit {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background: #516302 url(../images/search_16.png) no-repeat 4px center;
	padding: 4px 6px 4px;
	padding-left: 24px;
	margin-left: 4px;
	border-width: 1px;
	border-color: #657228;
}

.site_feed {
	display: block;
	list-style: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #7d853e;
}

.site_feed li {
	list-style: none;
	display: block;
	margin-bottom: 2px;
}

.site_feed li a {
	padding: 1px 0 1px 16px;
	padding-left: 16px;
	background: url(../images/feed_icon-12x12.png) no-repeat left center;
}

.site_feed li strong {
	padding: 1px 0;
	margin-left: 4px;
	color: #fff;
}

#sidebar ul.more_articles,
#sidebar ul.more_articles li {
	list-style: none;
}

#sidebar ul.more_articles li {
	margin: 18px 0;
}

#sidebar ul.more_articles h3 {
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 20px;
}

#sidebar ul.more_articles h3 a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#sidebar ul.more_articles h3 a:hover {
	border-bottom-style: solid;
	color: #fff;
}

#sidebar ul.more_articles .excerpt {
	font-size: 11px;
	line-height: 16px;
}

#sidebar ul.more_articles .dateline {
	color: #b7c480;
	white-space: nowrap;
}

#intro {
	border-bottom: 1px solid #7d853e;
	margin-bottom: 24px;
}

#intro p {
	font-size: 18px;
	line-height: 24px;
}

#intro p strong {
	color: #fff;
}

#intro #david_photo {
	float: right;
	margin: 0 0 0 1em;
	border: 1px solid #293301;
}

#main {
	padding: 18px 20px;
	width: 600px;
	margin-left: 320px;
	background: #f8f6ec;
	color: #1a1a1a;
}

body#about #main {
	width: auto;
	margin: 20px 0 0;
	background: url(../images/about-content-bg.png) repeat-y -20px;
	padding: 0 0 40px;
}

body#about #main #david_bio {
	float: left;
	width: 600px;
	margin-left: 40px;
}

body#about #main #site_info {
	float: right;
	margin-right: 40px;
	width: 220px;
}

body#about #main h1 {
	color: #a00;
	font-size: 32px;
	font-weight: normal;
	line-height: 36px;
}

body#about #main h1 span {
	display: block;
}

body#about #main h2 {
	margin: 0 0 12px;
	text-transform: uppercase;
	font-size: 14px;
	color: #8a8a8a;
}

body#about #main #david_bio p.photo_caption {
	margin-top: -1em;
	font-style: italic;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

body#about #main #david_bio p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
}

.entry {
	margin-bottom: 32px;
	border-top: 1px solid #d4d4d4;
	padding-top: 17px;
}

.entry.advertisement {
	padding-top: 32px;
	text-align: center;
}

.entry:first-child {
	border: none;
	padding-top: 0px;
}

.entry .dateline {
	color: #888;
}

.entry.recommended .dateline {
	float: right;
}

.entry .dateline .date {
	display: none;
}

.entry.recommended h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 8px;
}

.entry.recommended h2 a {
	/*font-weight: bold;*/
	font-size: 14px;
	border-bottom: 1px dotted #a00;
	text-decoration: none;
}

.entry.recommended h2 a.perma,
.entry.recommended h2 a.perma:hover {
	display: inline-block;
	display: -moz-inline-box;
	background: url(../images/back.gif) no-repeat center bottom;
	text-indent: -9999px;
	outline: none;
	border: none;
	height: 14px;
	width: 12px;
	margin-left: 4px;
}

.entry.recommended h2 a.perma,
.entry.recommended h2 a.perma:hover, x:-moz-any-link {
	display: inline;
	background: none;
	color: #aaa;
}


.entry.recommended h2 a.perma,
.entry.recommended h2 a.perma:hover, x:-moz-any-link, x:default {
	display: inline;
	background: none;
	color: #aaa;
}

* html .entry.recommended h2 a.perma,
* html .entry.recommended h2 a.perma:hover {
	display: inline;
}

.entry.recommended h2 a:hover {
	border-bottom-style: solid;
}

.entry blockquote {
	margin-left: 18px;
	margin-right: 18px;
	color: #666;
	border-left: 3px solid #c4c2ba;
	padding-left: 8px;
}

.entry.weblog h2 {
	margin-bottom: 0;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	margin-top: 14px;
	margin-bottom: 4px;
}

.entry.weblog h2 a {
	text-decoration: none;
}

.entry.weblog h3,
.entry.weblog h4 {
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 4px;
	color: #444;
}

.entry.weblog .dateline {
	margin-bottom: 18px;
}

.entry ul {
	list-style-type: square;
	margin-left: 28px;
	margin-right: 36px;
}

.entry ol {
	margin-left: 28px;
	margin-right: 36px;
}

.entry hr {
	background: #d4d4d4;
	height: 1px;
	border: 0;
	margin: 18px 36px;
}

.entry .footnote {
	font-size: 11px;
	color: #666;
}

.archive_date_header {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}

.archive_date_header + .entry {
	border: none;
}

.entry + .archive_date_header {
	margin-top: 40px;
}

.archive_title {
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia;
	color: #a00;
}

.post_archives_header {
	border-top: 1px solid #d4d4d4;
	padding-top: 10px;
}

.archived_post {
	margin: 24px 0;
}

.archived_post + .post_archives_header {
	margin-top: 36px;
}

.archived_post h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.archived_post h3 .dateline {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 3px;
}

.archived_post h3 a {
	text-decoration: none;
	border-bottom: 1px dotted #a00;
}

.archived_post h3 a:hover {
	border-bottom-style: solid;
}

.pagination {
	text-align: center;
	border: 1px solid #d4d4d4;
	border-width: 1px 0;
	padding: 5px;
}

.pagination .inactive,
.pagination a {
	margin: 0 10px;
}

.pagination .inactive {
	color: #aaa;
}