/*
Theme Name:	Boke Bowl v2
Theme URI:	http://bokebowl.com (Framework: http://en.wp.obenland.it/the-bootstrap/)
Description:	Custom WordPress theme based on Bootstrap for Boke Bowl
Author: Ian J. Whitmore
Version: 2
License: GNU General Public License
License URI: license.txt
Tags: Custom


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* UNIVERSAL SELECTOR OUTLINE */
/* *{border: 1px dotted red;) */


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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: 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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


*{outline: none;}

.contentWrap {
	float: left;
	
}

.single .contentWrap .post{
	min-height: 480px;
}

.content {
	background: #FFF;
	float: left;
	width: 100%;
	min-height: 649px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#footer{
	margin-top: 3px;
}

.home.page #footer{
	margin-top: 0px;
}

#footer .block{
	background: #FFF;
	padding: 10px 0 8px;
	text-indent: 10px;
	min-height: 24px;	
}

#footer .phone{
	width: 157px;
	margin-right: 3px;
}

.page #footer .newsletter, .category #footer .newsletter,  .single #footer .newsletter, .error404 #footer .newsletter{
	width: 157px;
}

.error404 .content{
	min-height: 400px;
}

 .home.page #footer .newsletter{
	display: block;
	width: 317px;
}

#footer .newsletter{
	margin-left: 3px;
	width: 317px;
}


#footer .newsletter input{
	border: 1px solid #ebebeb;
	padding: 2px 4px;
	width: 140px;
	background: #ebebeb;
	box-shadow: none;
	margin-left: 10px;
}


.newsletter2{
	display: none;
	background: none!important;
	margin-top: -42px;
	text-indent: 0!important;
	padding-left: 10px!important;
	}

.newsletter2 input{
	margin-top: 5px;
	margin-left: 0px!important;
}



#footer .copyright{
	margin-left: 3px;
	width: 157px;
}
#footer .footerSpace{
	background: none;
}

.mobile-home #footer .twitter{
}

#footer .twitter{
	width: 157px;
	margin-left: 3px;
}

#footer a{color: #434947;}
#footer a:hover{color: #e44a25; text-decoration: none;}
#footer .newsletter a, #footer .newsletter2 a{color: #e44a25!important;}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column .content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment .content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #434947;
	letter-spacing: 0.03em;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
}
input[type=submit] {
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#colophon,
#branding,
#wrapper {
	margin: 0 auto;
	width: 960px;
}

#main{
	width: 100%;
}

#wrapper {
	background: #ebebeb;
	margin-top: 0;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ebebeb;
}
body,
input,
textarea {
	color: #434947;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: 600;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
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);
	padding: 2px;
}

a{
	text-decoration: none;
}

a:link {
	color: #e44a25;
}
a:visited {
	color: #e44a25;
}
a:active,
a:hover {
	color: #e44a25;
	border-bottom: 1px dotted #e44a25;
}

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


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

.menu-header,
div.menu {
	font-size: 13px;
}
.menu-header ul,
div.menu ul {
	list-style: none;
}
.menu-header li,
div.menu li {
}

/* MENU */

.menu-header ul{
	margin: 44px 0 0 0;
}

.menu-header a {
	color: #434947;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	border: none;
}
#access ul ul {
	display: none;
	z-index: 99999;
}
#access ul ul li {
	min-width: 100px;
}
#access ul ul ul {

}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	height: auto;
}
.menu-header li:hover > a,
.menu-header ul ul :hover > a {
	color: #e44a25;
}
#access ul li:hover > ul {
	display: block;
}
.menu li.current_page_item > a,
.menu li.current-menu-ancestor > a,
.menu li.current-menu-item > a,
.menu li.current-menu-parent > a {
	background: #FFF;	
}

* html .menu li.current_page_item a,
* html .menu li.current-menu-ancestor a,
* html .menu li.current-menu-item a,
* html .menu li.current-menu-parent a,
* html .menu li a:hover {
	background: #FFF;	
}


/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
}
.content {
}

.content,
.content input,
.content textarea {
	font-size: 15px;
	line-height: 24px;
	text-rendering: optimizeLegibility;
}
.content p,
.content ul,
.content ol,
.content dd,
.content pre,
.content hr {
	margin-bottom: 24px;
}
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
	margin-bottom: 0;
}
.content pre,
.content kbd,
.content tt,
.content var {
	font-size: 15px;
	line-height: 21px;
}
.content code {
	font-size: 13px;
}
.content dt,
.content th {
	color: #000;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.content tr th,
.content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.content tr.odd td {
	background: #f2f7fc;
}

.mobile-home .sticky, .front-page .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.content .entry-title {
	color: #e44a25;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #e44a25;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #e44a25;
	border-bottom: 1px dotted #e44a25;
}
.entry-meta {
	color: #333;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 6px;
}


.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
}
.content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.mobile-home .sticky .page-link a, .front-page .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
	padding: 20px 10px;
}

