/*
Theme Name: Beyond Breakfast 2.0
Theme URI: http://stressdesign.com
Description: Theme for BeyondBreakfast.org
Author: stressdesign
Version: 2.0
Template: twentyten
*/

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

body {
	background:#f9f9f7;
	margin:0;
	padding:0;
    color: #4f4e4e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #0055a5;
	font-weight:bold;
	text-decoration: none;
}
a:hover,
a:focus {
	color:#0055a5;
	text-decoration: underline;
}
a img { border: 0 }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1,
.entry-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight:bold;
  color: #e51937;
  text-transform:none;
}
h2,
.h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight:bold;
  color: #fec557;
  text-transform:uppercase;
}
h3,
.h3 {
  font-size: 23px;
  font-weight:normal;
  color:#8a8a8b;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

hr {
}

blockquote p {

}

/* Images -------------------- */
.alignleft, img.alignleft {
	margin:5px 20px 20px 0;
	float:left;
}
.alignright, img.alignright {
	margin:5px 0 20px 20px;
	float:right;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin:5px auto 20px;
}

/* Misc ---------------------- */
.pull-left { float: left; }
.pull-right { float: right; }
.img-responsive {}
.img-rounded {}
.img-thumbnail {}
.img-circle {}
.thumbnail {}

.inner {}

.lead {}



/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	margin:0;
	padding:0;
}
img, object, embed {
	max-width: 100%;
}
img {
	width: auto;
	height: auto;
	-ms-interpolation-mode:bicubic;
}
* {
	outline:none;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#container {
}
.row {
}
.inner {
}

/* Header */

#header {
}
#header-utility {
	background:#0055a5 url(images/web-texture.png) repeat center top;
	color:#fff;
	position:relative;
	z-index:1000;
}
#social {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#social li {
	margin:0 0 0 4px;
	padding:0;
	list-style:none;
	float:left;
}
#social li a {
	display:block;
	width:48px;
	height:48px;
	text-indent:-9999px;
}
#social li a#facebook {
	background:#3275b1 url(images/facebook.png) no-repeat center;
}
#social li a#twitter {
	background:#3275b1 url(images/twitter.png) no-repeat center;
}
#social li a#rss {
	background:#3275b1 url(images/rss.png) no-repeat center;
}

#header .col-sm-12 {
	position:relative;
}
#logo {
	text-align:center;
}
#logo a {
	display:block;
	padding:20px 15px;
}


/*  Main Navigation  */

#nav {
	background-color:#fbf3e2;
	border:none;
	border-radius:0;
}
#nav .navbar-nav > li > a, #nav .navbar-nav > li > a:active, #nav .navbar-nav > li > a:focus {
	font-size:14px;
	font-weight:bold;
	color:#4f4e4e;
}
#nav .navbar-nav > li > a:hover, #nav .navbar-nav > .active > a, #nav .navbar-nav > .active > a:hover, #nav .navbar-nav > .active > a:focus, #nav .navbar-nav > .active-path > a, #nav .navbar-nav > .active-path > a:hover, #nav .navbar-nav > .active-path > a:focus, #nav .navbar-nav > .open > a:focus {
	background-color:#fec557;
	color:#fff;
}
#nav .navbar-brand {
	color:#0055a5;
}
#nav .navbar-toggle {
    border-color: #fec557;
	border-radius:0;
}
#nav .navbar-toggle:hover, #nav .navbar-toggle:focus {
	background-color:#fec557;
}
#nav .navbar-toggle .icon-bar {
    background-color: #fec557;
}
#nav .navbar-toggle:hover .icon-bar, #nav .navbar-toggle:focus .icon-bar {
	background-color:#fff;
}
#nav .navbar-collapse, #nav .navbar-form {
	border-color:#fec557;
}
#nav .navbar-form input, #nav .input-group-addon {
	background:none;
	border:none;
	border-radius:0;
	height:auto;
	box-shadow:none;
}
#nav .input-group-addon {
	padding-right:0;
}


/* Feature */
#feature {
	margin-bottom:30px;
}


