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

/* body */
body {
	background:#fff;
	color:#666;
	font:0.75em/100% 'Lucida Grande','Lucida Sans Unicode', Verdana, Ariel, sans-serif;
	line-height:1.4em;
}
#print_header {
	display: none;
}

/* general */
a {
	color:#1587DC;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* header */
#header {
	background:#323232 url(../images/background_header.jpg) center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:42px 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	line-height:100px;
	margin:0 0 0 20px;
	width:300px;
}
#header_inside img {
	float: left;
	margin:0 0 0 10px;
	width:285px;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:464px;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:75px;
	font-size: 12px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

/* Home Rollovers */
#header_inside a#ro_home { background: url(images/header/home.png) no-repeat top left; float:right; height: 100px; width:80px; display:block; border-right:1px solid #555;}
#header_inside a#ro_home span { display:none; }
#header_inside a#ro_home:hover { background:url(images/header/home.png) no-repeat bottom left; }

/* Recipe Rollovers */
#header_inside a#ro_recipes { background: url(images/header/recipes.png) no-repeat top left; float:right; height: 100px; width:80px; display:block; border-right:1px solid #555;}
#header_inside a#ro_recipes span { display:none; }
#header_inside a#ro_recipes:hover { background:url(images/header/recipes.png) no-repeat bottom left; }

/* Articles Rollovers */
#header_inside a#ro_articles { background: url(images/header/articles.png) no-repeat top left; float:right; height: 100px; width:80px; display:block; border-right:1px solid #555;}
#header_inside a#ro_articles span { display:none; }
#header_inside a#ro_articles:hover { background:url(images/header/articles.png) no-repeat bottom left; }

/* Books Rollovers */
#header_inside a#ro_books { background: url(images/header/books.png) no-repeat top left; float:right; height: 100px; width:80px; display:block; border-right:1px solid #555;}
#header_inside a#ro_books span { display:none; }
#header_inside a#ro_books:hover { background:url(images/header/books.png) no-repeat bottom left; }

/* Links Rollovers */
#header_inside a#ro_links { background: url(images/header/links.png) no-repeat top left; float:right; height: 100px; width:80px; display:block; border-right:1px solid #555;}
#header_inside a#ro_links span { display:none; }
#header_inside a#ro_links:hover { background:url(images/header/links.png) no-repeat bottom left; }

/* Foodie Places Rollovers */
#header_inside a#ro_foodieplaces { background-image:url(images/header/foodieplaces.png); float:right; height: 100px; width:80px; display:block; border-right:1px solid #555;}
#header_inside a#ro_foodieplaces span { display:none; }
#header_inside a#ro_foodieplaces:hover { background:url(images/header/foodieplaces.png) no-repeat bottom left; }

/* content */
#content {
	background: #fff url(../images/background_content.jpg) center repeat-y;
	width:100%;
	float: left;
	padding-bottom: 10px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_sponsorstrip {
    margin:0 auto;
    padding-left: 2px;
    width:800px;
}
#content_inside {
	margin:0 auto;
	width:800px;
}
#content_inside_clear {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside_sidebar {
	border-left:1px solid #bbb;
	float:right;
	line-height:175%;
	margin:5px 5px 5px 5px;
	padding:0 0 0 10px;
	width:200px;
}
#content_inside_sidebar_ad {
	height: 250px;
}
#content_inside_sidebar_ad2 {
	height: 360px;
}
#content_inside_sidebar h2 {
	background:#fff;
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
}
#content_inside_sidebar ul {
	letter-spacing:-1px;
	list-style:none;
	margin:0 0 10px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:194px;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
/* Search Bar stuff */
#content_inside_sidebar form {
    margin: 0;
}
#content_inside_sidebar #search_box {
    width: 201px;
    height: 31px;
    background: url(images/bg_search_box.gif);
}
#content_inside_sidebar #search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 150px;
    background: none;
    font-size: 1.0em;
}
#content_inside_sidebar #search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#content_inside_main #content_main_block #location_map {
    font-size: 85%;
    line-height: 100%;
}

