@charset "UTF-8";

/* =body & global
============================================ */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix {zoom: 1;}/

*:first-child+html .clearfix {zoom: 1;}

body.custom { color: #000; }

.format_text a:hover {text-decoration: underline; color: #000;}

.format_text img {text-align: center;}


/* =fonts
============================================ */

@font-face {
    font-family: 'HoneyScriptLight';
    src: url('fonts/honeyscript-light-webfont.eot');
    src: url('fonts/honeyscript-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/honeyscript-light-webfont.woff') format('woff'),
         url('fonts/honeyscript-light-webfont.ttf') format('truetype'),
         url('fonts/honeyscript-light-webfont.svg#HoneyScriptLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HoneyScriptSemiBold';
    src: url('fonts/honeyscript-semibold-webfont.eot');
    src: url('fonts/honeyscript-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/honeyscript-semibold-webfont.woff') format('woff'),
         url('fonts/honeyscript-semibold-webfont.ttf') format('truetype'),
         url('fonts/honeyscript-semibold-webfont.svg#HoneyScriptSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
 font-family: Neutraface;
 src: url('fonts/Neutra2Text-Book.otf');
}


/* =header
============================================ */


#header_area {

}

#header_area .page {
	width: 1024px;
}

#header {
	padding: 0 0 8px;
	border-bottom: 1px solid #c8c8c6;
}

/* =branding
============================================ */


#logo, #logo a {
	width: 517px; 
	height: 120px;
}

#logo {
	background: url(images/logo.png) no-repeat; 
	text-indent: -9999px;
	margin: 0 auto;
}

#logo a {
	display: block;
}

#header #tagline {

}

/* =navigation (primary)
============================================ */


.menu-main-menu-container {
	height: 40px;
	padding-top: 10px;
}

.menu {
	margin-left: 18px;
}


/* Level 1 navigation */

.menu,
.menu a {
	border: 0;
	background-color: transparent;
	height: 40px;
	padding: 0;
}

.menu li {
	text-indent: -999em;
	height: 40px;
}


.menu a,
.menu a:hover,
.menu a:active,
.menu li.current-menu-item a,
.menu li.current-menu-item a:hover {
	background-image: url(images/menu_bg2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 40px;
	outline: none;
}

/* Home */
.menu li.tab-1 {width: 50px; margin-right: 64px;}
.menu li.tab-1 a {background-position: 0 0;}
.menu li.tab-1 a:hover {background-position: 0 -40px;}
.menu li.tab-1.current-menu-item a, .menu li.tab-1.current-menu-item a:hover {background-position: 0 -80px;}

/* About */
.menu li.tab-2 {width: 57px; margin-right: 63px;}
.menu li.tab-2 a {background-position: -114px 0;}
.menu li.tab-2 a:hover {background-position: -114px -40px;}
.menu li.tab-2.current-menu-item a, .menu li.tab-2.current-menu-item a:hover {background-position: -114px -80px;}

/* Faq */
.menu li.tab-3 {width: 35px; margin-right: 68px;}
.menu li.tab-3 a {background-position: -234px 0;}
.menu li.tab-3 a:hover {background-position: -234px -40px;}
.menu li.tab-3.current-menu-item a, .menu li.tab-3.current-menu-item a:hover {background-position: -234px -80px;}


/* Resto Recs */
.menu li.tab-4 {width: 100px; margin-right: 67px;}
.menu li.tab-4 a {background-position: -337px 0;}
.menu li.tab-4 a:hover {background-position: -337px -40px;}
.menu li.tab-4.current-menu-item a, .menu li.tab-4.current-menu-item a:hover {background-position: -337px -80px;}

/* Recipe Box */
.menu li.tab-5 {width: 97px; margin-right: 66px;}
.menu li.tab-5 a {background-position: -504px 0;}
.menu li.tab-5 a:hover {background-position: -504px -40px;}
.menu li.tab-5.current-menu-item a, .menu li.tab-5.current-menu-item a:hover {background-position: -504px -80px;}

/* Tip Jar */
.menu li.tab-6 {width: 61px; margin-right: 66px;}
.menu li.tab-6 a {background-position: -667px 0;}
.menu li.tab-6 a:hover {background-position: -667px -40px;}
.menu li.tab-6.current-menu-item a, .menu li.tab-6.current-menu-item a:hover {background-position: -667px -80px;}

/* Press */
.menu li.tab-7 {width: 50px; margin-right: 66px;}
.menu li.tab-7 a {background-position: -794px 0;}
.menu li.tab-7 a:hover {background-position: -794px -40px;}
.menu li.tab-7.current-menu-item a, .menu li.tab-7.current-menu-item a:hover {background-position: -794px -80px;}

/* Contact */
.menu li.tab-8 {width: 83px; margin-right: 0;}
.menu li.tab-8 a {background-position: -910px 0;}
.menu li.tab-8 a:hover {background-position: -910px -40px;}
.menu li.tab-8.current-menu-item a, .menu li.tab-8.current-menu-item a:hover {background-position: -910px -80px;}

/* =content area
============================================ */


#content_area {

}

