/*
Theme Name: FvonF (Twenty Ten)
Theme URI: http://wordpress.org/
Description: FvonF Theme based on Twenty Ten
Author: the WordPress team & customized by Chuck Heckman [heckchuckman.com]
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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

a,
.grid_item img:hover,
.menu-item .img_cntr:hover {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

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

a {
	outline: 0;
}

.clearfix:after,
.ipad-howto li:after,
.shareWrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix,
.ipad-howto li,
.shareWrap {
	display: inline-block;
}

html[xmlns] .clearfix,
html[xmlns] .ipad-howto li,
html[xmlns] .shareWrap {
	display: block;
}

* html .clearfix,
* html .ipad-howto li,
* html .shareWrap {
	height: 1%;
}

/* PAGE STYLES */

#home_grid_left, #home_grid_right {
	display: block;
	height: 44px;
	width: 44px;
	background: url(images/cycle-left-arrow.png) no-repeat;
	text-indent: -9999px;
	cursor: hand;
	cursor: pointer;
}

#home_grid_left { background-image:url('<?php bloginfo('template_url'); ?>/images/home-cycle-left-arrow.png'); width:29px !important; height:29px; left:-36px; top:115px; z-index: 10000; }
#home_grid_right { background-image:url('<?php bloginfo('template_url'); ?>/images/home-cycle-right-arrow.png'); width:29px !important; height:29px; right:-9px; top:115px; z-index: 10000; }

#content .home_title, #related h2 { font:18px/23px Georgia, serif; color:#4D4D4D !important; margin:7px 0 12px; }

#home_news, #home_feature, #home_music { float:left; border-top:1px solid #E5E5E5; margin-right:20px; position: relative; }
#home_news .grid_item:last-child, #home_feature .grid_item:last-child, #home_grid_cycle .grid_item:last-child, #home_news .item-1, #home_feature .item-1, #related .grid_item:last-child { padding-right:0; }

#home_news { width:220px; }

#home_feature { width:220px; }
#home_feature .grid_item { margin-bottom: 7px; }
/*
#home_feature .grid_item .img_cntr{ height: auto; }
#home_feature .grid_item a { margin-bottom: 0px; }
*/
#home_feature .grid_item .img_cntr img { height: auto !important; }
#home_feature .grid_item .img_cntr .mixtape-thumb { margin-top: -35px; }

#home_grid_right { background: url(images/cycle-right-arrow.png) no-repeat; }

.interviews_grid { position:relative; }
#home_grid_left { position:absolute; left:-65px; top:103px; }
#home_grid_right { position:absolute; right:-65px; top:103px; }

.slider #slideshow li span {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	/*text-shadow: 3px 3px 10px rgba(00,00,00,0.3);*/
	/*text-shadow: 0px 0px 2px rgba(FF,FF,FF,1);*/
	padding: 1px 6px;
	font-size: 22px;
	line-height: 22px;
	background:url('images/cycle-text-bg.png') 0 0 repeat;
	font: 16px Georgia, serif;
	color:#4D4D4D;
}
#thumbnail-items li{
	width: 78px;
	margin-bottom: 0px;
	float: left;
}
#thumbnail-items li img{
	width: 73px;
}
ul#pag
{
	position: absolute;
	right: 15px;
	top: 345px;

	list-style: none;
	margin: 0;
	padding 0;

	display:none;
}

ul#pag li
{
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding 0;
	margin-right: 5px;
	margin-left: 5px;

}

ul#pag li a
{
	display: block;
	margin: 0;
	padding 0;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	background-color: #888888;
}

ul#pag li a.current
{

		background-color: #333333;
}

ul#pag li a:hover
{
	background-color: #333333;
}

/* Index/Stories/Videos Post */


div.post-content-subline,
div.post div.post-content-subline p
{
	font-size: 12px;
	color: gray;
	line-height: 14px;
}
#post-single-text{
	border-bottom: 1px solid #E5E5E5;
	width: 940px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
div.post-content-text{
	width: 710px;
	margin: 0px auto 0px auto;
}
div.post-content-text,
div.post div.post-content-text p
{
	font:15px/21px Georgia, 'Times New Roman', serif;
	color: #666;
}
div.post-content-text img{
	max-width: 710px;
	height: auto;
}
body.home #content
{
	overflow: hidden;

}

#content div.post-content-interview h2
{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #000000;
}

.post-content-interview,
.post-content-interview p
{
	color: #333;
}

.post-content-interview strong {
	color:#999;
	font-weight:normal;
}


div#container.video-single
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#post-video
{
	padding-bottom: 5px;
	padding-left: 5px;
}

#post-images
{
	overflow: hidden;

}

#post-images img
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 3px;
	float: left;

}
.image-gallery img{
	float: left;
}
body.home #main
{
	margin-bottom: 0;
}
.announcementBar {
	background-color: #f9f9f9;
	width: 100%;
	font-family:"tisa-pro", Georgia, serif;
	font-size:20px;
	border-bottom: 1px solid #fff;
	color:#000;
	position: fixed;
	bottom: 0;
	line-height: 2.7em;
	height: 55px;
	overflow: hidden;
}

.announcementBar span {
		width: 962px;
		margin: 0 auto;
		display: block;
}

.announcementBar span strong {
		color: #78d18b;
		font-family: "circular-std",sans-serif;
}

.announcementBar.stuck {
	position: absolute;
}

#footer_nav
{
	position: relative;
	clear: left;
	height: 35px;
}

#footer_nav a
{
	font-size: 12px;
	color: #888;
	text-decoration: none;
}

#footer_nav  a:hover
{
	color: #333333;

}

#more_stories
{
	left: 5px;
	top: 5px;
	position: absolute;
}

#more_videos
{
	top: 5px;
	right: 5px;
	position: absolute;
}

