/* LAYOUT STYLE SHEET
   controls the websites page scructure */

html, body {
	height: 100%;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

/* REDEFINE HTML
------------------------------ */
/* headings */
h1, h2, h3, h4 {
	color: #00501D;
	font-weight: normal;
}

h1 {
	font-size: 2.8em;
	font-style: italic;
	margin:0 0 20px;
}

h1 a, h2 a,h3 a, h4 a  {
	color: #00501D;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover  {
	color: #999;
}

h2 {
	font-size: 1.6em;
	margin:0 0 10px;
}

h3 {
	font-size: 1.4em;
	margin:0 0 10px;
}

/* formatting */
p {
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 15px;
}

#content ul, #content ol {
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 15px;
}


/* STRUCTURE
------------------------------ */
#outer {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

#memberbar {
	font-size: 1.1em;
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}


#wrapper {
	text-align: left;
	background-color: #fff;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	width: 960px;

}

#page {
	float: left;
	position: relative;
	width: 960px;
	background-color: #fff;
}

#header {
	height: 130px;
	width: 100%;
	overflow: hidden;
}

#globalnav {
	height: 40px;
	margin: 0 -20px;
	position: relative; /* for ie6 */
	width: 1000px;
	z-index: 20;
}

#sidebar {
	display: inline; /* for ie6 */
	margin: 0 0 0 30px;
	float: left;
	width: 214px;
}

#content {
	display: inline; /* for ie6 */
	float: right;
	margin: 0 30px 30px 0;
	width: 655px;
}

#footer, #push {
	height: 125px; /* #push must be the same height as #footer */
	width: 960px;
}

#footer {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/footer-bg.jpg) no-repeat;
	margin: 0 auto;
	clear: both;
}

/* MEMBER BAR
------------------------------ */
#memberbar {
	padding: 8px 0;
}

#memberbar ul, .searchrecipes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#memberbar ul.float-left {
	padding-top: 5px;
}

#memberbar ul li, .searchrecipes ul li {
	float: left;
	border-right: 1px solid #999;
	padding-right: 7px;
	margin-right: 7px;
	color: #999;
}

#memberbar ul li.last {
	border: 0;
}

#memberbar ul li a, #memberbar div.errormsg a {
	color: #999;
	text-decoration: none;
}

#memberbar ul li.active a{
	color: #00501D;
}

#memberbar form ul {
	margin-top:0;
}

#memberbar ul.login li, .searchrecipes ul li {
	border: 0;
	margin: 0;
}

#memberbar ul.login {
	float: right;
}

#memberbar ul.login li.last {
	border-left: 1px solid #999;
	padding-left: 7px;
	margin-top: 5px;
}

#memberbar  ul.login li.last a, #memberbar ul li.loggedin a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/forgot-password.gif) no-repeat 0 50%;
	padding-left: 10px;
}

#memberbar ul li.loggedin{
	border-right: 1px solid #999;
	padding-left: 7px;
	margin-top: 5px;
}

#memberbar div.errormsg{
	background-color:#ffffff;
	color: #FF0000;
	padding:4px;
	position: absolute;
	top: 30px;
	right: 110px;
}

#memberbar ul li input, .searchrecipes ul li input {
	background: #F5F5F5 url(http://www.foodinaminute.co.nz/resources/img/memberbar-input-bg.gif) no-repeat;
	border: 0;
	color: #999;
	font-size: 1em;
	padding: 2px 3px 3px;
	width: 100px;
	margin-top: 2px;
}

.searchrecipes ul li input {
	background: #F5F5F5 url(http://www.foodinaminute.co.nz/resources/img/search-input-bg.gif) no-repeat;
	width: 110px;
	margin-top: 1px;
}

#memberbar ul li input.login {
	background: none;
	width: 42px;
	margin-top: 0;
}

#memberbar ul li input.logout {
	background: none;
	width: 54px;
	margin-top: 0;
	padding-left: 7px;
}

/* HEADER
------------------------------ */
#header {
	background: url(http://www.foodinaminute.co.nz/resources/header-bg.jpg) no-repeat top right;
}