#content_area .page {
	width: 1024px;
}

#content_box {
	background: #fff url(images/content_bg.png) 0 0 repeat-y;
}

#content {
	width: 724px;
}

.post_box,
.no_sidebars .post_box {
	margin-left: 0;
	margin-right: 0;
	padding-top: 10px;
}

.headline_area {
	margin-bottom: 10px;
}

.headline_meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #b6b1b6;
}


.headline_area h1 {
	font-size: 100px;
	line-height: 1.1em;
	color: #706f6f;
	text-shadow: 2px 2px 2px #ccc;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	background: url(images/headline_shim.png) left bottom repeat-x;
}

.headline_area h1.entry-title {
	font-size: 60px;
	line-height: 1.3em;
	color: #000;
	text-shadow: none;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	background: none;
}

#archive_intro h1 {
	font-size: 72px;
	line-height: 1.1em;
	color: #706f6f;
	text-shadow: 2px 2px 2px #ccc;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	background: url(images/headline_shim.png) left bottom repeat-x;
	padding: 0;
	margin-bottom: 20px;
}

/* =teasers
============================================ */

.teasers_box {
	width: 724px;
	margin: 0;
	padding: 0;
}

.teaser {
	margin: 0;
	padding: 8px 28px 20px;
	float: left;
	width: 668px;
	border-bottom: 1px solid #c8c8c6;
	font-family: "vera-sans-1","vera-sans-2", Georgia, serif;
}

.teaser .format_teaser {
	margin-top: 10px;
	font-size: 1.3em;
	line-height: 1.538em;
}

.teaser h2 a {
	color: #000;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 48px;
	line-height: 1.15em;
}

.teaser h2 a:hover {
	color: #2eb3c3;
}

.teaser a.teaser_link {
	color: #2eb3c3;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 40px;
	float: right;
	padding-right: 3px;
}

.teaser a.teaser_link:hover {
	color: #000;
	text-decoration: none;
}

.teaser .teaser_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #b6b1b6;
}

.teaser .attachment-teaser-image {
	float: left;
	margin-right: 10px;
	background: #f4f2f2;
	padding: 9px;
	border: 1px solid #cbcaca;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.prev_next {
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 25px;
}

.prev_next p {
	line-height: 1.4em;
}

#archive_intro, .prev_next {
	padding-right: 1em;
}

.prev_next a {
	color: #2EB3C3;
	padding-left: 3px;
}

.prev_next a:hover {
	color: #000;
	text-decoration: none;
}

.post_nav .previous { margin-bottom: 0; }

/* =feature box
============================================ */

#feature_box {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #c8c8c6;
}

#feature_box #left {
	float: left;
	width: 724px;
}

#feature_box #right {
	float: right;
	width: 300px;
}


/* =content
============================================ */

.format_text {
	margin-left: 28px;
	margin-right: 28px;
	font-family: "vera-sans-1","vera-sans-2", Georgia, serif;
}

.blog .format_text {
	margin-left: 0;
	margin-right: 19px;
}

.format_text h2 {
	color: #2eb3c3;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 48px;
	line-height: 1.25em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.format_text h3 {
	color: #eb5715;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.25em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.format_text .attachment-post-thumbnail {
	display: none !important;
}

/* social links after post
============================================ */

#social_bar {
	height: 48px;
	line-height: 48px;
	border-top: 1px solid #c8c8c6;
	border-bottom: 1px solid #c8c8c6;
	position: relative;
}

#social_bar .commentlink > a {
	background: url(images/comment_bubble.png) 0 0px no-repeat;
	width: 44px;
	height: 48px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: Georgia, serif;
	display: block;
	float: left;
	margin-top: 0px;
	font-size: 16px;
	margin-left: 140px;
	line-height: 41px;
}