.edit-link{
	display: block;
	width: 100%;
	clear: both;
}

.readMore{
	margin-top: 12px;
	font-size: 12px;
	font-weight: 500;
}


#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #222;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #e44a25!important;
	border: none;
}
.content .video-player {
	padding: 0;
}


/* HOMEPAGE */

.homeImage{
	float: left;
}

.mobile-home .content, .front-page .content{
	background: transparent;
}

.main{
	height: 320px;
	margin-bottom: 3px;
}

.bottomLeft{
	width: 320px; 
	height: 317px; 	
	overflow: hidden;
}

.bottomLeft img{
	max-width: 100%;
}

.egg {	
	width: 317px; 
	height: 317px; 
	background: #e44a25;	
	margin-left: 3px;
}

.egg img{
	max-width: 100%;
}

.spices{
	background: #e44a25;
}


.rightCol .egg{
	background: #434947;
}

.rightCol .egg img{
	max-width: 100%;
}

.rightCol img{
	max-width: 160px;
}


.bottomBonus{
width: 160px;
height: 160px;
margin: 3px 0 0 3px;
background: #434947 url('images/bird.png') no-repeat center center; 
display: none;

}




/* =Asides
-------------------------------------------------------------- */

.mobile-home .content .format-aside p,
.mobile-home .content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.mobile-home .hentry.format-aside,
.mobile-home .hentry.category-asides {
	padding: 0;
}
.mobile-home .content .format-aside .entry-content,
.mobile-home .content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.mobile-home .content .format-gallery .entry-utility,
.mobile-home .content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	}

img.location{
	max-width: 95%;
	margin-left: 12px;	
}

p.location{
	margin: 12px 0 80px 12px;	
}

img.size-full.catch{
	margin-bottom: 10px;
}

.seven68 img.size-full{
	max-width: 100%;
}

.location img.size-full{
	max-width: 100%;
}


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 40%;
	margin: 0 0 20px 20px;	
}
.nav-next {
	float: right;
	text-align: right;
	width: 40%;
	margin: 0px 20px 20px 0;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	.content,
	.one-column .content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.mobile-home .sticky {
		border: none;
	}
}



/* BOKE BOWL STYLES */

.block{
	float: left;
}

/* WIDTHS */
.col1{
	width: 160px;
}

.col2{
	width: 320px;
}

.col3{
	width: 480px;
}

.col4{
	width: 640px;
}

.col5{
	width: 800px;
}

.col6{
	width: 960px;
}

/* HEIGHTS */

.row1{
	height: 160px;
}

.row2{
	height: 320px;
}

.row3{
	height: 480px;
}

.row4{
	height: 640px;
}

.row5{
	height: 800px;
}

.row6{
	height: 960px;
}


.text{
	padding: 10px 20px;
	width: 120px;
	height: 140px;
	max-height: 140px;
	font-size: 13px;
	overflow: hidden;
}

.text .table{
	display: table;
	height: 100%;
	}

.text .cell{
	display: table-cell;
	vertical-align: middle;
	max-height: 140px;
	overflow: hidden;	
}

.cell p{
	margin: 9px 0;
}

.cell p:first-child{
	margin-top: 9px;
}


/* HEADER */


/* RIGHT COLUMNS */

.rightCol .block{
	margin: 3px 0 0 0;
}


.mobile-home .rightCol img, .front-page .rightCol img{
	margin-left: 3px;
}


.mobile-menu{display: none;}
#mobileFooter{display: none;}

#logo{
	background-color: #e44a25;
}

#logo a{
	display: block;
	height: 100%;
	border: none;
}

#hours{
	font-size: 12px;
	line-height: 133%;
	padding-top: 5px;
	padding-bottom: 15px;
}

