/*  
Theme Name: Amdahl
Theme URI: http://blog.fatbusinessman.com/
Description: Theme for FatBusinessman.com as introduced 2006-02-01
Version: 1.0
Author: David Thompson
Author URI: http://fatbusinessman.com/
*/

@import 'style-global.css';
@import 'style-header.css';
@import 'style-pages.css';

body {
	min-width: 38em;
	max-width: 50em;
	background-color: #FFF;
}

#content {
	padding: 2em 10px 1em 1.875em;
}

.post {
	margin-top: 0em;
	margin-bottom: 2em;
}

h2 { /* Usually a post title */
	font-family: "Century Gothic", Futura, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
}

h2 a {
	color: #444;
	text-decoration: none;
}

.postmeta, .commentmeta {
	font-family: "Century Gothic", Futura, sans-serif;
	color: #09C;
}

.postmeta {
	margin: 0.5em 0;
}

.postmeta>li, .commentmeta>li { /* Only applies to first-level list items (not tags) */
	margin: 0.25em 0;
	padding: 0 0.5em;
	border-left: solid #09C 2px;
}

.postmeta .tags {
	display: block;
}

.postmeta .tags ul {
	display: inline;
}

.postmeta .time, .postmeta .comments, .postmeta .editlink, .commentmeta * {
	display: inline;
}
.postmeta .tags li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0.25em;
}

.postmeta a, .commentmeta a {
	color: inherit;
	text-decoration: underline;
}

.commentmeta li.gravatar {
	border-left: none;
}

.postmeta a:hover, .commentmeta a:hover {
	color: #068;
}

img.sidelined {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0 0 3px 3px;
	border-left: solid #09C 2px;
	border-bottom: solid #09C 2px;
}

h3 {
	font-family: "Century Gothic", Futura, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

/* Adds in a bit of extra space if the post metadata isn't present, such as
 * when viewing a page */
.post h2 + p {
	margin-top: 0.5em;
}

img.gravatar {
	border: none;
	vertical-align: middle;
}

#comments { /* Comment header */
	border-top: solid #444 1px;
	padding-top: 0.5em;
}

.commentmeta {
	padding-left: 0;
	margin-bottom: 0.5em;
}

.commentlist {
	padding-left: 0;
	font-family: "Century Gothic", Futura, sans-serif;
}

.commentlist>li {
	margin-top: 1em;
	padding-top: 1em;
}

#commentform li {
	display: block;
	margin: 1em 2em;
}

#allowed-tags {
	font-size: 0.8em;
	text-indent: 0;
	margin: 1em 0;
}