#content div.front_column p.footer_link
{
	clear: left;
	margin-bottom: 10px;

}


/* Permenent Header */


#post-perma-header
{
	font-size: 11px;
	overflow: hidden;
	margin-right: 15px;
}

#content #post-perma-header ol
{
	float: right;
	padding: 0;
	margin: 0;
}

#post-perma-header li
{
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 11px;
	float: left;
	position: relative;
	line-height: 10px;
}

#post-perma-header li.middle
{
	padding-top: 5px;
}

#post-perma-header li.iframe_wrapper
{
	height: 25px;
}

#post-perma-header a
{
	color: #999;
	text-decoration: none;
	font-size: 11px;
}

#post-perma-header a:hover {
	color: #333333;
}

#post-perma-header #toplink
{
	float: left;
	line-height: 12px;
	margin-top: 3px;
}

#post-perma-header.bottom
{
	margin-bottom: 0;
	margin-top: 10px;
}

#post-perma-footer
{
	text-align: right;
	font-size: 12px;
	margin-bottom: 6px;

}

/* About/Contact */



body.page-id-273 #post-273,
body.page-id-275 #post-275
{
	padding-left: 262px;
}

#content #post-273 p,
#content #post-275 p
{
	font-size: 13px;
	margin-bottom: 5px;
}

#content #post-273 h3
{
	margin-top: 20px;
	margin-bottom: 7px;

}


#wpcf7-f1-p275-o1
{
	margin-top: 20px;

}


#content #post-275 input
{
	background-color: #f2f2f2;
	margin-bottom: 0px;
	height: 20px;
	padding: 2px;
	width: 250px;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #dddddd;
}

#content #post-275 input.wpcf7-submit
{
	color: #999999;
	width: 258px;
	font-size: 12px;
}

#content #post-275 textarea
{
	background-color: #f2f2f2;
	margin-bottom: 0px;
	height: 138px;
	padding: 3px;
	width: 250px;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #dddddd;
}


/* Search */

body.search-results #content {
	padding-top: 15px;
	list-style: none;
}

.magnifier {
      background: transparent url(images/magnifier.png) no-repeat center center;
      border: 0px;
      width: 13px;
      height: 25px;
      cursor: pointer;
      color:transparent;
      margin: 0px;
      text-indent:-9000px;
      margin: 0 10px 0 5px;
}

#content .page-title {
	font: 25px Georgia, 'Times New Roman', serif;
	margin: 0 0 15px;
}

#content .page-title span {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 25px;
	font-style: normal;
	color: #000;
}

#content .not-found .entry-title {
	display: block;
	float: left;
}

#content .not-found .entry-content {
	margin: 0;
}

#content .not-found .entry-content p {
	margin-top: 30px;
	display: block;
	float: left;
}

#content .not-found .entry-content form {
	margin-top: 30px;
	display: block;
	float: left;
	clear: both;
}

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

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

#container {
	width: 100%;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer_logo
{
	margin-top: 7px;
	display: block;
	width: 32px;
	height: 24px;
	text-indent: -9999px;
	float: left;
	background: url(images/logo_footer.png) 0 0 no-repeat;
}

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

.one-column #content {
	margin: 0 auto;
	padding: 0px;
	/*width: 640px;*/
	width: 1024px;

	padding: 10px;
/* 	overflow: hidden; */
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 1040px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
	font-family: "Helvetica Neue", "Helvetica", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#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,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


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

/* The main theme structure */
#colophon,
#main,
#wrapper {
	margin: 20px auto 0 auto;
	width: 960px;
}
#wrapper {

}


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

/* Main global 'theme' and typographic styles */
body {
	/* background: #F2F2F2; */
	background-color: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
#content .post-single-text ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
#content .post-single-text 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: bold;
}
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,
#comment {
	background: #f9f9f9;
	border: 1px solid #ccc;
	outline: 0;
	padding: 0;
}

input[type="text"].search,
ul.newslettersignup input[type="text"], textarea {
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #b3b3b3;
	font: 12px/18px Georgia, serif;
	outline: 0;
	margin: 0 0 0 10px;
	padding: 2px 5px;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.newslettersignup input[type="text"], textarea {
	width: 290px;
}

a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:active,
a:hover {
	color: #333;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	padding: 0px;
	display: none;
}
.home #header{
	display: block;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* =FvF Logo
-------------------------------------------------------------- */

.fvflogo {
  background:url(../fvonf-redesign/assets/img/icon-fvf.svg) center no-repeat;
  background-size: contain;
}
html.no-svg .fvflogo {
	background: url(../fvonf-redesign/assets/img/icon-fvf.png) center no-repeat;
	background-size: contain;
}

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

#access.access-footer {
  height:68px;
  background:#fff;
}

#access.access-footer li {
  margin-left:10px;
}

#access.access-footer a {
  font-family:"tisa-pro", Georgia, serif;
  line-height:68px;
  color:#666;
  font-size:13px;
}

#access.access-footer a:hover {
	color: #000;
}

#access.access-footer .nav_footer_left .fvflogo {
  background:url(../fvonf-redesign/assets/img/icon-fvf.svg) center no-repeat;
  width:30px;
  height:68px;
	margin: 0px -4px 0px 0px;
}
html.no-svg #access.access-footer .nav_footer_left .fvflogo {
	background: url(../fvonf-redesign/assets/img/icon-fvf.png) center no-repeat;
	background-size: contain;
}

#access, #subaccess {
	background-color: #f2f2f2;
	display: block;
	position: relative;
	height: 50px;
	width: 100%;
}
#subaccess {
	background-color: #f9f9f9;
	height: 40px;
}

.subaccess_footer {
  background-color: #f9f9f9;
  width:100%;
  height:180px;
  border-bottom:1px solid #ccc;
}

