/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:0.9em;
	padding:0 0.0em;
	line-height:1.5em;
	font-color:#221E1F;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.6em 0;
	padding:12px 0 3px 0;
	line-height :1.2em;
	font-size:1.6em;
	font-weight:normal;
	color:#00A5EF;
	border-bottom:1px solid #A7A7AB;
}
.textContent h3 {
	margin:0 0 0.6em 0;
	padding:12px 0 3px 0;
	line-height :1.2em;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}
.textContent ul li, .textContent ol li {
	margin-top:1em;
}

.textContent .contentArea ul.true li {
	margin-top:0;
	margin-bottom:0;
}
.textContent .contentArea a.true {
	text-decoration:underline;
}

.contentArea {
	padding:0 0.5em 2em 0.5em;
}

h2
{
	margin:0 0 0.6em 0;
	padding:0.3em 0.0em 0.3em 0.0em;
	line-height :1.2em;
	font-size:1.6em;
	color:#9D2D32;
	border-bottom:2px solid #9D2D32;
}

img.word {
	display:inline;
	margin:0;
	padding:0;
	vertical-align:middle;
}


.recipe img {
	display:block;
	margin:0 auto;
}


div.recipe a {
	color:#0078C1;
}

p.printLink {
	text-align:center;
	font-weight:bold;
	margin:1em 0;
	font-size:1.1em;
	line-height:1.6em;
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
}

#recipeLinks {
	border-top:1px solid #AAA;
	padding:10px 0 0 0;
	margin:2em 0 0 0;
	text-align:center;
	position:relative;
	font-size:1.3em;
	font-weight:bold;
	height:1.2em;
}
#recipeLinks a {
	position:absolute;
	margin:0;
	padding:0;
	top:10px;
}
#recipeLinks a#pLink {left:20px;}
#recipeLinks a#nLink {right:20px;}


/*** CODE FOR LANGUAGE FLAGS ***/

ul#flagBox {
	width:100px;
	height:20px;
	line-height:20px;
	font-size:1px;
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
	float:right;
}
ul#flagBox li {
	width:40px;
	height:20px;
	line-height:20px;
	font-size:1px;
	padding:0 10px 0 0;
	margin:0;
	list-style:none;
	float:left;
}
ul#flagBox li a {
	display:block;
	width:40px;
	height:20px;
	color:#fff;
	text-decoration:none;
}