#header h2 {
	margin: 20px 30px;
}

#header h2 a {
	background: url(http://www.foodinaminute.co.nz/resources/img/logo.jpg) no-repeat;
	display: block;
	height: 79px;
	width: 174px;
	text-indent: -999em;
}

/* GLOBAL NAV
------------------------------ */
#globalnav {
	background: url(http://www.foodinaminute.co.nz/resources/img/globalnav-bg.gif) no-repeat;
}

#globalnav ul {
	list-style: none;
	margin: 0 33px;
	padding: 3px 0 0;
}

#globalnav ul li {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 1px;
}

#globalnav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#globalnav ul li a span  {
	display: block;
	padding: 4px 15px 5px;
}

#globalnav ul li a:hover {
	background: url(http://www.foodinaminute.co.nz/resources/img/gn-active-r-bg.gif) no-repeat top right;
}

#globalnav ul li a:hover span {
	display: block;
	background: url(http://www.foodinaminute.co.nz/resources/img/gn-active-l-bg.gif) no-repeat top left;
	padding: 4px 15px 5px;
}

#globalnav ul li.active {
	background: url(http://www.foodinaminute.co.nz/resources/img/gn-active-r-bg.gif) no-repeat top right;
	position: relative;
	z-index: 20;
}

#globalnav ul li.active a {
	display: block;
	background: url(http://www.foodinaminute.co.nz/resources/img/gn-active-l-bg.gif) no-repeat top left;
	float: left;
}

#globalnav ul li.active a span {
	background: url(http://www.foodinaminute.co.nz/resources/img/gn-active-li-bg.jpg) no-repeat 50% 100%;
	padding-bottom: 18px;
}

/* SIDEBAR
------------------------------ */
#sidebar {
	padding: 45px 0 0;
}

#sidebar  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	font-size: 1.4em;
	margin-bottom: 15px;
}

#sidebar ul ul {
	margin: 15px 0;
	padding-left: 22px;
	border-bottom: 1px solid #DADADA;
}

#sidebar ul li li {
	font-size: .85em;
/*	font-weight: bold;*/
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: capitalize;
}

#sidebar a {
	color: #CC092F;
	text-decoration: none;
}

#sidebar a:hover {
	color: #999;
}


#sidebar a.active-parent {
	color: #999;
}

#sidebar a.active {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/sidebar-active.gif) no-repeat 0 3px;
	font-weight: bold;
	padding-left: 20px;
	margin-left: -20px;
	position: relative;
}

#sidebar .promo {
	margin: 35px 0;
}

/* CONTENT
------------------------------ */
#content {
	padding: 45px 0 0;
}

#content p a, #content ul.contentlist a, #content ol.contentlist a, #content p a:visited{
	color: #CC092F;
}

#content p a:hover, #content ul.contentlist a:hover, #content ol.contentlist a:hover{
	color: #999;
}

table {
	width: 100%;
	margin-bottom: 25px;
}

table th, table td {
	padding: 5px 10px;
}

table th {
	font-size: 1.2em;
	color: #fff;
	background-color: #00501D;
}

table td {
	font-size: 1.1em;
}

table th.alignright, table td.alignright {
	text-align: right;
}

table tr.alt td {
	background-color: #F2F6F3;
}

.downloads {
	list-style: none;
	margin: 0;
	padding: 0;
}


.downloads li {
	font-size: .9em;
	margin-bottom: 5px;
	padding: 2px 0;
}

.downloads li a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #CC092F;
	text-decoration: none;
	padding-left: 10px;
}

.downloads li a:hover {
	color: #999;
}

.downloads li.word {
	background: url(http://www.foodinaminute.co.nz/resources/img/icons/downloads.gif) no-repeat 0 0;
	padding-left: 23px;
}

.downloads li.pdf {
	background: url(http://www.foodinaminute.co.nz/resources/img/icons/downloads.gif) no-repeat 0 -24px;
	padding-left: 23px;
}

.videolinks li {
	padding-right: 15px;
}

#content ul.videolinks li.last {
	border: none;
}

#content ul.videolinks li.first {
	margin-left: 0;
	padding-left: 20px;
}

