/*markbeadles-recipes.css*/
/* designed and (c) Oct 2009 mark beadles except where noted */
/* created for markbeadles.com */
/* tested on FF, IE, Chrome, Safari (Win), Opera mini  (BB)*/


/* baseline default declarations */
body {
	background-color:#ffffff; 
	color:black;
	font-family:Verdana, sans-serif;
	font-size:14px;
	margin: 5%;
	margin-top: 0;
	padding: 0;
	border: 0;   
	width:90%;
}

/* contrasting text against the background */
.contrast {
	color:#999999;
}

/* hyperlink anchor styles */
a, a:visited {
	color:black;
	text-decoration:underline;
	outline:none;
}

a:hover, a:active, a:focus {
	color:#F26101;
	text-decoration:underline;
	outline:none;
}

/*headings*/
#maintitle {
	font-family:"Trebuchet MS", sans-serif;
	font-size:32px;
	color:#F26101;
	font-weight:bold;
	}

	
h1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:24px;
	color:black ;
}

h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:20px;
	color:black;
}	

#footer {
	background: #000000;
	clear: both;
	float:left;
	width: 100%;
	text-align:center;
	font-family:Georgia, serif;
	font-size:12px;
	color:white;
}

#footer a, #footer a:visited  {
	color: white;
	text-decoration:underline;
}

 #footer a:hover, #footer a:active, #footer a:focus {
	color:#F26101;
	text-decoration:underline;
 }
 

ul{
	font-size:12px;
}


div p {
	font-size:12px;
}


/* end markbeadles.css */
