/*
Theme Name: Love Taza v2
Theme URI: http://lovetaza.com
Author: Zoe Rooney
Author URI: http://zoerooney.com/
Description: Custom theme designed by <a href="http://http://imbreannarose.com/" target="_blank">Breanna Rose</a>
*/

@import "style-reset.css";
@import "fonts/stylesheet.css";

/*
color: #5a5959;
color: #f0c530;
color: LINKHOVER;
*/

/* =Structure
----------------------------------------------- */
body {
	background: #FFF;
	min-width: 980px;
}

#page {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	overflow: hidden;
}
#main {
	clear: both;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#primary {
	float: left;
	margin: 0;
	width: 540px;
}
#content {
	margin: 0;
	width: 540px;
	float: left;
}
#secondary {
	float: right;
	padding: 0;
	width: 380px;
	margin-bottom: 70px;
}


/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #5a5959;
	font-family: 'GentiumBasicRegular';
	font-size: 14px;
	line-height: 1.74;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal !important;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p,
.entry-content div {
	margin-bottom: 1em;
}
.entry-content p {
	text-align: center;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 1.625em;
}
dt {
}
dd {
	margin-bottom: 1.625em;
}
strong {
}
em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
cite {
	color: #666;
	letter-spacing: 0.05em;
	padding-left: 60px;
}
pre {
	background: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	border: 1px solid #5a5959;
	font-size: 13px;
	height: 19px;
	line-height: 1.2em;
	padding: 4px 10px;
}
input[type=text]:focus,
textarea:focus {
	color: #5a5959;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
#searchform {
	background: #F7F7F7;
	border: 10px solid white;
	border-top: 0;
	padding: 12px 20px 14px;
	overflow: hidden;
}
input#s {
	background: #F7F7F7;
	outline: none;
	border: none;
	line-height: 1em;
	position: relative;
	top: 10px;
	padding: 4px 10px;
	font-size: 20px;
	font-family: 'League Gothic';
	color: #9c9c9c;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
input#searchsubmit {
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background: url('images/search-button.png') no-repeat;
}
input#searchsubmit:hover {
	opacity: 0.5;
}

/* Links */
a {
	color: #f0c530;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #bdbdbd;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.access a.assistive-text:active,
.access a.assistive-text:focus {
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


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

#branding {
	width: 960px;
	height: 191px;
	margin: 80px auto 80px;
	z-index: 9999;
	text-align: center;
}
#branding #logo {
	margin: 0 auto -122px;
	position: relative;
	z-index: 15;
	display: block;
	width: 191px;
	line-height: 0;
}
#branding img {
	height: auto;
}


/* =Menu
-------------------------------------------------------------- */
#fixed-menu {
	width: 100%;
	position: fixed;
	top: -170px;
	z-index: 5000;
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
@media all and (min-width: 421px) {
	#fixed-menu.fixed {
		top: 0;
		opacity: 1;
		-webkit-transition: opacity 400ms ease;
		-moz-transition: opacity 400ms ease;
		-ms-transition: opacity 400ms ease;
		-o-transition: opacity 400ms ease;
		transition: opacity 400ms ease;
	}
}
@media print {
	#fixed-menu.fixed {
		display: none;
	}
}
.access,
#fixed-access {
	margin: 0;
}
.access {
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	position: relative;
	z-index: 5;
	height: 56px;
}
.access div {
	position: relative;
}
.menu-left-menu-container {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	float: left;
}
.menu-right-menu-container {
	display: inline-block;
	vertical-align: middle;
	float: left;
	padding-left: 150px;
}
.access ul {
	clear: left;
	height: 56px;
	margin: 0 !important;
	list-style: none;
	font-family: 'League Gothic';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 22px;
}
.access li {
	position: relative;
	display: block;
	float: left;
}
.access ul.menu > li:hover > a {
	color: #edb194;
}
.access li ul {
	display: none;
	padding-left: 0;
	width: 114px;
	height: auto;
	position: absolute;
	left: 0;
	font-family: 'GentiumBasicItalic';
	font-size: 15px;
	text-transform: lowercase;
}
.access li:hover ul {
	display: block;
}
.access li ul li {
	display: block;
	width: 100%;
	text-align: left;
	padding: 2px 0 2px 15px;
	background: #edb194;
	border-bottom: 2px solid white;
}
.access li ul li a {
	color: white;
}
.access li ul li:hover {
	background: #f8e0d4;
}
.access li ul li:hover a,
.access li ul li:hover a:hover {
	color: #edb194;
}
.access a {
	letter-spacing: 0.1em;
	display: block;
	padding: 10px 16px 10px 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	color: #d0cfcf;
	-webkit-font-smoothing: antialiased;
}
.menu-left-menu-container a {
	padding: 10px 20px 10px 0;
}
.access a:hover {
	color: #edb194;
}
.access .social {
	float: right;
	width: 148px;
	height: 56px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	border-left: 2px solid #f2f2f2;
}
.access .social a {
	display: inline-block;
	vertical-align: middle;
	padding: 19px 0 0 6px;
}
.access .social a:hover {
	opacity: 0.5;
}

