body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}

img {
	border: none;
}

html {
	background: #d3d7d9 url(bg.png);
}

body {
	padding-right: 90px;
}

#Header {
	margin-left: 90px;
	padding: 20px 30px 15px;
	border: 1px solid #808080;
	border-top: none;
	background-color: white;
	overflow: hidden;
}

#Splash {
	text-align: right;
	background: #cccccc url(splash.png) top right no-repeat;
	height: 250px;
	margin-left: 90px;
	border: 1px solid #808080;
	border-top: none;
}

#Content {
	background: url(content.png) right repeat-y;
}

.Date {
	font: bold 12px/18px Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	background: url(date.png) no-repeat;
	float: right;
	margin-right: -76px;
	width: 60px;
	text-align: center;
	padding: 2px 0;
	margin-top: 24px;
	text-shadow: black 0 -1px 0;
}

.Entry {
	background: url(entry.png) 90px repeat-y;
	padding: 20px 0 0 91px;
}

.Face {
	float: left;
	margin: -20px 0 0 -91px;
	width: 71px;
	height: 50px;
	padding: 71px 0 5px 20px;
	background: url(face.png) top right no-repeat;
}

.Face img {
	border: 1px solid #808080;
}

.Overview {
	font: 12px/18px Arial, sans-serif;
	border: 1px solid #808080;
	border-left: none;
	border-bottom-color: #b3b3b3;
	padding: 5px 10px;
	color: #4c4c4c; /* FIXME */
	background-color: white;
	overflow: hidden;
}

.Overview a {
	text-decoration: none;
	color: #4c4c4c;
}

.Overview a:hover {
	color: #64c4d2;
}

.Author {
	display: inline-block;
}

.Actions {
	display: inline-block;
	float: right;
}

.Actions a {
	margin-left: 5px;
}

.Actions img {
	border: none !important;
	vertical-align: bottom;
}

.Article {
	padding: 10px 30px 20px 30px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	overflow: auto;
	background-color: white;
}

.Article,
.Article p,
.Article input,
.Article h3,
.Article h4,
.Article h5,
.Article font, 
.Article span,
.Article div {
	font-size: 12px;
	line-height: 18px;
	font-family: "DejaVu Sans", "Bitstream Sans", "Lucida Grande", Verdana, sans-serif !important;
}

.Article p,
.Article h3,
.Article h4,
.Article h5 {
	margin: 9px 0;
}

.Article h3,
.Article h4,
.Article h5 {
	font-weight: bold;
}

.Article h1,
.Article h2 {
	font-family: "Georgia", serif;
	font-weight: normal;
}

.Article h1 {
	font-size: 27px;
	line-height: 36px;
	margin: 18px 0 27px;
}

.Article h2 {
	font-size: 18px;
	line-height: 1em;
	margin: 27px 0 18px;
}

.Article h3 {
	font-size: 14px;
}

.Article h4 {
	font-size: 13px;
}

.Article a {
	color: #0077B2;
	text-decoration: none;
}

.Article a:hover {
	color: #64c4d2;
	text-decoration: underline;
}

.Article a:visited {
	color: #a02677;
}

.Article a:visited:hover {
	color: #c3658b;
}

#Footer {
	font: normal 12px/18px Arial, sans-serif;
	padding: 20px 0 20px 90px;
	color: #4c4c4c;
}

#Footer p {
	margin: 5px 0;
}

#Footer a {
	text-decoration: none;
	color: #0077B2;
}

#Footer a:hover {
	color: #64c4d2;
	text-decoration: underline;
}

/* AddThis fix */
#atffc {
	display: none;
}