#content_inside_main {
	float: left;
	background:#fff;
	letter-spacing:-1px;
	line-height:175%;
	margin:0;
	padding:10px 10px 10px 10px;
	width:550px;
}
#content_inside_main h1 {
	clear: both;
	border-bottom:1px solid #ccc;
	font-size:150%;
    margin: 10px 0 10px;
}
#content_inside_main h2 {
    margin: 10px 0 5px 0;
    padding: 0 2px;
    border-bottom:1px solid #ccc;
    font-size:125%;
	text-align:left;
}
#content_inside_main h3 {
    margin: 15px 0 0 0;
    font-size:110%;
    text-align:left;
}
#content_inside_main p {
	margin:0 0 10px;
	font-size: 105%;
}
#content_inside_main ul {
    padding: 0 0 0 20px;
}
#content_inside_main ol {
    padding: 0 0 0 20px;
}

#content_inside_main table {
	margin: 10px 5px;
    padding: 0px;
}
#content_inside_main td {
	vertical-align: top;
	line-height: 150%;
}
#content_inside_main thead {
	text-align: left;
    background-color: navy;
    color: white;
}
#content_inside_main td p {
	padding:5px;
}

#content_main_block {
    clear: both;
}

/* Advert - bottom */
#advert_block {
	background:#fff url(../images/background_content.jpg) center repeat-y;
	clear: both;
	display:block;
	margin:0 auto;
	width:100%;
	height: 130px;
	text-align:center;
}
#advert_block h2 {
	color:#222;
	font-size:110%;
	font-weight:400;
	height:20px;
}

/* Centre items in sidebars */
.sidebar_centre {
        text-align: center;
	margin:0 auto;
}

/* footer */
#footer {
	background:#323232 url(../images/background_footer.jpg) center repeat-y;
	height:60px;
	width:100%;
	float: left;
	clear: both;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height:60px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:60px;
	text-align:center;
}
#footer_inside p a {
	color:#00DDFF;
	line-height:60px;
	text-align:center;
}
/* Others */
.details {
    color: purple;
    font-size: 110%;
    font-weight: bold;
}

.times {
    color: purple;
    font-size: 110%;
    font-weight: bold;
}

.storyLeft {
	clear: left;
	float: left;
        padding: 0px 16px 0px 0px;
	width: 47%;
}

.storyRight {
	float: left;
	width: 49%;
}

.storyDouble {
	clear: both;
	float: none;
	width: 98%;
}

.recipeImage {
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	border: 2px solid #888;	
}

.list_header {
    clear: both;
    float: left;
    width: 98%;
    padding: 5px 0px 2px 0px;
}

.inline-advert{
    background: url(images/advertisespecial.gif) no-repeat top right;
    border:  #ADD8E6 solid 1px;
    padding: 4px;
}
/*
form { 
  padding: 0.5em; 
} 
input { 
  color: #00008B; 
  background-color: #ADD8E6; 
  border: 1px solid #00008B; 
} 
textarea { 
 width: 250px; 
 height: 100px; 
 color: #00008B; 
 background-color: #ADD8E6; 
 border: 1px solid #00008B; 
}
form div img {
    border: 1px solid black;
}
*/
.form_label {
    clear: left;
    float: left;
    padding: 6px;
    width: 33%;
    text-align: right;
}
.form_input {
    float: left;
    text-align: left;
    padding: 6px 2px;
}
.form_select { 
 width: 100px; 
 color: #0000bb; 
 background-color: #ADD8E6; 
 border: 1px solid #00008B; 
} 
.form_text { 
  color: #0000AB; 
  background-color: #ADD8E6; 
  border: 1px solid #00008B; 
} 
.marketDetails {
	font-size: 105%;
    line-height: 0.9;
}
.big_link{
    padding-right: 22px;
    background: url(images/externallink20.jpg) no-repeat bottom right;
    padding-top: 2px;
}

.small_link{
    padding-right: 14px;
    background: url(images/externallink12.jpg) no-repeat bottom right;
    padding-top: 1px;
}