.white{background: white;}
.veggies{	background: white url('images/veggies.png') no-repeat center center;}
.topRight{	background: #e44a25;}

.ramen{	background: transparent url('images/ramen.png') no-repeat center center;	}
.ramenTall img{max-width: 100%;}

.beans{}



.mobile-home .beans, .front-page .beans{ background: #434947; width: 157px; height: 157px; margin: 0 0 0 3px!important;}
.mobile-home .beans img, .front-page .beans img{position: relative; left: 0px; max-width: 100%;}

.seeds{	background: transparent url('images/seeds_dark.png') no-repeat center center;	}

.news{	background: #FFF url('images/news.png') no-repeat center center; margin-top: 0!important;	}


.mobile-home .message, .front-page .message{
	width: 157px; 
	height: 157px; 
	margin: 0 0 0 3px;
	font-size: 16px;
	background: #434947; 
	color: #FFF;
	overflow: hidden;
	}
	
.mobile-home .message img, .front-page .message img{
	width: 162px;
	height: 162px;
	margin: 0;
}	

.mobile-home .message p, .front-page .message p{
	margin: 8px 8px;
}

.mobile-home .message.col2.phone, .front-page .message.col2.phone{
	display: none;
	margin-left: 3px;
	}	

/* CONTENT */


.content .hentry{
	padding: 46px 20px 5px 12px;
	line-height: 130%;
}

.content .cat-title{
	padding: 20px 20px 10px 12px;
	font-style: italic;
	font-weight: 500;
}

.content .cat-title span{
	font-style: normal;
	color: #e44a25;
}

.second{
	margin-top: 3px;
}

.second .hentry{
	padding-top: 10px;
}


/* MENUS */

.menuLeft, .menuRight{
	width: 45%;
	float: left;
	padding-right: 4%;
}


.page-id-38 .menuLeft strong,.page-id-38 .menuRight strong{
	color: #e44a25;
}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////// MEDIA QUERIES //////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////// */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {


	#address.west .table .cell p:nth-child(3){display: none;}

	.main{
		display: none;
	}

img.location{
	max-width: 95%;
	margin-left: 0px;	
}

/* Styles */

	#wrapper{
		width: 320px;
		margin: 0 auto;
		overflow: hidden;
	}

	#header{
		padding-top: 0;
	}
	
	.nav{display: none;}

	#header #address,#header #hours{display: none;}

	
	.mobile-menu{
		display: block;
		clear: both;
		padding: 5px 0!important;
		background: #434947!important;
	}
	
	.mobile .mobile-menu{
		display: none;
	}
	
	.mobile-menu select{
		margin: 5px 0;
		width: 320px;
	}
	
	.mobile-home .message.col2.phone, .front-page .message.col2.phone{
	display: block;
	width: 311px!important; 
	height: 110px; 
	margin: 0;
	padding: 8px 8px;
	font-size: 16px;
	background: #434947; 
	color: #FFF;
	overflow: hidden;
	position: relative;
	z-index: auto;

	}
	
	.veggies, .topRight{display: none;}

	#mobileFooter{display: block; width: 320px; margin-bottom: 10px; padding-bottom: 10px;}
	#mobileFooter #address, #mobileFooter #hours{width: 140px;}

	#footer .phone,#footer .email{display: none;}
	#footer .copyright{background: none; margin-top: 10px;}

	#footer .newsletter2{width: 320px!important;}


	/* HOME PAGE */
	
	.bottomLeft{
	display: none;
	}
	
	.mobile-home .egg, 	.front-page .egg {	
		width: 160px; 
		height: 160px; 
		background: #e44a25;	
		margin-left: 0px;
	}
	
	.mobile-home .egg img, 	.front-page .egg img{
		width: 160px;
		height: 160px;
	}
	
	.mobile-home .bottomBonus, 	.front-page .bottomBonus{
		display: block!important;
		margin: 0 0 0 3px!important;
		}

	.mobile-home .main, .front-page .main{height: auto; margin-bottom: 3px!important; max-width: 320px; overflow: hidden;}
	.mobile-home .main img, .front-page .main img{margin-left: 0!important;}

	img.size-full{
		max-width: 320px!important;
	}

	.twitter{display: none;}

	/* CONTENT */
	
	.contentWrap{
		width: 320px!important;
	}
	
	.content{
		width: 320px!important;
		min-height: inherit;
	}
	
	.content img{
		max-width: 100%;
	}

	.rightCol{
		display: none!important;
	}
	
	.col1{
	}

	.row1, .row2. .row3{
		height: auto!important;
	}

	/* HIGHER RES IMAGES for RETINA DISPLAYS */
	#logo{	background: #e44a25 url('images/bowl_logo_hi.png')no-repeat center center;	background-size: 320px 160px;}
	
	.veggies{	background: #FFF url('images/veggies_hi.png') no-repeat center center; background-size: 160px 160px;}
	.topRight{	background: #e44a25;}
	
	.beans{	background: transparent url('images/beans_hi.png') no-repeat center center;background-size: 160px 160px;	}
	.beansDark{	background: transparent url('images/beans_dark_hi.png') no-repeat center center;background-size: 160px 160px;	}
	
	.seeds{	background: #FFF url('images/seeds_hi.png') no-repeat center center; background-size: 160px 160px;	}
	.news{	background: #FFF url('images/news_hi.png') no-repeat center center; background-size: 160px 160px;	}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 480px) {
/* Styles */
	#wrapper{
		width: 320px;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 480px)
and (max-width : 818px){
/* Styles */
	
	
		
.mobile-home .message.col2.phone, .front-page .message.col2.phone{
	display: block;
	width: 160px; 
	height: 160px; 
	margin: 0;
	padding: 8px 8px;
	font-size: 16px;
	background: #434947; 
	color: #FFF;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	margin-left: 234px;
	margin-top: 74px;
	}
		
	
	
}	

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-width : 818px){
/* Styles */
	
	#wrapper{
		max-width: 640px;
	}
	/* .veggies,.topRight{display: none;} */
	
	#header #address{position: relative; left: -320px; top: 500px; margin-right: -160px;}

	#header #address.west{display: block; position: relative; left: -480px; top: 620px; margin-right: -160px;}

/* 	#header #hours{position: relative; left: -320px; top: 760px; margin-right: -160px; background: none;} */

	.text{padding: 10px 10px;}
	
	#header #hours{padding: 10px 20px;}

	/* HOME PAGE */
	
	.main{
		overflow: hidden;
	}
	
	.main img{
		margin-left: -130px;
	}
	

	.bottomLeft{
	width: 320px; 
	height: 323px; 	
	overflow: hidden;
	}
	
	.bottomLeft img{
		width: 323px;
		height: 323px
	}
	
	.egg {	
		width: 157px; 
		height: 160px; 
		background: #e44a25;	
		margin-left: 3px;
	}
	
	.egg img{
		width: 100%;
		height: 100%;
		}

		
	/* CONTENT */
	
	.contentWrap{
		width: 480px;
	}
	
	.content{
		width: 480px;
	}
		
	.rightCol{
		display: none;
	}
	
	.bottomBonus{
	width: 157px;
	height: 160px;
	margin: 3px 0 0 3px;
	background: #434947 url('images/bird.png') no-repeat center center; 
	display: block;
	
	}
		
	#footer .newsletter{
		display: none!important;
	}	
	
	.mobile-home #footer .newsletter2, 	.front-page #footer .newsletter2{
		display: block!important;
	}
	
	#footer .twitter{
	}

	.newsletter2{
		display: block;
	}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

	
	.bottomBonus{
	display: none;
	
	}


}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */


}

