/*
	Stylesheet for <Wolf's Little Store>
	@author	name <johan.ronsse@gmail.com>
	@media print
*/


/* the following declaration resets every background to white, every text color to black */
* {
	color: #000 !important;
	float: none;
}

div {
	background-color: white !important;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

#printLogo {
	margin: 0 0 3em;
}

/* place the divs and elements you want to hide here */
#navigation, #footer, #language, #breadcrumb, .commentmetadata, #commentform {
	display: none;
}

body {
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 1.4;
	background: #FFF;
	border: none;
	margin: 2em;
}

#container {
	width: 62%;
}

p {
	padding: 0 0 20px 0;
	margin: 0;
}

	p.meta {
		font-style: italic;
		font-family: serif;
	}

ul, ol {
	padding: 0 0 20px 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 20pt;
	padding: 0 0 10px 0;
	display: none;
}

h2 {
	font-size: 16pt;
	padding: 0 0 8px 0;
}

	.article h2 {
		margin-bottom: 0;
	}
	

h3 {
	font-size: 12pt;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 11pt;
	padding: 0 0 6px 0;
}

blockquote {
	padding-left: 2.5cm;
	font-style: italic;
}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table {
	font-family: Arial, sans-serif;
	margin: 0 10px 20px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

table td, th {
	padding: 5px 10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table th {
	font-weight: 700;
	background: #D9D9D9;
	color: #000;
}

.commentlist {
	list-style: none;
	padding: 0;
}

.avatar {
	float: left;
	margin: 0 10px 0 0;
}

