/*
Theme Name: Fillmore SF
Theme URI: http://www.fillmorestreetsf.com/
Description: Theme for the Fillmore San Francisco Merchants Association website
Author: Resonate 9 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: yellow, two-columns, fixed-width, multi-site, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
	width: 1100px;
	margin: 0 auto 0;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

/* =Reset default browser CSS. 
-------------------------------------------------------------- */

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;
	font-family: Heebo, sans serif; 
	font-weight: 300; 
	line-height: 1.7; 
	font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
	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;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

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

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

#container {
	width: 100%;
	clear: both;
	float: left;
}

#content {
	margin: 0 0 0 20px;
}

.col1 {
	float: left;
	width: 25%;
	/* height: 510px; */
	/* background: transparent url('../images/col1-bg.png') no-repeat; */
	/* display: block; */
	/* clear: right; */
}

.page-template-frontpage-php .col1,
.page-template-whatsnew-php .col1 {
	background: none;
}

.col1-content {
	padding: 0 18px 12px 0;
	/* width: 218px; */
	height: 500px;
	overflow: scroll;
}

.col2 {
	float: left;
	width: 75%;
	/* height: 510px; */
	/* background: transparent url('../images/col2-bg.png') no-repeat; */
	clear: right;
}

.page-template-frontpage-php .col2 {
	/* background: transparent url('../images/col2-fp-bg2.png') no-repeat; */
}

.page-template-whatsnew-php .col2 {
	background: transparent url('../images/col2-notitlebar-bg.png') no-repeat;
}

.page-template-merchant-php .col2 {
  /* background: transparent url('../images/col2-merchant-bg.png') no-repeat; */
}


.col2-content {
	/* padding: 0 12px 12px 0; */
	/* width: 732px; */
	/* height: 500px; */
}

.page-template-merchant-php .col2-content #sidebar {
	float: left;
	/* width: 260px; */
	padding: 0 0 0 20px;
}

#sidebar .merchant-gallery-container {
	/* width: 242px; */
	/* background-color: #fff; */
	margin: 0 auto 15px 0;
}

#sidebar .merchant-logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#sidebar .merchant-logo img {
	padding: 6px 0;
	display: block;
}

#sidebar .merchant-gallery {
	width: 230px;
	heigh: 40px;
	margin: 0 auto;
	display: none;
}

.merchant-gallery .gallery-controls {
	cursor: pointer;
	cursor: hand;
}

.merchant-gallery .gallery-controls {
	padding: 4px 0;
}

.merchant-gallery .gallery-controls ul {
	white-space: nowrap;
	list-style: none;
	line-height: normal;
	margin: 0;
}

.merchant-gallery .gallery-controls ul li {
	list-style: none;
	float: left;
	padding: 0 4px 0 0;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	font-family: CallunaSansBold;
	font-weight: normal;
	font-style: normal;
}

.merchant-gallery .gallery-controls ul li a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	width: 10px;
	height: 15px;
}

.merchant-gallery .gallery-controls ul li a:hover {
	color: #a3a3a0;
}

#sidebar #merchant-details {
	width: 242px;
	margin: 0 auto;
}

#sidebar #merchant-details .scrollpane {
	/* padding: 0 10px; */
	/* width: 222px; */
	/* height: 135px; */
	/* overflow-x: hidden !important; */
}

/*#sidebar .merchant-address p {
	line-height: 1.25em;
	margin-bottom: 8px;
}*/

#sidebar .merchant-address p {
  line-height: 1.7;
  font-size: 16px;
  font-family: heebo;
  font-weight: 300;
}

/*#sidebar a.merchant-website {
	font-family: CallunaSansBold;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	width: 222px;
	display: block !important;
	word-wrap: break-word;
}*/

#sidebar a.merchant-website {
  font-family: heebo;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.3;
}

#sidebar .business-hours p {
	line-height: 1.25em;
	margin-bottom: 0;
}