/* iPad 3 ------------------------- */
@media (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) {


#header {
	padding: 30px 0 0 0;
}

#logo{	background: #e44a25 url('images/bowl_logo_hi.png')no-repeat center center;	background-size: 320px 160px;}

.veggies{	background: #FFF url('images/veggies_hi.png') no-repeat center center; background-size: 160px 160px;}
.topRight{	background: #e44a25;}

.ramen{	background: transparent url('images/ramen_hi.png') no-repeat center center; background-size: 160px 160px;	}

.beans{	background: transparent url('images/beans.png') no-repeat center center;	}
.beansDark{	background: transparent url('images/beans_dark.png') no-repeat center center;	}

.seeds{	background: #FFF url('images/seeds_hi.png') no-repeat center center; background-size: 160px 160px;	}
.news{	background: #FFF url('images/news_hi.png') no-repeat center center; background-size: 160px 160px;	}


#footer .newsletter{
	margin-left: 3px;
	width: 317px;
	padding: 8px 0;
}



}


@media (max-width: 768px)  
and (-webkit-min-device-pixel-ratio: 2) {



.bottomBonus{
	display: block;
	height: 160px;
	width: 157px;
	margin-left: 3px;
	background: #434947 url('images/bird_hi.png') no-repeat center center; 
	background-size: 157px 157px;
}


}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5) and (min-device-width : 320px) and (max-device-width : 480px),
only screen and (min-device-pixel-ratio : 1.5) and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */

#wrapper{
		width: 320px!important;
		margin: 0 auto;
	}

	#header{
		padding-top: 0;
	}
	
	.nav{display: none;}
	
	.mobile-menu{
		display: block;
		background: #434947!important;
	}
	
	.mobile-menu select{
		margin: 5px 0;
		width: 320px;
	}

	.mobile-home .message.col2.phone, 	.front-page .message.col2.phone{
		display: block;
		width: 160px; 
		height: 160px; 
		margin: 0;
		padding: 8px 8px;
		font-size: 16px;
		background: #434947; 
		color: #FFF;
		overflow: hidden;
		position: relative;
		z-index: auto;
	}

	.main img{
		margin-left: 0px;
	}
	
	.rightCol{
		display: none!importants;
	}
	
	
	.veggies, .topRight{display: none;}
	
	

	.menuLeft, .menuRight{
		width: 80%;
	}
	
	.content .hentry{
		padding-top: 14px;
	}

	/* HOME PAGE */
	
	.bottomLeft{
	width: 157px; 
	height: 160px; 	
	overflow: hidden;
	}
	
	.bottomLeft img{
		width: 160px;
	}
	
	.egg {	
		width: 160px; 
		height: 157px; 
		background: #e44a25;	
		margin-left: 3px;
	}
	
	.egg img{
		width: 160px;
		height: 160px;
	}

	img.size-full{
		max-width: 320px!important;
	}


	/* CONTENT */
	
	.contentWrap{
		width: 320px!important;
	}
	
	.content{
		width: 320px;
	}
	
	.content img{
	}

	.rightCol{
		display: none;
	}
	
	.col1{
	}
	
	.mobile-home .main,	.front-page .main{
		height: 160px;
	}


	/* HIGHER RES IMAGES for RETINA DISPLAYS */
	#logo{	background: #e44a25 url('images/bowl_logo_hi.png')no-repeat center center;	background-size: 320px 160px;}
	
	.veggies{	background: #FFF url('images/veggies_hi.png') no-repeat center center; background-size: 160px 160px;}
	.topRight{	background: #e44a25;}	
	
	.beans{	background: transparent url('images/beans.png') no-repeat center center;	}
	.beansDark{	background: transparent url('images/beans_dark.png') no-repeat center center;	}
	
	.seeds{	background: #FFF url('images/seeds_hi.png') no-repeat center center; background-size: 160px 160px;	}
	.news{	background: #FFF url('images/news_hi.png') no-repeat center center; background-size: 160px 160px;	}
	.bottomBonus{
		display: none;
	}

}


.east .side, .west .side{
	text-align: center;
	padding: 10px 0;
}	

.buttonwrap{
	background: #FFF;
	float: left;
	width: 100%;
}

.services {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.services div{
	width: 50%;
	float: left;
	text-align: center;
	padding: 16px 0;
	background: #FFF;
}



.mobile.delivery .services a{
	color: rgba(228,74,37,1);
}

.mobile #header, .mobile #footer, .mobile .row2, .mobile .rightCol, body.page .mobile .edit-link{
	display: none;
}

body.page-template-newhome-php, body.page-template-order-online-php{
	background: #e44a25;
}


#wrapper.mobile{
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.05em;		
}

.newMobile .top{
	background: #e44a25 url('images/bowl_logo_hi.png')no-repeat center -5px;	
	background-size: 320px 160px;
	height: 168px;
	text-align: center;
}


.delivery .newMobile .top{
	height: 148px;
}


.newMobile .top a{
	padding-top: 135px;
	display: block;
	width: 320px;
	margin: 0 auto;
}

.newMobile .bottom{
	background: rgba(228,74,37,1);
}

.newMobile .east .info, .newMobile .west .info{
	width: 160px;
	margin: 0 auto;
	padding: 24px 0 24px 84px;
	background: transparent url('images/marker.png') no-repeat 34px center;
	font-size: 15px;
}


.newMobile .east{
	background: #ebebeb;
}

.newMobile .west{
	background: #FFF;
}

.newMobile.delivery .west{
	background: #ebebeb;
	clear: both;
}

.newMobile .bottom{
	text-align: center;
	font-size: 18px;
	color: #FFF;
	padding: 30px 0 60px;
	clear: both;
}

.mobile #mobileFooter{
	display: none;
}

.mobile a{color: #FFF;}
.mobile a:link{color: #FFF;}


.mobile .info a{
	color: #222;
}





@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {  
 
 
 
  .newMobile .east, .newMobile .west{
  	float: left;
  	margin: 0;
  	width: 50%;
  }
    
   #wrapper.mobile, .mobile .main, .col2
   {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	} 
	
	.newMobile .bottom{
		clear: both;
		margin-top: 84px;		
	}
    
}



.front-page .beans.doke img{
	margin-left: 0!important;
	background: #e44a25;
}


.mobile .newMobile .deliverylink{
	text-transform: uppercase;
	text-align: center;
}

.deliverylink a{
	padding: 14px 0;
	display: block;
	color: #e44a25!important;
	border: none;
}