#social_bar .commentlink p {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}

#social_bar .commentlink p a {
	color: #727272;
	text-decoration: none;
}

.socialbutton {}

#fb-button {
	position: absolute;
	top: 3px;
	left: 230px;
}

#tw-button {
	position: absolute;
	top: 5px;
	left: 340px;
}

#pin {
	position: absolute;
	top: 5px;
	left: 445px;
}

#su-button {
	position: absolute;
	top: 4px;
	left: 399px;
}

#dg-button {
	position: absolute;
	top: 4px;
	left: 482px;
}

.db-compact .db-count {
	line-height: 16px !important;
	font-weight: normal !important;
	font-size: 12px !important;
}

#bz-button {
	position: absolute;
	top: 5px;
	left: 567px;
}

#em-button {
	position: absolute;
	top: 7px;
	right: 5px;
}

/* comments
============================================ */

#comments {
	margin: 0 32px 0 28px;
}

dl#comment_list {
	border-top: 0;
}

dl#comment_list dd,
dl#comment_list dd.bypostauthor {
	border-bottom: 0;
	background: #eae9e9 url(images/comment_bottom.png) right bottom no-repeat;
	padding-left: 19px;
	padding-bottom: 30px;
	padding-top: 22px;
}

dl#comment_list dt,
dl#comment_list dt.bypostauthor {
	background: #fff;
	position: relative;
	clear: both;
	padding-top: 0;
}

dl#comment_list dt .comment_author {
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #7e7c7c;
	text-transform: none;
	font-variant: normal;
}

dl#comment_list dt .comment_author a {
	color: #2eb3c3;
}

dl#comment_list dt .comment_author a:hover {
	color: #000;
	text-decoration: none;
}

#comment_list span.avatar {
	position: absolute;
	left: 0;
	top: 45px;
}

.avatar img {
	float: left;
	border: 1px solid #eae9e9;
	background: #fff;
	padding: 5px;
}


dl#comment_list dt span.comment_time {
	position: absolute;
	top: 20px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b2b1b1;
	text-transform: uppercase;
}

dl#comment_list dd .format_text, dl#comment_list dd #respond {
    padding-left: 8em;
}

dl#comment_list dd {
	min-height: 75px;
}

dl#comment_list dl dd.bypostauthor > .format_text {
	padding-left: 8em;
}

/* =comment form
============================================ */

#respond {
	background: #2eb3c3;
	border: 1px solid #176771;
	padding: 22px 28px;
}

#respond_intro {
	display: none;
}

#commentform {
	border-top: 0;
}

#commentform input, #commentform textarea {
	background: #37cadc;
	border: 1px solid #289fad;
	color: #fff;
}

#commentform input:focus, #commentform textarea:focus {
	outline: none;
	border: 1px solid #176771;
}

#commentform input.form_submit {
	background: url(images/submit_button.png) 0 0 no-repeat;
	border: 0;
	width: 113px !important;
	height: 46px;
	display: block;
	text-indent: -999em;
	color: transparent;
	font-variant: small-caps;
}

#commentform input.form_submit:hover {
	background-position: 0 -50px;
}

#commentform label {color: #fff;}

#commentform p .required {color: #fff;}


/* =sidebars
============================================ */


#sidebars {
	width: 300px;
}

.sidebar {

}

.sidebar h3 {letter-spacing: 0 !important;}

.sidebar ul.sidebar_list {
	padding: 0;
}

ul.sidebar_list li.widget {
	font-family: "vera-sans-1","vera-sans-2", Georgia, serif;
}

.sidebar ul.sidebar_list li.widget .widget_box {

}

#sidebars div.widget h3 {
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 72px;
	color: #676666;
	text-transform: none;
	font-variant: normal;
	text-shadow: 2px 2px 2px #ccc;
	margin-bottom: 0;
}

#sw_cats .shim {
	background: url(images/shim.png) 0 52px repeat-x;
	text-align: center;
	margin: 0 20px;
}

#sw_cats h3 {
	width: 193px;
	margin: 0 auto;
	background: #fff;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 72px;
	color: #676666;
	text-transform: none;
	font-variant: normal;
	text-shadow: 2px 2px 2px #ccc;
	letter-spacing: 0 !important;
}

#sw_cats ul {
	overflow: hidden;
	margin: 2px 0 10px 0;
	padding: 0;
	list-style: none;
}

