/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    andy budd
email:     info@andybudd.com
website:   http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* border: 1px solid #ff0000; /*

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* { margin: 0; 	padding: 0; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 0 0 10px 0; }
ul#mainNav {margin:0}

/* Remove image border: */
img, img a { border: 0; }


/* Class for clearing floats */
.clear { clear:both; }

.floatlf {float: left; margin-right: 10px; padding-top: 5px}
.floatrt {float: right; margin-left: 10px; padding-top: 5px}

/* Remove border around linked images */
img { border: 0; }

/* Fix up IE6 PNG Support */  
img, body, div#wrapper, div#faux, div.recipe, div#footer, p.print img { behavior: url(css/iepngfix.htc) }


/* skipnav */
#skipnav
	{ position:absolute;
	margin-left: -1000px;
	}

#skipnav a:focus, #skipnav a:active 
	{
	margin-left: 1000px;
	overflow: visible;
	display: block;
	width: 10em;
	}


/* =Basic positional layout
-----------------------------------------------------------------------------*/

body {
	text-align:center; /* this centers the wrappers in older IEwin versions */
	font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	background-color: #1a2933;
	background-image: url(../images/site/repeat.png);
	background-repeat: repeat-y;
	background-position: center center;
	}
	
div#wrapper {
	margin: 0 auto;
	width: 850px;
	text-align:left;
	background-color: #4a5661;
	background-image: url(../images/site/banner.png);
	background-repeat: no-repeat;
	color: #fff;
	}
	
div#faux {
	margin: 0 auto;
	width: 850px;
	background-image: url(../images/site/flower.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}	

div#printhead {
	height: 70px; 
	display: none; 
	}
	
div.recipe {
	width: 156px;
	height: 175px;
	color: #333;
	float:right;
	margin-left: 15px;
	background-image: url(../images/site/postit.png);
	background-repeat: no-repeat;
}	

div.recipe p {padding: 40px 5px 20px 20px}
	
/* =MAIN AND SUB COLUMNS */	
div#mainContent { 
	float: right; 
	width: 600px; 
	margin: 290px 50px 4em 0;
	display: inline;
	}
		
div#subContent {
	float: left;
	width: 150px;
	margin:290px 0 4em 40px;
	display: inline;
	}
	
div#footer	{
	height: 130px;
	background-color: #4a5661;
	background-image: url(../images/site/gradient.png);
	background-repeat: repeat-x;
	}

div#footer p {float: right; margin: 20px 50px 0 0 }	
div#footer p.validated {float: left; margin:  20px 0 0 40px;}
div#footer p.validated a {border: none}	
	

/* =Links 
----------------------------------------------------------------------------*/
a { text-decoration: none; font-weight: bold; text-transform:none }
a:link, a:visited { color: #fff; border-bottom: 1px dotted #fff;}
a:hover { color:#f0c23b; border-bottom: 1px dotted #f0c23b;}
p.print a:link, p.print a:visited, p.print a:hover {border: none}

ul#nav a {font-weight: normal;}
ul#nav a:link, ul#nav a:visited {border-bottom: none; color:#fff;  }
ul#nav a:hover {color:#f0c23b; border-bottom: 1px dotted #f0c23b; }
div#footer a {border: 0}

div.recipe a:link, div.recipe a:visited  { color: #333; border-bottom: 1px dotted #333;}

/* =Typography
-----------------------------------------------------------------------------*/

/*HEADS*/
h1 { font-size: 2.3em; 
	color:#f0c23b; 
	margin-bottom: 15px
	}
h2 { font-size: 1.7em; 
	margin-top: 20px; 
	font-weight: normal; 
	}
h3 { font-size: 1.5em; 	
	color:#f0c23b; 
	margin-top: 30px; 
	padding-top: 20px; 
	border-top: 1px solid #6e767d
	}
	
h4	{
	font-size: 1.2em;
	color:#666; 
	background-color: #fff; 
	font-weight: bold; 
	padding: 2px 4px; 
	border: 3px solid #6e767d;
	}
	
p  { font-size: 1.2em; }	
li  {
	font-size: 1.3em;
	list-style-position: inside;
	list-style-type: disc;
}
ul#nav li {color: #f0c23b; list-style-type: none; text-transform:uppercase }	
	
/* =Classes
-----------------------------------------------------------------------------*/

.quote {color:#f0c23b;  font-weight: bold;}
.top {margin-top: 0; border-top: none; padding-top: 0}


form { margin-bottom: 20px}