/* Sections */
#sections {
	margin-bottom:20px;
}


/* Wrapper */
#wrapper {
}


/* Content */
#content {
}


/* Sidebar */
#sidebar {
}


/* Sub Navigation */


/* Footer Feature */
#footer-feature h3.widget-title {
	margin-top:0;
}
#footer-feature ul {
	margin:0;
	padding:0;
	list-style:none;
}

/* Footer Utility */
#footer-utility {
	margin-top:30px;
	margin-bottom:30px;
}
#footer-utility img {
	vertical-align:middle;
}

/* Footer */
#footer {
	background:#0055a5;
	padding:30px 0;
	color:#fff;
}
#footer a {
	color:#fff;
	font-weight:normal;
}
#footer a:hover {
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li {
	margin:0 0 10px;
}


/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 

.jumbotron {
	background-color:#fbf3e2;
	padding:30px!important;
	font-size:32px;
	color:#0055a5;
	line-height:1.2;
}


/* Posts */
.post, .post-feature-image.col-sm-3 {
	margin-bottom:30px;
}
.entry-title a {
	color:#e51937;
}
.entry-meta {
	font-size:13px;
	margin:0 0 20px;
}
.entry-meta a {
	font-weight:normal;
	color:#4f4e4e;
}
.post-feature-image.col-sm-3 {
	margin-top:20px;
}


/* Widgets */
.widget-title {
	font-size:15px;
	color:#fec557;
	text-transform:uppercase;
}

/* Google Map */
.googleMapCanvas img {
	max-width:none;
}

/* Video ----------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* alignment classes & additional classes*/

.pull-left  { float: left; }
.pull-right { float: right; }


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

.navigation {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 15px;
	clear:both;
}


/* =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;
	padding-left:0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.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-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;
}


/* Meta Slider */
.metaslider .caption-wrap {
	background:none!important;
	left:inherit!important;
	right:5px;
	bottom:5px!important;
	text-align:right;
	max-width:90%;
}
.metaslider .caption {
	background-color:#fbf3e3;
	background-color:rgba(251,243,227,0.7);
	font-weight:bold;
	color:#0055a5;
	line-height:36px;
	display:inline;
	padding:10px!important;
}


code {
	white-space:normal;
}


/* Landscape phones
------------------------- */
@media (max-width: 480px) {
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
}

@media (min-width: 768px) {
	#nav {
		background:none;
		margin-bottom:25px;
		border-top:1px solid #d2d0d0;
		border-bottom:1px solid #d2d0d0;
		min-height:inherit;
	}
	#nav .navbar-nav {
		border-right:1px solid #d2d0d0;
	}
	#nav .navbar-nav > li > a {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	#nav .container-fluid, #nav .navbar-collapse {
		padding:0;
	}
	#nav .navbar-form {
		margin:0;
		padding:0;
	}
	#nav .navbar-text {
		margin-top:5px;
		margin-bottom:5px;
	}
	.metaslider .caption-wrap {
		bottom:25px!important;
		right:25px;
		max-width:75%;
	}
	.metaslider .caption {
		font-size:20px;
		line-height:44px;
	}

}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) {
	#logo {
		background-color:#fff;
		position:absolute;
		right:15px;
		z-index:999;
		box-shadow:0 0 25px rgba(0,0,0,0.5);
		width:30%;
	}
	#nav {
		margin-top:50px;
	}
	#footer {
		padding:70px 0;
	}
	.metaslider .caption-wrap {
		bottom:65px!important;
		right:65px;
		max-width:50%;
	}
	.metaslider .caption {
		font-size:26px;
		line-height:50px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
	#logo {
		width:auto;
	}
	#logo a {
		padding:40px 30px;
	}
	#nav {
		margin-top:75px;
	}
	#feature {
		margin-bottom:45px;
	}
	#footer-utility {
		margin-top:50px;
		margin-bottom:50px;
	}
	.post, .post-feature-image.col-sm-3 {
		margin-bottom:60px;
	}
}


/* customize_miscellaneous */ /* customize_miscellaneous */