#content ul.videolinks {
	margin-left: 0;
	padding-left: 0;
}

#content p.errormsg{
	border: 1px solid #FF0000;
	color: #FF0000;
	padding:20px;
}

#content p.successmsg{
	border: 1px solid #00501D;
	color: #00501D;
	padding:20px;
}

#content p.author {
	margin-bottom:0.5em;
	padding-bottom:0;
}

#content p.post {
	margin-top:0;
	padding-top:0;
}

#content p.reply {
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}

/* HOMEPAGE
------------------------------ */
.hm-promo {
	margin-bottom: 30px;
}

.hm-col1 {
	float: left;
	width: 430px;
}

.hm-col2 {
	float: right;
	width: 195px;
}

/* hm-col1 - featured */
.featured {
	background: url(http://www.foodinaminute.co.nz/resources/img/featured-b-bg.gif) no-repeat bottom left;
	margin-bottom: 35px;
}

.featured-inner {
	background: url(http://www.foodinaminute.co.nz/resources/img/featured-t-bg.gif) no-repeat top left;
	padding: 13px;
}

.featured h1 {
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
}

.featured h2 {
	font-weight: bold;
}

#content .featured .item {
	width: 100%;
	margin: 0 0 17px;
}

#content .featured .item p {
	margin-bottom: 15px;
}

#content .featured .item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.featured .item ul li {
	font-size: .9em;
	margin-bottom: 5px;
}

.featured .item ul li a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #cc092f;
	text-decoration: none;
	padding-left: 10px;
}

.featured .item ul li a:hover {
	color: #999;
}

#content .featured .first img {
	float: left;
	margin: -13px 10px 0 -30px;
	position: relative;
}

#content .featured .second {
	margin: 0;
}

#content .featured .second li {
	float: left;
	border-right: 1px solid #bdbebd;
	padding-right: 15px;
	margin-right: 9px;
}

#content .featured .second li.last {
	border: 0;
}

#content .featured .second img {
	margin-left: 15px;
}

/* hm-col1 - entry */
.entry {
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.entry  h3, .entry  h4 {
	font-size: 1.4em;
	/*font-weight: bold;*/
	margin-bottom: 10px;
}

.entry  h4 {
	font-weight: normal;
}

.entry p {
/*	padding-left: 95px; */
}

.entry p a.more, .entry a.more {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #cc092f;
	text-decoration: none;
	padding-left: 10px;
	font-size: 1.2em;
/*	font-size: .9em;*/
}

.entry img {
	margin: 3px 0 0;
}

/* hm-col1 - sidebar */
#content .hm-col2 h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin: 0;
}

#content .hm-col2 h4 {
	font-size: 1.2em;
	margin-bottom: 8px;
}

#content .hm-col2 a:hover {
	color: #999;
}

#content .hm-col2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#content .hm-col2 ul ul {
	margin-bottom: 11px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}

#content .hm-col2 ul .noborder {
	border: 0;
}

#content .hm-col2 ul li {
	font-size: .9em;
}

#content .hm-col2 ul li li {
	font-size: .9em;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#content .hm-col2 ul li li.how-to {
	line-height: 1.3;
}

#content .hm-col2 ul li li a.more {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 7px;
	color: #cc092f;
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 10px 0;
	float: left;
	width: 100%;
}

#content .hm-col2 ul li li a.last {
	width: 70%;
}

#content .hm-col2 ul li li a.more:hover, .entry p a.more:hover {
	color: #999;
}

#content .hm-col2 ul li div.block {
	background: url(http://www.foodinaminute.co.nz/resources/img/hm-col2-sb-t-bg.gif) no-repeat top left;
	margin-bottom: 13px;
	width: 100%;
}

#content .hm-col2 ul li div.block-inner {
	background: url(http://www.foodinaminute.co.nz/resources/img/hm-col2-sb-b-bg.gif) no-repeat bottom left;
	padding: 13px;
}


#content .hm-col2 ul li div.signup ul {
	background: url(http://www.foodinaminute.co.nz/resources/img/icons/signup-icon.gif) no-repeat bottom right;
	border: 0;
}

