/*
	Author:		Christopher Robinson
	Modified :	Alasdair Dougall
	Email:		adougall at foodiesite dot com (figure it out!)
	Website	:	http://www.foodiesite.com
	User:		This css file is for print media.
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* body
body {
	background: white;
	color: black;
	font: 12pt Georgia, "Times New Roman", Times, serif;
}
 */

body {
	background: white;
	color: black;
	font: 10pt Georgia, "Times New Roman", Times, serif;
}


/* general */
a {
	color:#0000ff;
	text-decoration:underline;
}
/* Hide the header, advert_bottom and footer */
#header, #footer {
	display: none;
}
/* Print Header 
#print_header {
	font: 24pt arial, sans-serif;
}
*/
#print_header {
	font: 20pt arial, sans-serif;
}

/* content */
#content {
	padding-bottom: 10px;
}
#content:after {
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside {
	margin:0 auto;
	width:100%;
}
#content_inside_clear {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside_sidebar {
	display: none;
}
#content_inside_main {
	background:#fff;
	line-height:120%;
	margin:0;
	padding:10px 10px 10px 10px;
	width:100%;
}

/* We need to add actual address for links (CSS 3) */
#content_inside_main h1 {
	font-size:150%;
	padding:0 0 2px;
}
#content_inside_main h2 {
    margin: 15px 0 0 0;
    font-size:125%;
    text-align:left;
}
#content_inside_main h3 {
    margin: 15px 0px 0px 0px;
    font-size:115%;
    text-align:left;
}

#content_inside_main img {
    margin: 4px 0;
}

#content_inside_main p {
	padding:0 0 10px;
}
#content_inside_main ul {
    padding: 0px 30px;
}
#content_inside_main ol {
    padding: 0px 30px;
}

/* Advert - bottom */
#advert_bottom {
	display:block;
	margin:0 auto;
	width:100%;
	height: 130px;
	text-align:center;
}
#advert_bottom h2 {
	color:#222;
	font-size:110%;
	font-weight:400;
	height:20px;
}
#advert_bottom_insert {
	background:teal;
	height:90px;
	border: 1px solid #000;
}
/* Others */
.details {
    font-size: 110%;
}

.times {
    font-size: 110%;
}
	