/*
Theme Name: Jordan's Kitchen
Theme URI: http://smackhappydesign.com
Description: Web design
Author: Smack Happy Desgin
Version: 1.0
Tags: black, blue
*/


/* -------- reset.css - v1.0 | 20080212 ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* -------- begin html tag settings --------- */
BODY {
	background: #ccc;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
}
h1 {
	color: #9B8875;
	font-size: 1.4em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	color: #9B8875;
	font-size: 1.3em;
	line-height: 1.2em;
}
h3 {
	color: #9B8875;
	font-size: 1.2em;
}
h4 {
	color: #555;
	font-size: 1.1em;
}
h5 {
	color: #333;
	font-size: 1em;
}
ul {
	list-style: square;
	margin: 6px 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 6px 0 18px 1.5em;
}
ul li, ol li {
	margin-bottom: 1em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
a {
	color: #A76416;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	color: #8a4d06;
}
a:hover, a:active {
	color: #e07902;
	text-decoration: underline;
}
hr {display: none;}
#content input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 1em;
	padding: 4px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}




/* ---------- begin structural settings ---------------- */
#container { 
	font-size: .9em;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#shadow {
	box-shadow: 0 4px 20px 0 #777;
	float: left;
	margin-bottom: 40px;
}
#header {
	background: #fff;
	float: left;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#logo {
	margin: 20px auto 10px auto;
}

#contact-us {
	background: url("images/email.png") top left no-repeat;
	color: #996633;
	font-size: .9em;
	float: right;
	top: 0px;
	right: 10px;
	position: absolute;
	padding: 20px 0 8px 40px;
	text-decoration: none;
	text-transform: uppercase;
}
#bookings-nav {
  position: absolute;
  top: 10px;
  left: 10px;
}

#nav {
	clear: both;
	margin-bottom: 10px;
	margin-left: 1px;
	width: 100%;
}
#nav h2 {display: none;}
#nav li {
	margin-left: 2px;
}
#nav ul li {
     position: relative;
}
#nav li:first-child {
	margin-left: 0;
}
#nav a {
	background: #ebe2d9;
	color: #996633;
	display: table-cell;
	font-size: 12px;
	height: 46px;
	margin: 0 1px;
	padding: 8px 18px 6px 18px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 142px;
}
#nav .current-menu-item a, #nav .current_page_item a, #nav .current-page-ancestor a {
	background: #d4c7b4;
	color: #663300;
}
#nav a:hover, #nav a:active {
	background: #e0d6c7;
	color: #663300;
}

#nav li ul.sub-menu {
     border-top: 1px solid #fff;
     position: absolute;
     top: 60px;
     left: 0;
     z-index: 2000;
     width: 178px;
}
#nav li ul.sub-menu li {
     background: none;
     clear: both;
     width: 178px;
}
#nav li ul.sub-menu a {
}
#nav li ul.sub-menu a:hover, #nav li ul.sub-menu a:active {

}
#nav li ul.sub-menu {
     display: none;
}
#nav li:hover ul.sub-menu {
     display: block;
}

#page {
	background: #fff;
	border-bottom: 1px solid #ddd;
	float: left;	
	padding: 0 20px;
	text-align: left;
	width: 860px;
}

#content { 
	float: left;
	padding: 20px 0;
	text-align: left;
  width: 580px;
}
#content.one-column {
	width: 860px;
}
.single #content {
  width: 530px;
}

#sidebar {
	float: right;
	margin: 20px 0;
	width: 250px;
}
.single #sidebar {
  text-align: center;
  width: 300px;
}
#sidebar h2 {
	padding: 20px 0 0 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%; /* for ie 7 */
}
#sidebar ul li.widget_text ul {
	margin-left: 10px;
	padding-left: 10px;
}
#sidebar ul li.widget_text li {
	list-style: square;
	margin-bottom: 4px;
}	
#sidebar .widget_nav_menu {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#sidebar .menu a {
	background: #ebe2d9;
	border-bottom: 2px solid #fff;
	color: #996633;
	display: block;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 1px;
	padding: 8px 18px 6px 18px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
#sidebar .menu .current-menu-item a, #sidebar .menu .current_page_item a, #sidebar .menu .current-page-ancestor a {
	background: #d4c7b4;
	color: #663300;
}
#sidebar .menu a:hover, #sidebar .menu a:active {
	background: #e0d6c7;
	color: #663300;
}


#footer {
	background: #ebe2d9;
	clear: both;
	color: #996633;
	float: left;
	line-height: 1em;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: 860px;
}
#footer a {
	color: #996633;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
}
#footer ul {
	margin: 0;
}
#footer .widget-container {margin: 0;}
#footer-widget-area {
	float: left;
	margin-bottom: 10px;
}
#footer .menu li {
	margin-right: 14px;
}
.copyright {
	clear: both;
	color: #999;
	float: left;
	font-size: .9em;
}
.credit {
	clear: right;
	color: #999;
	float: right;
	font-size: .9em;
}
#footer .credit a {color: #999;}
.informed {
	color: #777;
	float: right;
}
.informed a {
	padding: 0 0 6px 6px;
}
#one {
	float: left;
	margin-bottom: 10px;
}
#second {
	float: right;
	margin: 6px 0 0 0;
}

.nav, .nav ul, .menu, .menu ul  {
	margin: 0;
	padding: 0;
}
.nav li, .menu li {
	float: left;
	list-style: none;
	margin: 0;
}
.nav a, .menu a {
	text-decoration: none;
}
.hide {display: none;}
.date, .help {
	color: #777;
	font-size: .9em;
}
img.alignleft {
	float: left;
	margin: 0 8px 6px 0;
}
img.alignright {
	float: right;
	margin: 0 0 6px 8px;
}


