/* Reset browsers
___________________________________________________*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* Page basics
___________________________________________________*/

body {
	background: #fff url(images/bg.jpg) 0 0 repeat;
	color: #000;
	line-height: 16px;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}

#page {
	text-align: left;
	width: 615px;
	margin: 0 auto;
}


/* Misc
___________________________________________________*/

/* Self-clear floats */

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


/* Type
___________________________________________________*/

/* -- Basic -- */

#page {
	font-size: 1.1em;
	text-align: left;
}

h1 {
	font: normal 2em Arial, sans-serif;
}

p {
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 1.1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a,
a:visited,
a:hover,
a:active {
	color: #e43f0e;
}


/* Head
___________________________________________________*/

#head {
	background: url(../images/head.gif) right 3px no-repeat;
	padding-bottom: 5px;
	width: 587px;
	height: 107px;
	margin: 60px 0 0 0;
}

#head img {
	width: 66px;
	height: 83px;
	float: left;
	display: inline;
}

#head h1,
#head h2 {
	visibility: hidden;
}

#head h1 {
	font: normal 1.4em Tahoma, sans-serif;
	width: 500px;
	float: left;
	display: inline;
}

#head h2 {
	font: normal 1.2em Tahoma, sans-serif;
	float: left;
	display: inline;
}


/* Book
___________________________________________________*/

#book {
	width: 480px;
	margin-left: 83px;
}

.post {
	margin-bottom: 20px;
}

p.meta {
	color: #999;
	font-size: .9em;
}