/* -- Global Styles -- */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
} 

a {
	outline: none;
	color: #FF3000;
	text-decoration: none;
}

a:hover {
	color: #FF3000;
}

p {
	margin: 20px 0;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

::selection {
	background: #EEE;
}
	
::-moz-selection {
	background: #EEE;
}



/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

input,
textarea {
	outline: none;
}

input.input,
textarea.textarea {
	width: 96%;
	max-width: 500px;
	height: 16px;
	margin: 0;
	padding: 4px 2%;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	border: 0;
	background: #EEE;
}

textarea.textarea {
	height: 100px;
	overflow: auto;
}

input.unfocused,
textarea.unfocused {
	color: #777;
}

label {
	display: block;
	padding: 0 0 10px;
}

label.check-label {
	display: inline-block;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: none;
}



/* -- Blocks -- */

.block,
.left,
.right,
.clear,
.autoclear {
	display: block;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	font-size: 80%;
}

.mobile {
	display: none;
}

.no-border {
	border: 0 !important;
}

.photo-left,
.photo-right,
.photo-center {
	position: relative;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
}

.photo-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.photo-center {
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}

.caption {
	margin: 0; 
	font-size: 80%;
	color: #AAA;
}

.detail {
	color: #AAA;
}

.button {
	display: inline-block;
	height: 24px;
	padding: 0 5px;
	margin: 0;
	overflow: hidden;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0;
	background: #FF3000;
	color: #FFF;
	cursor: pointer;
}

blockquote {
	margin: 20px 0;
	font-family: 'Mercury Display A', 'Mercury Display B', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	line-height: 42px;
	color: #444;
}


/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 25px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	background: #FF00FF;
	font-weight: bold;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-size: 1.3em;
}



/* --  Badges -- */

.badge-the-b-team,
.badge-bobby,
.badge-fitness,
.badge-lifestyle,
.badge-recipes,
.badge-restaurants,
.badge-shop,
.badge-shows,
.badge-search,
.badge-videos {
	display: block;
	padding-top: 60px;
	overflow: hidden;
	background: url(../images/common/badge-b-team-1x.png) no-repeat;
}

.badge-bobby {
	background: url(../images/common/badge-bobby-1x.png) no-repeat;
}

.badge-fitness {
	background: url(../images/common/badge-fitness-1x.png) no-repeat;
}

.badge-lifestyle {
	background: url(../images/common/badge-lifestyle-1x.png) no-repeat;
}

.badge-recipes {
	background: url(../images/common/badge-recipies-1x.png) no-repeat;
}

.badge-restaurants {
	background: url(../images/common/badge-restaurants-1x.png) no-repeat;
}

.badge-shop {
	background: url(../images/common/badge-shop-1x.png) no-repeat;
}

.badge-shows {
	background: url(../images/common/badge-shows-1x.png) no-repeat;
}

.badge-search {
	background: url(../images/common/badge-bobby-1x.png) no-repeat;
}

.badge-videos {
	background: url(../images/common/badge-videos-1x.png) no-repeat;
}



/* -- Share -- */

.share {
	display: block;
	width: 150px;
	padding-top: 8px;
}

.share span.label {
	display: block;
	padding-bottom: 3px;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #444;
	cursor: default;
}

.share a {
	display: block !important;
	float: left !important;
	width: 24px !important;
	height: 1px !important;
	padding-top: 23px !important;
	margin-right: 4px !important;
	overflow: hidden !important;
	background: url(../images/common/share-1x.png) no-repeat !important;
	cursor: pointer !important;
}

.share a:hover {
	opacity: .7 !important;
}

.share a.share-facebook {
	background-position: -28px 0 !important;
}

.share a.share-pinterest {
	background-position: -56px 0 !important;
}

.share a.share-print {
	background-position: -84px 0 !important;
}




/* -- Wrapper -- */

div#wrapper {
	position: relative;
	min-width: 960px;
	min-height: 100%;
	text-align: center;
}

div#header {
	position: fixed;
	z-index: 99;
	width: 100%;
	overflow: hidden;
	background: #333 url(../images/common/header-bg.jpg) center top;
	text-align: center;
}

div#search {
	position: absolute;
	z-index: 999;
	top: 6px;
	left: 6px;
	height: 25px;
	background: #444;
	border-radius: 13px;
	overflow: hidden;
}