#fixed-menu .logo {
	width: 100px;
	height: 57px;
	border-right: 2px solid white;
	text-align: center;
	padding-top: 6px;
}
#fixed-access {
	width: 960px;
	margin: 0 auto;
	background: #edb194;
	border-bottom: 2px solid white;
}
#fixed-access ul {
	clear: left;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 65px;
	margin: 0 auto !important;
	list-style: none;
	font-family: 'League Gothic';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
}
#fixed-access li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#fixed-access li:after {
	content: " ";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
}
#fixed-access li ul {
	display: none;
	padding-left: 0;
	width: 114px;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -77px !important;
	font-family: 'GentiumBasicItalic';
	font-size: 15px;
	text-transform: lowercase;
}
#fixed-access li:hover ul {
	display: block;
}
#fixed-access li ul li {
	display: block;
	text-align: center;
	padding: 10px 0;
	background: #edb194;
	border-bottom: 2px solid white;
}
#fixed-access li ul li a {
	font-family: 'GentiumBasicItalic';
}
#fixed-access > ul > li > a:after {
	content: '/';
	color: white;
	padding: 0 8px 0 10px;
	display: inline-block;
	vertical-align: middle;
}
#fixed-access > ul > li:last-of-type > a:after {
	content: none;
	padding: 0;
}
#fixed-access li ul li:hover {
	background: #f8e0d4;
}
#fixed-access li ul li:hover a,
#fixed-access li ul li:hover a:hover {
	color: #edb194;
}
#fixed-access li ul li:after {
	content: none;
	padding: 0;
}
#fixed-access a {
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
	padding: 1px 0 2px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	color: white;
}
#fixed-access a:hover {
	color: #f8e0d4;
}
#fixed-access .social {
	width: 175px;
	height: 65px;
	float: right;
	border-left: 2px solid white;
	text-align: center;
}
#fixed-access .social a {
	padding: 23px 3px 0;
	display: inline-block;
	vertical-align: middle;
}
#fixed-access .social a:hover {
	opacity: 0.5;
}


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

