body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e0e0e0;
	color: #000000;
}

/*
green:	#9DA825
purple:	#6E005F
*/

td, p, li {
	font-size: 12px;
}
p {
	font-size: inherit;
}

a, a:visited {
	text-decoration: none;
	color: #6E005F;
}

a:hover, a:active {
	text-decoration: underline;
	color: #6E005F;
}

h1 {
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9DA825;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 10px;
}

h2 {
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6E005F;
	font-weight: bold;
}

h3 {
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.sectionheader {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	white-space: nowrap;
}

.subnav {
	font-size: 12px;
	white-space: nowrap;
	padding: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6E005F;
}

.subnav2 {
	border: 1px solid #cccccc;
	padding: 4px 4px 4px 15px;
	font-size: 10px;
	background-color: #ffffff;
	white-space: nowrap;
}

.footer {
	font-size: 9px;
	text-align: right;
	color: #333333;
	background-color: #999999;
}

.small {
	font-size: 9px;
	text-align: center;
	color: #333333;
	padding: 2px;
}
.date {
	font-size: 9px;
	/*text-align: right;*/
	color: #333333;
	padding: 2px;
}
.datestamp {
	font-size: 9px;
	text-align: right;
	color: #CCC;
	padding: 2px;
}

.little {
	font-size: 9px;
	color: #000;
}

.caption {
	font-size: 9px;
	font-style: italic;
	color: #333333;
	background-color: #eeeeee;
	text-align: right;
	padding: 2px;
}

hr {
	color : #6E005F;
}

/* special features etc */

.feature_block_head {
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #9DA825;
	text-align: center;
}

.feature_block {
	padding: 0px 5px 5px 25px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DA825;
}

p.feature_block_text, a.feature_block_text  {
	font-size: 10px;
}

.promotion {
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #9DA825;
}

.festive_block_left {
	background-image:url(/upstairs/recipes/images/xmas_parchment_lt.jpg);
	background-color: #f3ebcd;
}
.festive_block_body {
	background-color: #f3ebcd;
	text-align:center;
	font-size:10px;
}
.festive_block_right {
	background-image:url(/upstairs/recipes/images/xmas_parchment_rt.jpg);
	background-color: #f3ebcd;
}

/* cheekymonkeyserver.com */
.pagination {
	font-size: 10px;
	color: #333;
}

.paginationoff {
	color: #AAA;
}

.paginationbox {
	background-color:#EEE;
	width: 100%;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}

.event_listing {
	padding-left: 10px;
}
.event_listing_old {
	padding-left: 10px;
	color:#999;
}

.warning {
	font-size: 12px;
	color: #F00;
}