div#search a.trigger {
	display: block;
	float: left;
	width: 25px;
	height: 1px;
	padding-top: 24px;
	overflow: hidden;
	text-align: center;
	border-radius: 13px;
	line-height: 30px;
	background: #444 url(../images/common/search-1x.png) no-repeat;
}

div#search form {
	display: none;
	float: left;
	margin: 0;
	background: #EEE;
}

div#search.open form {
	display: block;
}

div#search .search-input {
	width: 150px;
	height: 19px;
	padding: 3px 5px;
	border: 0;
	border-radius: 13px;
	background: #EEE;
}

div#social {
	position: absolute;
	z-index: 1000;
	top: 6px;
	right: 6px;
	height: 25px;
}

div#social a.trigger {
	display: block;
	float: right;
	width: 25px;
	height: 1px;
	padding-top: 24px;
	overflow: hidden;
	text-align: center;
	border-radius: 13px;
	color: #EEE;
	line-height: 30px;
	background: #444 url(../images/common/header-social-1x.png) right 0 no-repeat;
}

div#social div {
	display: none;
	float: right;
	height: 25px;
	padding: 0 7px 0 7px;
	background: #444;
	border-radius: 13px 0 0 13px;
	overflow: hidden;
}

div#social div a {
	display: block;
	float: left;
	width: 28px;
	height: 1px;
	padding-top: 24px;
	overflow: hidden;
	background: url(../images/common/header-social-1x.png) no-repeat;
}

div#social.open a.trigger {
	border-radius: 0 13px 13px 0;
	background-position: right -25px;
}

div#social.open div {
	display: block;
}

div#social div a#social-instagram {
	background-position: 0 0;
}

div#social div a#social-instagram:hover {
	background-position: 0 -25px;
}

div#social div a#social-twitter {
	background-position: -28px 0;
}

div#social div a#social-twitter:hover {
	background-position: -28px -25px;
}

div#social div a#social-facebook {
	background-position: -56px 0;
}

div#social div a#social-facebook:hover {
	background-position: -56px -25px;
}

div#social div a#social-pinterest {
	background-position: -84px 0;
}

div#social div a#social-pinterest:hover {
	background-position: -84px -25px;
}

div#social div a#social-youtube {
	background-position: -112px 0;
}

div#social div a#social-youtube:hover {
	background-position: -112px -25px;
}

h1#logo {
	position: relative;
	margin: 12px auto 14px;
	width: 304px;
	height: 30px;
	overflow: hidden;
}

h1#logo a {
	display: block;
	position: relative;
	width: 304px;
	height: 1px;
	padding-top: 29px;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
	background: url(../images/common/logo-1x.png) no-repeat;
}

div#nav {
	position: relative;
	height: 49px;
	background: #EEE;
	text-align: center;
}

div#nav ul {
	display: block;
	position: relative;
	width: 820px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
	list-style: none;
}

div#nav ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0 1px 0 0;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	vertical-align: top;
	background: url(../images/common/nav-div.png) right 17px no-repeat;
}

div#nav ul li:last-child {
	padding-right: 0;
	background: none;
}

div#nav ul li a {
	display: block;
	color: #444;
	height: 28px;
	padding: 15px 0 0;
	border-bottom: 6px solid #EEE;
	text-align: center;
}

div#nav ul li.selected a,
div#nav ul li a:hover {
	border-bottom: 6px solid #444;
}

div#nav ul li a#nav-restaurants {
	width: 150px;
}

div#nav ul li a#nav-fitness {
	width: 105px;
}

div#nav ul li a#nav-shop {
	width: 81px;
}

div#nav ul li a#nav-shows {
	width: 121px;
}

div#nav ul li a#nav-b-team-blog {
	width: 136px;
}

div#nav ul li a#nav-recipes {
	width: 105px;
}

div#nav ul li a#nav-videos {
	width: 97px;
}

a#mobile-nav-trigger {
	display: none;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 44px;
	background: #DCDCDC;
	text-align: center;
}

div#footer-pad {
	position: relative;
	width: 936px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: default;
	color: #444;
}

div#footer-search {
	display: none;
	width: 180px;
	height: 25px;
	margin: 10px auto 6px;
	background: #FFF;
	border-radius: 13px;
	overflow: hidden;
}

div#footer-search span.icon {
	display: block;
	float: left;
	width: 25px;
	height: 1px;
	padding-top: 24px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	background: #444 url(../images/common/search-1x.png) no-repeat;
}