#sidebar .business-hours h2 {
	font-size: 14px;
	font-family: CallunaSansBold;
	font-weight: normal;
	font-style: normal;
}

.upper-tab {
	width: 100%;
	height: 42px;
	position: relative;
	margin-left: -239px;
	display: none;
}

/*#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}*/

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

.one-column #content {
	margin: 0 auto;
}

/*
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
-------------------------------------------------------------- */

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

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

/*Google fonts*/
  @import url('https://fonts.googleapis.com/css2?family=Cardo:ital@0;1&family=Heebo:wght@200;300;400;500;600;700&display=swap');


body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Heebo, Arial, Helvetica, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#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 {
	font-family: Heebo, Arial, Helvetica, sans-serif;
}

input[type=submit] {
	font-family: Heebo, Arial, Helvetica, sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


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

/* Main global 'theme' and typographic styles */

body {
/*	background: url("../images/body-bg.jpg") no-repeat scroll center top #FDFAF0;*/
  background: #FFFBF5;
}

body, input, textarea {
	color: #444;
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: .01em;
}

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: normal;
	font-family: CallunaSansBold;
	font-style: normal;
}

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;
	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:link {
	color: #586536;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #586536;
}

a:active,
a:hover {
	text-decoration: underline;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.lavendar {
	color: #79788c;
}

.gold {
	color: #a89033;
}

.negative-leftmargin {
	margin-left: -5px;
}

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

* html #header {
	height: 1%
}

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

#header {
	/* display: inline-block; */
	padding: 30px 0 15px 0;
	width: 100%;
	margin-bottom: 60px;
}

html[xmlns] #header {
	display: block
}

#logo {
	float: left;
}

/* Breadcrumbs */

.breadcrumbs {
	padding: 12px 0 0 25px;
}

.breadcrumbs p,
.breadcrumbs a {
	color: #586536;
	font: normal normal 14px CallunaSansRegular;
	letter-spacing: .04em;
	text-shadow: white 1px 1px 1px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span.current {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-family: CallunaSansRegular;
}

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

#access {
	background: none;
	display: block;
	float: right;
	margin: 45px 12px 0 0;
}

div.menu {
	font-size: 17px;
	/*! width: auto; */
	font-weight: normal;
	/*! font-style: normal; */
	/*! height: auto; */
	/*! display: block; */
	/*! overflow: visible; */
	font-family: Cardo;
}

div.menu ul {
	list-style: none;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

div.menu li {
	float: left;
	/*! position: relative; */
	text-transform: lowercase;
	font-weight: 400;
	/*! font-style: normal; */
	font-family: Cardo;
}

#access a {
	color: #586536;
	/*! display: block; */
	padding: 0 18px;
	/*! text-decoration: none; */
	/*! letter-spacing: .06em; */
	/*! text-shadow: #f3ecd9 1px 1px 1px; */
	/*! font: normal normal 15px/38px CallunaSansBold; */
}

#access ul li {
	background: transparent url('../images/menu-bar.png') right center no-repeat;
}

#access ul li.page-item-17 {
	background: none;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	font-weight: normal;
	font-style: normal;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: none;
	color: #01031d;
	text-decoration: none;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current_page_parent > a {
	color: #01031d;
	text-decoration: none;
}

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

.secondary-menu {
	/* padding: 20px 10px 20px 20px; */
	/* width: 206px; */
	/* height: 460px; */
}

.secondary-menu .scrollpane {
	/* padding: 0 18px 15px 0; */
	/* width: 188px; */
	/* height: 445px; */
}

/* Secondary menu level 1 */

.secondary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.secondary-menu ul li {
	list-style-type: none;
	/* font: normal normal 13px CallunaSansBold; */
	/* letter-spacing: .04em; */
	/* text-shadow: #f3ecd9 1px 1px 1px; */
	margin-bottom: 16px;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	/* font: normal normal 16px Heebo; */
	/* line-height: 1.3; */
	/* font-weight: 400; */
}

