/*
-----------------------------------------------
Blakes Feast Print Styles
Author:   David Galovic
Company:  Ruckus Media
Version:  3 October 2007
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 62.5%;
	color: #666;
	background-color: #fff;
}

div#rhubarb-editor {
	display: none;
}

div#navigation {
	display: none;
}

div#logo img {
	border: 0;
}

p#skip {
	display: none;
}

p.article-tools {
	display: none;
}

div#side-col {
	display: none;
}

div#footer-nav {
	display: none;
}

div#footer {
	border-top: 1px dotted #CCCCCC;
	margin-top: 30px;
}

div#contact-form {
	display: none;
}

p#breadcrumbs {
	margin: 20px 0;
}

/* Typography
----------------------------------------------- */

div#content h1 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 2em;
	margin: 18px 0pt 1em;
	padding-bottom: 0.3em;
}

div#content h1, h2 {
	color: #C62329;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	clear: both;
}

p.article-meta-info {
	color: #ccc;
}

div#copyright p {
	font-size: 0.8em;
}


/* Misc
----------------------------------------------- */

div#content img {
	clear: both;
	float: none;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}
