/**************************************************
/*
/* Reset
/*
/**************************************************/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

acronym, abbr { cursor:help }

input, select {
	vertical-align: middle;
	overflow:visible; padding: 0 .25em;
}
select {
	padding-right: 0; /* to override the previous declaration */
}
button {
	width: auto;
	overflow: visible;
	padding: 0 .25em; /* fix the width on IE */
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}



/**************************************************
/*
/* Clearfix
/*
/**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/**************************************************
/*
/* Landing page
/*
/**************************************************/

body {
	background-color: #fff;
	color: #524641;
	font-family: Georgia, serif;
	font-size: 13px;
	padding: 20px;
}

a {
	color: #c41932;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#col {
	width: 230px;
}

#stack {
	left: 250px;
	position: absolute;
	top: 100px;
}

h1, h2, span.cat {
	color: #c41932;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#strap {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 5px;
}

#blog {
	border-bottom: 1px solid #c41932;
	border-top: 1px solid #c41932;
	margin: 20px 0;
	padding-top: 20px;
}

#blog h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

#blog li {
	line-height: 1.2;
	margin: 20px 0;
}

li#book {
	background: url(../img/dotted.gif) repeat-x bottom left;
	padding-bottom: 22px;
}

#blog p {
	margin-bottom: 5px;
	text-transform: uppercase;
}

span.cat {
	font-size: 14px;
	padding-right: 5px;
}

span.month {
	font-size: 11px;
}

h2 a:hover {
	text-decoration: underline;
}

h3 a {
	color: #524641;
	font-size: 16px;
	font-weight: normal;
}
