/* GLOBAL SITEWIDE STYLES */
/* * { margin:0; padding:0; } */
body {font: 1em verdana, arial, sans-serif; background: url(/images/body_bg2.jpg) repeat-x #97ACBF;}
p { font-family:verdana,sans-serif; font-size:.75em; margin:0 20px 15px 20px; padding:0; }
p span {display:block; margin-left: 10px;}
p a { color:#00F; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }
/* td { font-family:tahoma,sans-serif; font-size:.75em; margin:0 20px 15px 20px; } */
td { font-family:verdana,sans-serif; font-size:.75em; /* margin:0 20px 15px 20px; */ }
td a {color:#00F; text-decoration:none; font-weight:bold;}
td a:hover {text-decoration:underline;}
ol li{ font-family:tahoma,sans-serif; font-size:.75em; margin:0 60px 10px 20px; padding:0; }
ul li { font-family:tahoma,sans-serif; font-size:.75em; margin:0 60px 10px 20px; padding:0; }

h1 { font-family:georgia,times new roman,serif; 
	font-weight:bold;
	color: #8a191b;
	padding:15px 0 15px 20px;
	margin:0; 
	font-size:1.4em ; 
}
h2 {font-family:verdana,arial,sans-serif; 
	font-weight:bold;
	color: #8a191b; 
	padding:10px 0 6px 20px;
	margin:0; 
	font-size:1em;
}
h2 a:visited {color: #8a191b;}
h3 { font-family:verdana,arial,sans-serif; 
	font-weight:bold;
	color: #8a191b; 
	padding:2px 0 2px 20px;
	margin:0; 
	font-size:.75em;
}
h3 a:visited {color: #8a191b;}
img { border:0; }

hr {color: #8a191b;
	margin:0 20px 15px 20px;
}

	
/* LAYOUT - CONTAINERS AND CONTENT AREAS  */
/* holds content and centers on page with white background */	
#containerwhite {width:983px; margin-left:auto; margin-right:auto; text-align:left; background-color:#FFFFFF;}
/* holds content and centers on page with clear background */	
#containerclear {width:983px; margin-left:auto; margin-right:auto; text-align:left;}
/* Container to display left rail faux column image for left nav */
#container {
	width:983px; min-height:375px; margin-left:auto; margin-right:auto; text-align:left; 
	background: url(/images/leftnav_faux2.jpg) repeat-y top left;}
	
/* Left nav container */
#leftcolumn {width:138px; float:left; min-height:375px;}
/* center content well with left nav and right rail */
#contentcenter {width:670px; float:left; min-height:375px; padding-bottom: 25px;}
/* content area to right of left nav with NO right rail */
#contentright {width:845px; float:left; background-color:#FFFFFF; padding-bottom: 25px; }
/* content area with NO left nav OR right rail */ 
#contentfull {width:983px; float:left; background-color:#FFFFFF; min-height:355px; padding-bottom: 25px;}
/* right rail included with content well on left and NO left nav */
div#contentleft {width:806px; float:left; background-color:#FFFFFF; min-height:620px; padding-bottom: 25px;}
/* right rail */
#rightrail {width:170px; float:left; padding-top:10px; background-color:#FFFFFF;}
#rightrail p {margin:25px 10px 20px 10px; font:.7em verdana, arial, sans-serif;}
/* HEADER */	
#header {height: 130px; background: url(/header/images/background.png) bottom left; background-repeat: no-repeat;}
#headerad {position:relative; left:210px; top:-110px; width:741px;  height:80px;}

/* TOP NAVIGATION */	
#navigation {
height:29px;
line-height: 20px;
background-image: url(/images/topnav.jpg);
color: #ffffff;
padding-left: 18px;
background-repeat: no-repeat;
}
#navigation ul{
	color:#fff;
	margin:0;
	margin-left:130px;
}
#navigation li{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	list-style-type:none;
	white-space:nowrap;
	margin:0;
}
#navigation li a{
	display:block;
	text-decoration:none;
	background-color:inherit;
	color: #fff;
	padding: 4px 12px 0 12px;
}