#content .hm-col2 ul li div.tv ul {
	background: url(http://www.foodinaminute.co.nz/resources/img/icons/tv-icon.gif) no-repeat bottom right;
	border: 0;
}

#content .hm-col2 ul li div.block ul, .hm-col2 ul li div.block ul li {
	margin: 0;
}

/* FAQ CONTENT
------------------------------ */
.faq h2{
	border-top: 1px solid #DADADA;
	padding-top:15px;
	clear: both;
}

ul.faqlist li{
	line-height: 1.8;
}

/* VIDEOS CONTENT
------------------------------ */
#content .videolist ul li a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #cc092f;
	text-decoration: none;
	padding-left: 10px;
}

#content .videolist ul {
	clear:both;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#content .videolist ul li {
	font-size: .9em;
	margin-bottom: 5px;
}

#content .videolist ul li a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #cc092f;
	text-decoration: none;
	padding-left: 10px;
}

#content embed{
	margin: 0 20px 20px 20px;
}

#content .recipevideo embed{
	margin: 0 0 20px 43px;
}

#content .videolist ul li a:hover {
	color: #999;
}

#content .topborder{
	border-top: 1px solid #DADADA;
	margin-top: 15px;
	padding-top: 15px;
}
/* RECIPES CONTENT
------------------------------ */

/* hero content area */
#content .hero {
	border-bottom: 1px solid #DADADA;
	padding: 0 0 35px;
	margin: 0 0 25px;
}



#content .hero img {
	float: left;
	margin-bottom: 20px;
	line-height: 0;
}

#content .page-utils {
	float: right;
	list-style: none;
	margin: 0;
	padding: 116px 0 0;
	width: 100px;
}

#content .page-utils li {
	font-size: .95em;
	margin-bottom: 15px;
}

#content .page-utils a {
	display: block;
	color: #949494;
	width: 100%;
	text-decoration: none;
}

#content .page-utils a.text {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/page-utils-bg.gif) no-repeat;
	padding-top: 12px;
}

#content .page-utils a.cookbook {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/page-utils-bg.gif) no-repeat 0 -38px;
	padding-top: 18px;
}

#content .page-utils a.print {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/page-utils-bg.gif) no-repeat 0 -82px;
	padding-top: 17px;
}

#content .page-utils a.email {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/page-utils-bg.gif) no-repeat 0 -126px;
	padding-top: 12px;
}

#content .page-utils a.bookmark {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/page-utils-bg.gif) no-repeat 0 -165px;
	padding-top: 18px;
}

#content .hero p.intro {
	clear: both;
	margin: 0;
}

#content span.section, #content .hm-col1 span.section  {
	clear: both;
	color: #00501D;
	display: block;
	font-size: 1.2em;
	margin: 0 0 3px;
}

/* recipe content area */
#content .recipe {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

#content .recipe .col h2 {
	padding: 10px 0 10px 42px;
}

#content .recipe .col h2.time {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/icons/recipe-icons.gif) no-repeat;
}

#content .recipe .col h2.ingredients {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/icons/recipe-icons.gif) no-repeat 0 -55px;
}

#content .recipe .col h2.method {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/icons/recipe-icons.gif) no-repeat 0 -114px;
}

#content .recipe .col h2.tips {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/icons/recipe-icons.gif) no-repeat 0 -172px;
}

#content .recipe .col h2.notes {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/icons/recipe-icons.gif) no-repeat 0 -229px;
}

#content .recipe .col h2.video {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/icons/recipe-icons.gif) no-repeat 0 -287px;
}

#content .recipe .col p {
	margin: 0 0 30px 42px;
}

#content .recipe .col ul {
	font-size: 1.2em;
	line-height: 1.3;
	list-style: none;
	margin: 0 0 30px 42px;
	padding: 0;
}

#content .recipe .col ol {
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 15px 20px;
}

#content .recipe .col li {
	margin: 0 0 5px;
}

#content .recipe .float-left {
	width: 190px;
}


#content .recipe .float-right {
	width: 433px;
}