.hentry {
	margin: 0 0 24px;
	padding: 0 0 85px;
	border-bottom: 2px solid #f7f7f7;
	position: relative;
}
.hentry:last-of-type {
	border-bottom: none;
}
.page.hentry {
	padding: 0 0 1em;
}
.entry-title {
	text-align: left;
	clear: both;
}
.entry-title,
.entry-title a {
	font-family: 'League Gothic';
	font-weight: normal;
	text-transform: uppercase;
	color: #edb194;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
}
.entry-title a:hover {
	color: #f0c530;
}
.page-title {
	font-family: 'League Gothic';
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #f0c530;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
}
.page-subtitle {
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	color: #7b7a7a;
	margin-bottom: 18px;
}
.more-link {
	background: #f0c530;
	color: #FFF;
	font-family: 'League Gothic';
	text-transform: uppercase;
	font-size: 18px;
	padding: 2px 0 0;
	letter-spacing: 1px;
	opacity: 0.5;
	display: block;
	width: 140px;
	text-align: center;
	margin: 0 auto;
}
.more-link:hover {
	opacity: 1;
	color: #FFF;
}
.entry-meta {
	clear: both;
	font-family: 'TrocchiRegular';
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #b5b5b5;
	overflow: hidden;
	padding-top: 1em;
}
.entry-meta div {
	margin-bottom: 2px;
}
.entry-meta a {
	color: #b5b5b5;
}
.entry-meta a:hover {
	color: #838383;
}
.entry-meta-left {
	display: inline-block;
	width: 200px;
}
.at300bs.at15nc.at15t_twitter {
	height: 23px !important;
	width: 23px !important;
	overflow: hidden;
	background: url('images/post-tweet.png') !important;
}
.at300bs.at15nc.at15t_facebook {
	height: 23px !important;
	width: 23px !important;
	overflow: hidden;
	background: url('images/post-share.png') !important;
}
.at_PinItButton {
	height: 23px !important;
	width: 23px !important;
	overflow: hidden;
	background: url('images/post-pin.png') !important;
	border: none !important;
	border-color: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.at_PinItButton:hover {
	border: none !important;
	border-color: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.entry-meta-right {
	float: right;
}
.comments-link {
	display: inline-block;
}
.watch-action {
	display: inline-block;
	vertical-align: top;
	float: right !important;
	width: auto !important;
	height: 20px !important;
}
div.status {
	display: none !important;
}
span.lc {
	color: #b5b5b5 !important;
	font-size: 12px;
	font-family: 'TrocchiRegular';
	font-weight: normal !important;
	letter-spacing: 1px !important;
}
.watch-position {
	float: right !important;
	margin-left: 6px !important;
}
.watch-action .lbg-style1 img {
	background: url('images/hearts.png') no-repeat left bottom !important;
	background-image: url('images/hearts.png') !important;
	width: 20px;
	height: 18px;
}
.watch-action .lbg-style1 img:hover {
    background: url('images/hearts.png') no-repeat left 3px !important;
}
.related-posts {
	clear: both;
	line-height: 0;
}
.related-posts img {
	max-width: 81px;
	height: auto;
}
.related-posts ul {
	margin: 0;
	padding: 0;
}
.nr_related_placeholder {
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
}
.nrelate,
.nr_inner {
	padding: 0 !important;
	margin: 0 !important;
}
.nr_title {
	display: none;
}
.related-posts li {
	list-style: none;
	display: inline-block;
	opacity: 0.5;
	margin-right: 10px;
}
.nrelate_bty .nr_panel {
	opacity: 0.5;
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 12px !important;
	width: 80px !important;
	height: 80px !important;
}
.nrelate_bty .nr_panel:last-of-type,
.related-posts li:last-of-type {
	margin-right: 0 !important;
}
.related-posts li:first-of-type,
.related-posts li:hover,
.nr_panel:hover {
	opacity: 1;
}

.entry-date {
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	color: #7b7a7a;
}
.entry-title,
.entry-date {
	max-width: 440px;
}
body.category-film-page .hentry {
	padding: 0 0 18px !important;
	margin: 0;
	border: none;
}
body.category-film-page .entry-date {
	padding-top: 8px;
}
body.category-film-page h1,
body.category-film-page .entry-date {
	width: 100%;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: #9c9b9b;
}
body.category-film-page .hentry a {
	color: #9c9b9b;
}
body.category-film-page .hentry a:hover,
body.category-film-page .hentry a:hover h1,
body.category-film-page .hentry a:hover .entry-date {
	color: #5a5959;
}
.entry-header {
	position: relative;
}
.header-categories {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 20;
}
.title-area {
	width: 83px;
	height: 28px;
	padding-top: 10px;
	float: right;
	text-align: center;
	background: #f0ce59;
	color: white;
	font-family: 'League Gothic';
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	border-bottom: 2px solid white;
}
.header-categories ul {
	list-style: none;
	text-align: right;
	clear: both;
	margin: 0;
	display: none;
}
.header-categories:hover ul {
	display: block;
}
.header-categories ul li {
	background: #f0ce59;
	border-bottom: 2px solid white;
	padding: 6px 25px;
	white-space: nowrap;
	display: block;
	color: white;
	text-align: center;
	font-family: 'League Gothic';
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
}
.header-categories ul li:last-of-type {
	border-bottom: none;
}
.header-categories ul li a {
	color: white;
}
.header-categories ul li:hover {
	background: #f9ebbd;
	color: #f0ce59;
}
.header-categories ul li:hover a {
	color: #f0ce59;
}
.title-area em {
	font-family: 'GentiumBasicItalic';
	font-size: 14px;
	text-transform: lowercase;
	-webkit-font-smoothing: antialiased;
	display: block;
	line-height: 1px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-image {

}
.entry-image img {
	height: auto;
	width: 100%;
}

.entry-summary p:empty {
	display: none;
}
.entry-sumary .read-more {
	display: block;
	margin: 1em 0;
	padding-top: 5px;
	width: 100%;
}
.entry-sumary .read-more:hover {
	background: #f9ebbd;
	color: #f0ce59;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0;
}
.entry-content h1,
.comment-content h1,
.comment-content h2 {
	color: #f0c530;
	font-size: 21px;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	color: #f0c530;
	line-height: 1.4em;
	margin-bottom: 18px;
	font-size: 18px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 2.6em;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

.item {
	width: 172px;
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'GentiumBasicRegular';
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}
.item img {
	margin-bottom: 20px;
}
.item a {
	color: #9c9b9b;
}
.item a:hover {
	color: #5a5959;
}
.item a:hover img {
	opacity: 0.45;
}
@media all and ( min-width: 780px ) {
	.item {
		position: relative;
		margin-bottom: 10px;
	}
	.item img {
		margin-bottom: 0;
	}
	.item-overlay {
		display: none;
		width: 172px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(49, 48, 48, 0.6);
	}
	.item:hover .item-overlay {
		display: block;
	}
	.item-overlay:before {
		content: '';
		height: 100%;
		margin-right: -0.25em;
		display: inline-block;
		vertical-align: middle;
	}
	.item-overlay span {
		width: 112px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 30px;
		text-align: center;
		color: white;
		font-family: 'GentiumBasicRegular';
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		-webkit-font-smoothing: antialiased;
		z-index: 30;
	}
}

.category-grid {
	text-align: justify;
}
.category-grid-item {
	width: 172px;
	display: inline-block;
	vertical-align: top;
	font-family: 'GentiumBasicRegular';
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}
.category-grid-item h4 {
	padding: 15px 10px 15px;
}
.category-grid-item a {
	color: #9c9b9b;
}
.category-grid-item a:hover {
	color: #5a5959;
}
.category-grid-item a:hover img {
	opacity: 0.45;
}

/* Images */
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.widget img {
	max-width: 340px;
	padding: 0 !important;
	margin-bottom: 0 !important; /* Fluid images for posts, comments, and widgets */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #f0c530;
	font-size: 10px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}

/* =About
----------------------------------------------- */

.about-gallery,
.about-content {
	display: inline-block;
	vertical-align: top;
}
.about-gallery {
	width: 275px;
}
.about-gallery a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 12px;
}
.about-content {
	width: 260px;
	font-size: 13px;
}
.about-content p {
	margin-bottom: 14px;
	line-height: 1.5em;
}
#TB_caption {
	display: none;
}
.faq-content {
	border-top: 2px solid #f7f7f7;
	margin-top: 48px;
	padding-top: 36px;
	font-size: 13px;
}
.faq-item h4 {
	background: #edb194 url('images/faq-down-arrow.png') no-repeat 505px center;
	padding: 2px 10px 0;
	font-family: 'League Gothic';
	color: #FFF;
	font-size: 21px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 6px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
.faq-item h4.open {
	background: #edb194 url('images/faq-up-arrow.png') no-repeat 505px center;
}
.faq-item h4 + .answer {
	display: none;
}
.faq-item h4.open + .answer {
	display: block;
	padding-top: 5px;
	padding-bottom: 45px;
}
.video {
	margin: 60px 0 0;
	padding: 60px 0 0;
	border-top: 2px solid #f7f7f7;
}
.disclaimer {
	margin: 60px 0 0;
	padding: 60px 0 0;
	border-top: 2px solid #f7f7f7;
	font-size: 11px;
	letter-spacing: 1px;
	color: #838383;
}



/* =Favorites
----------------------------------------------- */
#featured-post {
	margin-top: 60px;
	border-top: 2px solid #f7f7f7;
	padding-top: 48px;
}
.favorite-posts {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 0;
}
.favorite-posts.last {
	margin-right: 0;
}
.favorite-posts:hover img {
	opacity: 0.5;
}

/* =Shop
----------------------------------------------- */
.divider {
	color: #f7f7f7;
}
.checkout {
	color: #EDB194;
}
.col-1,
.col-2 {
	margin-bottom: 10px;
}
.col-1 {
	margin-right: 10px;
}

/* =error404
----------------------------------------------- */
.error404 #main #s {
	width: 75%;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 45px;
}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a,
.nav-next a {
	height: 55px;
	overflow: hidden;
	text-indent: -9999em;
	display: inline-block;
}
.nav-previous a {
	width: 129px;
	background: url('images/older.png') no-repeat left top;
}
.nav-next a {
	width: 140px;
	background: url('images/newer.png') no-repeat left top;
}
.nav-previous a:hover,
.nav-next a:hover {
	background-position: left bottom;
}

#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */
#secondary {
	background: #f7f7f7;
}
.widget {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #f7f7f7;
	position: relative;
}
.widget.featured-image {
	margin: 0;
	padding: 10px 10px 0;
}
.widget.featured-image .widget-content {
	font-family: 'GentiumBasicRegular';
 	font-size: 14px !important;
 	line-height: 21px;
}
.widget.featured-image p {
	margin-bottom: 0;
	text-align: justify;
}
.widget.featured-image img {
	margin-bottom: 10px !important;
}
.textwidget {
	text-align: justify;
	background: white;
}
#social {
	background: #f7f7f7;
	text-align: center;
	margin-bottom: 20px;
}
.social-icon {
	display: inline-block;
	position: relative;
}
.subtitle {
	position: absolute;
	top: 283px;
	left: 25%;
	z-index: 100;
	color: #f0c530;
	font-family: 'League Gothic';
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: normal;
	background: #FFF;
	padding: 0 10px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
.widget-title {
	font-family: 'League Gothic';
	font-weight: normal;
	color: #FFF;
	background-color: #d6d6d6;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
}
.widget-content {
	width: 340px;
	padding: 10px;
	background-color: #FFF;
	color: #838383;
	font-family: 'TrocchiRegular';
	font-size: 10px;
}

/* Hide ad block from Say/ Google on iPad and below */
@media all and (max-width: 769px) {
	#adrotate_widgets-5 {
		display: none;
	}
	#adrotate_widgets-5 + #find-it {
		margin-top: 10px;
	}
}
#adrotate_widgets-2 {
	padding: 30px;
}
.widget_adrotate_widgets {
	overflow: hidden;
	line-height: 0;
	border: 10px solid #f7f7f7;
	padding: 10px 10px 0;
	background: white;
}
#adrotate_widgets-3 {
	border-bottom: none;
}