.secondary-menu ul li ul li {
	margin-bottom: 0;
}

.secondary-menu ul li a {
/*	color: #586536;
	text-decoration: none;
	padding: 0 0 8px;
	*padding: 0 0 4px 0;
	display: inline-block;
	line-height: 1.2em;*/
	  color: #30371c;
  font-size: 15px;
}

.secondary-menu ul li a:hover,
.secondary-menu ul li.current_page_item a,
.secondary-menu ul li.current_page_ancestor a {
	color: #01031d;
}

/* Secondary menu level 2 */

.secondary-menu ul li ul.children, .secondary-menu ul li ul.blogs {
	display: block;
	padding-left: 13px;
}

.secondary-menu ul li.current_page_item ul.children,
.secondary-menu ul li.current_page_ancestor ul.children {
	display: block;
}

.secondary-menu ul li ul.children li {
	font-size: 16px;
}

.secondary-menu ul li ul.children li a {
	color: #586536;
	padding-left: 0;
	background: none;
}

.secondary-menu ul li ul.children li a:hover {
	color: #01031d;
	background: none;
}

.secondary-menu ul li ul.children li.current_page_item a,
.secondary-menu ul li ul.children li.current_page_ancestor a {
	color: #01031d;
}

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


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

/* The main theme structure */

#main {
	width: 100%;
	clear: both;
	overflow: visible;
	padding: 0;
	float: left;
}

.page-template-frontpage-php #content-container, .page-template-whatsnew-php #content-container {
	/* float: left; */
	/* width: 457px; */
}

/* Front Page Image Rotator */

.page-template-frontpage-php #fp-animation {
	/* width: 287px; */
	/* height: 542px; */
	/* float: left; */
	/* clear: right; */
	display: none;
}

.page-template-frontpage-php ul#portfolio {
	border-style: none;
	width: 287px;
	height: 542px;
	margin: 0;
}

.page-template-frontpage-php ul#portfolio li {
	border-style: none;
	list-style-type: none;
}

.page-template-frontpage-php ul#portfolio li img {
	list-style-type: none;
	padding-top: 1px;
}

.page-template-default #content-container, .page-template-no-title-php #content-container, .page-template-location-php #content-container {
	/* float: unset; */
	/* min-width: 61%; */
	margin: 0 0 0 35px;
}

.page-template-default #content-container .scrollpane, .page-template-no-title-php #content-container .scrollpane, .page-template-location-php #content-container .scrollpane {
	/* width: 413px; */
	/* height: 450px; */
	/* padding-right: 18px; */
}

.page-template-section-php #content-container {
	float: left;
	width: 61%;
	/* height: 420px; */
	margin: 0 0 0 45px;
	/* position: relative; */
}

/*.page-template-merchant-php #content-container {
	float: left;
	width: 470px;
	height: 500px;
	border-right: 1px solid #d7cca1;
	border-left: 1px solid #d7cca1;
}*/

.page-template-merchant-php #content-container {
	float: left;
	width: 68%;
	/* height: 500px; */
	border-right: 1px solid #d7cca1;
	border-left: 1px solid #d7cca1;
}

.page-template-whatsnew-php #content-container .scrollpane {
	width: 422px;
	height: 455px;
	margin-top: 30px;
	padding: 0 10px 30px 0;
}

.page-template-merchant-php #content-container .scrollpane {
	/* width: 452px; */
	/* height: 455px; */
	/* margin-top: 15px; */
	/* padding: 0 10px 30px 0; */
}

#content {
	margin-bottom: 0;
}

.page-template-frontpage-php #content {
	/* font-size: 16px; */
	color: #978556;
	/* line-height: 1.4; */
}

.page-template-frontpage-php #content p {
	/* margin-bottom: 12px; */
}

.page-template-section-php #content {
	/* font-size: 15px; */
	/* letter-spacing: normal; */
	/* line-height: 21em; */
	/* font-weight: normal; */
	/* font-style: normal; */
}

