/*
Theme Name: WordPress Default
Websit: TylerFlorence
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Verdana , Sans-Serif;
	color: #989898;
	text-align: left;
	}
a { text-decoration:none; }

img { border:none;}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	}
#header { display:none; }
#sidebar { display:none; }
.navigation { display:none; }
.recipe{ display:block; float:left; width:200px; overflow:hidden; margin:0px 5px 0px 0px;}
.rlist { font-size:0.9em; color:#333333; line-height:16px; background:url(images/recp_bg.jpg) repeat-x; padding:2px 0 0 5px; margin-top:5px;}
.postcontent{width:510px; overflow:hidden; padding:0 0 20px 0; font-size:1em; color:#646464; background:#FFFFFF;}
.postcontent h3{font-family:arial; font-weight:normal; font-size:1.1em; margin:0px; padding:0px 0px 3px 0px;}
.postcontent h3 a { color:#8eb3be; }
.postcontent h3 a:hover { color:#646464; }
.postcontent h6{font-family:arial; font-weight:normal; color:#c2ab2a; font-size:0.9em; margin:0px; padding:0;}

