/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Initializr Styles =====================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{ font:16px/26px Times, Helvetica, Helvetica Neue, Times; }


#btnContainer {
	height: 200px;
}

/* ===================
    ALL: Orange Theme
   =================== */

#header-container{ border-bottom: 20px solid #e44d26; }
#footer-container{ border-top:    20px solid #e44d26; }

#title{ color:white; }

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }

/* ==============
    MOBILE: Menu
   ============== */

nav a{
	display:block;
	margin-bottom:10px;
	padding:15px 0;

	background:#e44d26;
	color:white;

	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

nav a:hover, nav a:visited{
	color:white;
}

nav a:hover{
	text-decoration:underline;
}

/* ==============
    MOBILE: Main
   ============== */

#main{
	padding:30px 0;
	color: #7F3D24;
	width: 99.5%;
	background-image:url(http://www.molliekatzen.com/images/checkers.png);
	z-index: 150;
	clear: both;
	margin: auto;
}



#footer-container footer{
	color:white;
	padding:20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */











/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	
	nav a{
		float:left;
		width:27%;
		margin:0 1.7%;
		padding:25px 2%;
		margin-bottom:0;
	}
	
	nav li:first-child a{ margin-left:0;  }
	nav li:last-child  a{ margin-right:0; }
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li{
		display:inline;
	}	
	.oldie nav a{
		margin:0 0.7%;		
	}
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */



/* ============
    WIDE: Menu
   ============ */
	
	#title{
		float:left;
	}

	nav{
		float:right;
		width:38%;
	}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

body{
	background: #d8d8c0; /* Old browsers */
	background: -moz-linear-gradient(top, #d8d8c0 0%, #fcfff4 50%, #fcfff4 62%, #fcfff4 78%, #d8d8c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8c0), color-stop(50%,#fcfff4), color-stop(62%,#fcfff4), color-stop(78%,#fcfff4), color-stop(100%,#d8d8c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8d8c0 0%,#fcfff4 50%,#fcfff4 62%,#fcfff4 78%,#d8d8c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8d8c0 0%,#fcfff4 50%,#fcfff4 62%,#fcfff4 78%,#d8d8c0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d8d8c0 0%,#fcfff4 50%,#fcfff4 62%,#fcfff4 78%,#d8d8c0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8c0', endColorstr='#d8d8c0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d8d8c0 0%,#fcfff4 50%,#fcfff4 62%,#fcfff4 78%,#d8d8c0 100%); /* W3C */
	margin: none;
	background-image:url(../images/bogyBkg.png);
	min-width: 1020px;
}



.wrapper{
	margin:auto;
	width: 1020px;
}

#topHome {
	background-image:url(http://www.molliekatzen.com/images/headerBkg.png);
	height: 190px;
	width: 100%;
	margin: auto;
	height:205px;
	margin-top: 0px;
}



#highlight {
	background-color: #FFC;

	padding-right: 1px;
	padding-bottom: 1px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	top: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mainMenuContainer {
padding: 1px;
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../images/mainMenuBkg2.png);
}

#mainMenu {
	margin: auto;
	text-align: center;
	
	width: 870px;
	height: 160px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	

h2, h3{
	margin:10px 0;
}

#title, h2, h3{
	font-weight:normal;	
}

#btnsLeft {
	float: left;
	position: relative;
	top: 0px;
	top: 20px;
}

#btnsLeft a {
	float: left;
	margin-left: 0px;
}

#btnsRight {
	float: left;
	position: relative;
	top: 0px;
	top: 18px;
}

#btnsRight a {
	margin-right: 0px;
	float: left;
}

#logo{
	position: relative;
	top: 0px;
	z-index: 50;
	float: left;
	top: 20px;
}

#beardBanner {
	position: relative;
	top: 0;
	left: 910px;
	z-index: 0;
	width: 100px;
	top: -148px;
}

#search {
	background-color: #fff;
	margin-top: 10px;
	width: 205px;
	float: right;
	height: 25px;
	border: solid 5px #bbbbbb;
	-webkit-border-radius: 15px;
	  -moz-border-radius: 15px;
	       border-radius: 15px;
}

.submit {
	font-family: 'Quattrocento Sans', helvetica, Times;
}


h2{
	font-size: 35px;
	font-family: 'Quattrocento Sans', helvetica, Times;
}

h3{
	font-size: 20px;
	font-family: 'Quattrocento Sans', helvetica, Times;
	color: #ffffff;
	text-transform: inherit;
}


p {
	margin-bottom: 15px;
}

.white {
	color: #ffffff;
}

