/*Markup Styles*/
body {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	background-color: #006000;
	margin: 0;
	}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	}
h1 {
	font-weight: bold;
	font-size: 1.9em;
	color: #95ff78;
	text-align: center;
	}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #95ff78;
	text-align: center;
	}
h3 { font-weight: bold; font-size: 1em; color: #95ff78; }
h4 { font-weight: bold; font-size: 0.75em; color: #95ff78; }
h5 { font-weight: bold; font-size: 0.65em; color: #95ff78; }
h6 { font-weight: bold; font-size: 0.55em; color: #95ff78; }
p {
	text-align: justify;
	}
/* css rollover order - link - visited - active - hover */
a:link { color: #ff0; text-decoration: none; } 
a:visited { color: #ff0; text-decoration: none; }
a:active { color: red; text-decoration: underline; }
a:hover { color: red; text-decoration: underline; }
a.A:link { color: green; text-decoration: none; }
a.A:visited { color: green; text-decoration: none; }
a.A:active { color: #002d00; text-decoration: underline; }
a.A:hover { color: #002d00; text-decoration: underline; }
table.centreTable {
	margin-right: auto;
	margin-left: auto;
	}
.centreText {
	text-align: center;
	}
.rightText {
	text-align: right;
	}
.leftText {
	text-align: left;
	}
.justifyText {
	text-align: justify;
	}
img.centreImage {
	margin-right: auto;
	margin-left: auto;
	display: block;
	}	
img.rightImage {
	float: right;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 0.6em;
	}		
.hicol1 { color: #95ff78; }
.hicol2 { color: #002827; }
.navitext { font-size: 0.88em; }
.pic_caption { color: #000; font-size: 0.88em; font-weight: bold; }
.size12 { font-size: 0.75em; }
.size14 { font-size: 0.88em; }
.size16 { font-size: 1em; }
.size18 { font-size: 1.13em; }
.size20 { font-size: 1.25em; }
.size24 { font-size: 1.5em; }
.size40 { font-size: 2.5em; }
.subtitle {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}
.postedDate {
	text-align: center;
	}
/* AddThis width 180px approx for 5 32px icons or 100px approx for 5 16px icons */
.addThis {
	width:180px; 
	margin:0 auto; 
	padding-top: 0.6em; 
	padding-bottom: 0.6em;
	}
/*  .addThis {
	width:100px; 
	margin:0 auto; 
	padding-top: 0.6em; 
	padding-bottom: 0.6em;
	}
*/
table.recipeTable {
	width: 100%;
	border: solid 1px #9c6;
	}
table.recipeTable td {
	padding-right: 1.8em;
	padding-bottom: 0.9em;
	padding-left: 1.8em;
	}

/* story index picture caption bubbles */
.centreStack {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}										
.four_three_two_picture_caption_bubble {
	background-color: #123405;
	text-align: center;
	vertical-align: top;
	font-size: 1.05em;
	font-weight: bold;
	width: 20.93%;
	height: 11.65em;
	padding: 0.5em;
	margin-bottom: 3px;
	border: solid 1px #9c6;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.four_three_two_picture_caption_bubble h3 {
	margin-top: 0.48em;
	}
@media screen and (max-width: 921px) {
	.four_three_two_picture_caption_bubble {
		width: 27.8%;
		}
	}
@media screen and (max-width: 521px) {
	.four_three_two_picture_caption_bubble {
		height: 13.35em;
		width: 41.5%;
		}
}
.four_three_two_text_bubble {
	background-color: #123405;
	text-align: center;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: bold;
	width: 20.93%;
	height: 4em;
	margin-top: 3px;
	padding: 0.5em;
	margin-bottom: 3px;
	border: solid 1px #9c6;	
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.four_three_two_text_bubble h3 {
	margin-top: 0.48em;
	}
@media screen and (max-width: 921px) {
	.four_three_two_text_bubble {
		width: 27.8%;
		height: 4.5em;		
		}
	}
@media screen and (max-width: 521px) {
	.four_three_two_text_bubble {
		height: 5em;
		width: 41.5%;
		}
	.four_three_two_text_bubble h3 {
	font-size: 1.1em;
	}
}
/* end story index picture caption bubbles */
