/* Reset - Eric Meyer's reset 
-----------------------------------------------------------------------------*/
@import url('reset.css');


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

html {
    height: 100.01%;
    margin-bottom: 1px;
    text-align: center; 
}

body {
	width: 960px;
	margin: 16px auto;
	font-size: 100%;
	line-height: 1.5;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-align: left;
    color: #333;
    background-color: #fff;
}

#header {
    height: 320px;
    width: 960px;
    background: #fff url(banner.jpg) top left no-repeat;
}


#nav {
    padding: 0;
    height: 32px;
    background-color: #6caa8b;
    background-color: rgba(108, 170, 139, 0.62);
}

#content {
	overflow: hidden;
	float: left;
	width: 600px;
	margin-bottom: 24px;
}

#sidebar {
	overflow: hidden;
	float: right;
	width: 310px;
	margin: 24px 0 24px 0;
}

#footer {
	clear: both;
    overflow: hidden;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    background-color: #6caa8b;
    background-color: rgba(108, 170, 139, 0.62);
}

img {
    display: block;
}

#cookbook {
    border: 1px solid #91e5bb;
    padding-bottom: 16px;;
}

#cookbook ul {
    margin: 16px 0 0 24px;
}

#google-ads {
    margin: 24px 0;
}

/* Navigation
-----------------------------------------------------------------------------*/

ul#nav {
    list-style: none;
}

ul#nav li {
    display: inline;
}

ul#nav li a {
    display: block;
    float: left;
    height: 32px;
    padding: 0 20px;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 32px;
    color: #fff;
}

ul#nav li a:hover {
    background-color: #436A57;
}

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

h1 {
    font-size: 1.8em;
    font-style: normal;
    font-weight: normal;
    margin: 16px 0;
    color: #339966;
}

h2 {
    font-size: 1.70em;
    font-style: normal;
    font-weight: normal;
    margin: 16px 0;   
    color: #339966;
}

h3 {
    font-size: 1.25em;
    font-style: normal;
    font-weight: normal;
    margin: 16px 0;   
    color: #339966;
}

p {
    margin: 16px 0;
}

p.excited {
    padding-left: 20px;
    background: #fff url(asterisk.jpg) 0 2px no-repeat;
}

#footer p {
    margin: 0;
}

strong {
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #37a66e;
}

a:hover {
    text-decoration: underline;
}

#footer a {
    color: #fff;
}

ul#thankyou li {
    padding-left: 20px;
    background: #fff url(asterisk.jpg) 0 3px no-repeat;
}