.widget_adrotate_widgets + .widget_adrotate_widgets {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
}
#b-2 {
	width: 100%;
	max-width: 100%;
	max-height: none;
}
#b-3 div,
#b-2 div {
	margin-bottom: 10px;
}
#b-2 div img {
	max-width: 165px;
	height: 100%;
}
#b-2 div:nth-of-type(odd) {
	margin-right: 10px;
}
.block_outer {
	overflow: hidden !important;
}
.widget_adrotate_widgets .widget-title {
	line-height: 1.75em;
}
.widget_adrotate_widgets .widget-content {
	width: 340px;
	padding: 0;
	background: white;
	text-align: center;
}
.widget_adrotate_widgets .widget-content div div {
	margin-bottom: 10px !important;
}
.widget_adrotate_widgets .widget-content div div:last-of-type {
	margin-bottom: 0 !important;
}
.textwidget {
 	color: #838383;
 	font-family: 'TrocchiRegular';
 	letter-spacing: 1px;
 	font-size: 10px;
 	line-height: 21px;
 }
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style: none inside;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #838383;
	font-family: 'TrocchiRegular';
	font-size: 12px;
}

#find-it {
	padding: 0 10px;
}
#archive-box {
	z-index: 100;
	position: relative;
	margin-bottom: -25px;
	border: 10px solid white;
	border-bottom: none;
}
#archive-box h3 {
	background: url('images/updated/dropdown.png') no-repeat;
	position: relative;
	font-size: 30px;
	font-family: 'League Gothic';
	color: #FFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 30px 35px;
	cursor: pointer;
	z-index: 102;
	-webkit-font-smoothing: antialiased;
}
#archive-box h3 img {
	float: right;
	position: relative;
	top: 18px;
}
.archive-list {
	display: none;
	z-index: 101;
	background: #F0C1AB;
	position: absolute;
	top: 72px;
	width: 340px;
	text-align: center;
	font-family: 'League Gothic';
	font-size: 30px;
	line-height: 45px;
	color: #FFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 250px;
	overflow: auto;
}
.archive-list ul {
	margin: 0;
	padding: 50px 0;
}
.archive-list li {
	list-style: none;
	margin: 0 20px;
	border-bottom: 1px solid #fcf3ee;
}
.archive-list li:last-of-type {
	border-bottom: none;
}
.archive-list a {
	color: #FFF;
}
.archive-list a:hover {
	color: #fcf3ee;
}
#archive-box h3.open + .archive-list {
	display: block;
}
.row {
	overflow: hidden;
}
.left-button,
.right-button,
.full-button {
	display: inline-block;
	float: left;
	padding-top: 15px;
	text-align: center;
	font-size: 22px;
	font-family: 'League Gothic';
	color: #bbbbbb;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
.left-button:hover,
.right-button:hover,
.full-button:hover {
	background: #f0ce59;
	color: white;
}
.left-button,
.right-button {
	width: 165px;
	height: 50px;
	border: 10px solid white;
	border-top: none;
}
.left-button {
	border-right: none;
	margin-left: 10px;
}
.full-button {
	width: 340px;
	height: 50px;
	border: 10px solid white;
	border-top: none;
	margin-left: 10px;
}

/* Special Classes */
.no-border {
	border-bottom: none;
	margin-bottom: 0;
	padding:  15px 0 0;
}

/* Search Widget */

#secondary input#s {
	width: 220px;
	display: inline-block;
	font-size: 22px;
	font-family: 'League Gothic';
	color: #9c9c9c;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#s::-webkit-input-placeholder {
	font-size: 22px;
	font-family: 'League Gothic';
	color: #bbbbbb;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#s:-moz-placeholder {
	font-size: 22px;
	font-family: 'League Gothic';
	color: #bbbbbb;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#s:-ms-input-placeholder {
	font-size: 22px;
	font-family: 'League Gothic';
	color: #bbbbbb;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#s:placeholder {
	font-size: 22px;
	font-family: 'League Gothic';
	color: #bbbbbb;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #5a5959;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#instagram,
#popular-posts,
#latest-video,
#instafeed,
#mailchimp {
	padding-bottom: 0;
}
#popular-posts {
	overflow: hidden;
}
#popular-posts .widget-content {
	overflow: hidden;
	padding-bottom: 0;
}
.popular-post {
	width: 165px;
	height: 165px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.popular-post:nth-of-type(even){
	margin-right: 0;
}
.popular-post img {
	width: 165px;
	height: auto;
}
.popular-post .popular-overlay {
	display: none;
	width: 165px;
	height: 165px;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(49, 48, 48, 0.6);
}
.popular-post:hover .popular-overlay {
	display: block;
}
.popular-post .popular-overlay:before {
	content: '';
	height: 165px;
	margin-right: -0.3em;
	display: inline-block;
	vertical-align: middle;
}
.popular-post .popular-overlay h4 {
	width: 105px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	text-align: center;
	color: white;
	font-family: 'GentiumBasicRegular';
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	z-index: 30;
}
.textwidget {
	padding: 10px;
}
#instafeed {
	line-height: 0;
	position: relative;
	height: 350px;
}
#instafeed-taza {
	width: 165px;
	float: left;
}
#instafeed-taf {
	width: 165px;
	float: right;
}
#instafeed:after {
	content: url('images/updated/instagram-overlay.png');
	position: absolute;
	z-index: 15;
	top: 318px;
	left: 145px;
}
#instafeed a {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	z-index: 12;
}
#instafeed a:hover {
	opacity: 0.45;
}
#instafeed img {
	width: 165px;
	height: auto;
	margin-bottom: 10px;
}
.instagram-info {
	position: relative;
	z-index: 12;
	background: #edb194;
	padding: 10px;
	text-align: center;
	overflow: hidden;
}
.instagram-info a {
	font-size: 18px;
	font-family: 'League Gothic';
	color: white;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 7px 0 3px;
}
.instagram-info a:hover {
	color: #f8e0d4;
}
.insta-taza,
.insta-taf {
	width: 155px;
	float: left;
	font-family: 'GentiumBasicItalic';
	font-size: 15px;
	text-transform: lowercase;
	-webkit-font-smoothing: antialiased;
}
.followers a,
.counts a {
	font-family: 'GentiumBasicItalic';
	font-size: 15px;
	text-transform: lowercase;
	-webkit-font-smoothing: antialiased;
	color: #edb194;
}
.insta-taf {
	float: right;
}
.insta-taza div,
.insta-taf div {
	background: white;
	color: #edb194;
	margin-top: 10px;
	line-height: 2em;
}
.insta-taza a span,
.insta-taf a span {
	display: block;
	text-align: center;
	font-size: 32px;
	font-family: 'League Gothic';
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.followers {
	width: 155px;
	height: 47px;
	padding-top: 13px;
	margin-top: 7px;
	background: white;
	line-height: 1.5em !important;
}
.insta-taf .followers {
	float: right;
}
.counts {
	width: 73px;
	height: 46px;
	padding-top: 14px;
	font-size: 11px;
	float: left;
}
.counts a {
	font-size: 11px;
}
.counts a span {
	font-size: 28px;
}
.counts:last-of-type {
	float: right;
}
#mailchimp h3 {
	background: #edb194;
	text-align: center;
	font-size: 30px;
	font-family: 'League Gothic';
	color: #FFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 30px;
	-webkit-font-smoothing: antialiased;
}
#mailchimp form {
	position: relative;
}
#mailchimp input[type=email] {
	background: #F7F7F7;
	outline: none;
	border: none;
	line-height: 1em;
	position: relative;
	width: 260px;
	padding: 22px 50px 19px 30px;
	font-size: 20px;
	font-family: 'League Gothic';
	color: #9c9c9c;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
