@charset "UTF-8";
/* core.css */


/*-------------------------------------
		LAYOUT ELEMENTS
--------------------------------------*/

body {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	color: #000000;
	background-color: #74C800;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#headbg { /* full width background + binds entire head */
	margin: 0px;
	padding: 0px;
	height: 153px;
	background-color: #222222;
	background-attachment: scroll;
	background-image: url(images/layout/bg_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

#head { /* head img */
	text-align: left;
	padding: 0px;
	height: 112px;
	width: 932px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav { /* has pop */
	text-align: left;
	height: 41px;
	width: 932px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/layout/pop_head.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav img { /* pushes nav imgs */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 24px;
}

#widecontent { /* full width background */
	background-color: #F8FFE8;
	text-align: center;
	height: 100%;
}

#narrowcontent { /* auto margin 932px width restriction */
	text-align: left;
	padding: 0px;
	width: 932px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bgcontent { /* floating repeating shadowed bg_content.gif */
	background-image: url(images/layout/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 932px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#content { /* margin restrictions */
	text-align: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 24px;
	margin-left: 24px;
	float: left;
	width: 896px;
}

#foot { /* provides background color fix + float clearing */
	clear: both;
	background-color: #74C800;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/layout/pop_foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

#subscribeform {
	float: right;
	padding: 24px;
	background-color: #f3f3f3;
	margin-left: 12px;
}

#content p.indexintro {
	font-size: 1.5em;
}


/*-------------------------------------
		PEPPERED MODIFICATIONS
--------------------------------------*/


/*** imgs ***/

a img { /* turn off borders on linked images */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content img.l { /* images contained within articles, float left */
	float: left;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0;
}

#content img.r { /* images contained within articles, float right */
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 12px;
	margin-right: 0;
}

#content img.c { /* images contained within articles, centred */
	display: block;
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content .quartercolumnshaded p { /* p spacing colour mod */
	margin: 0;
	margin-bottom: 1.0em;
	color: #909090;
}

#content ul#other { /* other articles nav*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul#other li { /* other articles list spacing*/
	margin-bottom: 1.0em;
}

/*** preview ***/

#content #previewframe {
	height: 250px;
	display: block;
	overflow: hidden;
}

#topreview {
	color: #909090;
}

#content .halfcolumn #previewframe div {
	height: 226px;
	display: block;
	padding: 12px;
}

#content .halfcolumn #previewframe div span {
	background-color: #74C800;
	padding: 12px;
	text-align: center;
	font-size: 1.4em;
	display: block;
}

/*** type ***/

#content p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1.4em;
}

strong {
	font-weight: bold;
}

#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
	letter-spacing: -0.05em;
}

#content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
	margin: 0.2em 0;
}

#content p.back { /* "Back to Articles" top margin mod */
	margin-top: 48px;
}

#content ol, #content ul { /* lists */
	list-style-position: outside;
	padding-left: 2em;
	margin-right: 2em;
}

#content ol li { /* list elements */
	margin-bottom: 1.0em;
}

#content ul li {
	margin-bottom: 0.2 em;
}

#content ol li p, #content ul li p { /* list elements with p */
	margin-bottom: 0.5em;
}

#content ol h2, #content ol h2 { /* list header indent fix */
	margin-left: -26px;
}

#content div.recipe { /* recipe block */
	width: 50%;
	margin-left: 24px;
	margin-bottom: 1.4em;
	padding: 12px;
	background-color: #F3F3F3;
}

#content div.recipe p.recipeclose { /* bottom fix */
	margin-bottom: 0;
}

/*** layout elements ***/

hr {
	color: #9BE100;
	background-color: #9BE100;
	height: 1px;
	border: solid 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

hr.floatclear { /* multipurpose float clearer */
	display: none;
	clear: both;
	margin-top: -0.1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.quartercolumn { /* quarter size content column */
	width: 212px;
	margin-right: 12px;
	float: left;
	margin-top: 12px;
}

.quartercolumnshaded { /* shaded quarter size content column */
	width: 188px;
	padding: 12px;
	padding-top: 12px;
	margin-right: 12px;
	margin-top: 12px;
	float: left;
	background-color: #F3F3F3;
}

.halfcolumn { /* half size content column */
	width: 436px;
	margin-right: 12px;
	margin-top: 12px;
	float: left;
}

.threecolumn { /* half with extra blank column content column */
	width: 660px;
	margin-right: 12px;
	margin-top: 12px;
	float: left;
}

.fullcolumns { /* it's over 9000! */
	width: 884px;
	margin-right: 12px;
	margin-top: 12px;
	float: left;
}

/*-------------------------------------
		A LINKS
--------------------------------------*/

a:link {
	color: #4F7D00;
	text-decoration: none;
}

a:visited {
	color: #4F7D00;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}

a:active {
	color: #4F7D00;
	text-decoration: none;
}

#foot a:link, #content .halfcolumn #previewframe div a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:visited, #content .halfcolumn #previewframe div a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:hover, #content .halfcolumn #previewframe div a:hover {
	color: #F3F3F3;
	text-decoration: underline;
}

#content .halfcolumn #previewframe div span:hover {
	background-color: #9BE100;
}

#foot a:active, #content .halfcolumn #previewframe div a:active {
	color: #FFFFFF;
	text-decoration: none;
}
