/*------------------------BACKGROUND AND SITE-WIDE---------------------------*/
body {
	background:#EF7C32 url(../img/background.png) repeat-x top;
}

a {
	color: #009245;
	text-decoration:none;
}

a:visited {
	color: #009245;
	text-decoration:none;
}

a:hover {
	color: #009245;
	text-decoration:none;
	border-bottom: #009245 thin dotted;
}

span.sIFR-alternate {
	display:none;
}

ul {
	list-style-type:none;
	margin-left:0;
}

p + p {
    text-indent:0;
}

/*----------------------------HEADER AND MENU--------------------------------*/
div#header {
	height: 350px;
	background:inherit;
	margin-top:10px;
	position:relative;
}

div#banner {
	color:white;
	height: 300px;
	background-image: url(../img/banner.jpg);
	position:relative;
}

div#header p {
	float:right;
	width:118px;
	height:29px;
	position:relative;
	right:0;
	top:25px;
	z-index:2;
	text-align:center;
	background-color:#009245;
	opacity:0.8;
	padding-top:7px;
	color:white;
}

div#header div#title {
	float:left;
	width:850px;
	height:79px;
	position:absolute;
	top:3px;
	left:-10px;
	z-index:1;
	background:url(../img/title.png) no-repeat center;
}

div#header a {
	color:white;
	text-decoration:none;
}

div#header a:visited {
	color:white;
	text-decoration:none;
}

div#header a:hover {
	color:white;
	text-decoration:underline;
}

div#header div#sign-up {
	color:white;
	background-color:#009245;
	opacity:0.8;
    width: 200px;
    height: 45px;
	position:absolute;
    right:0;
    top:80px;
    padding:10px;
}

#sign-up a {
    font-size:30px;
    font-weight:bold;
}

div#menu {
	height:35px;
	background-color:#009245;
	opacity:0.9;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:0;
}

div#menu ul {
	height:35px;
	margin:0;
	padding:0;
        float:left;
}

div#menu ul li {
	display:inline;
	font-size:18px;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
	float:left;
	height:35px;
}

div#menu ul li.inactive {
    background-color:grey;
}

div#menu ul li.inactive:hover {
	background-color:grey;
}

div#menu ul li.inactive a:hover,
div#menu ul li.inactive:hover a {
    color:white;
    cursor:default;
	background-color:grey;
}

div#menu ul li:hover {
	background-color:white;
}

div#menu ul li a:hover,
div#menu ul li:hover a {
	color:#009245;
	background-color:white;
	text-decoration:none;
	border:none;
}

div#menu a {
    display:block;
	padding-right:20px;
	padding-left:20px;
	padding-top:3px;
    height:32px;
}


div#menu form {
	float:right;
	margin:3px 6px;
}

div#menu input {
	border:none;
}

div#menu input#search-button {
	color:white;
	background-color:inherit;
	
	font-size:18px;
}

/*----------------------MAIN CONTENT (GENERAL)-----------------------------*/

div#content {
	background-color:white;
	margin-top:10px;
	padding-top:15px;
    padding-bottom:15px;
	clear:both;
}

div#content h2 {
	text-align:center;
}

div#content input, div#content select {
    border:thin gray solid;
}


div#content input[type=submit] {
    border: thin solid #009245;
    background:#39B54A url(../img/button_background.png) repeat-x top;
    color:white;
    font-size:18px;
    padding:0;
    float:right;
}


a.button {
    display:block;
    height:20px;
    border: thin solid #009245;
    background:#39B54A url(../img/button_background.png) repeat-x;
    color:white;
    text-align:center;
    padding:0 5px 2px 5px;
}

div#main a.button {
    font-size:14px;
    float:right;
    clear:left;
}

div#sidebar a.button {
    font-size:17px;
    font-weight:bold;
    padding-bottom:6px;
}

div.notice a.small {
    float:right;
    border:none;
}

div.notice p {
    clear:right;
    margin-bottom:0;
}

div.notice p a {
	color: #009245;
}

#main p {
    margin-bottom:30px;
}

/*----------------------STARS FOR SHOWING RATING---------------------------*/

ul#rating {
	float:left;
	margin:0;
	padding:0;
}

ul#rating li {
	display:inline-block;
	height:24px;
	width:23px;
	margin:0;
	padding:0;
}

li.green-full {
	background-image: url(../img/green_full.png);
	background-repeat:no-repeat;
}

li.green-half {
	background-image: url(../img/green_half.png);
	background-repeat:no-repeat;
}

li.green-empty {
	background-image: url(../img/green_empty.png);
	background-repeat:no-repeat;
}

ul#rating li.red-full {
	background-image: url(../img/red_full.png);
	background-repeat:no-repeat;
}


div#main h4 {
    text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
    font-size:18px;
    margin-bottom:9px;
}

