@charset "UTF-8";
/* CSS Document */

body { margin:0px; padding:0px; background-color:#150300; background-image:url(../images/bg.jpg); background-position:top center; background-repeat:no-repeat; font-family:Georgia, "Times New Roman", Times, serif; }

#container { width:1000px; height:auto; margin-left:auto; margin-right:auto; }

#logo { width:350px; height:125px; background-image:url(../images/chrisandpitts_logo.png); background-position:center 60%; background-repeat:no-repeat; display:block; float:left; }


/* NAVIGATION */
#navigation { width:600px; height:135px; background-image:url(../images/navigation_bg.png); background-position:bottom left; background-repeat:no-repeat; display:block; float:right; }

#navigation_links { width:550; height:50px; display:block; position:relative; top:55px; right:40px; }
#navigation_links img { padding-left:10px; }


/* SPLASH IMAGE */
#splash_image { width:1000px; height:325px; clear:both; position:relative; top:0px; margin-bottom:-100px; }
#splash_image img { padding-left:25px; }


/* TYPE */
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.6em; color:#290500; margin:0px; }

a:link { color:#290500; text-decoration:underline; }
a:hover { color:#290500; text-decoration:none; }
a:visited { color:#290500; text-decoration:underline; }
a:active { color:#290500; text-decoration:underline; }

/* PAGE */
#page { width:900px; min-height:200px; background-image:url(../images/page_bg.jpg); background-repeat:repeat-y; background-position:bottom; overflow:auto; position:relative; margin-bottom:25px; }

#page_content { width:750px; text-align:left; margin-top:90px; margin-bottom:60px; font-family:Georgia, "Times New Roman", Times, serif; font-size:.8em; color:#290500; overflow:visible; z-index:100; position:relative; }

#page_recipes { width:750px; text-align:left; margin-top:90px; margin-bottom:60px; font-family:Georgia, "Times New Roman", Times, serif; font-size:.8em; line-height:18px; color:#290500; overflow:visible; z-index:100; position:relative; }

#footer { width:1000px; height:50px; display:block; position:relative; color:#d6bd7f; font-size:.8em; text-align:center; vertical-align:middle; clear:both; }

table { font-size:12px; }

th { background-color:#290500; color:#d6bd7f; }

.even { background-color:#7f613f; color:#d6bd7f; }