* html #navigation a {width:1%;}
#navigation a:hover{
	/*background-image:url(topnav_over.gif);*/
	color: #e4989a;
	text-decoration:none;
}
/* LEFT NAVIGATION */
#leftnav {
	float:left;
	background: url(/images/famnet_home_leftnav.jpg) no-repeat;
	width: 138px;
	height: 648px;	
}
#leftnav ul {
margin: 0;
padding: 21px 0 0 5px;
list-style-type: none;
color: white;
}
#leftnav li {
display:block;
font: 12px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 0 8px 7px;
margin:0;
width: 125px;
border-bottom:ridge 1px #233E52;
/* background: url(/images/leftnav_divider.png) bottom left no-repeat; */
}
#leftnav .title{
margin: 0;
padding: 5px 0 8px 0 !important;
font-size: 15px !important;
font-weight: bold;
text-align:center;
}
#leftnav li a{
margin: 0;
color: white;
text-decoration: none;
width: 125px;
height:auto;
display: block;
}
#leftnav li a:hover{
color: #cccccc;
}
#leftnav .divider {
	margin: 0 0 3px -11px;
	padding: 0;
}

/* FUNTOWN TOP NAVIGATION */
#funtownnav {width: 845px; height:115px; background-color:#FECF05;}
#funtownnav img {float:right; margin:0; padding:5px;}


/* List div that provides style for Shows list and any other list we want to style this way */
#list {
    width: 610px;
    min-height:70px;
    background: url(/images/list_background.gif) repeat-y #EDF4FA; 	
	padding:10px 10px 10px 10px;
    margin: 0 20px 20px 20px;
    border-top:solid 1px #C6CBD0;
    border-bottom:solid 1px #C6CBD0;
}

#list h3 {
	padding: 0;
    margin: 0;
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#list h3 a {text-decoration:underline; color: #8a191b;}

#list img {
	padding-left:0 !important;
    padding-right:5px;
    margin:0 !important;
    float:left;
}

#list p {
	padding:0px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#list span {float:right; font-size:.75em; font-weight:bold;}

#list span a {
	text-decoration:none !important;
	padding-right:10px;
    margin:0;
}

#list span a:hover {text-decoration:underline !important;}
/* End List div */

/* Recipe styles */
#directions {float: left; width:460px;}
#directions h1 {color:#0C6BBB; font-size: 1.3em; font-weight:normal; border-bottom: 4px solid #0C6BBB; padding:0; margin:5px 15px 10px 20px;}
#directions h2 {color:#000; font-size:16px; font-family:verdana, tahoma, sans-serif;}
#directions h3 {color:#000;}
#directions ul li {font-family: tahoma,verdana,sans-serif;}
#ingredients {float: left; width:160px; margin:0; padding:0; }
#ingredients h1 {color:#0C6BBB; font-size: 1.3em; font-weight:normal; border-bottom: 4px solid #0C6BBB; padding:0; margin:5px 0 14px 0;}
#ingredients h2 {color:#000; padding:0; margin:5px 0 0 0;}
#ingredients h3 {color:#000; padding:0; margin:5px 0 0 0;}
#ingredients ul {padding:0; margin:0 0 15px 0;}
#ingredients ul li {padding:2px 2px 2px 2px; margin:2px 2px 2px 18px; font-family: tahoma,verdana,sans-serif;}
#quote {width:150px; background-color: #90A929; color: #ffffff; padding: 5px 5px 5px 5px; margin-top:10px;}
#quote h3 {color:#FFF; padding:0 0 0 10px; margin:0;}
#quote p {font-size: 11px; padding:10px 5px 5px 10px; margin:0;}
/* End recipe style */

#bottomshadow {
	margin: 0 auto;
	width: 983px;
	height: 37px;
	background: url(/images/home_bottom_shadow.jpg) no-repeat;
}
#bottomshadowfull {
	margin: 0 auto;
	width: 983px;
	height: 37px;
	background: url(/images/bottomshadowfull.png) no-repeat;
}
#footer{
width: 988px;
margin: 0 auto;
text-align: center;
color: #364b60;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
}
#footer a{
text-decoration: none;
color: #364b60;
}
#footer a:hover{
color: #172734;
text-decoration: underline;
}

/* "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