#content .recipe .more {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/bullets/forgot-password.gif) no-repeat 0 50%;
	font-size: 1.1em;
	padding-left: 10px;
}

#content .recipe .more a {
	color: #666;
	text-decoration: none;
}

#content .recipe .xsell {
	margin: 0 0 40px 42px;
}

/* recipe rating */
#content .rating{
	margin-bottom:10px;
}

#content .rating p {
	font-weight: bold;
	margin: 0 0 3px;
}

#content .rating p span {
	color: #9F9F9F;
	font-weight: normal;
}

#content p.comments {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/icons/comment.gif) no-repeat 0 50%;
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 19px;
}

#content .rating p.comments a {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	padding-left: 10px;
}

#content .rating h2 {
	margin-bottom: 2px;
}

#content .rating a {
	color: #CC092F;
	text-decoration: none;
}

#content .borderbottom{
	padding-bottom: 0px;
}

#content .borderbottom p {
	padding-bottom: 6px;
	border-bottom: 1px solid #DADADA;
}


/* recipe search */
#page .searchrecipes {
	background: url(http://www.foodinaminute.co.nz/resources/img/searchrecipes-r-bg.jpg) no-repeat top right;
	position: absolute;
	top: -10px;
	right: 30px;
}

#page .searchrecipes .searchrecipes-inner {
	background: url(http://www.foodinaminute.co.nz/resources/img/searchrecipes-l-bg.jpg) no-repeat top left;
	float: left;
	padding: 10px 7px;
}

#page .searchrecipes .searchrecipes-inner ul li.last {
	border-left: 1px solid #999;
	margin: 5px 0 0;
	padding-left: 10px;
}

#page .searchrecipes .searchrecipes-inner input {
	font-size: 1.1em;
}

#page .searchrecipes .searchrecipes-inner input.go {
	background: none;
	height: 18px;
	width: 28px;
	margin: -1px 0 0;
}

#page .searchrecipes .searchrecipes-inner a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #CC092F;
	text-decoration: none;
	padding-left: 10px;
	font-size: 1.1em;
}

/* SECTION PAGE
------------------------------ */
#content .caption {
	background-color: #F2F6F3;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#content .caption p {
	padding: 18px 18px 0px 18px;
}

/* view recipes form */
#content .viewrecipes {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#content .viewrecipes .row {
	color: #9F9F9F;
	width: 100%;
	overflow: hidden;
}

#content .viewrecipes .row label, #content .viewrecipes .row select,
#content .viewrecipes .row input {
	float: left;
	margin-right: 8px;
}

#content .viewrecipes .row label {
	font-size: 1.2em;
	display: block;
	padding: 4px 0 0;
}

#content .viewrecipes .row input {
	margin: 1px 0 0;
}

#content .viewrecipes .row select {
	color: #9F9F9F;
	width: 114px;
}

#content .viewrecipes .row .resize {
	background: url(http://www.foodinaminute.co.nz/resources/img/page-utils-bg.gif) no-repeat 5px 0;
	border-left: 1px solid #999;
	display: block;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 2px 5px 0 30px;
	margin: 5px 0 0 10px;
}


/* recipe items */
#content .item {
	width: 310px;
	margin:0 0 40px 0;
}

#content .item h2 {
	margin: 0 0 10px;
}

#content .item img {
	margin: 3px 15px 5px 0;
}

#content .item p {
	margin: 0;
}

#content .item p.more, #content p.more {
	color: #999999;
	font-size: 1em;
	margin: 3px 0 0;
	padding-left: 10px;

}

#content .item p.more a, #content p a.more {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #CC092F;
	padding-left: 10px;
	text-decoration: none;
}

#content .item p.more a:hover, #content p a:hover.more {
	color: #999;
}

/* pagination */
#content .pagination, .navigation {
	color: #BF5D6B;
	font-size: 1.1em;
	padding-bottom: 0px;
	text-align: right;
}

#content .pagination a, .navigation a {
	color: #9F9F9F;
/*	font-weight: bold;*/
	text-decoration: none;
	padding-right: 5px;
	text-decoration: underline;
}