div#footer-search form {
	float: left;
	margin: 0;
	background: #FFF;
}

div#footer-search input {
	width: 130px;
	height: 19px;
	padding: 3px 5px;
	border: 0;
	border-radius: 13px;
	background: #FFF;
}


div#footer-links {
	position: relative;
	float: left;
	padding-top: 15px;
}

div#footer-links a {
	font-weight: bold;
	color: #444;
}

div#footer-links a:hover {
	color: #A3A3A3;
}

div#footer-links a#footer-bandwidth {
	font-weight: normal;
}

div#footer-links a#footer-bandwidth span {
	display: none;
}

div#footer-social {
	position: relative;
	float: right;
	height: 25px;
	padding-top: 10px;
	overflow: hidden;
}

div#footer-social a {
	display: block;
	float: left;
	width: 28px;
	height: 1px;
	padding-top: 24px;
	overflow: hidden;
	background: url(../images/common/footer-social-1x.png) no-repeat;
}

div#footer-social a#footer-social-instagram {
	background-position: 0 0;
}

div#footer-social a#footer-social-instagram:hover {
	background-position: 0 -25px;
}

div#footer-social a#footer-social-twitter {
	background-position: -28px 0;
}

div#footer-social a#footer-social-twitter:hover {
	background-position: -28px -25px;
}

div#footer-social a#footer-social-facebook {
	background-position: -56px 0;
}

div#footer-social a#footer-social-facebook:hover {
	background-position: -56px -25px;
}

div#footer-social a#footer-social-pinterest {
	background-position: -84px 0;
}

div#footer-social a#footer-social-pinterest:hover {
	background-position: -84px -25px;
}

div#footer-social a#footer-social-youtube {
	background-position: -112px 0;
}

div#footer-social a#footer-social-youtube:hover {
	background-position: -112px -25px;
}




/* -- Content -- */

div#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 105px 0 80px;
	overflow: hidden;
	text-align: left;
}

div.columns {
	width: 100%;
	overflow: hidden;
}

div.columns div.column-left {
	float: left;
	width: 304px;
	padding-left: 8px;
	overflow: hidden;
}

div.columns div.column-right {
	float: right;
	width: 624px;
	padding-right: 8px;
	overflow: hidden;
}

div.columns div.column-single {
	padding: 0 8px;
}

div.columns div.column-narrow {
	padding-left: 160px;
}

div.columns div.column-narrow img.photo-left {
	margin: 2px 0 0 -160px;
}

div#section-info {
	padding-top: 12px;
	min-height: 320px;
}

h2 {
	margin: 0;
	padding-bottom: 20px;
	font-family: 'Mercury Display A', 'Mercury Display B', serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 42px;
	color: #444;
	cursor: default;
}

ul#subnav {
	margin: 0;
	padding: 8px 0 20px;
	list-style: none;
	font-size: 18px;
	line-height: 20px;
}

ul#subnav li {
	padding: 2px 0;
}

ul#subnav li a {
	color: #656565;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul#subnav li a:hover {
	color: #000;
}

ul#subnav li.selected a,
ul#subnav li.selected a:hover {
	font-weight: 700;
	color: #FF3000;
}

ul#subnav li a.more,
ul#subnav li a.more:hover {
	font-weight: 700;
	color: #444;
}

div#subnav-overflow {
	position: absolute;
	z-index: 999;
	width: 150px;
	overflow: hidden;
	top: 220px;
	margin-left: 457px;
	background: #FFF;
	padding: 8px 20px 20px;
}

div#subnav-overflow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 20px;
}

div#subnav-overflow ul li {
	padding: 2px 0;
}

div#subnav-overflow ul li a {
	color: #656565;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#subnav-overflow ul li a:hover {
	color: #000;
}

div#subnav-overflow ul li.selected a,
div#subnav-overflow ul li.selected a:hover {
	font-weight: 700;
	color: #FF3000;
}

div#sidebar div.item {
	border-top: 1px solid #444;
	padding-bottom: 21px;
}

div#sidebar div.item h4 {
	margin: 0;
	padding: 8px 0 6px;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #FF3000;
	text-transform: uppercase;
	cursor: default;
}

div#sidebar a.feature {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #EEE;
	cursor: pointer;
}

div#sidebar a.feature img {
	display: block;
	float: right;
	margin-left: 5px;
}

div#sidebar a.feature span.title {
	display: block;
	padding: 7px 8px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #444;
}