.subaccess_footer h2 {
  font-family:"tisa-pro", Georgia, serif;
  font-size:20px;
  color:#000;
  margin:40px 0 5px;
  line-height:20px;
  font-weight: normal;
}

.subaccess_footer p {
  float:left;
  margin-top: 16px;
}

.apt-newsletter-form p input[type="email"] {
  border:1px solid #ccc;
  padding:0 22px;
  height:55px;
  width:307px;
  outline: none;
  -webkit-appearance: none;
  font-size:20px;
  font-family:"geogrotesque", "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
  margin-right:8px;
}

.apt-newsletter-form p input[type="email"]:focus {
	border: 1px solid black;
}

#mc-embedded-subscribe-form.apt-newsletter-form p input[type="submit"] {
  color:#fff;
  background-color:#78d18b;
  font-family:"geogrotesque", "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
  min-width: 10.3em;
  height: 3.24em;
  padding: 0 2.125em;
  line-height: 3.3125em;
  font-size:1.47em;
  -webkit-appearance: none;
}

#mc-embedded-subscribe-form.apt-newsletter-form p input[type="submit"]:hover {
  background-color:#8aec9f;
  -webkit-transition: opacity 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
  transition: opacity 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
}

.navWrapper {
	display: block;
	margin: 0px auto 0px auto;
	position: relative;
	width: 980px;
}

.nav_header_left,
.nav_footer_left {
	float: left;
	position: relative;
	left: 10px;
	width: 800px;
	height: 50px;
}

.nav_footer_left {
	width: 800px;
	margin-left: -3px;
}

.nav_header_left.submenu {
	margin-left: 50px;
	height: 40px;
	width: 640px;
}
.nav_header_left.submenu .menu a {
	font: 16px Georgia, serif;
	line-height: 40px;
}

.nav_header_left.submenu.footer {
	margin-left: 0;
}

.nav_header_left .fvflogo,
.nav_footer_left .fvflogo {
	float: left;
	display: block;
	height: 40px;
	width: 40px;
	background-image: url('../fvonf-redesign/assets/img/icon-fvf.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 4px 11px 0 0;
	text-decoration: none;
}
html.no-svg .nav_header_left .fvflogo, .nav_footer_left .fvflogo {
	background: url(../fvonf-redesign/assets/img/icon-fvf.png) center no-repeat;
	background-size: contain;
}

.nav_footer_left .fvflogo {
	margin-right: 0;
}

.nav_header_left .menu,
.nav_footer_left .menu {
	height: 50px;
}

.nav_header_left .menu a,
.nav_footer_left .menu a {
	display: block;
	text-decoration: none;
}

.nav_footer_left .menu ul.clearfix {
	position: absolute;
	width: 55rem;
	margin-left: 2px;
}

.nav_header_left .menu a {
	color: #999;
	font: 18px/22px Georgia, serif;
	line-height: 50px;
	padding: 0px 16px;
}
.nav_header_left .menu a:hover,
.nav_header_left .menu a.selected,
.nav_footer_left .menu a:hover,
.nav_footer_left .menu a.selected{
	background-color: #fff;
	color: #666;
}

.nav_footer_left .menu a,
.nav_footer_right a {
	color: #999;
	font: 12px/15px Georgia, serif;
	line-height: 50px;
	text-decoration: none;
	padding: 0px 5px;
}
.nav_footer_left .menu a:hover,
.nav_footer_left .menu a.selected{
	background-color: transparent;
}

.nav_header_left .menu li {
	float: left;
}

.nav_footer_left .menu li {
	float: left;
	margin-left: 10px;
	height: 43px;
}

.nav_header_right,
.nav_footer_right {
	float: right;
	position: relative;
	line-height: 50px;
	right: 0px;
}

.nav_footer_right {
	right: 12px;
}

.nav_header_right { margin-right: 0; }

.nav_header_left #interviewsNav {
	position: relative;
	padding-right: 5px;
}

.nav_header_left #interviewsNav a{
	background-color: #f2f2f2 !important;
	background-image: url(images/interviews-selector.png);
	background-position:  center right;
	background-repeat: no-repeat;
	padding-right: 26px;
	display: table;
}
.nav_header_left #interviewsNav a:hover,
.nav_header_left #interviewsNav a.selected{
	background-image: url(images/interviews-selector-hover.png);
}
.nav_header_left #interviewsNav a.selected{
	background-color: #fff !important;
}

.nav_header_left #interviewsNav:hover .cities-list {
	display: block !important;
	width: auto;
	border-top: 1px solid #e5e5e5;
}
.nav_header_left #interviewsNav ul li a {
	background-color: transparent !important;
	background-image: none;
}

.nav_header_left .cities-list {
	display: none;
	position: absolute;
	top: 50px;
	left: -52px;
	z-index: 1000;
}