#content .pagination  a:hover, .navigation a:hover {
	color: #CC092F;
}

#content .pagination  a.active, .navigation a:active {
	color: #CC092F;
	font-weight: normal;
	text-decoration: none;
}

#content .pagination .next, .navigation .next {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/forgot-password.gif) no-repeat 100% 50%;
	font-weight: normal;
	padding: 0 10px 0 0;
}

#content .pagination .previous, .navigation .previous {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/previous.gif) no-repeat 0 50%;
	font-weight: normal;
	padding: 0 0 0 10px;
}

#content .viewing, .navigation .viewing {
	color: #9F9F9F;
	width: 100%;
	overflow: hidden;
}

#content .p-top {
	border-bottom: 0px solid #DADADA;
	float: right;
}

/* MY COOKBOOK
------------------------------ */
#content .myinfo {
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
	clear: both;
}

#content .myinfo .col {
	float: left;
	width: 189px;
	padding: 0 15px;
	border-left: 1px solid #DADADA;
}

#content .myinfo .first {
	border-left: 0px solid #DADADA;
	padding: 0 20px 0 0;
}

#content .myinfo h2 {
	margin: 0 0 3px;
}

#content .myinfo p.meta {
	color: #00501D;
	font-size: 1.1em;
	margin: 0 0 10px;
}

#content .myinfo p.meta-alt {
	color: #999;
	font-size: 1em;
	margin: 0;
}

#content .myinfo p.meta-alt a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #CC092F;
	padding-left: 10px;
	text-decoration: none;
}

#content .myinfo p.meta-alt a:hover {
	color: #999;
}

#content div.myrecipes {
	background: #F2F6F3;
	padding: 18px;
	margin-bottom: 18px;
}

#content div.myrecipes .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#content div.myrecipes label {
	display: block;
	color: #9F9F9F;
	font-size: 1.2em;
	padding-top: 3px;
}

#content div.myrecipes label, #content div.myrecipes input,
#content div.myrecipes select {
	float: left;
	margin-right: 8px;
}

#content div.myrecipes select {
		color: #9F9F9F;
		width: 114px;
}

#content div.myrecipes input#keyword {
	background: url(http://www.foodinaminute.co.nz/resources/img/search-input-bg.gif) no-repeat;
	color: #9F9F9F;
	border: 0;
	width: 112px;
	padding: 1px 2px;
}

#content div.myrecipes p {
	margin: 0 0 5px;

}

#content div.myrecipes ul {
	list-style: none;
	margin: 0 0 0 -5px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#content div.myrecipes ul li {
	float: left;
	font-size: .8em;
}

#content .item span {
	display: block;
	color: #9F9F9F;
}

#content .item span input {
	padding: 0;
	margin: 3px 0 0;
	width: 5px !important;
}

#content .item span label {
	position: relative;
	top: -3px;

}

/* SHARED COOKBOOKS
------------------------------ */
.memberthumb{
	margin:20px;
}

/* TIPS
------------------------------ */
#content .tips {
	margin: 10px 0;
	width: 300px;
	display: inline;
}

#content .tips  img {
	float: left;
	margin: 3px 10px 0 0;
}

#content .tips h2, #content  .tips p {
	margin: 0;
	padding: 0 10px 0 0;
}

#content .tips h2 {
	margin-bottom: 6px;
}

#content .tips p.more {
	font-size: 1.1em;
	padding: 2px 0 0;
}

#content  .tips p.more a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/red-arrows.gif) no-repeat 0 50%;
	color: #CC092F;
	text-decoration: none;
	padding-left: 10px;
}

#content .tips p.more a:hover {
	color: #999;
}

#content .caption .float-left {
	margin-left: 18px;
	border-right: 1px solid #DADADA;
}


#content .caption .float-right {
	margin-right: 18px;
}

#content ul.tools {
	float: right;
	list-style: none;
	margin: -15px 0 30px;
	padding: 0;
}

#content ul.tools li {
	border-right: 1px solid #999;
	float: left;
	margin-right: 10px;
	font-size: 1.1em;
	padding-right: 10px;
}

