@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FDF9FB;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0em;
	font-size: 13px;
	}

p {
	color: #2A2437;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0em;
	font-size: 13px;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #2A2437;
    font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	}
	
li {
	margin: 3px 0px 3px 0px;
	color: #2A2437;
	}
	
img {
	border: 0px none white;
	}
	
#banner {
    margin: 0 0 25px 7px;
	}
	
#content_cell {
	padding-left: 10px;
	}	
	
a.textlink:link, a.textlink:visited, a.textlink:active {
	text-decoration: none;
	color: #447799;
	}

a.textlink:hover {
	text-decoration: none;
	color: #2A2437;
	}

a.navsub_text:link, a.navsub_text:visited, a.navsub_text:active {
	text-decoration: none;
	color: #2A2437;
	}

a.navsub_text:hover {
	text-decoration: none;
	color: #447799;
	}

.nav {
	height: 30px;
	margin-right: 0px;
	}
	
.navline {
    width: 10px;
    background: url(http://www.timmazurek.com/nav/nav_line.png) repeat-y;
	vertical-align: top;
    }	
	
.navsub {
	margin: 5px 12px 6px 10px;
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.04em;
	}	

.link_list {	
	list-style-type: none;
	margin: 0 0 0 1.5em;
	padding:0;
	}

	
#recipe_text_div {
	}

#recipe_source {
	position: relative;
	top: -12px; 
	}

#materials {
	position: relative;
	top: -0.5em;
	margin-bottom: 28px;
	}
	
#projtable {
	border: 1px solid black;
	border-collapse: collapse;
	}

#projtable td, th {
	border: 1px solid black;
	padding: 4px;
	}
	
h2 em {
	font-style: italic;
	}

.recipe_component {}

.recipe_component_name {
	text-transform: uppercase;
	margin: 2em 0 -0.5em 0;
	}	

.ingredients {
	padding-left: 16px;
	}	

.recipe_directions {}

.recipe_photo_cell {
	vertical-align: top;
	padding: 0 60px 0 20px;
	}

.recipe_photo {
	margin: 3px;
	/border: 1px solid #757080;
	}

.cardimg {
	width: 80px;
	margin: 1px;
	}

.cardcell {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	}
	
.news_date {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Courier New, monospace;
	margin: 3em 0 -0.8em 0;
	}
	
#newsdiv {
    width: 590px;
    }	

#copy {
    text-align:left;
	margin:45px 0 0 12px;
	color: #5A5467;
	font-size:11px;
    }	

.rss-box{}
.rss-title{}
.rss-items{}
.rss-item{text-decoration:none; color:#2A2437; margin: 1em 0 0.5em 0; }
.rss-item{}
.rss-date{}