.lh {
	line-height: 1.5em;
}










#search input[type="text"] {
	width: 150px;
	height: 20px;
	border: 0px;
	-webkit-border-radius: 15px;
	  -moz-border-radius: 15px;
	       border-radius: 15px;
	font-style: italic;
	color: #999999;
	padding-left: 5px;
	float: left;
}
su


#social {
	margin-top: 2px;
	float: right;
	display: block;
	margin-right: -5px;
	margin-left: -15px;
}

#social2 {
	margin-top: 2px;
	float: right;
	display: block;
}

#pageTitle {
	width: 965px;
	border-bottom: solid 3px  #e54e26;
	color: #ffffff;
	font-size: 20px;
	clear: both;
	display: block;
	padding-bottom: 0px;
	font-family: 'Quattrocento Sans', helvetica, Times;
	background-color: #777777;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	padding: 7px 0px 0 15px;
	margin-top: 10px;
	margin-bottom: 20px;	
}


#middlePanel {
	padding-bottom: 15px;
	clear: both; 
	height: 1400px
}ba

#leftColumn {
	width: 660px;
	float: left;
	margin-right: 15px;
	height: 600px;
}

#artBox {
	background:url(../images/linen.png);
	padding: 20px;
	width: 600px;
	-webkit-box-shadow:  3px 3px 5px 0px #a17a64;
        box-shadow:  3px 3px 5px 0px #a17a64;
}

#recipebox {
	padding: 20px; padding-top: 40px; background:url(../images/xv.png); width: 600px; margin-top: -80px; z-index: 0;
		-webkit-box-shadow:  3px 3px 5px 0px #a17a64;
        box-shadow:  3px 3px 5px 0px #a17a64;
		-moz-transform: scale() rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale() rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale() rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale() rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale() rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.bookcover {
	float: left; margin-right: 20px;
	margin-bottom: 30px;
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow:  1px 1px 2px 0px #a17a64;
        box-shadow:  1px 1px 2px 0px #a17a64;
}

#rightColumn {
	width: 340px;
	height: 600px;
	
	float: right;
}

.green {
	background-image: url(../images/green_fabric.png);
	padding: 3px 10px 3px 10px;
	background-color: #4EB558;
	-webkit-box-shadow: 1px 0px 0px 0px #1f6428;
	-moz-box-shadow: 1px 0px 0px 0px #1f6428;
	box-shadow: 1px 0px 0px 0px #1f6428;

}


#twitterFeedContainer {
	background-image:url(../images/twitterBkg.png);
	padding: 10px;
	background-color: #fbeccf;
	width: 300px;
	height: 565px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* scrolling nav */
#scrollerNav {
	position: relative;
	top: -285px;
	left: 8px;
	margin: 0;
	margin-left: -10px;
	z-index: 10;
	text-align:left;
	width: 155px;
	overflow: hidden;
	float: left;

}

.ie6 #scrollerNav {
	position: relative;
	top: 150px;
}
.js #scrollerNav {
	display: none;
}



 
#scrollerNav ul {
	color:#ccc;
	font-size:11px;
	width: 185px;
	margin: 0 0 0 0px;
	background: url(../images/countdown-bg.png) top left repeat;
}

#scrollerNav ul li {
	width: 185px;
	padding:0 20px 0 0;
	margin:0;
	height: 30px;
	line-height: 30px;
}
#scrollerNav ul li a {
	width: 185px;
	text-decoration:none;
	color:#fff;
	display:block;
	height: 100%;
	padding: 0 0 0 40px;
	background: url(../images/dot-inactive.png) 13px center no-repeat;
	outline: 0;
}
#scrollerNav ul li a:hover {
	width: 185px;
	text-decoration:none;
	background:url(../images/dot-active.png) 13px center no-repeat;
	color: #FFF;
}
#scrollerNav ul li.active a {
	width: 185px;
	background:url(../images/dot-active.png) 13px center no-repeat;
}
#scrollerNav ul li.active {
	margin-left: -15px;
	background: #000
}
#scrollerNav ul.collapsed li.active {
	margin-left: 0;
	background: none;
}
#scrollerNav ul li a span {
/*	opacity: 0.7;*/
	font-weight: bold;
	display: block;
	overflow:hidden;
}
#scrollerNav ul li a:hover span {
	opacity: 1;
}
#scrollerNav ul li.active a span {
	opacity: 1.0;
	
}


.cScroll h3 {
	margin-top: 0px;
}



article header{
	margin-bottom:50px;
	padding-bottom:30px;
	width:700px;
}


