/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin styles */

/* ---------------------------------------------------------------

	Basic Styles
	
---------------------------------------------------------------- */

body {
	background: url('../img/site_bg_purple_fade.jpg') top left repeat-x #572299;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

div {
	position: relative;
	z-index: 1;
}

.container {
	width: 900px;
	margin: 0 auto;
	background: url('../img/container_bg.jpg') top left #322111;
}

.left_col {
	float: left;
	width: 261px;
	z-index: 50;
}

.right_col {
	z-index: 10;
	float: left;
	width: 639px;
}

h2 {
	font-size: 3em;
	color: #a00b35;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.5em;
	padding-top: 10px;
}

h3 {
	font-size: 1.6em;
	color: #3e1969;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

h4 {
	font-size: 1.4em;
	color: #a00b35;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 14px;
}

h4 a, h5 a, a {
	color: #a00b35;
	text-decoration: none;
	font-weight: bold;
}

h4 a:hover, h5 a:hover, a:hover {
	color: #3e1969;
}

h5 {
	color: #a00b35;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	margin-bottom: 14px;
}

h6 {
	font-weight: bold;
	font-size: 1.4em;
}

div#flashMessage {
	font-size: 1.8em;
	font-weight: bold;
	margin: 14px 0;
}


/* ----------------------------------------------------------------

	Site specific styles
	
------------------------------------------------------------------ */

/* Top Nav */

p.top_nav {
	position: relative;
	float: right;
	text-align: left;
	margin: 0 30px 0 0;
	font-size: 1em;
}

p.top_nav a {
	color: #a00b35;
}

p.top_nav a:hover {
	text-decoration: underline;
}

/* Header */

/* Logo */
h1 span {
	display: none;
}

h1 {
	position: absolute;
	top: 0;
	left: 20px;
	width: 398px;
	height: 194px;
	background: url('../img/fathers_table_logo.png');
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

div.header {
	background: url('../img/header_bg.jpg') no-repeat top left #322111;
	height: 202px;
	overflow: visible;
	z-index: 5;
}


/* Page Title */
div.page_title {
	width: 700px;
	margin: 0 30px 0 230px;
}

div.page_title h2 {
	float: left;
}

div.page_title {
	position: relative;
	float: left;
	border-bottom: 1px dotted #9f9b74;
	padding-bottom: 10px;
}

div.search {
	float: right;
}

div.search div {
	float: left;
	margin: 0;
}

div.search div.input input {
	background: #E5E5E5;
	border: none;
	padding: 3px;
}

div.submit input {
	background: #9f9b74;
	color: #fff;
	padding: 2px 3px;
	border: none;
	cursor: pointer;
}

/* ---------------------------------------------------------

	Main left nav
	
----------------------------------------------------------*/

form label {
	display: block;
	color: #a00b35;
	font-size: 1.4em;
	font-weight: bold;
	margin: 14px 0 7px 0;
}

form input {
	width: 200px;
	padding: 3px;
}

form select {
	padding: 3px;
}

form div {
	float: left;
	margin: 10px;
}

form input#ContactAddress {
	width: 430px;
}

form input#ContactZip {
	width: 100px;
}

form textarea {
	width: 430px;
	height: 200px;
}

div.submit {
	width: 100%;
}

form input[type='submit'] {
	width: 100px;
	padding: 3px;
	background: #a00b35;
}