.multi-column-1, ul.allInterviews {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.multi-column-2 {
	border-right: 1px solid #e5e5e5;
	margin-left: calc(800px / 3 + 2px) !important;
	position: absolute;
}
.multi-column-3 {
	border-right: 1px solid #e5e5e5;
	margin-left: calc(800px / 1.5 + 3px) !important;
	position: absolute;
}
.multi-column-taxonomy-list {
	clear: both;
	width: auto;
	font-size: 0.66667em;
}
.multi-column-taxonomy-list ul {
	padding: 0 !important;
	width: calc(800px / 3) !important;
	float: left;
}
.multi-column-taxonomy-list .allInterviews,
.multi-column-taxonomy-list .allInterviews li,
.multi-column-taxonomy-list .allInterviews li a {
	width: 801px !important;
}
.multi-column-taxonomy-list ul li {
	background-color: #f2f2f2;
	border-bottom: 1px solid #e5e5e5 !important;
	margin: 0px !important;
	width: calc(800px / 3);
	display: inline-block;
	position: relative;
}
.multi-column-taxonomy-list ul li a {
	background: none;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: normal !important;
	padding: 0px !important;
	white-space: nowrap;
	width: calc(800px / 3);
}
.multi-column-taxonomy-list ul li a span.cityName {
	float: left;
	padding: 0.66667em 0.83333em;
	display: table-cell;
}
.multi-column-taxonomy-list ul li a:hover span.cityName,
.multi-column-taxonomy-list ul li a:hover span.cityCount {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.multi-column-taxonomy-list ul li a:hover span.cityName {
	background-color: #78D18B;
	color: #fff;
	width: calc(100% - 20px);
}
.multi-column-taxonomy-list ul li a span.cityCount {
	border-left: 1px solid #e5e5e5;
	text-align: center;
	width: 30px;
	vertical-align: middle;
	display: table-cell;
}
.multi-column-taxonomy-list ul li a:hover span.cityCount {
	background-color: #fff;
	border-left: 0px !important;
	color: #78D18B;
}

.subaccess_footer .social,#subaccess .social {
	float: right;
	right: 0px;
	margin: 0px 6px 0px 0px;
}

.subaccess_footer #social-box,#subaccess #social-box {
	display: block;
	position: relative;
	height: auto;
	width: auto;
	margin: 0;
}

#subaccess #social-box {
	margin: 10px 0;
}

.subaccess_footer #social-box li {
	float: left;
}

.subaccess_footer #social-box li a {
	display: block;
	max-height: 22px;
	min-width: 22px;
	min-height: 18px;
}

#subaccess #social-box li a {
	display: block;
	max-height: 20px;
	min-width: 22px;
	min-height: 13px;
}

.subaccess_footer #social-box {
  padding: 15px 0 0;
}

.subaccess_footer #social-box li a {
  margin:0 15px 0 0;
  opacity:0.6;
	background-size: contain;
	-webkit-transition: .1s;
	transition: .1s;
}

.subaccess_footer #social-box li a:hover {
  opacity:1;
}
.subaccess_footer #social-box li a.fb,
#subaccess #social-box a.fb {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-facebook.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.fb {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-facebook.png) no-repeat;
}

.subaccess_footer #social-box li a.twitter,
#subaccess #social-box a.twitter {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-twitter.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.twitter {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-twitter.png) no-repeat;
}

.subaccess_footer #social-box li a.instagram,
#subaccess #social-box a.instagram {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-instagram.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.instagram {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-instagram.png) no-repeat;
}

.subaccess_footer #social-box li a.pin,
#subaccess #social-box a.pin {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-pinterest.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.pin {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-pinterest.png) no-repeat;
}

.subaccess_footer #social-box li a.tumblr,
#subaccess #social-box a.tumblr {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-tumblr.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.tumblr {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-tumblr.png) no-repeat;
}

.subaccess_footer #social-box li a.youtube,
#subaccess #social-box a.youtube {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-youtube.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.youtube {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-youtube.png) no-repeat;
}

.subaccess_footer #social-box li a.mixcloud,
#subaccess #social-box a.mixcloud {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-mixcloud.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.mixcloud {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-mixcloud.png) no-repeat;
}

.subaccess_footer #social-box li a.feed,
#subaccess #social-box a.feed {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-rss.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.feed {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-rss.png) no-repeat;
}

.subaccess_footer #social-box li a.vice,
#subaccess #social-box a.advice {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/social-vice.svg) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.vice {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-vice.png) no-repeat;
}

.subaccess_footer #social-box li a.vsco,
#subaccess #social-box a.vsco {
  background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-vsco.png) no-repeat;
}
html.no-svg .subaccess_footer #social-box li a.vsco {
	background: center/contain url(../fvonf-redesign/assets/img/social/svg/fallbacks/social-vsco.png) no-repeat;
}


#subaccess #social-box li {
	float: left;
	margin: 3px;
}


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

#main {
	clear: both;
/* 	overflow: hidden; */
	padding: 0 0 0 0;
	background-color: #ffffff;
}

body.single-post #main
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: inherit;
}

body.single-post #content
{
	width: 1024px;
	padding: 0;
	background-color: inherit;
}


#content {
	width:940px !important;
	padding:10px 10px 20px 10px !important;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p {

	margin-bottom:19px;
}

#content .textwidget p {
	margin-bottom: 0px;
}

#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 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#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;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single {
	margin: 0 0 0 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: #1A1A1A;
	font: 25px/29px Georgia, serif;
	margin-bottom: 0;
	text-align:center;
}

.page #content .entry-title{
	margin-bottom: 20px;
}

