/* STANDARD TAG REDEFINITIONS */

body
{
	color: #000000;

/*	font-family: Verdana, arial, sans-serif; */
/* copied from soso */
	font-family: GilliusADFNo2,Candara,Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;

    margin: 0px;
	padding: 0px;
	background-color: white;

}


TD,span,div
{
/*	font-family:  verdana, arial, sans-serif; */
/*
	font-size: 12px;
*/
	color: #000000;
}


TD {
	vertical-align: top;
}


UL
{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 50px ;
}

a
{
	color: rgb(0,0,153);
	font-weight: bold;	
	text-decoration: none;
}

a:link
{
	color: rgb(0,0,153);

}

a:visited
{
	color: rgb(102,0,153);
	
}

a:active { color: rgb(0,0,153); }
a:hover { color: rgb(0,0,255); }


/* HEADER STYLES */
h1, h1 a, h1 a:link, h1 a:active, h1 a:hover, h1 a:visited
 {padding: 0px; margin: 0px;  color: black;}


h2
{
/*	font-family: verdana, courier, monospace; */
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
	padding: 4px;
	margin: 0px;
	
}

h3
{
	font-size: 1.2em;
	line-height: 1.1em;
	text-align: left;
	font-weight: bold;
	color: #111111;
	padding: 0px;
	margin: 10px 0px 10px;
	
}

/* MAIN STRUCTURAL BITS */

.banner{
	margin-left:10px;
	margin-bottom:-10px;
	padding:0px;
}

.section {
	border: 1px solid gray;
	
	margin: 10px 18% 10px 10px;
	padding: 5px;
	
	background-color: silver;
	color: black;
}

.subsection{
	border: 2px solid black;
	
	margin: 10px 5px;
	
	padding: 15px;
	padding-top: 3px;
	
	text-align: left;
	background: #ffffff;
	color: #000000;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0.1em 0.1em #CCC;

/* copied from soso */
/* font-size: 1em; *//* 0.94em dropped after google demand */
line-height: 1.3em;	
}

.section-inline{
	border: 1px #aaa solid;
	
	margin: 10px;
	
	padding: 5px;
	padding-top: 3px;
	
	text-align: left;
	background: #ffffff;
	color: #000000;
	display: inline-block;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0.1em 0.1em #CCC;
		
}

.gallery-section{
	border: 1px #aaa solid;
	
	margin: 10px;
	
	padding: 5px;
	padding-top: 3px;
	
	text-align: left;
	background: #aaaa77;
	color: #ffffff;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0.1em 0.1em #CCC;
}


.subsubsection{
	padding-top:2px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.subsection-centre{
	border-top: 1px #ccc solid;
	
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}
.subsection-200{
	border-top: 1px #ccc solid;

	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: middle;
}

.centred{
text-align: center;
vertical-align: top;
}

/* IMAGE RELATED THINGS*/
IMG {
	border:0px;
	vertical-align: middle;
	margin-top:2px;
	margin-bottom:2px;
}

.imagediv
{
	margin: 5px 0px 5px 0px;
	padding: 4px;
	text-align: center;
	display: block;
}

img.imageright
{
	margin: 10px 0px 10px 0px;
	float: right;
}

br.clearbr { clear: both; }


/* OTHER STUFF */


.toplink:link{
	color: #aa00ff;
}
.toplink:active{
	color: #aa66ff;
}
.toplink:hover{
	color: #aa66ff;
}
.toplink:visited{
	color: #aa11ff;
}

.head1
{
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #441111;
}

.body1
{
/*
	font-size: 12px;
	line-height: 14px;
*/
	text-align: left;
}
.body2
{
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}
.head2
{
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	color: #111111;
	padding-top: 0px;
	margin-top:0px;
}

.itemtitle
{
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #111111;
}

.dateheader
{
	margin: 3px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #442211;
	font-style: italic;
}

.syndicated
{
	margin: 5px 30px 5px 30px;
	padding: 3px;
}

.quote
{
	margin: 5px 0px 5px 0px;
	padding: 4px;
	font-style: italic;
}



.fancynews
{
	margin: 5px 0px 5px 0px;
	padding: 4px 4px 4px 4px;
	background-color: #eeeeee;
}


.linkage
{
	margin: 3px 0px 0px 0px;
}

.breadcrumb-this
{
	font-weight: bold;
	white-space: nowrap;
}


.verysmall {
	font-size: 9px;
}

.divider
{

	background-color: #aaaaaa;
}
.itembox{
	margin: 3px 3px 3px 3px;
	padding: 5px;
	
}



.blockquote
{
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
}

.td200
{
	width: 250px;
}

.td500
{
	width: 500px;
}


.corner-right
{
	float: right;
	margin: 0;
}

.corner-left
{
	float: left;
	margin: 0;
}

.edge-right
{
	float: right;
	height: 100%;
	width: 20px;
	margin: 0px;
}

.edge-right-img{
	float: right;
	height: 100px;
	width: 20px;
	margin:0px;
}






.subheading {padding: 0px; margin: -5px 0px 5px 130px; color: black;}
.subheading a:link, .subheading a:visited, .subheading a:active {color: black; font-weight: normal;}


.nonblogthings {
	float: right; width: 15%; 
	border: 1px solid black; 
	background-color: white;
	margin: 5px; padding: 5px;
	}
.nonblogthings h2 { font-size: small; font-weight: normal; font-style: italic; }


.cclicense {font-size: small; float: right; width: 25%; font-style: italic;
	opacity: .8;
	filter: alpha(opacity=80);
}


#extras { width: 15%; min-width: 10em; float: right; border: 1px solid gray; }

/* FOR THE /recipes design */
.recipecontents {
	font-size: small;
}

.recipearticles {
}

.recipe1article {
	page-break-before: always;
	
	padding-bottom: 5px;
	border-bottom: 2px solid black;
	margin-bottom: 5px;
}



ul li {
	margin-bottom: 0.5em;
}