#sw_cats li {
	float: left;
	padding-top: 8px;
	padding-bottom: 9px;
	font-family: Neutraface;
	font-size: 16px;
}

#sw_cats li.first {
	text-align: right;
	padding-right: 15px;
	width: 130px;
	border-right: 1px solid #e4e4e3;
}

#sw_cats li.last {
	text-align: left;
	margin-left: 15px;
	width: 130px;
}

#sw_cats li a:hover {
	color: #000;
text-decoration: none;
}

#sw_search {
	width: 250px;
	padding: 0 25px 19px 25px;
	border-bottom: 1px solid #c8c8c6;
}

.home #sw_search {
	border-bottom: 0;
}

.search_form input#s {
	background: #e5e5e5 url(images/search_icon.png) 7px 9px no-repeat;
	font-size: 13px;
	font-weight: normal;
	color: #8e8b8e;
	text-shadow: 1px 1px 1px #fff;
	text-transform: lowercase;
	padding: 15px 15px 15px 45px;
	border: 1px solid #ccc9cc;
	width: 188px;
	font-family: "vera-sans-1","vera-sans-2", Georgia, serif; 
}

.search_form input#s:focus {
	outline: none;
	border: 1px solid #b0b0b0;
}

#sw_subscribe {
	border-bottom: 1px solid #c8c8c6;
	background: url(images/or.png) 1px 100px no-repeat;
	padding-bottom: 19px;
}

#sidebars #sw_subscribe h3 {
	line-height: 90px;
	text-align: center;
}

#sw_subscribe ul {
	overflow: hidden;
	margin: 0 0 0 54px;
	padding: 0;
	list-style: none;
}

#sw_subscribe li {
	float: left;
	text-indent: -999em;
	height: 80px; 
}

#sw_subscribe li.rss {
	width: 118px;
}

#sw_subscribe li.rss a {
	background: url(images/sprites.png) 0 0 no-repeat;
	width: 64px;
	height: 80px;
	display: block;
}

#sw_subscribe li.rss a:hover {
	background: url(images/sprites.png) 0 -80px no-repeat;
}


#sw_subscribe li.email {
	width: 83px;
}

#sw_subscribe li.email a {
	background: url(images/sprites.png) -118px 0 no-repeat;
	width: 83px;
	height: 80px;
	display: block;
}

#sw_subscribe li.email a:hover {
	background: url(images/sprites.png) -118px -80px no-repeat;
}

#sw_social {
	border-bottom: 1px solid #c8c8c6;
}

#sw_social ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sw_social li {
	float: left;
	text-indent: -999em;
}

#sw_social li a {
	display: block;
}

#sw_social li.twitter {
	border-right: 1px solid #c8c8c6;
	border-bottom: 1px solid #c8c8c6;
	width: 137px;
	padding: 15px 0 5px 13px;
}

#sw_social li.twitter a {
	background: url(images/sprites.png) -213px 0 no-repeat;
	width: 121px;
	height: 70px;
}

#sw_social li.twitter a:hover {
	background: url(images/sprites.png) -213px -80px no-repeat;
}

#sw_social li.facebook {
	border-bottom: 1px solid #c8c8c6;
	width: 143px;
	padding: 15px 0 5px 5px;
}

#sw_social li.facebook a {
	background: url(images/sprites.png) -359px 0 no-repeat;
	width: 136px;
	height: 70px;
}

#sw_social li.facebook a:hover {
	background: url(images/sprites.png) -359px -80px no-repeat;
}

#sw_social li.yelp {
	border-right: 1px solid #c8c8c6;
	border-bottom: 1px solid #C8C8C6;
	width: 137px;
	padding: 15px 0px 5px 13px;
}

#sw_social li.yelp a {
	background: url(images/sprites.png) 0 -160px no-repeat;
	width: 127px;
	height: 70px;
}

#sw_social li.yelp a:hover {
	background: url(images/sprites.png) 0 -230px no-repeat;
}

#sw_social li.amazon {
	width: 143px;
	padding: 15px 0 5px 4px;
	border-bottom: 1px solid #C8C8C6;
}

#sw_social li.amazon a {
	background: url(images/sprites.png) -146px -160px no-repeat;
	width: 143px;
	height: 70px;
}

#sw_social li.amazon a:hover {
	background: url(images/sprites.png) -146px -230px no-repeat;
}

