@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

html { 
  height: 100%;}

* {
	/* [disabled]margin: 0; */
	padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;}

body {
	font: normal .80em arial, sans-serif;
	background: #FFF;
	color: #666666;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}
.tight{
	letter-spacing:-1.5px;
	}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 {
	font: normal 140% 'Yanone Kaffeesatz', arial;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

h2 {
	font-size: 160%;
	padding: 9px 0 5px 0;
	color: #99CC33;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
}

h4, h6 { 
  color: #99CC33;
  padding: 0 0 5px 0;
  font: normal 110% arial;
  text-transform: uppercase;
}

h5, h6 { 
  color: #888;
  font: normal 95% arial;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover {
	outline: none;
	text-decoration: none;
	color: #7215ce;
	
}

a:hover { 
  text-decoration: underline;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, #logo, nav, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

header {
	background: #ffffff url(../images/back.png) repeat-x;
	height: 255px;
	background-position:bottom;
}

#logo {
	width: 990px;
	position: relative;
	height: 200px;
	padding-top: 20px;
	background: transparent;
}

#logo #logo_text {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 460px;
}

#logo h1, #logo h2 { 
  font-size: 360%;
  border-bottom: 0;
  text-transform: none;
  margin: 0 0 0 15px;
  text-shadow: none;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0 0 0 0;
  color: #FFF;
  text-decoration: none;
}

#logo_text h1 a .logo_colour {
	color: #A7FF9E;
}

#logo_text a:hover .logo_colour { 
  color: #FFF;
}

#logo_text h2 {
	font-size: 125%;
	padding: 0 0 0 0;
	color: #CC99FF;
}

#headerImg {
	padding: 0 0 0 0;
	position:absolute;
	left: 394px;
	top: 80px;
	
}

#headerImg2 {
	padding: 0 0 0 0;
	position:absolute;
	left: 686px;
	top: 20px;
	overflow: hidden;
}

nav { 
  width: 1000px;
  height: 46px;
} 

#site_content { 
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;
} 

/*
recentering the content container
*/
#site_content_centered { 
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;
} 

#sidebar_container { 
  float: right;
  width: 224px;
}

