@charset "UTF-8";
html
{
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	background-color:#000;
}
body
{
    display: table-cell;
    width: 980px;
    vertical-align: middle;
    margin:0px auto;
    font-size:100.1%;
	font:Georgia, "Times New Roman", Times, serif;
    height: 100%;
}

a img {
	border: 0;
}

#indexbody
{
    display: table-cell;
    width: 980px;
    vertical-align: middle;
    margin:0px;
    font-size:100.1%;
	font:Georgia, "Times New Roman", Times, serif;
    height: 100%;
}


p{
	font-size:1em;
	line-height:22px;
	margin-top:5px;
}

/* Links */
a:link{
	color:#000;
	text-decoration:none;
	
}

a:visited{
	color:#000;
	text-decoration:none;
	
}

a:hover{
	color:#000;
	text-decoration:underline;
	
}
/* Headers */
h1{
	font-size:3.5em;
	color:#Fcf8e5;
	margin-bottom:-10px;
	margin-top:0px;
	margin-left:18px;
	line-height:0px;
}

h2{
	font-size:2em;
	color:#Fcf8e5;
	margin-bottom:0.1em;
}


h3{
	margin:0.1em 0 0 0;
	margin-top:0.1em;
	font-size:1.3em;
}

h4{
	display:inline;
}

h5{
	margin-bottom:5px;
	margin-top:10px;
	line-height:18px;
	font-size:1.6em;
}

h6{
	margin-bottom:10px;
	margin-top:5px;
	line-height:20px;
	font-size:1.1em;
}

h7{
	line
	font-size:0.80em;
}

h8{
	display:inline;
	margin:0;
	font-size:1.2em;
}

h9{
	font-size:2.5em;
	color:#Fcf8e5;
	margin-bottom:0px;
	margin-top:0px;
	line-height:0px;
	margin-left:18px;
}
h10{
	display:inline;
	margin:0;
	font-size:0.8em;
}
#nudge{
	padding-top:8px;
}

/* Navigation Bar */
.nav {
	padding: 0;
	overflow: auto;
	margin: 0;
	margin-top: 20px;
}
.nav li {
	display:inline;
	float:right;
	margin-left:-33px;
}

.menu {
	padding: 0;
	margin: 0;
	border: 0;
	height:90px;
	margin-left:-33px;
	bottom:0px;
	overflow:hidden;
	position:absolute;
	width:980px;
}

/*first bg image in submenu*/
#submenu #first {
	background-image:none;
}

.nav a {
	display: block;
	margin-top:8px;
	
}

.nav a:hover {
	margin-top:0px;
	
}

.center{
	padding: 0;
	margin: 0;
	border: 0;
    height:270px;
    width:980px;
    margin:auto;
    position: relative;
    z-index:500;
}

.content{
	min-height:440px;
	height: auto !important;
	height: 440px;
	background-color:#Fcf8e5;
	width:980px;
	margin:auto;
	overflow:hidden;
	position: relative;
}

.content2{
	margin:auto;
	overflow:visible;
	width:980px;
	background-image:url(images/green3.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}


.left
{
	left: 0;
    padding-top: 20px;
    position: absolute;
}

.middle
{
	width: 600px;
	margin-left: 150px;
	margin-bottom:40px;
}
#home{
    margin-left: 80px;
    overflow: auto;
}
#space{
	margin-left:170px;
}

/* table in middle div containing recipes contents */
.table1{
	margin:20px 30px;
	border:none;
}

.table2{
	margin:20px 35px;
}

.table1 td{
	vertical-align:bottom;
	padding:3px;
	border:none;
}

.table2 td{
	padding:20px 5px 0px 5px;
	vertical-align:top;
}

.table3{
	padding:0px 0px 0px 0px;
	vertical-align:top;
	text-align:left;
	font-size:0.85em;
	line-height:20px;
}


#doneness, #doneness td{
	border:1px solid black;
	border-collapse:collapse;
    padding:4px;
}

#doneness th{
	border:1px solid black;
	border-collapse:collapse;
	padding:4px;
	background-color:black;
	color:#Fcf8e5;
}

.table4{
	width:530px;
	padding:10px 0px 0px 0px;
	vertical-align:top;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	line-height:30px;
	margin-bottom:30px;
}

.farmpics {
	border:none;
	padding:5px 0 20px 50px;
	margin:0;
}

#marinade_space{
	margin-bottom:0px;
        display: block;
}

#marinades h4 {
 display: block;
}


#marinades {
	display:inline-block;
	padding:33px 0 0 20px;
}

/* Index page right column in middle div */
.r{
	padding-top:40px;
	color:#Fcf8e5;
	height:450px;
	width: 350px;
	float: left;
	margin-left: 10px;
}

/* Index page left column in middle div */
.l{
	padding: 40px 10px;
	float:left;
}

.right{
	top: 230px;
	right: 0;
	position: absolute;
}

.right2{
	width:276px;
	float:left;
}

#tags {	
	position: absolute;
	height: 227px;
	margin-right: -175px;
	right: 0;
	top: 260px;		
}

#imageTag1 {
    position: absolute;
    top:-30px;
    right: 0;
}
#imageTag2 {
    position: absolute;
    right: 0;
}

#tk{
	position:absolute;
	left:15px;
	top:15px;
}

#header1 {
	background-image:url(images/header1.jpg);
}
#header2 {
	background-image:url(images/header2.jpg);
}
#header3 {
	background-image:url(images/header3.jpg);
}
#header4 {
	background-image:url(images/header4.jpg);
}
#header5 {
	background-image:url(images/header5.jpg);
}
#header6 {
	background-image:url(images/header6.jpg);
}

#newsheader{
	width:550px;
	height:90px;
	background-color:#000;
	margin-top:40px;
	padding-top:15px;
	border-left:2px dotted #333;
    border-right:2px dotted #333;
	color:#FFF;
	
}

#newsheader2{
	width:550px;
	height:60px;
	background-color:#000;
	margin-top:40px;
	padding-top:15px;
	border-left:2px dotted #333;
    border-right:2px dotted #333;
	color:#FFF;
	
}
#newsright{
	width:240px;
	float:left;
	padding-left:20px;

}

#newsleft{
	width:240px;
	float:left;
	
}

#newscenter{
	border-left:2px dotted #333;
	border-right:2px dotted #333;
	border-bottom:2px dotted #333;
	width:502px;
	float:left;
	padding-top:20px;
	padding-right:24px;
	padding-left:24px;
	padding-bottom:24px;
	overflow:visible;
        margin-bottom:50px;
	
}

#newscenter ul{
	display:inline;
	list-style:none;
    line-height:1.4em;
}


#submenu li{
	display:inline;
}

#submenu li h3 {
	background-image: url(images/dots2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 20px;
}

/*gallery (table)*/

.table_cuts td{
	padding-left:8px;
	padding-right:30px;
	padding-bottom:10px;
	vertical-align:bottom;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
}
.table_cuts{
	padding-bottom:40px;
	
}
.bite {
display:inline-block;
position:relative;
right:283px;
top:21px;
}
#bite_recipes{
	position: absolute;
	top:780px;
	right:200px;
}



[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
body {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url("csshover3.htc");
}
<![endif]><![endif]