#content ul.tools li.last {
	border: 0;
	padding: 0;
}


#content ul.tools li a {
	background: url(http://www.foodinaminute.co.nz/resources/img/bullets/forgot-password.gif) no-repeat 0 50%;
	color: #999;
	text-decoration: none;
	padding-left: 10px;
}

#content ul.tools li a:hover {
	color: #CC092F;
}

#content .divider {
	background: url(http://www.foodinaminute.co.nz/resources/img/divider-bg.gif) no-repeat;
	border-bottom: 1px solid #DADADA;
	clear: both;
	margin-bottom: 18px;
	padding-bottom: 16px;
 	height: 1%; /* for ie6 */
}

#content .divider span {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	padding: 7px 9px 0;
	position: relative;
}

#content .divider span.first {
	padding-top: 6px;
}

/* FOOTER
------------------------------ */
#footer {
	text-align: left;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .col1 {
	border-right: 1px solid #DADADA;
	float: left;
	margin: 20px 0 0;
	padding-bottom: 10px;
	width: 479px;
}

#footer .col2 {
	float: right;
	margin: 20px 0 0;
	padding-bottom: 10px;
	width: 480px;
}

#footer .block {
	display: inline; /* for ie6 */
	float: left;
	width: 129px;
	margin-left: 30px;
}

#footer .copyrightblock {
	display: inline; /* for ie6 */
	float: left;
	width: 129px;
	margin-left: 20px;
}


#footer .block a, #footer .copyrightblock a {
	color: #999999;
	text-decoration: none;
}

#footer .block li, #footer .copyrightblock li {
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #999999;
}

#footer h4 {
	color: #CC092F;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 30px;
}

.minornavi{
	padding:10px 0 0 23px;
}

.minornavi ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.minornavi ul li{
	float: left;
	border-right: 1px solid #999;
	padding-right: 7px;
	padding-left: 7px;
	color: #999;
	font-size: 1.1em;
}

.minornavi ul li a{
	color: #999;
	text-decoration: none;
}

.minornavi ul li.last {
	border: 0;
}

.copyright {
	position: absolute;
	bottom: 36px;
	left: 796px;
	color: #999;
	font-size: 1.1em;
        line-height: 1.5em;
}

.copyright a {
	color: #999;
        text-decoration: none;
}

/* FORMS
------------------------------ */
#content .forms, .formBuilderForm, .formBuilderSuccess {
    background: #F2F6F3;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #F2F6F3;

}

#content .forms .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

#content .forms div.profileimages{
	float:left;
}

#content .forms div.contactimages{
	float:left;
	width: 200px;
}
#content .forms .text-input {
	width: 250px;
	margin-top:3px;
}

#content .forms i {
	color: #999999;
}

#content .forms label {
	display: block;
	font-size: 1.2em;
	padding-top: 3px;
}

#content .forms label.fixwidth{
	width:150px;
}

#content .forms span{
	color: #999999;
	padding-top:4px;
	display: block;
}

#content .forms p span{
	padding:0px;
}

#content .forms label, #content .forms input,
#content form.myrecipes select {
	float: left;
	margin-right: 8px;
}

#content .forms select {
	width: 114px;
}

#content .specialoffer select{
	width: 255px;
	display: block;
}

#content .specialoffer label{
	width: 340px;
}

#content .specialoffer label.solabel {
	width: 580px;
}

#content .forms p {
	margin: 0 0 5px;
}

#content .forms ul {
	list-style: none;
	margin: 0 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#content .forms ul li {
	float: left;
	font-size: .8em;
	width: 300px;
}

#content .submit {
	margin: 0;
}

#content input.width400 {
	width: 450px;
}

/* OUR PARTNERS
------------------------------ */
#content .partners {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

#content .partners p{

}

#content .partners .float-left {
	width: 190px;
}

#content .partners .float-left img{
	margin-left: 20px;
}

#content .partners .float-right {
	width: 433px;
}

