/* ===== Primary Styles ========================================================
   Author: Philip Jacob
   ========================================================================== */

/* print stuff */

p, img, div.entry-content img {
    display: none;
}

.navbar {
    display: none;
}

.photolabel, header, nav, .cat-links, .comments-link, content.footer, .edit-link, .singlepost footer.entry-meta, span.sep, .entry-meta {
    display: none;
}



#sharelinks {
    display: none;
}

#sidebar {
    display: none;
}

#bottom {
    display: none;
}

.entry-meta {
    display: none;
}

#comments {
    display: none;
}

/*
 end print
*/

.tile:hover {
	background-color: #dae24f;
}

.tile:hover * {
	color: white;
	text-decoration: none;
}

.adtile {
	width: 203px;	
	padding: 5px 5px 5px 10px;
}

.bigpic {
	width: 410px;
}

.tile h4, .tile h4 a, .catpic h4, .catpic h4 a {
	color: #a29072;
	margin-bottom: 5px;
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	font-size: 0.98em;
}

.bigpic h4 {
	font-size: 1.4em;
	letter-spacing: 0.2em;
}

.postdata {
	width: 100%;
	color: #505050;
	margin-bottom: 7px;
}

.hcommentcount {
	float: right;
}

h2.archive {
	margin: 10px 0 10px 0;
}

.catpic {
	width: 180px;
	margin: 5px;
	float: left;
}

/* Pager */
.pagination ul {
	background-color: white;
}

.pagination {
	margin-left: 4px;
}

/* Top of post */
#content h1.entry-title {
	margin-bottom: 10px;
}

h1.page-title, h1.entry-title {
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	color: rgb(162, 144, 113);
}

h1.entry-title a {
	color: rgb(162, 144, 113);
}

h1.page-title, .page h1 {
	margin-left: 1em;
}

h2 {
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #a29072;
	margin-top: 8px;
}

/* Post (and some page) */

h3#reply-title {
	border-top: 1px solid #ccc;
	padding: 1em 0 0.8em 0;
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #a29072;
}

.entry-content, .entry-content p, #primary #content, #primary #content p {
	font-family: 'PT Serif', Georgia, serif;
	font-size: 16px;
	line-height: 1.8;
}

.singlepost {
	width: 604px;
	border-right: 1px dotted #eee;
	border-left: 1px dotted #eee;
	padding: 2em;
	background-color: #fff;
}

.singlepost .photolabel {
	text-align: center;
	color: #444;
	padding: 0 0 10px 0;
	color: brown;
}

div.page {
	background-color: white;
}


.page div.entry-content img {
	margin: 0;
}

.bkrecette {
	padding: 30px;
	font-size: 0.6em;
	color: #a29072;
	margin: 1em 0 1em 10px;
	width: 80%;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	border: 2px solid #a29072;
	box-shadow: 0 0 0 2px #e6f4f2;
	display: block;
}

@media print {
    .bkrecette {
	page-break-after: always;
    }
}

.bkrecette ul {
	border-bottom: 2px dotted #a29072;
	padding: 0 0 1em 0;
}

.bkrecette ul:last-child {
	border-bottom: none;
}

.bkrecette li {
	padding: 0.4em 0.4em 0.4em 0;
}

.recipeTitle {
	text-align: center;
	color: #a29072;
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
	padding-left: 45px;
	margin-left: 230px;
}

.bkrecette .recipeTitle {
	display: block;
	background: none;
	font-style: italic;
	text-align: center;
	font-size: 1.4em;
	line-height: normal;
	color: #7a6035;
	margin: 0 0 1em 0;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 2px dotted #a29072;
	padding: 0 0 1em 0;
}