#sw_social li.youtube {
	width: 137px;
	padding: 15px 0 5px 13px;
	border-right: 1px solid #c8c8c6;
}

#sw_social li.youtube a {
	background: url(images/sprites.png) 0 -655px no-repeat;
	width: 134px;
	height: 63px;
}

#sw_social li.youtube a:hover {
	background: url(images/sprites.png) 0 -730px no-repeat;
}


#sw_social li.pinterest {
	width: 139px;
	padding: 15px 0 5px 4px;
}

#sw_social li.pinterest a {
	background: url(images/sprites.png) -155px -653px no-repeat;
	width: 140px;
	height: 54px;
}

#sw_social li.pinterest a:hover {
	background: url(images/sprites.png) -155px -719px no-repeat;
}

#sw_recipes {
	border-bottom: 1px solid #c8c8c6;
	padding: 19px 0 19px 11px;
}

#sw_recipes a {
	background: url(images/sprites.png) 0 -306px no-repeat;
	width: 289px;
	height: 77px;
	display: block;
	text-indent: -999em;
}

#sw_recipes a:hover {
	background: url(images/sprites.png) 0 -383px no-repeat;
}

#sw_flavor {
	overflow: hidden;
	margin-bottom: 5px;
	font-family: "vera-sans-1","vera-sans-2", Georgia, serif;
}

#sidebars #sw_flavor h3 {
	font-size: 52px;
	text-align: center;
}

#sw_flavor img {
	background: #f4f2f2;
	padding: 9px;
	border: 1px solid #cbcaca;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: 15px;
}

#sw_flavor p {
	font-size: 16px;
	line-height: 1.3em;
	margin: 10px 3px 10px 15px;
}

#sw_flavor a#get_recipe {
	background: url(images/sprites.png) -329px -160px no-repeat;
	width: 166px;
	height: 40px;
	display: block;
	text-indent: -999em;
	float: right;
}

#sw_flavor a#get_recipe:hover {
	background: url(images/sprites.png) -329px -200px no-repeat;
}

/* =recipes index page
============================================ */

.recipeindex .headline_area h1 {
	background: url(images/recipeindex_header_bg.png) 140px 50% no-repeat;
	padding-left: 214px;
	text-align: left;
}

.recipeindex .headline_area .shim {
	background: url(images/headline_shim.png) left bottom repeat-x;
	height: 5px;
}


.recipeindex .format_text {
	border-bottom: 1px solid #c8c8c6;
	padding: 26px 20px 20px;
	margin: 0;
}

.recipeindex .format_text .rec_cat h2 a {
	color: #2eb3c3;
	text-decoration: none;
	font-family: Neutraface;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: normal;
}

.recipeindex .format_text .rec_cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.recipeindex .format_text .rec_cat li {
	font-size: 14px;
	float: left;
	width: 156px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.recipeindex .format_text .rec_cat ul a {
	color: #7a7a7a;
	text-decoration: none;
}

.recipeindex .format_text .rec_cat ul a:hover {
	color: #2eb3c3;
}

h2.recindex-type {
	background: url(images/recipeindex_headings.png) 0 0 no-repeat;
	height: 40px;
	text-indent: -999em;
	margin-bottom: 20px;
}

h2.recindex-meal {
	background: url(images/recipeindex_headings.png) 0 -40px no-repeat;
	height: 40px;
	text-indent: -999em;
	margin-bottom: 20px;
}

h2.recindex-entertaining {
	background: url(images/recipeindex_headings.png) 0 -80px no-repeat;
	height: 40px;
	text-indent: -999em;
	margin-bottom: 20px;
}

h2.recindex-improbable-eats {
	background: url(images/recipeindex_headings.png) 0 -120px no-repeat;
	height: 40px;
	text-indent: -999em;
	margin-bottom: 20px;
}

h2.recindex-effort {
	background: url(images/recipeindex_headings.png) 0 -160px no-repeat;
	height: 40px;
	text-indent: -999em;
	margin-bottom: 20px;
}

h2.recindex-main-ingredient {
	background: url(images/recipeindex_headings.png) 0 -200px no-repeat;
	height: 40px;
	text-indent: -999em;
	margin-bottom: 20px;
}

/* =multimedia box
============================================ */

#multimedia_box {

}

/* =sidebar widgets
============================================ */



/* =footer
============================================ */