.page-template-section-php #content p {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-family: cardo;
	font-size: 20px;
}

.page-template-merchant-php #content {
	padding: 0px 40px 0 20px;
}

/*.page-template-merchant-php #content * {
	font: normal normal 16px/22px CallunaSansRegular;
}*/

.page-template-merchant-php #content * {
	font: 300 normal 17px/1.7 Heebo;
}

#content, #content input, #content textarea {
	/* color: #444; */
	/* font-size: 14px; */
	/* line-height: 1.6em; */
}

#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 h1 {
	color: #6C5732;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: Cardo, serif;
}

#content h1.aucourant-headline {
	margin-bottom: 0;
	margin-top: 50px;
	font: 17px CallunaSansBold;
}

#aucourant p {
	font-size: 13px;
}

#content h3 {
	color: #586536;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 12px;
}

#content .lavendar-heading {
	color: #79788c;
	font-size: 102px;
	font-weight: normal;
	line-height: 102px;
	margin: 0 0 4px -10px;
	text-transform: uppercase;
}

#content .gold-heading {
	color: #8b9329;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 6px;
	line-height: 34px;
	font-style: normal;
	text-transform: uppercase;
}

#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;
}

.hentry {
	margin: 0 0 0 0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	margin: 0 0 36px 0;
}

.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: #735d36;
	margin-bottom: 20px;
	margin-top: 60px;
	font: normal 22px/120% CallunaSansBold;
}*/

#content .entry-title {
	color: #6c5732;
	/* margin-top: 31px; */
	font: normal 32px/120% Cardo;
}


.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}

.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 {
	clear: both;
	/* padding: 0 50px 0 0; */
	/* line-height: 1.4em; */
	position: relative;
}

.entry-content .merchant-description {
	margin-bottom: 20px;
	text-decoration: none;
	font: normal normal 14px/20px CallunaSansRegular;
}

#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;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#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: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

#content .video-player {
	padding: 0;
}

/* What's New */

#whatsnew .whatsnew-item {
	
}

#whatsnew .item-tmb {
	float: left;
	margin: 0 20px 20px 0;
}

#whatsnew .item-content {
	
}

#whatsnew h2 {
	color: #735d36;
	margin-bottom: 5px;
	font: normal 18px/100% CallunaSansBold;
}

#whatsnew a.merchant-name {
	color: #586536;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	margin: 0;
	padding: 0;
}

#whatsnew p.dates {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 3px;
	padding: 0;
}

#whatsnew p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 14px;
}

#whatsnew hr {
	background-color: #e4e2af;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Featured Image */

.featured-img {
	float: left;
	width: 266px;
	height: auto;
	clear: right;
}

.page-template-whatsnew-php .featured-img {
	width: 287px;
	height: 542px;
	float: left;
	padding-top: 1px;
}

/* Quotes */

.page-template-frontpage-php .quote {
	padding: 0 20px 0 0px;
	font-size: 20px;
	font-family: Cardo;
}

.page-template-whatsnew-php .quote {
	padding: 0 20px 0 0px;
	font-size: 20px;
	font-family: Cardo;
}

.quote p.quote-text {
	margin-bottom: 4px;
}

.quote p.quote-source {
	text-align: right;
	font-family: Heebo;
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
}

.page-template-section-php .quote-container {
	/* width: 391px; */
	/* position: absolute; */
	/* bottom: 0; */
}

.page-template-section-php .quote-upper {
	/* width: 391px; */
	/* height: 20px; */
	/* background: transparent url('../images/quote-bg.png') 391px top; */
}

.page-template-section-php .quote {
	/* width: 341px; */
	/* font-size: 15px; */
	/* background: transparent url('../images/quote-bg.png') 0px bottom no-repeat; */
	/* padding: 0 25px; */
}

.page-template-section-php .quote p.quote-source {
	padding-bottom: 10px;
}

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

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

.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}