div#main input, div#main select {
    margin-right:6px;
}

#file-in {
    clear:left;
    margin-left:4px;
    font-size:110%;
}

div#extras {
    float:right;
}

div#main h3#serving-count {
	margin-top:-20px;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}

ul#ingredients {
	width:630px;
	margin:0 0 15px 0;
	padding:0;
    clear:both;
}

ul#ingredients li {
	display:inline;
	float:left;
	width:315px;
}

div#instructions {
	clear:both;
}

div#instructions blockquote {
	float:right;
    margin:0 0 auto 10px;
}

div#instructions blockquote a {
	color: #009245;
}

div#main form {
clear:both;
}

form#header-form p {
    margin:10px 0 0;
}

form#header-form label {
    width:60px;
    display:inline-block;
}

form#header-form input#id_title {
    margin-right:10px;
}

ul.errorlist {
    margin:0;
}

div#ingredient-form form {
    padding-top:1px;
}

div#ingredient-form p {
    margin-bottom:2px;
    margin-top:16px;
}

#report-form form p {
    margin-top:10px;
    margin-bottom:5px;
}

#report-form form textarea {
    height:120px !important;
}

input#id_quantity1, input#id_quantity2 {
    width:100px;
}

p.or {
    text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
    font-weight:bold;
    font-size:14px;
    margin:10px 0 10px 0;
}

input#id_name1 {
    margin-left:5px;
}

div#main input[type=submit] {
    padding-bottom:3px;
    float:right;
}

div#main textarea {
    height:40px;
    width:590px;
    border-color:grey;
}

div#main textarea#id_body {
    height:200px;
}

div#registration-form {
    text-align:center;
}

div#registration-form label {
    display:inline-block;
    width:110px;
    text-align:left;
}

div#registration-form div {
    margin-bottom:5px;
}

p.print-version {
margin-top:10px;
}

p.print-version a {
margin-left:10px;
}

ul#search-results, ul#search-results ul {
    float:left;
    font-size:14px;
    padding:0;
    margin:0;
}

ul#search-results ul li {
    display:block;
    float:left;
    margin:0;
    width:120px;
    padding:3px;
}

ul#search-results li#header-row {
    background:#39B54A url(../img/button_background.png) repeat-x top;
}

ul#search-results li#header-row ul {
    background:inherit;
    color:white;
    font-weight:bold;
}

ul#search-results ul ul#rating {
    background-color:inherit;
}
ul#search-results ul ul#rating li {
	display:inline-block;
	height:24px;
	width:23px;
	margin:0;
	padding:0;
}

ul#search-results ul.green-row {
    background-color:#c8e398;
}

div.pagination {
text-align:center;
}

div.pagination a {
margin:10px;
}

/* -------------------------------SIDEBAR----------------------------------- */
div#sidebar input[type='text'] {
width:140px;
}

div#sidebar input[type='submit'] {
margin-top:6px;
margin-right:8px;
float:none;
cursor:pointer;
}


/* ---------------------------REGISTRATION FORM----------------------------- */

div.overlay-wrapper {
    position:relative;
}

div.overlay-wrapper h2, div.overlay-wrapper div.registration-form {
    position:relative;
    z-index:2;
}

div#overlay {
    display:none;
    position:absolute;
    opacity: 0.6;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
    background:white url(../img/ajax-loader.gif) no-repeat center;
}

/* --------------------------------- FOOTER -------------------------------- */

div#footer {
	color:white;
	margin-top:20px;
	text-align:center;
}

div#footer img {
	float:left;
	margin-right:8px;
}

div#footer div {
	text-align:left;
}

div#footer a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

div#footer a:visited {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

div#footer a:hover {
	color:white;
	font-weight:bold;
	text-decoration:underline;
	border-bottom:none;
}

ul#footer-links {
    text-align:center;
}

ul#footer-links li {
    display: inline;
    margin: 0 80px 0 80px;
}

/*----BLOG----*/

a.continue-reading { float:right; margin-top:-25px; }

#main p.no-gap {margin-bottom:10px;}

#main h3 {text-align:left;}

#main div#profile-form label {
width: 135px;
display:inline-block;
vertical-align:top;
}

#main div#profile-form div {
margin-bottom:15px;
}

#main div#profile-form textarea {
    width:400px;
}

div.description {
    width: 240px;
    float:left;
    margin-right:25px;
}

form.order-form {
    clear:right !important;
}

form.order-form div {
    margin-bottom:12px;
}

form.order-form label {
    padding-right: 10px;
}

form.order-form div.shipping label {
    float:left;
    display:block;
    width:70px;
}

form.order-form table {
    width:300px;
}

form.order-form td {
    text-align:right;
}

form.order-form tr.total {
    background-color:#C8E398;
    color:#007225;
    font-weight:bold;
}