#mailchimp .response {
	background: #F7F7F7;
	outline: none;
	border: none;
	line-height: 1em;
	position: relative;
	width: 260px;
	padding: 22px 50px 19px 30px;
	font-family: 'TrocchiRegular';
 	letter-spacing: 1px;
 	font-size: 10px;
 	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
#mailchimp input[type=submit] {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 15px;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background: white;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-family: 'League Gothic';
	font-size: 18px;
	color: #f0ce59;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#mailchimp input[type=submit]:hover,
#mailchimp input[type=submit]:focus {
	opacity: 0.5;
	outline: none;
}

/* =Comments
----------------------------------------------- */
#comments {
	border-top: 2px solid #f7f7f7;
	padding-top: 80px;
}

#comments-title {
	padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #5a5959;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
li.comment {
	background: #f7f7f7;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
.commentlist .pingback {
	margin: 0 0 10px;
	padding: 10px;
}
.commentlist .children {
	list-style: none;
	margin: 20px 0 0 0;
}
.commentlist .children li.comment {
	background: #FFF;
	overflow: hidden;
	position: relative;
	border-left: 7px solid #f0c530;
	padding: 20px 20px 20px 15px;
}
.avatar {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
.comment-meta .fn,
.comment-meta .fn a,
.comment-meta time {
	font-family: 'League Gothic';
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
	color: #d6d6d6;
}
.commentlist .children li.comment .comment-meta {
	float: left;
	line-height: 12px;
	margin-right: 5px;
}
.commentlist .children li.comment .comment-meta .fn::before {
	content: "REPLY FROM ";
}
.commentlist .children li.comment .comment-meta .fn,
.commentlist .children li.comment .comment-meta .fn a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #edb194;
	vertical-align: baseline;
}
.commentlist .children li.comment time {
	display: none;
}
.comment-content p {
	margin-bottom: 1em;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
a.comment-reply-link {
	display: none;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 auto 80px;
	padding: 10px 0;
	position: relative;
	width: 540px;
	overflow: hidden;
	font-family: 'TrocchiRegular';
	color: #9c9c9c;
	font-size: 12px;
}
.comment-form-title {
	margin:  30px 0 0;
	font-family: 'League Gothic';
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #d6d6d6;
	text-transform: uppercase;
}
#respond input[type="text"],
#respond textarea {
	background: #F7F7F7;
	position: relative;
	float: left;
	display: inline-block;
	padding: 15px 10px;
	margin-bottom: 10px;
	border: none;
	font-size: 12px;
	font-family: 'TrocchiRegular';
	color: #9c9c9c;
	letter-spacing: 1px;
}
#respond input[type="text"] {
	width: 255px;
}
#respond ::-webkit-input-placeholder {
	font-size: 12px;
	font-family: 'TrocchiRegular';
	color: #9c9c9c;
	letter-spacing: 1px;
}
#respond :-moz-placeholder {
	font-size: 12px;
	font-family: 'TrocchiRegular';
	color: #9c9c9c;
	letter-spacing: 1px;
}
#respond :-ms-input-placeholder {
	font-size: 12px;
	font-family: 'TrocchiRegular';
	color: #9c9c9c;
	letter-spacing: 1px;
}
#respond :placeholder {
	font-size: 12px;
	font-family: 'TrocchiRegular';
	color: #9c9c9c;
	letter-spacing: 1px;
}
#respond textarea {
	resize: vertical;
	width: 520px;
	min-height: 150px;
	border: none;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond .logged-in-as a {
	color: #9c9c9c;
}
#respond p {
	margin: 5px 0;
}
#respond .form-submit {
	float: left;
	margin: 0 0;
}
#respond input#submit {
	background: #f0c530;
	padding: 8px 40px 5px;
	font-family: 'League Gothic';
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 20px;
	cursor: pointer;
	margin: 10px 0;
}
#respond input#submit:hover {
	opacity: 0.5;
}
#respond #cancel-comment-reply-link {
	color: #9c9c9c;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#cancel-comment-reply-link {
	color: #9c9c9c;
	display: block;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	top: 1.1em;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
	clear: both;
	display: block;
}


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