.sidebar {
	float: right;
	width: 230px;
	margin: 0 0 15px 0;
	background: #FFF;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

/* Used for cookbook page, sidebar recipes
*/
.cookbooksidebar{
	float: right;
	width: 600px;
	margin: 0 0 15px 0;
	background: #FFF;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}
  
.sidebar h3, .content h1 { 
  background: #eee;padding: 10px 15px;
  font-size: 170%;
  border: 1px solid #fff;
  color: #063E4C;
    border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border: 7px 7px 0 0;
}

.sidebar h3, .content h1, { 
  padding: 5px 15px 10px 15px;
  color: #74706E;
}
.subContent h1 {
	padding: 5px 5px 5px 5px;
	color: #135a13;
	background-color:#EEEEEE;
	
}
.sidebar li a.selected { 
  color: #444;
} 

.sidebar ul { 
  margin: -20px 0 0 0;
} 

/* ----------------------------------------------------------------------Content_item class located!! ---------------------------------------------------------------------------*/
.sidebar_item, .content_item, .subcontent_item {
	padding: 5px 15px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* Utilized for Cookbooks page */
.content_object{
	padding: 20px 20px 20px ;
}

.cookbookimg{
	float: left;
	align: center;
	padding: 0 40px 0 0;
}

.cookbooktext{
	margin-left: auto;
	align: left;
}

.cookbooknav{
	text-align-last: left;
	height: 135px;
	margin: 0 0 10px 0;
	background: #fff;
	border-bottom: 1px solid #D4D4D4;
	border: 1px solid #e5e5e5;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

.thumbnail {
	margin: 0 5px 5px 0;
	float: left;
	width: 162px;
	outline: none;
	text-decoration: none;
	color: #9966CC;
	text-align:center;
	line-height: 1em;
	padding: 0 5px 5px 5px
}

.thumbnailfooter {
	margin: 0 5px 5px 0;
	float: center;
	width: 100%;
	outline: none;
	text-decoration: none;
	color: #9966CC;
	text-align:center;
	align-items: center;
	line-height: 1em;
	padding: 5px 5px 5px 5px
}

.content { 
  text-align: left;
  width: 100%;
  margin: 0 0 15px 0;
  background: #fff;border-bottom: 1px solid #D4D4D4;
  border: 1px solid #e5e5e5;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  float: left;
}

.listnav{
	text-align: center;
	margin: 0 0 10px 0;
	background: #fff;
	border-bottom: 1px solid #D4D4D4;
	border: 1px solid #e5e5e5;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

/* Used to align img with text within a contentbox
*/
.cookbooklist{
	text-align: center;
	margin: 0 0 15px 0;
	background: #fff;
	border-bottom: 1px solid #D4D4D4;
	border: 1px solid #e5e5e5;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

.subContent {
	text-align: left;
	width: 237px;
	height: 300px;
	overflow:scroll;
	overflow-x: hidden;
	margin: 0 15px 15px 0;
	background: #fff;
	border-bottom: 1px solid #D4D4D4;
	border: 1px solid #e5e5e5;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	float: left;
}
  
.content ul, .subContent ul { 
  margin: 2px 0 22px 0px;
}

.content ul li, .sidebar ul li, .subContent ul li {
	list-style-type: none;
	background: url(../images/bullet.png) no-repeat;
	margin: 0 0 0 0;
	padding: 0px 0 4px 25px;
	line-height: 1.5em;
	width: 100%;
}

/* Utilized to align content box with nav menu on vertical grid
*/
.centralizedcontent{
	text-align: center;
  	width: 60%;
  	padding: 0 310 15px 310px;
  	background: #fff;
	border-bottom: 1px solid #D4D4D4;
  	border: 1px solid #e5e5e5;
  	border-radius: 7px 7px 7px 7px;
  	-moz-border-radius: 7px 7px 7px 7px;
  	-webkit-border: 7px 7px 7px 7px;
  	left: -999999px;
}

.rightcol{
	align: right;
	float: right;
	width: 22%;
	padding-bottom: 20px;
}

.leftcol{
	align: left;
	float: left;
	width: 16%;
	padding-bottom: 20px;
}

.lefttext{
	align: left;
	float: left;
	width: 75%;
}

.righttext{
	align: left;
	float: right;
	width: 75%;
}

#leftdiv{
	float: left;
	width: 45%;
	
}

#rightdiv{
	float: right;
	width: 45%;
}

footer { 
  width: 100%;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 90%;
  height: auto;
  padding: 20px 0 5px 0;
  text-align: center; 
  border-top: 1px solid #000;
  background: #332D2D;
  color: #c1c3ab;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #A8AA94;
  text-decoration: none;
}

footer a:hover { 
  color: #FFF;
  text-decoration: none;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 100% arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 10px 0 30px 0;
}

table tr th, table tr td { 
  background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}
  
table tr td { 
  background: #E5E5DB;
  color: #47433F;
  border-top: 1px solid #FFF;
}

#colours { 
  float: right;
  padding: 10px 0 0 0;
}

#search { 
  float: right;
}

.search { 
  border: 1px solid #666;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
  float:left;
  margin:20px 0 0;
  padding:5px;
  vertical-align:middle;
  width:192px;
  color: #bbb;
  background:#5E5E5E;
}





/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
*/

/* Configuration of menu width */
html body ul.sf-menu ul, html body ul.sf-menu ul li {
  width: 180px;
}

html body ul.sf-menu ul ul {
  margin: 0 0 0 180px;
}

/* Framework for proper showing/hiding/positioning */
/* DO NOT EDIT FROM HERE */
ul.sf-menu, ul.sf-menu * {
  margin: 0;
  padding: 0;
}

ul.sf-menu {
  display: block;
  position: relative;
}

ul.sf-menu li {
  display: block;
  list-style: none;
  float: left;
  position: relative;
}

ul.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

ul.sf-menu a {
  display: block;
  position: relative;
}

ul.sf-menu ul {
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}

ul.sf-menu ul a {
  zoom: 1; /* IE6/7 fix */
}

ul.sf-menu ul li {
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}

ul.sf-menu ul ul {
  top: 0;
  margin: 0 0 0 150px
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul,
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul {
  left: auto;
}

ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul {
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  background: url(../../Snap-Ed_revamp/images/arrows-black.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow {
  right: 12px;
  top: 7px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav {
  float: left;
}

ul#nav li.current a {
	color: #0fe90f;
}

ul#nav ul {
  background: #663399;
}

ul#nav li a {
	padding: 7px 20px;
	font-family: 'trebuchet ms',helvetica,arial,verdana,sans;
	text-decoration: none;
	color: #FFF;
	background: #663399;
	margin-right: 2px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border: 7px 7px 0 0;
}

ul#nav li a:hover, ul#nav li a:focus {
	color: #0fe90f;
}

ul#nav li ul li a {
  margin-right: 0;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border: 0 0 0 0;
}

span.sf-arrow {
  top: 15px;
  right: 5px;
  background-image: url(../images/arrows-white.png);
}

ul ul span.sf-arrow {
  right: 12px;
  top: 15px;
}
