@import url(global.css);
@import url(layoutstyles.css);
@import url(header.css);
@import url(layout.css);



/*

Main content styles

*/

p{text-align:left;}

.table {
	display: block;
	margin-top: 0;
	padding: 0 0 10px 0;
	background-image: url(../img/general/green_dash.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.table img {
	margin: 10px;
}

.table h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
}

.table h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
	border-top: 1px dashed #999900;
}

.table h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #CC9900;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
}

.table p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #996600;
	margin: 0;
	padding: 5px 10px 10px 10px;
}

.table ul {
	display: block;
	list-style-position: outside;
	list-style-type: square;
	margin: 10px 0 10px 15px;
	padding: 0 0 0 20px;
}

.table ul li {
	margin: 0;
	padding: 0 0 5px 0;
	color: #996600;
	font-size: 1.2em;
}

.table ol {
	display: block;
	list-style-position: outside;
	margin: 10px 0 10px 20px;
	padding: 0 0 0 20px;
}

.table ol li {
	margin: 0;
	padding: 0 0 5px 0;
	color: #996600;
	font-size: 1.2em;
}




.table div.closer p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

.table div.notes {
	padding: 0 0 0 10px;
	margin-bottom: 100px;
	float: right;
}

.table div.notes p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 5px;
	color: #D1550E;
}

.table tr.row_odd {
	background-color: #e0e0b1;
	vertical-align: middle;
}
.table tr.row_odd :hover{
	background-color: #E5E5B7;
}
.table tr.row_even {
	background-color: #FFFFFF;
	vertical-align: middle;
}
.table tr.row_even :hover{
	background-color: #FCFCFC;
}




/* Cartoon images */
.imgLeft {
	float: left;
	padding: 5px;
	position:relative;
}
.imgLeftUp {
	float: left;
	padding: 5px;
	position:relative;
	margin-top: -45px;
}
.imgLeft p {
	font-size: 1.5em;
	color: #ffffff;
	margin: 0;
	padding: 1em 1em 1.5em 3em;
	background-image: url(../img/general/caption_footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*
	background-color: #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #ffffff;
	*/
}
.spareSpan {
	position: absolute;
	bottom: 10px;
	left: 15px;
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../img/general/caption_plus.png);
}





/* RSS styles */
img.rss {
	float: left;
	margin: 0 10px 10px 0;
}

div.rss {
	padding: 10px 0;
}

div.rss h2 {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #CC9900;
}

div.rss p {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #CC6600;
}
div.rss p a {
	color: #CC6600;
	text-decoration: none;
}
div.rss p a:hover, div.rss p a:active {
	color: #D1550E;
}



/* Recipe menu styles */
.recipeMenu {
	margin-top: 10px;
	min-height: 380px; /* Height fix for menu items to cover two rows (one row = 205px approx) */
}
.recipeMenu ul {
	display: block;
	list-style-type: none;
	/*margin-top: 20px;*/
}
.recipeMenu ul li {
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	width: 175px;
}
.recipeMenu ul li img {
	display: block;
}
.recipeMenu ul li a, .recipeMenu ul li a:link, .recipeMenu ul li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #CC9900;
	text-decoration: none;
}
.recipeMenu ul li a:hover, .recipeMenu ul li a:active {
	color: #D1550E;
	text-decoration: none;
}


/* Star rating */
div.rating-container {
	margin: 0 0 30px 10px;
	padding: 0;
	float: right;
	width: 200px;
}
div.rating-container p {
	margin: 2px 10px 0 0;
	padding: 0;
	float: left;
}




/* News styles */
.newslisting_row {
	margin: 0;
	padding: 0 0 20px 0;
}

h1.news {
	color: #D1560E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	padding: 10px 0;
}
h2.news {
	color: #D1550E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 10px 0 0 0;
}
h2.news a {
	color: #D1550E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	padding: 10px 0 0 0;
	text-decoration: none;
}
h2.news a:hover {
	color: #CC9900;
}
p.news {
	color: #CC9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding: 0 0 10px 0;
}
ul.news {
	list-style-type: none;
}
ul.news li {
	margin: 0;
	padding: 10px 0;
	display: block;
	background-image: url(../img/general/green_dash.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
ul.news li a, ul.news li a:link, ul.news li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #D1550E;
	text-decoration: none;
}
ul.news li a:hover, ul.news li a:active {
	color: #CC9900;
	text-decoration: none;
}
img.itemimage {
	float: left;
	margin: 10px 20px 20px 0;
}
img.newsimage {
	position: relative;
	float: left;
	margin: 12px 20px 0 0;
}

div#links ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 0;
}

div#links ul li {
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
}

div#links ul li a {
	color: #336699;
	text-decoration: none;
}

div#links ul li a:hover {
	color: #003399;
	text-decoration: underline;
}




/* World Egg Day page styles */

.worldeggday h2 {
	color: #D1550E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	padding: 10px 0 0 0;
}
.worldeggday h3 {
	color: #996600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding: 0 0 10px 0;
}

.worldeggday p {
	color: #996600;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 0 0 10px 0;
}

.worldeggday ul {
	display: block;
	list-style-position: outside;
	list-style-type: square;
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
}

.worldeggday ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 5px 0;
	color: #996600;
	font-size: 1.2em;
}




/*
Colour overrides
*/

.table .red {
	color: #D1550E;
}

.table .brown {
	color: #996600;
}

.table .blue {
	color: #336699;
}

.table .black {
	color: #000;
}

.table .orange {
	color: #cc9900;
}



