/*
author: NDF
project: Boffo
scope: sitewide
*/

body {
	margin: 0;
	padding-top: 5em;
	font-family: Baskerville, serif;
	line-height: 1.6em;
	color: #333;
	background: #fff url(../i/bg_page.jpg) repeat-x center top;
	}
h2 {
	margin-top: 0;
	padding: 0;
	line-height: normal;
	}
h3 {
	padding: 0;
	margin: .3em 0;
	font-size: 1em;
	line-height: normal;
	}
a {
	color: #555;
	}
.thumb {
	display: block;
	float: left;
	margin-right: 1em;
	padding: 3px;
	border: 1px solid #aaa;
	background-color: #fff;
	}
.info {
	font-size: .8em;
	}
.product { /* Google Checkout */
	float: right;
	}
.override #googlecart-widget-head {
	background: #eee;
	border-color: #aaa;
	}
.title {
	font-style: italic;
	font-weight: normal;
	}
.price {
	font-size: .8em;
	text-align: center;
	}

#header,
#content,
#footer {
	width: 600px;
	margin: 0 auto;
	padding: 2em 0;
	}
#header,
#footer {
	text-align: center;
	}
#content {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	}
#masthead {
	margin: 0;
	padding-bottom: 20px;
	}

/* 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%; }