/* BLOG
------------------------------ */
#sidebar .blogcontrols h3, h2.widgettitle {
	font-size: 1.00em;
	font-weight: bold;
	margin-bottom: 5px;
	margin: 0;
	text-transform: none;
}

#sidebar .blogcontrols ul li li {
	font-size: 1.0em;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#sidebar .blogcontrols ul ul{
	border: none;
}

#sidebar ul.blogcontrols{
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #ececec;
}

#content .featuredpost {
	background-color: #F2F6F3;
	float: left;
	padding: 18px 18px 12px 18px;
}

.blog h2, h2.posttitle {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #ececec;
	clear:both;
}

.blog .float-right{
	margin-left:10px;
}

.blog .pagination {
	padding-top: 20px;
	border-top: 1px solid #ececec;
}

#content p.blogpagination{
	border-bottom: none;
}

.blog .noborder {
	border: none;
}

.blog .more {
	margin: 0;
}

.blog .back-to-top {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2.comments{
	background-color: #F2F6F3;
	padding: 10px;
}
/* HELPERS
------------------------------ */
p.back-to-top {
	background: #fff url(http://www.foodinaminute.co.nz/resources/img/bullets/back-to-top.gif) no-repeat 0 50%;
	font-size: 1em;
	float: right;
	padding-left: 10px;
}

p.back-to-top a {
	color: #CC092F;
	text-decoration: none;
}

p.back-to-top a:hover  {
	color: #999;
}

.float-left {
	float: left;
}

img.float-left {
	margin-right: 10px;
}

.float-right {
	float: right;
}


.clear {
	clear: both;
}

.tagline {
	position: absolute;
	bottom: 3px;
	left: 459px;
	color: #999;
	font-size: 1.1em;
}

.tagline a{
	color: #999;
	text-decoration: none;
}


/* Transplants */
img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

small.postmetadata {
	font-size: 0.85em;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
	color: #CC092F;
}

ul li.tags,  ul li.tags{
	float: left;
	font-size: 0.85em;
	color: #CC092F;
}

ul li.comments,  ul li.comments a, ul li.comments a:hover, ul li.comments visited  {
	text-align: right;
	font-size: 0.85em;
	color: #CC092F;
}


ul li.tags,  ul li.tags a, ul li.tags a:hover, ul li.tags visited  {
	text-align: right;
	font-size: 0.85em;
	color: #CC092F;
}

#categorylist {
  margin-top:0px;
  padding-top:0px;
  border-bottom:1px solid #DADADA;
}

#sidebar #categorylist ul {
  margin-top:0px;
  padding-top:0px;
}

#sidebar #categorylist .category {
  font-size: 1em;
  font-weight: bold;
  text-transform:uppercase;
  padding-bottom: 14px;
  line-height:1.25em;
}

.spoonlist {
  list-style-image: url(http://newsblog.foodinaminute.co.nz/wp-content/uploads/2009/05/blogspoon.jpg);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.spoonlist li {
  padding-bottom: 20px;
  padding-left: 15px;
  margin-left: 20px;
}


/** Formbuilder */
.formBuilderLabel, .formBuilderLabelRequired, .formBuilderInput, .formBuilderSuccess {
  font-size: 1.2em;
  line-height: 1.3;
}

.formBuilderLabel, .formBuilderLabelRequired {
  float: left;
  width: 158px;
  overflow:auto;
}

.formBuilderInput, .formBuilderSmallTextarea {
  float:right;
  width: 456px;
  text-align: left;
}

.formBuilderError {
  font-size: 1.1em;
  color: red;
  margin-top: 0.6em;
  margin-bottom: 0.55em;
}

.formBuilderField {
  margin-bottom: 15px;
  overflow:auto;
}

.formBuilderForm, .formBuilderSuccess {
  clear:both;
}

.formBuilderSuccess {
  font-weight: bold;
}


.widget_tag_cloud h2.widgettitle {
  margin-bottom: 1.15em;
}

.formBuilderField.checkbox .formBuilderInput {
  float: left;
  width: 20px;
  padding-top: 0px;
}

.formBuilderField.checkbox .formBuilderLabel {
  float: right;
  width: 590px;
  padding-top: 3px;
}
