body {
	font:9pt verdana,arial,free-sans,sans-serif;
	line-height:1.5em
}

a		{color:#4A6147;text-decoration:none}
a:hover	{color:#608D3D;text-decoration:underline}

#siteTitle a:hover,
#footer a:hover,
.postTitle a:hover {
	text-decoration:none;
}

.postBody a {
	font-weight:bold
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a 	{color:#333333;text-decoration:none}

a img 	{border:0 none}

h1,h2,h3,h4,h5,h6,.commentTitle,.widgetTitle,#newCommentTitle {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	color: #333;
	line-height: 1em;
	margin-bottom: 0.25em;
}

.rightArrow {color: #900;}

.widgetTitle{
	display:block;
	font-size: 18px;
}

.postTitle {
	font-size: 26px;
	line-height: 1.05em;
	margin-bottom:0;
}

h1#siteTitle {
	text-shadow:-1px 1px rgba(0,0,0,0.3); /* Wonder if IE will be able to see this, hahaha */
	margin:0;
	font-size:26pt;
	letter-spacing:-0.05em
}

h2#tagline {
	text-shadow:-1px 1px rgba(0,0,0,0.3);
	color:#eee;
	margin-top:0.5em;
	font-size:10pt
}
#newCommentTitle,
.commentTitle {
	display: block;
	font-size: 20px;
	margin-top: 1em;
}

hr,
address,
embed,
pre,
blockquote,
p,
.postBody object,
.postBody iframe,
.postBody table,
.postBody dl,
.postBody ol,
.postBody ul {
	margin-bottom:1em
}
.postBody dl,
.postBody ol,
.postBody ul {
	padding-left: 3em
}

.postBody dl dl,
.postBody li ol,
.postBody li ul {
	margin:0;
	padding-left:1.5em
}

.postBody form,
.postBody fieldset {
	padding: 1em;
	border:solid 1px #999;
	width: auto;
}

.postBody form p label { /* Just because Wordpress like to wrap everything in a P.*/
	display:block;
	margin-top: 1em;
	margin-bottom: -1em;
}

.postBody table {
	margin-left:1px;
	max-width:99%;
	border-collapse:collapse;
	border:solid 1px #ccc;
}

.postBody table td {
	border-left:solid 1px #ccc;
}

.postBody table thead th{
	padding:0.5em;
	border-bottom:solid 1px #ccc;
	vertical-align:middle;
}

.postBody table td{
	padding:0.5em;
}


.postBody table .alternate {
	background-color:#f3f3f3;
}

abbr{cursor:help}

blockquote{
	border-left:solid 0.3em #efefef;
	padding-left: 0.5em;
	margin:0 6% 1em;
	font-size:small;
	font-style:italic
}

blockquote blockquote {
	margin:0;
	padding:0;
	border: none 0;
}

address {
	font-style: italic;
	font-variant:small-caps;
	font-size: small;
	letter-spacing: 0.1em;
	font-weight: bold;
}

q {
	font-family:serif;
	font-size: larger;
	font-style: italic;
}
pre, code{
	font-family: monospace;
	color:#6f6060;
	line-height: 2em;
	border:solid 1px #dedede;
	background-color: #f6f6f6;
	padding: 1em;
}

code {
	padding: 0;
}

pre code {
	border: none;
}

body.ie7 form { min-width: 1px; } /* Fix a minor problem with IE7 */