#tier-container {
	position: relative;
	/*background-image:url(../images/line.png);*/
	top: 0px;
	width: 660px;
	padding-top: 15px;
	
	height: 320px;

	z-index:  0;
	-webkit-box-shadow:0 2px 3px 0px #AAA;
	   -moz-box-shadow:0 2px 3px 0px #AAA;
	        box-shadow:0 2px 3px 0px #AAA;
}



.pod {
	background-image:url(../images/cream_fabric.png);
	background-color: #F7E9C4;
	width: 315px;
	float: left;
	margin-right: 0px;
	height: 300px;
	border: solid 1px #d3ccad;
	-webkit-box-shadow:2px 2px 3px 0px #853B00;
	   -moz-box-shadow:2px 2px 3px 0px #853B00;
	        box-shadow:2px 2px 3px 0px #853B00;
}

.podR {
	background-image:url(../images/cream_fabric.png);
	float: right;
	background-color: #F7E9C4;
	width: 315px;
	height: 300px;
	border: solid 1px #d3ccad;
	-webkit-box-shadow:2px 2px 3px 0px #853B00;
	   -moz-box-shadow:2px 2px 3px 0px #853B00;
	        box-shadow:2px 2px 3px 0px #853B00;
}

.podtitle {
	margin-left: -5px;
	margin-top: 5px;
	background-color: #C60;
	height: 15px;
	font-family: 'Quattrocento Sans', helvetica, Times;
	color: #ffffff;
	padding: 10px;
	width: 290px;
	font-weight: 300;
	font-size: 1.3em;
	text-shadow:1px 1px 0px #444444;
	border: solid 1px #9B4114;
	-webkit-box-shadow:0 2px 3px 0px #853B00;
	   -moz-box-shadow:0 2px 3px 0px #853B00;
	        box-shadow:0 2px 3px 0px #853B00;
}

.podtext {
	width: 220px;
	height: 240px;
	overflow: auto;
	padding: 15px;
	margin: 15px;
}

#footerContainer{
	background-image: url(../images/footerBkg.png);
	position: relative;
	top: 0px;
	clear: both;
	z-index: 8;
	margin: auto;
	width: 100%;
	background-color:#9f5915;
	height:40px;
	text-align: center;
	padding-top: 10px;
	color:white;
	-webkit-box-shadow: 0px 0px 6px 0px #a23901;
-moz-box-shadow: 0px 0px 6px 0px #a23901;
box-shadow: 0px 0px 6px 0px #a23901;
	
}



#footerContainer  a {
	text-decoration: none;
	color: #fcdb9b;
	margin-right: 100px;
	
}



#footerContainer a:hover {
	text-decoration: underline;
}

#footerContainer .last {
	margin-right: 0px;
}

.info{
	position: absolute;
	top:5px;
	background-color:white;
	padding:10px;
}


.scroll-pane {
	color: #776949
}

.scrollpane p {
	margin-bottom: 10xp;
}

/*Page Sections*/

.basicContainer {
	border: double 4px #9A7749;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #DDE0C5;
	margin: 15px;
	padding: 15px;
	line-height: 18pt;
	-webkit-box-shadow: inset 0px 0px 10px 0px #a38e50;
-moz-box-shadow: inset 0px 0px 10px 0px #a38e50;
box-shadow: inset 0px 0px 10px 0px #a38e50;
color: #776949
}

.basicContainer h3 {
	color: #777;
}








.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



#copyright {
    font:1px 'Trebuchet MS';
    color:#f16529;
    text-indent:30px;
    padding:40px 0 0 0;
}

#copyright a { color:#f16529; }
#copyright a:hover { color:#f16529; }

html {
	margin: 0px;
	height: 100%;
}