.landingpage .gridCell {height: 220px !important;}

.linkcat {
	list-style: none;
}
#content ul.blogroll {
	margin-bottom: 20px;
}
#content ul.blogroll li {
	margin-bottom: 8px;
}

.divider {
	border-bottom: 1px dotted #ddd;
	float: left;
	margin: 10px 0;
	width: 100%;
}



/* buttons */
a.button, input[type="submit"] {
	background: #A76416 url('images/button/gradient.png') center center repeat-x;
	border: 1px solid #774102;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
  text-shadow: #774102 1px 1px 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
a.button {
	display: inline-block;
	min-width: 100px;
	line-height: 15px;
	padding: 9px 12px;
	text-decoration: none;
}
input[type="submit"] {
	padding: 4px 16px;
}
a.button:hover, input[type="submit"]:hover {
	background-color: #e07902;
}

/*
.page-id-642 .sign-up-button {
  display: none;
}
*/


.formBuilderForm .formBuilderSubmit {
  clear: both;
  text-align: left !important;
	margin-left: 170px;
	padding-top: 20px;
}


/* testimonials */
#testimonials {
	background: #E5E1DF;
	border: 2px solid #fff;
	box-shadow: 0 0 8px 0 #ccc;
	float: left;
	line-height: 1em;
	margin-bottom: 10px;
	padding: 10px 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#testimonials h3 {
	margin-bottom: 4px;
}
#sfstest-page blockquote {
	background: url('images/testimonial-quotes.png') -207px top no-repeat;
	padding: 1px 0 0 30px !important;
	margin-bottom: 40px;
}
#sfstest-page p:first-child {
	background: url('images/testimonial-quotes.png') 850px bottom no-repeat;
	padding: 0 70px 0 0;
}
#sfstest-page blockquote cite {
	color: #777;
}


#formBuilderCSSIDContact_Form {
	float: left;
	width: 600px;
}


/* slider */
#slider {
  background: #ebe2d9;
	border: 2px solid #fff;
	border-right: 0;
	border-left: 0;
	float: left;
	width: 900px;
	height: 340px;
	position: relative;
}
#slider ul {
	margin: 0;
	padding: 0;
}
#slider li {
	list-style: none;
	float:left;
	position:absolute;
	margin: 0;
	padding: 0;
	width: 900px;
	display: none;
}
#slider li.show {
	display: block;
	z-index:500;
}
#slider h2 {
	float: left;
	font-size: 2.2em;
	line-height: 1.1em;
	margin: 60px 0 0 90px;
}
#slider .list2 h2 {
	margin-left: 60px;
}
#slider .list3 h2 {
	margin-left: 40px;
}
#slider .list4 h2 {
	margin-left: 80px;
}
#slider h2 span {
	display: block;
	font-weight: normal;
}
#slider img {
	float: left;
}


/* events / classes */
.jk-event-list {
	margin: 0;
	padding: 0;
}
.jk-event-list > li {
	border-top: 1px solid #ccc;
	list-style: none;
	padding-top: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.jk-event-list .button {
	float: right;
	margin: 10px 0 0 0;
}
.location-map {
	float:right; 
	margin:0px 0px 0px 15px;
}
.single-event .entry-meta {
	display: none;
}
.em-location-map, .em-locations-map { width: 300px !important; height: 290px !important; }
#content div.em-booking-login {
  border-left: 1px solid #ccc;
}
#content div.em-booking-login #em_rememberme {
	clear: both;
}
#content div.em-booking-login label {
	width: 100px;
}
#em_wp-submit {
	margin-bottom: 10px;
	width: 160px;
}

.class-menu {
	background: #E5E1DF;
	border: 2px solid #fff;
	box-shadow: 0 0 8px 0 #ccc;
	float: left;
	margin-bottom: 20px;
	padding: 10px 3%;
  border-radius: 6px;
  line-height: 1em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;	
	width: 94%;
}
.class-menu p {
	margin: 0;
}

.blog .post {
  clear: both;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.blog .post:last-child {
  border: 0;
}
.blog .post h2 {
  text-transform: uppercase;
}
.post-image {
  float: left;
  width: 170px;
}
.rest-of-post {
  float: left;
  width: 550px;
}

.em-booking-form-details p:first-child {
  display: none;
}
.input-field-cooked_with_jordan label {
  margin-bottom: 1em;
}
#content #em-booking-gateway-paypal {
  font-weight: bold;
}
#content #em-booking-gateway-paypal img {
  margin: 1em 0;
}
#em-booking-gateway-offline {
  margin-bottom: 1em;
}

/* holiday style */
.special-text {
  background: url("images/gift-envelope.png") top right no-repeat;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
  float: right;
  padding: 2px 60px 10px 0;
  width: 110px;
  text-align: right;
  position: absolute;
  top: 68px;
  right: 10px;
}
.special-text a {
  color: #900;
}

/* holiday style */
.for-kids {
  background: url("../../../../images/cooking-class-for-kids.png") left top no-repeat;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
  float: left;
  padding: 30px 0px 10px 94px;
  width: 125px;
  position: absolute;
  text-align: left;
  top: 30px;
  left: 10px;
}
.for-kids img {
  float: left;
  margin-top: -40px;
}
.for-kids a {
  color: #900;
}

#content .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
}
#field_1_16 {
  display: none;
}
#content #gform_wrapper_1 {
  float: left;
  width: 520px;
}

.id86 {
  display: none;
}