div#sidebar a.feature span.tags {
	display: block;
	padding: 0 8px 7px;
	font-size: 14px;
	line-height: 18px;
	color: #FF3000;
}

div#main a {
	color: #FF3000;
}

div#main p {
	margin: 10px 0 15px;
}

div#main div.cover {
	padding-bottom: 11px;
}

div#main div.cover p,
div#main div.cover img,
div#main div.cover object {
	display: block;
	padding: 0;
	margin: 0;
}

div#main div#cover-slideshow {
	height: 321px;
	padding-bottom: 11px;
	overflow: hidden;
}

div#main div#cover-slideshow-scroll {
	width: 624px;
	height: 321px;
	overflow: hidden;
}

div#main div#cover-slideshow-scroll div.item {
	width: 624px;
	height: 321px;
}

div#main div#cover-slideshow-scroll div.item img {
	display: block;
	width: 100%;
	height: auto;
}

div#main div.area {
	padding-left: 160px;
	border-top: 1px solid #444;
}

div#main div.area h3 {
	margin: 0;
	padding: 7px 0;
	font-family: 'Mercury Display A', 'Mercury Display B', serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 42px;
	color: #444;
	cursor: default;
}

div#main div.area h3 a {
	color: #444;
	cursor: pointer;
}

div#main div.area h3 a:hover {
	color: #FF3000;
}

div#main div.area h4 {
	padding: 7px 0 0;
	margin: 0 0 -7px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FF3000;
	cursor: default;
}

div#main div.area div.share {
	float: left;
	margin-left: -160px;
}

div#main div.area strong {
	color: #444;
}

div#main div.area a strong  {
	color: #FF3000;
}

div#main div.area .info strong {
	text-transform: uppercase;
}

div#main div.area .more a {
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
}

div#main div.area .more a:hover {
	color: #FE3201;
}

div#main div.area .offset {
	margin-left: -160px;
}

div#main div.area img {
	display: inline-block;
	margin-bottom: 4px;
}

div#main div.grid {
	width: 100%;
	padding-top: 11px;
	overflow: hidden;
	border-top: 1px solid #444;
}

div#main div.grid h4 {
	margin: -2px 0 0;
	padding: 0 0 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	cursor: default;
}

div#main div.grid ul {
	width: 110%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

div#main div.grid ul li {
	display: block;
	position: relative;
	float: left;
	width: 144px;
	height: 184px;
	margin: 0 16px 16px 0;
	overflow: hidden;
}

div#main div.grid ul li a:first-child {
	display: block;
	width: 144px;
	cursor: pointer;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	color: #444;
}

div#main div.grid ul li a:first-child img {
	display: block;
	margin-bottom: 5px;
}

div#main div.grid ul li a.link {
	color: #FF3000;
}

div#main div.grid ul li span.categories {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FF3000;
}

div#main div.grid ul li span.categories a.category {
	display: inline;
	width: auto;
	font-weight: 400;
	text-transform: none;
	color: #FF3000;
}

div#main div.grid-tall ul li {
	height: 220px;
}

div#main div.grid-tall ul li a:first-child {
	height: 200px;
	margin-bottom: 3px;
	overflow: hidden;
}

div#main div.grid-tall ul li a.link {
	color: #FF3000;
}

div#main div.grid-xtall ul li {

	height: 260px;
}

div#main div.grid-xtall ul li a:first-child {
	height: 220px;
	margin-bottom: 3px;
	overflow: hidden;
}

div#main div.grid-xtall ul li strong {
	display: block;
	color: #444;
	border-bottom: 1px solid #444;
}

div#main div.grid-xtall ul li .share {
	position: absolute;
	bottom: 0;
}

/* -- Popup -- */

div#popup-bg {
	background: rgba(0,0,0,.5);
}

div#popup {
	background: #FFF;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}


/* -- Print Layout -- */

#print-layout {
	margin: 20px;
}

#print-layout h3 {
	margin: 0;
	padding: 7px 0;
	font-family: 'Mercury Display A', 'Mercury Display B', serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 42px;
	color: #444;
	cursor: default;
}

#print-layout h4 {
	padding: 7px 0 0;
	margin: 0 0 -7px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FF3000;
	cursor: default;
}

#print-layout strong {
	color: #444;
}

#print-layout .info strong {
	text-transform: uppercase;
}

#print-layout .more a {
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
}

@media print {
	body,html {
		height: auto;
	}
}