.entry-header, .entry-footer {width: 710px !important; text-align:center; position:relative; display: block !important; padding: 20px 115px 20px 115px;}
.entry-header { border-bottom:1px solid #E5E5E5; margin-bottom: 30px; padding-bottom: 15px;}
.entry-footer {border-bottom:1px solid #E5E5E5; border-top:1px solid #E5E5E5;}
.entry-header .entry-meta {font:12px/18px Helvetica, Arial, sans-serif; color:#666666; margin-bottom: 0px !important;}
.entry-header .entry-info {font:12px/18px Helvetica, Arial, sans-serif; color:#B3B3B3;}

.entry-header .entry-buttons{
	width: 710px !important; text-align:center; position:relative; display: block !important;
}

.no-top-border {border-top:none;}

/* =Front - Content - Posts
-------------------------------------------------------------- */

body.home #main
{
	background-color: #F2F2F2;

}

body.home #content
{
	padding: 10px 0px 0 0px;
	width: 960px !important;
	background:#fff;
}


div.front_column
{
	width: 500px;
	float: left;
	padding-left: 10px;
	background-color: #FFFFFF;
}

div.front_column.first
{
	margin-right: 20px;

}

body.home #content div.post,
body.page-template-page-stories-php #content div.post,
body.page-template-page-videos-php #content div.post
{
	width: 240px;
	float: left;
	margin-right: 10px;
	padding: 0px;
	height: 275px;
}

body.page-template-page-stories-php .one-column #content,
body.page-template-page-videos-php .one-column #content
{
	padding: 0;
	width: 1040px;
	overflow: hidden;
}

body.page-template-page-stories-php #content,
body.page-template-page-videos-php #content
{
	background-color: #ffffff;
}

body.page-template-page-stories-php #content div.post,
body.page-template-page-videos-php #content div.post
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#interview{
	color: #333;
	font:15px/23px Georgia, 'Times New Roman', serif;
	margin-left:-17px;
	padding: 20px 132px;
	width:700px;
	line-height: 24px;
	font:15px/23px Georgia, 'Times New Roman', serif;
/* 	border-top:1px solid #E5E5E5; */
	color: #333;
}

#interview p
{
	margin-bottom: 25px;
}

#content div.front_column h2,
#content h3.post-front-title,
h1.entry-title,
#interview h2
{
	margin: 0;
	padding: 0;

	color: #808080;
	padding-top: 3px;
	padding-bottom: 2px;
	line-height: 1em;
	/*text-shadow: 3px 3px 10px rgba(00,00,00,0.1);*/
}

#content div.front_column h2
{
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 18px;
	color:#4D4D4D;
}



#content p.entry_info
{
	margin-bottom: 15px;
}

#content p.entry_teaser

{
	margin-bottom: 0px;
}

#content p.entry_morelink
{
	margin-top: 2px;
	margin-bottom: 8px;
}


#content p.entry_morelink a
{
	text-decoration: none;
	color: #000000;
}

#content div.front_column div.post h2 a
{
	text-decoration: none;
	color: black;
	font-size: 18px;
}



h3.post-front-title a
{
	text-decoration: none;
	color: black;
}


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


div.post
{
	overflow: hidden;
	background-color: #FFFFFF;
	width: 940px;
}

div.post p
{
	font-size: 13px;
	color: #666;
	line-height: 16px;
}

#post-single-images
{
	min-height: 1px;
	width: 941px;
/* 	overflow: hidden; */
	padding: 0px 0px 0px 0px;
}

#content #post-single-text h1
{
	margin-bottom: 13px;
}


.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #78D18B;
}
.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;
	color:#666666;
	font:15px/23px Georgia, serif;
	width: 710px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}
#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;
}


/* =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;
}
img.clearImage{
	clear: both;
	float: left;
}
.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: #333333;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*
#nav-above {
	margin: 0 0 0 0;
}
#nav-above {
	padding: 15px 10px 15px 10px;
	background:
}

#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: none;
}
*/
#nav-below {
	margin: -18px 0 0 0;
}

#nextprevWrapper .prev,
#nextprevWrapper .next {
	font-size: 12px;
	position: fixed;
	top: 50%;
	left: 0;
}

#nextprevWrapper .next {
	left: auto;
	right: 0;
}
#nextprevWrapper .next a,
#nextprevWrapper .prev a{
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	overflow: hidden;
	padding-left: 44px;
	border: 1px solid #e5e5e5;
	border-left: 0px;
	position: relative;
}
#nextprevWrapper.mixtape .next a,
#nextprevWrapper.mixtape .prev a{
	height: 100px;
}
#nextprevWrapper .next a{
	background-image: url(images/post-next.png);
	background-position: center right;
	padding-right: 44px;
	padding-left: 0px;
	border-right: 0px;
	border-left: 1px solid #e5e5e5;
}

#nextprevWrapper .prev a{
	background-image: url(images/post-prev.png);
}

#nextprevWrapper.withImage .next a img{
	position: absolute;
	right: -100px;
	width: 100px;
	height: auto;

}
#nextprevWrapper.withImage .prev a img{
	position: absolute;
	left: -100px;
	width: 100px;
	height: auto;
}

#nextprevWrapper .prev a,
#nextprevWrapper .next a {
	display: block;
	line-height: 0 !important;
}


/* =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,
.commentlist li.pingback {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 0px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}
#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 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 .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;
}


/* =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 widget areas */
#footer-widget-area {
}


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

#colophon {
	overflow: hidden;
	margin: 0;
	padding: 10px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


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

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !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: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#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;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


body.postid-667 #interview h2
{
	display: none;

}

body.postid-667 #whole_interview_link
{
	/*display: none;*/

}

.language {float: right; }
.entry-footer .language ul{ margin-bottom: 0px !important; }
.language_chooser {list-style:none; font:10px Arial; text-transform:uppercase; text-decoration:none; margin:0;}
.language_chooser li {float:left; height: 18px; line-height: 18px;margin-right:12px; }
.language_chooser li a {display: block; color:#B3B3B3; background-color:#F2F2F2; text-decoration:none; }
.language_chooser li a span {padding:0px 5px 0px 5px; height: 18px; line-height: 18px;}
.language_chooser li.lang-de a:hover, .language-chooser li.lang-en a:hover, .language-chooser li.lang-fr a:hover, .language-chooser li.active a {color:#F2F2F2; background-color:#78D18B;}

.align-center {text-align:center;}
#whole_interview_link, #mc-embedded-subscribe-form .btn, .tumblr .pagination .previous, .tumblr .pagination .next, .pagination .previous a, .pagination .next a,
#respond .form-submit input {
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	font: 10px Arial, sans-serif;
	text-transform:uppercase;
	padding:4px 6px;
	color:#B3B3B3;
	background:#F2F2F2;
	text-align:center;
}
#whole_interview_link:hover, #mc-embedded-subscribe-form .btn:hover, .tumblr .pagination .previous:hover, .tumblr .pagination .next:hover, .pagination .previous a:hover, .pagination .next a:hover, #respond .form-submit input:hover {
	color:#F2F2F2;
	background-color:#78D18B;
}
#respond .form-submit input {
	float: right;
	width: 70px;
}

