/*
©2009 Bam Creative

Author : Jay Hollywood | Bam Creative

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	
}




/*-------------------------------------------------------- LINK */


a {
	color:#276faf;
	text-decoration: underline;
}

a:hover {
	color:#61bc1a;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	color: #60ac24;
	font-weight: bold;
	letter-spacing: -1px;
}
h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.5em;
	padding: 0 0 8px 0;
	color: #434343;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

#content ul {
	list-style: url(../art/list-arrow.gif);
	display: block;
}

/*-- nested lists --*/
#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -243px auto; /* negative value must be the same height as footer (for stickyness) */
	width: 100%;
	background: url(../art/bg.jpg) top center repeat-x;
}

#container {
	width:960px;
	margin: 0 auto; /* negative value must be the same height as footer (for stickyness) */ 
}

#header {
	display: none;
}


#left-content, #internal-content, #right-content, #footer, .push {
	display: none;
	}

#main-content {
	width: 760px;
	float: left;
	overflow: hidden;
	}
	
#recipes-page a {
	display: none;
}

#wrapper, body, html {
	height: auto;
}

#recipe h1 {
	background: none;
	text-indent: 0;
	font-size: 2.4em;
	color: #4a8aca;
	height: auto;
	width: auto;
	margin: 0 0 5px 0;
}

.recipe-image {
	width: 320px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}

.recipe-info {
	width: 160px;
	float: left;
}

.clear {
	clear: both;
}