#footer_area {
	background: #2eb3c3;
	margin-bottom: 20px;
}

#footer_area .page {
	width: 1024px;
	background: transparent;
}

#footer {
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 1px #bfbfbf;
	font-size: 13px;
	overflow: hidden;
	padding: 11px 0;
	font-family: "vera-sans-1","vera-sans-2", Georgia, serif;
}

#footer h3 {

}

#footer p, #footer a, #footer ul, #footer li {
	font-size: 13px;
}

#footer p {

}

#footer a {
	border: 0;
}

#footer a:hover {

}

#footer .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =footer widgets
============================================ */

#footer .col {
	float: left;
	height: 190px;
}

#footer .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #col1 {
	border-left: 2px solid #2ba6b5;
	width: 192px;
	padding: 0 12px;
}

#footer #col1 p {
	padding: 15px 0 0;
	line-height: 1.5em;
	font-family: 'Georgia', serif;
	font-size: 13px;
	text-shadow: 1px 1px 1px #128996;
}

#footer #col2 {
	background: url(images/instagram_images.png) 18px 6px no-repeat;
	border-left: 2px solid #2ba6b5;
	width: 366px;
	padding: 0 15px;
	position: relative;
}

#footer #col2 a#flickrlink {
	width: 35px;
	height: 35px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 8px;
	right: 88px;
}

#footer #col2 a#flickrlink:hover {
	background: url(images/sprites.png) -329px -280px;
}

/* this is instagram not flickr */
#footer #flickr_badge_uber_wrapper {
	margin-top: 50px;
	margin-left: 5px;
}

#footer #flickr_badge_uber_wrapper a img {
	float: left;
	width: 57px;
	height: 57px;
	margin: 0;
}

.custom .instapress-shortcode .instapress-shortcode-image {
	margin-top: 3px;
	margin-right: 3px;
}

#footer #col3 {
	border-left: 2px solid #2ba6b5;
	width: 245px;
	padding: 0;
}

#footer #col3 .line {
	background: url(images/drop_line.png) no-repeat 10px 0;
	padding-top: 40px;
	border-bottom: 2px solid #2BA6B5;
	padding: 40px 0 11px;
	margin-bottom: 15px;
}

#footer #col3 .line a {
	background: url(images/sprites.png) no-repeat 0 -555px;
	margin-top: 0;
	margin-left: 20px;
	width: 218px;
	height: 38px;
	display: block;
	text-indent: -999em;
}

#footer #col3 .line a:hover {
	background-position:  0 -602px;
}

#footer #col3 .inspired {
	background: url(images/get_inspired.png) no-repeat 25px 0;
	padding-top: 12px;
}

#footer #col3 .inspired a {
	background: url(images/sprites.png) no-repeat -255px -559px;
	margin-top: 15px;
	margin-left: 26px;
	width: 142px;
	height: 37px;
	display: block;
	text-indent: -999em;
}

#footer #col3 .inspired a:hover {
	background-position: -409px -559px;
}


#footer #col4 {
	border-left: 2px solid #2ba6b5;
	border-right: 2px solid #2ba6b5;
	width: 157px;
	padding: 0;
}

#footer #col4 ul {
	width: 157px;
	margin: 0;
	padding: 0;
}

#footer #col4 li {
	width: 145px;
	padding-left: 12px;
}

#footer #col4 li.twitter {
	border-bottom: 2px solid #2ba6b5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

#footer #col4 li.twitter a {
	background: url(images/sprites.png) 0 -465px no-repeat;
	width: 127px;
	height: 74px;
	display: block;
	text-indent: -999em;
}

#footer #col4 li.twitter a:hover {
	background: url(images/sprites.png) -127px -465px no-repeat;
}

#footer #col4 li.facebook a {
	background: url(images/sprites.png) -279px -465px no-repeat;
	width: 137px;
	height: 52px;
	display: block;
	text-indent: -999em;
}

#footer #col4 li.facebook a:hover {
	background: url(images/sprites.png) -417px -465px no-repeat;
}

/* =copyright & credits
============================================ */

#credits {
	
}

#credits .left {
	float: left;
	width: 47%;
	text-align: left;
}

#credits .right {
	float: right;
	width: 47%;
	text-align: right;
}

.custom .nivo-caption {
	font-family: 'HoneyScriptLight', cursive;
	font-weight: 400;
	font-size: 48px;
	text-align: center;
	width: 611px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}