.buyarea{
	text-align: center;
}
.buyarea p{
	margin-bottom: 10px !important;
}
.buybutton{
	margin-bottom: 20px;
	display: inline;
	border: 0px; cursor: pointer; text-decoration: none; font: 10px Arial, sans-serif; text-transform:uppercase;
	padding:4px 6px;
	text-align:center;
	color:#F2F2F2 !important; background-color:#78D18B;
}
.buybutton:hover{
	color:#B3B3B3 !important; background:#F2F2F2;
}

/* Grid Styles */
.grid_item {width:220px; height:auto; padding-right:20px; float:left; text-decoration:none; margin-bottom:18px; position: relative;}
.grid_item a,
.menu-item .title a{
	color: #1a1a1a;
	text-decoration: none;
}
.grid_item a:hover,
.menu-item .title a:hover{
	color: #999;
}
.grid_item img:hover { opacity: 0.75; }
.right_item {padding-right:0;}
.grid_item .img_cntr, .menu-item .img_cntr {overflow:hidden; width:220px; height:148px; position:relative; display:block; margin-bottom:4px;}
.grid_item .img_cntr img {
	width: 100%;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
.grid_item .img_cntr img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#related.mixtape ul .grid_item .img_cntr { height: 220px; }
#content .header_item h1 {font:25px Georgia, serif; margin:0 0 15px; text-transform:capitalize;}
.header_item p {font:12px/15px Helvetica, Arial, sans-serif; color:#B3B3B3;}
#content .grid_item .locale {font:11px/22px Helvetica, Arial, sans-serif; color:#333; margin:0;}
#content .grid_item .title, #content .menu-item .title {font:18px/22px Georgia, serif; color:#1A1A1A; margin:0;}
#content .grid_item .subhead, #content .menu-item .subhead {font:12px/15px Helvetica, Arial, sans-serif; color:#666666; margin: 5px 0px 3px 0px;}
#content .grid_item .date {font:11px/20px Helvetica, Arial, sans-serif; color:#B3B3B3; margin:0;}
.grid_item .img_cntr .has_video {background:#78D18B; font:11px/18px Helvetica, Arial, sans-serif; color:#fff; padding:4px 5px 3px; top:0; left:0; position:absolute;}


/* --- NETWORK --- */

#home_network { width:940px; margin-top: 6px; border-top:1px solid #E5E5E5; }
#home_network ul{
	float: left;
	margin-bottom: 0px;
}
#home_network li {
	display: block;
	float: left;
	height: auto;
	margin-right: 20px;
	width: 220px;
}
#home_network li:last-child {
	margin: 0 !important;
}

#home_network li span.img_cntr,
#home_network li .img_cntr a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	width: 220px;
	height: 146px;
}
#home_network li .title{
	margin-top: 8px !important;
}
#home_network li .title a {
	text-decoration: none;
}

.menu-book span.img_cntr { background-image: url('images/network-book.jpg'); }
.menu-ipad span.img_cntr { background-image: url('images/network-ipad.jpg'); }
.menu-pinterest span.img_cntr { background-image: url('images/network-pinterest.jpg'); }
.menu-productions span.img_cntr { background-image: url('images/network-productions.jpg'); }

.menu-item .img_cntr:hover{
	opacity: 0.75;
}

.menu-book span.img_cntr a { background-image: url('images/network-book-icon.png'); }
.menu-ipad span.img_cntr a { background-image: url('images/network-ipad-icon.png'); }
.menu-pinterest span.img_cntr a { background-image: url('images/network-pinterest-icon.png'); }
.menu-productions span.img_cntr a { background-image: url('images/network-productions-icon.png'); }

.grid_row {float:left;}


/* --- MIXTAPES --- */

.category-792 .grid_item .img_cntr {
	height: auto;
}


/* --- NEWSLETTER --- */