div.nav {
	z-index: 50;
	background: #fff;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 10px;
	min-height: 476px;
	width: 231px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.nav ul {
	list-style: none inside;
}

div.nav ul li {
	font-size: 2.5em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}


div.nav ul li ul li {
	font-size: .8em;
	border-left: 1px solid #fff;
}

div.nav ul li a {
	text-decoration: none;
	color: #3e1969;
	display: block;
	padding: 13px 0 13px 14px;
	position: relative;
	float: left;
	width: 215px;
	/*margin: 0 10px;*/
	border-bottom: 1px solid #fee16a;
}

div.nav ul li a:hover {
	color: #fee16a;
}

div.nav ul li ul li a {
	padding: 13px 0 13px 5px;
	background: #fff;
}

div.nav li a:hover, div.nav li a.on {
}

/* ---------------------------------------------------------

	Main content
	
----------------------------------------------------------*/

div.flash {
	z-index: 10;
}

div.rotating_ad {
	margin: 10px 0 0 10px;
}

div.email_signup {
	background: url('../img/email_signup.jpg') no-repeat;
	height: 122px;
	width: 245px;
	position: absolute;
	bottom: -14px;
	right: 10px;
	z-index: 5;
}

div.email_signup p {
	text-align: left;
	color: #5f4218;
	margin: 15px 20px;
	font-size: 1.2em;
	font-weight: bold;
}

div.email_signup div.form {
	margin: 0 0 0 20px;
}

div.email_signup div.form input {
	width: 190px;
}

div.email_signup div.form input[type='submit'] {
	width: 79px;
	height: 21px;
	float: right;
	margin: 5px 30px 0 0;
	background: transparent url('../img/signup_button.gif') no-repeat center top;
	border: none;
	text-indent: -100000000px;
	cursor: pointer;
	color: transparent;
	text-transform: capitalize;
}

div.subheader_area {
	background: url('../img/flash_area_bg.jpg') no-repeat bottom left;
	width: 626px;
	position: relative;
	float: left;
}

div.flash_area {
	height: 260px;
	z-index: 10;
}

div.breadcrumb {
	height: 75px;
	z-index: 10;
}

div.breadcrumb p.breadcrumb {
	border-bottom: 3px solid #fcc900;
	margin: 20px 8px 0 9px;
	padding: 0 0 15px 20px;
	font-size: 1.2em;
	color: #fcc900;
	font-weight: bold;
}

p.breadcrumb a {
	color: #fcc900;
	font-weight: normal;
}

p.breadcrumb a:hover {
	text-decoration: underline;
}

div.content {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 610px;
	margin: 0 0 0 10px;
	position: relative;
	float: left;
}

div.content > * {
	margin: 10px;
}

div.content > p, div.content ul li {
	font-size: 1.4em;
	line-height: 1.5em;
}

div.content > ul li ul li {
	margin-left: 20px;
	font-size: 1em;
	line-height: 1.5em;
}

div.content > ul {
	margin-left: 50px;
}

div.content img.school_image {
	margin: 10px 5px;
}

div.flash_label {
	position: absolute;
	top: 160px;
	left: 350px;
	z-index: 25;
}


div#flash {
	text-align: center;
	border-top: 3px solid #fee16a;
	border-bottom: 3px solid #fee16a;
	margin: 30px 7px 0 8px;
	position: relative;
	padding: 10px 0;
	height: 180px;
}	

div.flash_obj {
	position: relative;
	z-index: 2;
	margin-left: 110px;
}

div#flash_bg {
	width: 100%;
	height: 200px;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

a#flash_prev {
	display: block;
	width: 165px;
	height: 35px;
	background: url('../img/previous.png') no-repeat top left;
	position: absolute;
	top: 190px;
	left: 20px;
	cursor: pointer;
	z-index: 20;
}
a#flash_next span {
	display: none;
}


a#flash_next {
	display: block;
	width: 116px;
	height: 35px;
	background: url('../img/next.png') no-repeat top left;
	position: absolute;
	top: 190px;
	right: 20px;
	cursor: pointer;
	z-index: 20;
}
a#flash_prev span {
	display: none;
}

div.sitemap ul {
	font-size: 1.2em;
	margin: 7px 0 7px 14px;
}

ul#product_list li {
	float: none;
}

ul#product_list li ul li {
	margin: 0 10px 0 20px;
	font-size: 1em;
}

div.prod_image {
	float: left;
	width: 250px;
	text-align: center;
}

div.prod_image img {
	margin: 0 0 10px 0;
}

h3.recipe {
	padding-top: 20px;
}

div.recipe {	
	margin: 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

div.recipe_header {
	border-bottom: 1px dotted #ccc;
}

div.recipe_header img {
	float: left;
	margin: 0 10px 10px 0;
}

#map {
	width: 590px;
	height: 400px;
	position: relative;
	z-index: 0;
}

p.footer_right {
	float: right;
	color: #fff;
	padding-right: 20px;
}

div.prod_image a span {
	font-size: 1.2em;
}

div.content table {
	font-size: 1.2em;
	color: blue;
}

div.content table tr:first-child {
	font-weight: bold;
}

div.content table tr td {
	text-align: center;
}

img.recipe_thumb {
	float: left;
	margin: 10px 10px 10px 0;
	height: 50px;
	vertical-align: middle;
}

p#locations a {
	font-size: 1.4em;
	background: #3e1969;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px 3px 7px 3px;
	padding: 5px;
}

p#locations a:hover {
	background: #783bbe;
}

p#locations {
	padding: 10px 0;
}

/* --------------------------------------------------------
	
	Sidebar

--------------------------------------------------------- */

div.sidebar {
	margin: 2em 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* --------------------------------------------------------

	Footer
	
--------------------------------------------------------- */

div#footer {
	background: url('../img/horizontal_rule.jpg') no-repeat #322111;
	padding: 20px 0 50px 0;	
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}

div.footer p {
	margin: 7px;
}

div.footer a {
	color: #fff;
	margin: 0 10px;
}

div.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: url('../img/dot.gif') repeat-x #fff;
  color: #fff;
  clear: both;
  position: relative; 
  float: left; 
  width: 900px; 
  height: 3px;
  margin: 30px;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.hidden {display: none;}