body {
	margin: 0px;
	background-color: #ffffff;
	background:url(../images/speckles_bg.gif);
}


	
a:link { color: #990000; }
a:visited { color: #990000; }
	a:hover { text-decoration: underline; color: #D98E28; }

.white {color: #ffffff; }

.mymenu a:link { color: #ffffff; }
.mymenu a:visited {color: #ffffff; }
	
.yellowbar { width: 580px; height: 5px; margin-top: 0px; margin-bottom: 10px; }
.recipebar { width: 580px; height: 5px; margin-top: 0px; margin-bottom: 0px; }

.color1 {
	background-color: #ffffff;
	margin: 0px;
}

.color2 {
	background-color: #dfdbb9;
	margin: 0px;
}

.color3 {
	background-color: #C2A769;
	margin: 0px;
}


#directionslist { 
	margin: 0;
	margin-top: 30px;
	padding: 40px;
	
	font-size: 11pt;
	line-height: 17pt;
	background: url(http://www.molliekatzen.com/images/white_trans.png);
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

#directionslist ol, #directionslist li {
	font-size: 12pt;
	font-family: "Shanti",  geneva, sans-serif;
	margin-bottom: 14px;
	padding: 0;
}


.shadow {
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}

	

	
#leftcolumn {
	background-image: url(../images/menu_bkg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	width: 193px;
	margin-left: 0px;
	height: 100%;
	padding-top: 0px;
	-webkit-box-shadow: 3px 3px 5px #6b552b;
	-moz-box-shadow: 3px 3px 5px #6b552b;
	box-shadow: 3px 3px 5px #6b552b; 
}

.leftnav {
	background-image: url(../images/menu_bkg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	width: 200px;
	margin-left: 0px;
	
	float: left;
	height: 100%;
	padding-top: 0px;
	-webkit-box-shadow: 3px 3px 5px #6b552b;
-moz-box-shadow: 3px 3px 5px #6b552b;
box-shadow: 3px 3px 5px #6b552b; 
}

.leftnav a:link {color: #ffffff; }
.leftnav a:visited {color: #ffffff;}


.size1 {
	font-size: 12pt;
	font-family: "Shanti", helvetica, geneva, sans-serif;
	line-height: 16pt;
}

.size1a {
	font-size: 10pt;
	font-family: "Shanti", helvetica, geneva, sans-serif;
	line-height: 13pt;
}


.script {
	line-height: 25pt;
	color: #630;
	font-size: 20pt;
	font-family: 'Shanti', sans-serif;
	
}

.script2{
	line-height: 18pt;
	color: #630;
	font-size: 12pt;
	font-family: 'Shanti', sans-serif;
}

.script2a{
	line-height: 14pt;
	color: #630;
	font-size: 10pt;
	font-family: 'Shanti', sans-serif;
}

.pageTitle {
	/*font-family: 'Rochester', cursive;*/
	font-family: 'Shanti', sans-serif;
	color: #060;
	font-size: 25pt;
	line-height: 10pt;
	margin-top: 10px;
}


	
hr {
	border: 0;
	height: 1pt;
	background-color: #630;
}

.archiveBox {
	width: 800px; text-align: left; border: solid 1px #ce9635; padding: 15px; margin-bottom: 15px; background-color: #fff4e4;
	-webkit-box-shadow: 3px 3px 5px #6b552b;
-moz-box-shadow: 3px 3px 5px #6b552b;
box-shadow: 3px 3px 5px #6b552b; 
}
	
	
	
.size1white {
	font-size: 11pt;
	font-family: Times, helvetica, geneva, sans-serif;
	line-height: 14pt;
	color: #ffffff;
	}
	
.size1white a:link {
	font-size: 11pt;
	font-family: Times, helvetica, geneva, sans-serif;
	line-height: 14pt;
	color: #ffffff;
	}
	
.size1white a:visited {
	font-size: 11pt;
	font-family: Times, helvetica, geneva, sans-serif;
	line-height: 14pt;
	color: #ffffff;
	}
	
	
.size1tan {
	font-size:  11pt;
	font-family: Times,helvetica,geneva, sans-serif;
	line-height: 14pt;
	color: #E7CC94;
}
.photocredit {
	font-size: 8pt;
	font-family: Times,helvetica, geneva, sans-serif;
	line-height: 10pt;
	color: #bbbbbb;
	}
.homebold {
	font-size: 14pt;
	font-family: Times,helvetica, geneva, sans-serif;
	line-height: 18pt;
	color: #013C80;
	}
	
IMG.displayed {
    display: block;
	 margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
	 }

.ileft {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 10px;
	border: solid 1px #630;
	padding: 10px;
	background:#FFF;
}

.iright {
	float: right;
	margin-right: 0px;
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: solid 1px #630;
	padding: 10px;
	background:#FFF;
}

.title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.margins {
	margin-left: 15px;
	margin-right: 15px;
}
	
.speckles {
		background-image: url(/images/speckles_bg.gif);
}

.main {
	background-color: #ffffff;
	width: 900px;
	display: block;
	margin-top: 10px;
	margin: auto;
	}

.rightcolumn {
	background-color: #005A35;
	background-image:url(../images/green-fibers_@2X.png);
	-webkit-box-shadow: -3px 3px 5px #6b552b;
	-moz-box-shadow: -3px 3px 5px #6b552b;
	box-shadow: -3px 3px 5px #6b552b; 
	height: 100%;
}


.recipeTitle {
	text-align: center; 
	margin-top: 40px
}

.ingredients {
	border: dotted 2px #630;
	font-size: 11pt;
	line-height: 17pt;
	color: #005A35;
	font-weight: bold;
	background-color: #F8F3C9;
	-webkit-box-shadow: 2x 2px 3px #6b552b;
	-moz-box-shadow: 2px 2px 3px #6b552b;
	box-shadow: 2px 2px 3px #6b552b; 
	padding: 15px;
	background: url(../images/recipe_bkg.png);
	font-family: 'Shanti', sans-serif;
}



.special-text {
		font-size: 11pt;
	line-height: 17pt;
	color: #005A35;
	font-weight: bold;
	font-family: 'Shanti', sans-serif;
}
	
.superfoodPost {
	background:url(../images/superfood_bkg.png);
	background-repeat: nono-repeat;
	width: 200px;
	height: 200px;
}
	
.verticalspacer {
	height: 600px;
}
.size2 {
	font-size: 10pt;
	font-family: "Shanti", sans-serif;
	line-height: 12pt;
	}
		
.size2ffffff {
	font-size: 10pt;
	font-family: "Shanti", sans-serif;
	color: #FFFFFF;
	}
	
.size3 {
	font-size: 9pt;
	font-family: "Shanti", sans-serif;
	}
	
.credits {
	font-size: 11pt;
	font-family: 'Shanti', sans-serif;
	margin-top: 2px;
	margin-bottom: 15px;
	
	}

.size3ffffff {
	font-size: 9pt;
	font-family: Times,Helvetica, Geneva, Sans-Serif;
	color: #FFFFFF;
	}
	
.size3ff0000 {
	font-size: 9pt;
	font-family: Times,Helvetica, Geneva, Sans-Serif;
	color: #FF0000;
	}
	
.header1 {
	font-size: 12pt;
	font-weight: Bold;
	color: #005A35;
	font-family: 'Quando',Times,Helvetica, Geneva, Sans-Serif;
	text-align: center;	
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

.caps {
	text-transform: uppercase;
	}
	
.header2 {
	font-size: 10pt;
	font-weight: Bold;
	font-family: Times,Helvetica, Geneva, Sans-Serif;
	}
	
	input {
    border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px;
    background: rgba(255,255,255,0.5);
    margin-top: 0px;
	height: 8px;
	float: left;
}

.button {
	font-family: 'Quando';
	font-size: 10pt;
	color: #630;
	margin-left: 5px;
	padding: 5px;
	padding-bottom: 8px;
	height: 38px;
	margin-top: 0px;
}

.recipe-link {
	text-decoration: none;
	line-height: 20px;
}

.library {
	margin: auto;
	padding: 20px;
	border: solid 1px #930;
	width: 600px;
	margin-bottom: 20px;
}

.book-cover {
	float: left;
	margin-right: 20px;
}

.callout {
	font-size: 11pt;
	line-height: 17pt;
	color: #005A35;
	font-weight: bold;
	font-family: 'Shanti', sans-serif;
}

.buy-book {
	font-size: 11pt;
	line-height: 17pt;
	color: #933;
	font-family: 'Shanti', sans-serif;
}

.fresh-recipe {
	border: solid 1px #900;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fdf3d9;
	-webkit-box-shadow: 1px 1px 2px #930;
-moz-box-shadow: 1px 1px 2px #930;
box-shadow: 1px 1px 2px #930; 
}

.recipe-summary {
	text-align: left;
	font-size: 10pt;
}

.special-recipe {
	text-decoration: none;
	font-size: 14pt;
	font-family: 'Shanti', sans-serif;
}


#fresh-recipe {
	width: 330px; height: 200px; margin-top: 40px; background:url(../images/fresh_recipe_bkg.png); background-repeat: no-repeat; float: right; padding: 15px;
}

#twitter-feed {
	width: 330px; height: 480px; margin-top: 40px; background:url(../images/twitter_feed_bkg.png); background-repeat: no-repeat; float: right; padding: 15px;
}



#daily_art {
	margin: auto;
	width: 960px;
	border: solid 10px #fff;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(100,50,0,0.5);
box-shadow: 2px 2px 2px 1px rgba(100,50,0,0.5);

}

.daily_art_image {
	width: 960px;
}
</STYLE> 



#containAll {
	position: absolute;
	top: 0px;
	left: 0px;
	border: solid 1px #f00;
}


#birthday {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
}
    
		
.book-cover {
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: #A4765C 2px 2px 2px;
	
}