.footer-favorites {
	clear: both;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	width: 100%;
	padding: 40px 0 10px;
	margin-bottom: 30px;
}
.footer-favorites h3 {
	font-size: 22px;
	font-family: 'League Gothic';
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #edb194;
	margin-bottom: 30px;
	text-align: center;
}
.footer-favorites-area {
	text-align: justify;
}
.footer-favorite-post {
	width: 160px;
	display: inline-block;
	vertical-align: top;
	font-family: 'GentiumBasicRegular';
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}
.footer-favorites h4 {
	padding: 10px 10px 0;
}
.footer-favorites a {
	color: #9c9b9b;
}
.footer-favorites a:hover {
	color: #5a5959;
}
.footer-favorites a:hover img {
	opacity: 0.45;
}

/* Site Generator Line */
#site-generator {
	width: 100%;
	text-align: center;
	float: right;
	font-size: 11px;
	letter-spacing: 1px;
	color: #838383;
	padding-bottom: 30px;
}
#site-generator a {
	color: #f0c530;
}

#say-media {
	position: relative;
	right: 500px;
	bottom: 50px;
}
.page-id-4082 #say-media {
	position: relative;
	right: 0;
	bottom: 0;
}

/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: #F0C1AB;
}

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

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #f5d6c8;
	position: relative;
}

.jspDrag
{
	background: #F1B195;
	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;
}