@import url('reset.css');
@import url('baseline-grid.css');
body {
	background-color: white;
	background-repeat: repeat-x;
	font-family: Georgia, serif;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h1 {
	padding: 18px 0 0 0;
	margin-bottom: -8px;
	color: #80282C;
}

h1,h2,h3,h4 { 
	font-weight: bold; 
	clear: left;
	font-family: Helvetica, sans-serif; 
}
#header {
	border: 1px solid white;
}
#page {
	margin: 0 auto;
	max-width: 600px;
}

#content {
	background: white;
	border-top: 1px solid whitesmoke;
	padding-top: 18px;
	font-size: 16px;
}

strong {
	font-weight: bold;
}
.section { 
	font-size: 90%;
	margin: 2.4em 0 1.5em 170px;
}
.section h2 {
	font-family: Georgia, serif;
	font-size: 90%;
	line-height: 1.43em;
	position: absolute;
	font-weight: bold;
	margin-left: -170px;
	font-variant: small-caps;
}

ul.compact { margin: 0; padding: 0;}
ul.compact li { list-style: none; }

.section table td {
	padding: 0 1.5em 0.5em 0;
}

a {
	color: #80282C;
	text-decoration: none;
}

#header a:visited {
	color: #80282C;
}

#header a:hover {
	text-decoration: none;
}
.post-body a {
	text-decoration: underline;
}
a:hover {
	color: #335599;
	text-decoration: underline;
}

a:visited {
	color: #335599;
}

.profile-pic {
	float: right;
	width: 170px;
	text-align: right;
}

.profile-pic img {
	border: 1px solid #ccc;
}

#footer {
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9px 32px;
	background-image: url('http://20bits.com/downloads/footer.png');
}

#footer li {
	list-style: none;
	float: left;
	font-size: 14px;
	line-height: 28px;
	padding-right: 32px;
	margin: 0;
}
.footer-padding {
	height: 40px;
}

#footer a {
	margin: 0 auto;
	color: white;
	display: block;
	padding: 0 32px;
}
#footer a.twitter {
	background: url('http://20bits.com/downloads/twitter-28x28.png') no-repeat;
}
#footer a.rss {
	background: url('http://20bits.com/downloads/feed-icon-28x28.png') no-repeat;
}
#footer li.right {
	float: right;
}

.section td.first {
	width: 6em;
}

#disqus_thread {
	margin-bottom: 5em;
}
.dsq-brlink {
	display: none;
}
.math {
	text-align: center;
	display: block;
	margin: 1em auto;
}
.monthly-data {
	font-size: 85%;
	border: 1px dotted #F3E0E0;
	border-spacing: 0px;
	width: 80%;
	margin-bottom: 1em;
}
.monthly-data th {
	text-align: left;
}
.monthly-data tr * {
	padding: 2px;
}
.monthly-data .top * {
	text-align: center;
}
.monthly-data tr {
	background-color: #FFFFFF;
}
.monthly-data tr.odd {
	background-color: #F3E0E0;
}
.monthly-data .negative {
	font-weight: bold;
}

.dean_ch {
	font-size: 80%;
	padding: 5px;
}

table.emoticons {
	font-family: 'Lucida Console', monospace;
	font-size: 65%;
}

.related, .post {
	border-bottom: 1px solid whitesmoke;
}
.related li {
	list-style: none;
}
em {
	font-style: italic;
}