ul.newslettersignup { line-height: 40px; }
ul.newslettersignup li { float: left; }
ul.newslettersignup h2 { color: #999; font: 12px/40px Georgia, serif; font-weight: bold; }
ul.newslettersignup p { color: #999; font: 12px/40px Georgia, serif; margin: 0 0 0 10px; }
ul.newslettersignup #mc-embedded-subscribe-form .btn,
#respond .form-submit input {
background: #e5e5e5;
margin-left: 5px;
line-height: 17px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul.newslettersignup #mc-embedded-subscribe-form .btn:hover { background: #78D18B; }


/* --- SHARE --- */

.sharing {
	width: auto !important;
	margin: 0 auto;
	padding: 0;
	float: none;
	position: relative;
	display: inline-block;
}
.sharing_border {border-top:1px solid #E5E5E5; margin-top:20px;}
.sharing_border .sharing {padding:15px 341px 15px 342px;}
.sharing div {float:left; font:11px/18px Arial; text-transform:uppercase; color:#B3B3B3; padding:0; margin-right:18px; cursor: pointer;}
.sharing div a:hover, .facebook:hover a, .googleplus:hover a, .topButton a:hover{ color:#F2F2F2; background-color:#78D18B; }
.sharing div span:not(:last-child), .sharing div a span { display: none !important; }
.sharing div span:last-child { display: inline-block; background: #B3B3B3; color: white; padding: .18em .5em;}
.sharing .shareWrap:last-child { margin-right: 0px !important; }
.sharing div img {float:left;}
.sharing i {background: #F2F2F2; padding: .5em; font-size: .7rem; width: 15px; text-align: center; display: inline-block; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; -ms-transition: 0.2s; transition: 0.2s;}
.sharing i:hover { background: #B3B3B3; color: #F2F2F2; }
.sharing div.last-one {margin-right:0; margin-left: 18px; /* 18px */}

.facebook iframe, .pinterest iframe {
z-index: 1;
display: block;
width: 18px !important;
opacity: 0;
height: 18px;
}
.sharing .shareWrap{
	position: relative;
	*zoom: 1;
}
.sharing:before, .sharing:after { content: ""; display: table; }
.sharing:after { clear: both; }

.topButton a{
	line-height:18px; color:#B3B3B3; padding: 0px 4px 0px 4px; text-align:center; background-color:#F2F2F2;
	position: absolute;
	font:10px/18px Arial; text-transform:uppercase;
	text-decoration: none;
	left: 455px;
	top: 20px;
	}
.clear{
	border-bottom:1px solid #E5E5E5;
	clear: both;
	float: none !important;
	font-size: 0px !important;
	height: 0px !important;
	margin: 0px 0px 20px 0px !important;
	padding: 0px !important;
	width: 100% !important;
}
.clear:last-child{
	border-bottom: 0px;
	margin-bottom: 0px;
}

#comments {padding:20px 132px; border-top:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5;}
#respond {border-top:none;}
#respond label, #respond .required, h3#reply-title, #respond .form-allowed-tags, .reply  {display:none;}
#respond input {
	color: #666;
	float: left;
	font: 12px/18px Georgia, serif;
	padding: 7px;
}
#respond #author {margin-right:20px;}
#respond #comment {
	color: #666;
	font: 18px/24px Georgia, serif;
	margin: 20px 0 0 0;
	padding: 7px;
	height: 200px;
	width: 100% !important;
}

#content .comments-title {color:#1A1A1A; font:18px/22px Georgia, serif; margin: 20px 0 10px 0px;}
.commentlist li.comment,.commentlist li.pingback {border-bottom:1px solid #E5E5E5; padding:15px 0; font:13px/18px Georgia, 'Times New Roman', sans-serif; color:#666666;}
#content .comment p, #content .pingback p {margin:6px 0 0;}

a.showAll{
	font:11px/15px Helvetica, Arial, sans-serif;
	color:#1a1a1a;
	position: absolute;
	right: 0px;
	bottom: 5px;
	text-decoration: none;
}
a.showAll:hover{
	color: #999;
}
#home_grid_cycle{
	width: 100%;
	display: block;
}

#home_grid_cycle ul{
	margin-bottom: 0px;
}

.category-news #post-single-text{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.category-news .post:last-child #post-single-text{
	border-bottom: 0px;
}

.newsletter{
	background-color: rgba(255,255,255,0.75);
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 19999;
}
.newsletter form{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	position: absolute;
	height: 160px;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	padding-top: 40px;
	top: 50%;
	width: 400px;
}
.newsletter .close a{
	background-color:#78D18B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#F2F2F2;
	padding: 5px 10px 5px 10px;
	position: absolute;
	right: -10px;
	text-decoration: none;
	top: -10px;
}
.newsletter .headline{
	font:18px/22px Georgia, serif; color:#1A1A1A; margin:0;
	display: block;
	margin-bottom: 20px;
}
.newsletter input{
	margin-bottom: 20px;
}
.entry-content .newslettergrid{
	border-top: 1px solid #E5E5E5;
	padding-top: 20px;
	margin-top: 10px;
	width: 100%;
}
.entry-content .newslettergrid .bookcover{
	display: block;
	float: left;
	width: 50%;
	padding-top: 2em;
}
.entry-content .newslettergrid .bookcover img{
	width: 100%;
}
.entry-content .newslettergrid .intro{
	border-bottom: 1px solid #E5E5E5;
}
.entry-content .newslettergrid .registerform{
	display: block;
	width: 100%;

}
.entry-content .newslettergrid .registerform .additionalinfo{
	margin-top: 1em;
	padding-top: 1em;
	width: 45%;
	float: right;
}
.entry-content .newslettergrid .registerform ul{
	margin-bottom: 0px !important;
}
.entry-content .newslettergrid .registerform ul li span{
	display: block;
	float: left;
	width: 100px;
}
.newslettergrid form input.email{
	font-size: 12px !important;
	line-height: 16px !important;
	text-transform: none !important;
	margin-bottom: 5px !important;
	width: 214px;
}

#image-sliderWrapper {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
}
#image-sliderWrapper h3 {
    text-align: center;
}
.slider{
	height: 530px;
	overflow: hidden;
	width: 710px;
}
.slider li{
	display: none;
	height: 530px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 710px;
}
.slider li.current{
	display: block;
}
.slider li img{
	max-height: 530px;
	width: auto;
	margin: 0px auto 0px auto;
}
#image-slider2{
	height: 473px;
}
#image-slider2 li img{
	max-height: auto;
	max-width: 710px;
}
.items{
	margin-bottom: 0px !important;
}
.items li{
	float: left;
	width: 70px;
	height: 52px;
	margin: 1px 1px 0px 0px;
	overflow: hidden;
}
#items2 li{
	height: 47px;
}

.items li.current,
.items li:hover{
	opacity: 0.75;
}
.items li img{
	width: 70px;
	height: auto;
}
.nextBtnImage,
.prevBtnImage{
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 530px;
	min-width: 44px;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	width: 110px;
}
.nextBtnImage{
	background-image: url(images/cycle-right-arrow.png);
	right: -110px;
}
.prevBtnImage{
	background-image: url(images/cycle-left-arrow.png);
	left: -110px;
}