.home #content .format-aside .entry-content,
.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;
}

.home #content .format-gallery .entry-utility,
.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. */
	height: auto;


/*

Override height to match resized width for correct aspect ratio. */
}

.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: 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: -18px 0 0 0;
}

/* =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
-------------------------------------------------------------- */

#footer-wrapper {
	width: 1100px;
	margin: auto;
}

#footer {
	width: 100%;
	margin: 90px auto 0;
	padding: 6px 0;
	clear: both;
	float: left;
}

#footer p {
	color: #66666f;
	font-family: Heebo;
	font-weight: 300;
	/* font-style: normal; */
	font-size: 16px;
	/* line-height: 22px; */
	margin-bottom: 0;
}

#footer .copyright {
	float: left;
}

#footer ul.social-links {
	float: right;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0 12px 0 0;
	height: auto;
}

#footer ul.social-links li {
	float: left;
	display: block;
	padding-left: 10px;
	list-style: none;
}

#footer ul.social-links li a {
	padding: 0;
	text-decoration: none;
	display: block;
}

#footer ul.social-links li a.facebook {
	width: 22px;
	height: 22px;
	background: url('../images/fb-icon.png') top left no-repeat;
}

/* =jScrollPane 
-------------------------------------------------------------- */

.scrollpane {
	overflow: auto;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: none;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: none;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: none;
	position: relative;
}

.jspDrag {
	background: #d4cbb0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
	margin: 0 -3px 0 0;
}

/* =Gallery scroll navigation 
-------------------------------------------------------------- */

#flowpanes {
	width: 230px;
	height: 105px;
	position: relative;
	overflow: hidden;
	clear: both;
}

/* single pane */

#flowpanes div.thumbnails-pane {
	display: none;
	margin: 0;
}

/* override single pane */

#flowpanes div.thumbnails-pane {
	float: left;
	display: block;
	width: 230px;
}

#flowpanes .items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
}

/* =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%;
}

#fp-promo-box {
	width: 180px;
	height: 220px;
	display: block;
	position: relative;
	z-index: 999;
	left: -590px;
	top: -160px;
	text-align: center;
	float: left;
}

#fp-promo-box p {
	-webkit-transition: 20s ease-in;
	-moz-transition: 20s ease-in;
	-o-transition: 20s ease-in;
	transition: 20s ease-in;
	margin: 0;
	padding: 0;
	font: 12px/13px CallunaSansBold;
}

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

/* @group Added for Facebook feed */

.col1-fb {
	background: url("/wp-content/themes/fillmoresf/assets/images/col1-bg.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 510px;
	overflow: auto;
	width: 236px;
/*	line-height: 121%;*/
}

.col1-content-fb {
	height: 490px;
	left: 16px;
	padding: 0;
	position: relative;
	top: 5px;
	width: 206px;
}

.col2-fb {
	float: left;
	background: url("/wp-content/themes/fillmoresf/assets/images/col2-bg.png") no-repeat scroll 0 0 transparent;
}

.col2-fb .featured-img {
	float: left;
	height: 500px;
	overflow: hidden;
	width: 186px;
}

.col3-fb {
	float: left;
	height: 510px;
	overflow: auto;
	width: 557px;
}

.col3-content-fb {
	height: 485px;
	padding: 0;
	position: relative;
	top: 6px;
	width: 531px;
}

/* @end */

@media print {

body {
	background: none !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: 13pt;
	line-height: 1.6em;
	font-weight: normal;
	font-style: normal;
}

.entry-title {
	font-size: 18px;
	line-height: 22px;
}

#access,
	#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;
}

#entry-author-info {
	border: 1px solid #e7e7e7;
}

#main {
	display: inline;
}

.home .sticky {
	border: none;
}

}


#wpsimplegallery li img {
	margin: 5px 7px;
	width: 91px;
	height: auto;
}

#sidebar .merchant-gallery-container .merchant-gallery #flowpanes .items p {
	display: none;
}

