html, body {
	font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	font-size: 11px;
	word-wrap: break-word;
}

.post-type-archive-rogers_recipe #top, 
.post-type-archive-rogers_recipe #content .secondary, 
.post-type-archive-rogers_recipe footer, 
.post-type-archive-rogers_recipe #content .main ul.share, 
.post-type-archive-rogers_recipe #content .main .recipe .oembed-container,
.post-type-archive-rogers_recipe .wp-pagenavi {
	display: none;
}

.single-rogers_recipe #top, 
.single-rogers_recipe #content .secondary, 
.single-rogers_recipe footer, 
.single-rogers_recipe #content .main ul.share, 
.single-rogers_recipe #content .main .recipe .oembed-container {
	display: none;
}


.post-type-archive-rogers_recipe #content .main, .single-rogers_recipe #content .main {
	width: 50%; margin: 0; float: none;
}

.post-type-archive-rogers_recipe section.main h1, .single-rogers_recipe section.main h1 {
	font-size: 25px;
}

.post-type-archive-rogers_recipe .content .post, .single-rogers_recipe .content .post {
	border: none;
}

#content .recipe h2 {
	font-size: 20px;
}

.recipe ul li {
 	margin-bottom: 2px;
}

a, #content .recipe h2 a, #content .recipe h2, .post-type-archive-rogers_recipe section.main h1, .single-rogers_recipe section.main h1 {
	color: #000000;
}

a:link:after, a:visited:after { content:" [" attr(href) "] "; }

a[href]:after {
    content: none !important;
  }

@page 
{
    size: auto;   /* auto is the initial value */
    margin: 5mm 0 5mm 0;  /* this affects the margin in the printer settings */
}

img {
	max-width: 500px;
}