.tumblr p.entry-info{
	margin-bottom: 0px !important;
}
.tumblr .entry-content, .tumblr .entry-summary{
	padding-bottom: 0px !important;
	margin-bottom: 15px;
}
.tumblr .entry-content .post-content-text{
	padding-top: 2em;
}
.pagination{
	padding: 20px 115px 0px 115px !important;
	position: relative;
	width: 710px;
}
.journal .pagination{
	padding-top: 0px !important;
}
.pagination span{
	display: block;
	position: absolute;
	text-align:center;
	left: 50%;
	margin-left: -50px;
	padding:4px 0px;
	text-decoration: none; font: 10px Arial, sans-serif;
	width: 100px;
}
.pagination .previous{
	float: left;
}
.pagination .next{
	float: right;
}
.tumblr #post-notes{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 0px !important;
	padding-left: 115px;
	padding-right: 115px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tumblr #post-notes .clear{
	border: 0px !important;
	margin-bottom: 0px !important;
}
.tumblr .nav_header_left .logosmall{
	display: block;
	position: relative;
	text-decoration: none;
}
.tumblr .nav_header_left .logosmall span{
	font-weight: bold;
	left: 0px;
	position: absolute;
	text-decoration: none;
	top: 25px;
	-webkit-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
}

/* Related Posts
-------------------------------------------------------------- */
#related {
	padding-top: 25px;
}
#related h2{
	margin-bottom: 15px !important;
}
#related ul,
#related ul li{
	margin-bottom: 0px !important;
}

/* iPad How-To
-------------------------------------------------------------- */
.ipad-intro {
	display: block;
	text-align: center;
}

.ipad-intro h1 {
	font-size: 24px;
	margin-bottom: 25px !important;
}

.ipad-intro img {
	height: auto;
	max-width: 100%;
	margin-top: 10px;
}

.ipad-register {
	text-align: center;
	width: 100%;
}

.ipad-register h3 {
	color: #666 !important;
	font: 14px Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 3px !important;
}

.ipad-register em {
	background-color: #f5f5f5;
	padding: 5px 89px 5px 87px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ipad-register input {
	margin: 0;
}

.ipad-register input,
.ipad-register textarea {
	background-color: #78D18B;
	border: #78D18B;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 18px !important;
	text-align: center;
	padding: 15px;
	width: 282px;
}

.ipad-register input:focus {
	background-color: #f5f5f5;
	color: #78D18B !important;
}

.ipad-register .btn {
	color: #999 !important;
	font-size: 14px !important;
	width: 70px;
}

.ipad-register .btn:hover {
	color: #fff !important;
}

.ipad-border {
	border-bottom: 1px solid #e5e5e5;
	margin-left: -115px !important;
	width: 940px;
}

.ipad-howto {
	margin-top: 50px;
}

.ipad-howto h1 {
	font-size: 36px;
	text-align: center;
}

.ipad-howto h2 {
	font: 20px/18px Georgia, serif;
	text-align: center;
}

.ipad-howto h3 {
	font: 16px/22px Georgia, serif;
	text-align: center;
}

.ipad-howto ol {
	margin-top: 50px;
}

.ipad-howto li {
	width: 100%;
	padding: 25px 0 28px 0;
	border-bottom: 1px solid #e5e5e5;
}

.ipad-howto li:last-child {
	border: 0px;
	padding-bottom: 0px;
}

.ipad-howto li.high {
	height: 270px;
	padding-bottom: 38px;

}

.ipad-howto li em {
	display: block;
	float: left;
	width: 10%;
	height: 30px;
}

.ipad-howto li.high em {
	height: 320px;
}

.ipad-howto li em span {
	background-color: #78D18B;
	color: #fff;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal !important;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
}

.ipad-howto li.high em span {
	margin-top: 120px;
}

.ipad-howto li p {
	display: block;
	font-size: 18px;
	line-height: 22px;
	float: left;
	text-align: left;
	width: 45%;
	padding-right: 5%;
	vertical-align: middle;
	padding-top: 5px;
	margin-bottom: 0px !important;
}

.ipad-howto li p em,
.ipad-howto li.high p em {
	display: inline;
	float: none;
	height: auto;
	width: auto;
}

.ipad-howto li.high p {
	padding-top: 125px;

}

.ipad-howto .images {
	display: block;
	float: right;
	width: 40%;
}

.ipad-howto img {
	width: 100%;
	height: auto;
}

.googleAds{
	border-top: 1px solid #E5E5E5;
	padding: 0px 108px 0px 107px;
}
.tumblr .googleAds{
	border-top: 0px;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0px;
}
/*
.googleAds.newsAds{
	border-bottom: 0px;
	border-top: 0px;
	margin-top: -20px;
}
*/
.googleAds.journalAd{
	border-bottom: 1px solid #E5E5E5;
	border-top: 0px;
}
.tumblr .googleAds.newsAds{
	margin-top: 0px;
	padding: 10px 106px;
}
.googleAds.viceAdBig{
	display: block;
	padding: 20px 0px 0px 0px;
	margin-left: -14px;
	width: 970px;
}
.googleAds.viceAdBig{

}
.googleAds.interview-ad{
/* 	padding: 20px 108px 20px 107px; */
	border-bottom: 1px solid #E5E5E5;
}
.googleAds.mixtape-ad{
	padding: 0px 0px 20px 0px;
	border-top: 0px;
	border-bottom: 1px solid #E5E5E5;
}
.googleAds.size-728 object,
.googleAds.size-728 img{
	width: 728px;
	display: block;
	margin: 0px auto 0px auto;
}
.googleAds iframe{
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}

.postid-33464 #post-images img{
  width: 100%;
  height: auto;
}

.postid-4495 #post-images{
	display: none;
}

@media only screen and (max-width: 1023px) {
#searchform {
	display: none;
}
}

/* PINTEREST FIX */
iframe[class*='PIN_'], iframe[class^='PIN_'] { display: none !important; }