/*CSS Style Sheet*/

/* ---------------- Main ---------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: url("images/background.gif") #BDBDBD repeat-x;
}

/* ---------------- Layout ---------------- */

#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

#inner_wrapper {
	background: #FFF;
}


#header {
	background-image: url("images/banner.jpg");
	width: 600px;
	height: 150px;
	margin-left: 180px;
}


#menu {
	width: 180px;
	float: left;
}


#main {
	width: 396px;
	min-height: 960px;
	border-left: solid  1px #BDBDBD;
	border-right: solid 1px #CFCFCF;
	margin-left: 180px;
	padding: 5px 5px 10px 5px;
}


#sidebar {
	width: 188px;
	float: right;
	text-align: center;
}

#footer {
	margin-top: 10px;
	text-align: center;
	line-height:0.5em;
}
	
/* ---------------- Text ---------------- */


body{ 
	font-family: georgia;
	color: #000;
	font-size: 0.9em;
}

h1{ 
	font: 54px georgia;
	color: #F21B2B;
	margin-bottom: 14px;
}
	
p { 
	margin-bottom: 15px;
	padding: 2px;
}

/* ---------------- Menu ---------------- */

ul.nav {
	list-style: none;
}

li.nav a {
	display: block;
	border-bottom: solid #D7D7D7 1px;
	color: #000;
	padding: 8px 0px 8px 20px;
	font-size: 1.6em;
	line-height: 28px;
	text-decoration: none;
}

li.nav a:hover {
	background-color: #F21B2B;
	color: #FFF;
}

/* ----------- RSS ----------- */

#rss {
	margin-bottom: 20px;
}

#rss img {
	margin: 60px 65px;
}

#rss_title {
	background: url("images/rss.gif") no-repeat;
	color: #F21B2B;
	display: block;
	height: 27px;
	margin: 10px;
	padding: 1px 0 0 34px;
	font-size: 20px;
	text-decoration: none;
}

#rss li {
	margin: 10px 5px 0 20px;
	list-style-type: none;
}

/* ----------- Current Page Identification ----------- */

body#index li#index_nav,
body#index a#index_a_nav,
body#banana li#banana_nav,
body#banana a#banana_a_nav,
body#blackberry li#blackberry_nav,
body#blackberry a#blackberry_a_nav,
body#blueberry li#blueberry_nav,
body#blueberry a#blueberry_a_nav,
body#choc li#choc_nav,
body#choc a#choc_a_nav,
body#lemon li#lemon_nav,
body#lemon a#lemon_a_nav
{
	background-color: #F21B2B;
	color: #FFF;
}

/* ---------------- Recipe ---------------- */

.recipe img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}

.recipe ul {
	margin-bottom: 20px;
	list-style-image: url("images/bullet.gif");
}

/* ---------------- Sidebar ---------------- */

.amazon{
	margin-top: 8px;
	padding: 3px;
}

div.advert{
	width: 180px;
	height: 64px;
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;
	font-size: 0.8em;
	text-align: left;
}

ul.advert{
	margin-top: 0px;
	list-style-type: none;
}

li.advert{
	margin-left: 6px;
}

.side{
	float: left;
	padding:4px;
}

.price {
	color: #FF0000;
}

/* ---------------- Flickr ---------------- */

#flickr1, #flickr2 {
	width: 190px;
	height: 280px;
	float: left;
}

#flickr_a {
	display: block;
	height: 224px;
}

#flickr1 img {
	width: 194px;
}

#flickr2 {
	min-height: 260px;
	padding: 0 0 0 16px;
}

#flickr2 img {
	width: 75px;
	height: 75px;
	margin: 2px 5px;
}

#flickr2 img:hover {
	background: #EEE;
}

#flickr {
	width: 162px !important;
	height: 64px !important;
	margin: -20px 0 0 20px;
}