/* 
Theme Name: JuanCole 2013
Theme URI: http://foliovision.com/
Description: A grid-based, black and white WordPress theme
Version: 0.1
Author: Foliovision 
Author URI: http://foliovision.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post

License: GNU General Public License (GPL) version 3

*/

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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
	height: auto;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], 
label[for], 
select, 
input[type=checkbox], 
input[type=radio] {
	cursor: pointer;
}

button, 
input[type=button], 
input[type=image], 
input[type=reset], 
input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}
form {
	margin-bottom: 24px;	
}
button,
input[type="button"],
input[type="submit"] {
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #646464;
	box-shadow: none;
	-webkit-appearance: none;
	min-height: 36px;
	font-size: 15px;
	padding: 0 6px;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #dedede;
    border-radius: 3px;
	box-shadow: none;
	-webkit-appearance: none;
	background-color: #fff;
	margin: 0 0 4px;
	padding: 4px;
	font-size: 16px;
}
.form-row {
	margin: 0 0 4px;
	clear: both;
}
.form-row .short-field:last-child {
	margin-right: 0;	
}
.short-field {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
.form-row label {
	display: block;	
	font-weight: 700;
}
.form-row input[type="text"], .form-row input[type="email"] {
	width: 96%;
}

#fv_form input[type="submit"] {
	background-color: #203261;
	color: #fff;
	border: none;
	font-weight: 700;
}
#fv_form input[type="submit"]:hover {
	background-color: #f2f2f2;
	color: #203261;
}
#fv_form_newsletter input[type="submit"] {
   background-color: #203261;
   color: #fff;
   border: none;
   font-weight: 700;
}
#fv_form_newsletter input[type="submit"]:hover {
   background-color: #f2f2f2;
   color: #203261;
}
.entry-content .gray-box {
	background-color: #F7F7F7;
	border: 1px solid #efefef;
	margin: 0 0 24px;
	padding: 10px;
	border-radius: 4px;
	max-width: 485px;
}
.hide {
	position: absolute !important;
	left: -9999em !important;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

/* Images in h5 */

a img {
	border: none;
}
h5 {
	margin: 10px;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
}
h5 img {
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}
h5.right {
	margin: 2px 0 2px 10px;
	text-align: center;
	font-weight: normal;
}
h5.left {
	margin: 2px 10px 2px 0;
	text-align: center;
	font-weight: normal;
}
h5.center {
	text-align: center;
	font-weight: normal;
}
h5.center img {
	margin: 0 auto;
}
h5 a {
	text-decoration: none !important;
	color: #696969;
}
h5 a:link {
	text-decoration: none !important;
	color: #696969;
}
h5 a.hide-link:hover, h5 a.hide-link:focus, h5 a.hide-link:active, h5 a.hide-link:visited {
	text-decoration: none !important;
	color: #696969;
}
a.photo-credits:link, a.photo-credits:hover, a.photo-credits:focus, h5 a.photo-credits:active, a.photo-credits:visited {
	text-decoration: none !important;
	color: #696969;
}
h5.noborder img {
	border: none;
}
img.noborder {
	border: none;
}
.noborder {
	border: none;
}
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.small {font-size: 85%;}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: 900;
}
i {
	font-style:italic;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
th, td {
	vertical-align: top;
}
th {
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
thead th {
	color: #919191;
}
tr {
	margin: 10px 0;
}
th, td {
	padding: 10px 20px 10px 0;
}
address, cite, dfn {
	font-style: normal;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.5em;
}
textarea {
	 overflow: auto;
}
#print-logo {
	display: none;
	visibility: hidden;
}
cite {
	color: #919191;
	margin-top: 10px;
	padding: 0 5px;
}
blockquote cite {
	display: block;
	padding: 0;
}
dt {
	font-weight: 900;
	margin-top: 15px;
}
code, kbd, pre, tt {
	font-family: monospace;
}
kbd, tt, var {
	font-weight: 600;
}
ins {
	text-decoration: none;
	background: rgb(223, 227, 235);
}

/* Clearing floats */

.clear:before,
.clear:after,
.entry-header:before,
.entry-header:after,
.form-row:before,
.form-row:after {
	content: "";
	display: table;
}
.clear:after,
.entry-header:after,
.form-row:after {
	clear: both;
}
div.clear { 
	clear: both; 
}

/* Fonts
------------------------------------------------------------------------------*/ 

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


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: #242424;
	background: #fff;
	min-width: 1204px;
	-ms-text-size-adjust: none; /* Fix for Text only zooming */
	-moz-text-size-adjust: none;
	font-size-adjust: none;
}
input, textarea, select {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	border-radius: 0;
}
a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #1f3163;
}
a:hover {
	text-decoration: underline;
}

/* Aligns
------------------------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignnone {
	float: none;
}
.aligncenter {
	margin: 0 auto;
}

/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1204px;
	max-width: 1204px;
	margin: 0 auto;
}
.page-special .entry-header {
	padding-top: 30px;	
}

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

#header {
	height: 98px;
	border-bottom: 1px solid #f8f8f8;
	box-shadow: 0 1px 3px #f8f8f8;
}
#header .right {
	padding: 38px 0 0;
	min-width: 390px;
}
#header .left {
	float: none;
}
#header .right .login {
	float: right;
	position: relative;
}
#header .right .login a {
	float: left;
	width: 23px;
	margin-left: 13px;
	text-decoration: none;
	height: 26px;
	position: relative;
	background: url(images/ico_dog.png) no-repeat 50% 50%;
}
#header .right .login a:hover .tooltip {
	display: block;
}
#header .right .login .tooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	margin: 1px 0 0 -6px;
	height: 0;
	border-style: solid;
	border-width: 5px 5.5px 0 5.5px;
	border-color: #e9e9e9 transparent transparent transparent;
}
#header .right .login .tooltip {
	width: 136px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 30ox;
	text-align: center;
	height: 22px;
	top: -27px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	display: none;
}
#header .right .login #loginform {
	position: absolute;
	right: 0;
	top: 30px;
	color: #8a8a8a;
	font-size: 12px;
	width: 200px;
	height: auto;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	display: none;
	z-index: 999;
	padding: 5px;
}
#header .right .login #loginform label {
	float: left;
}
#header .right .login #loginform p {
	margin-bottom: 10px;
}
#header .right .login #loginform input[type=text], #header .right .login #loginform input[type=password] {
	width: 97%;
	border: 1px solid #e9e9e9;
	padding: 0 2px !important;
	line-height: 26px;
	display: block !important;
}
#header .right .login #loginform input[type=checkbox] {
	margin: 4px 5px 0 0;
}
#header .right .login #loginform input[type=submit] {
	background: none;
	height: 20px;
	width: auto;
}
#header .right form input[type=submit],
#juan-search-form input[type=submit] {
	float: right;
	width: 26px;
	height: 27px;
	min-height: 26px;
	font-size: 0px;
	background: url(images/ico_search.png) no-repeat 50% 50%;
	border: 0;
	color: transparent;
}
#header .right form,
#juan-search-form {
	position: absolute;
	right: 31px;
	top: 33px;
	width: ;
	height: 27px;
	background-color: #fff;
	padding: 5px 0 5px 5px;
	z-index: 9999;
}
#juan-search-form input[type=text] {
	transition: width 0.3s ease-in-out;
	width: 1px;
	height: 21px;
	line-height: 21px;	
	background: url(images/ico_search.png) no-repeat 96% center;
	padding: 3px 30px 3px 3px;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	border: none;
	width: 100px;
	border: 1px solid #e7e7e7;
}
#juan-search-form .search-submit {
    display: none;
}
.page-content #juan-search-form {
	width: 200px;
	margin: 2em 0;
}
#header .search-form-container input[type="submit"] {
	margin-top: -1px;
}
#header .right form.search-form-small {
	position: absolute;
	top: 15px;
	right: 50px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	z-index: 99;
}
#header .right form.search-form-small input[type=text] {
	display: block;
}
#header .right form.search-form-small input[type=submit] {
	float: left;
}
#header-banner-wrapper {
	height: 187px;
	font-size: 14px;
	position: relative;
	letter-spacing: 0px;
	background: url(images/juan-desktop.png) no-repeat #f5d428;
	background-position: 87% 0; 
	overflow: hidden;
	-webkit-box-shadow: 0px -5px 10px -7px #000000 inset;
	-moz-box-shadow: 0px -5px 10px -7px #000000 inset;
	box-shadow: 0px -5px 10px -7px #000000 inset;
}
#header-banner-wrapper .banner-info-wrapper {
	width: 1204px;
	margin: 0px auto;
}
#header-banner-wrapper .left-column {
	width: 37%;
	float: left;
	padding: 20px 30px 0 0;
}
#header-banner-wrapper .right-column {
	width: 40%;
	float: left;
	padding-top: 20px;
}
#header-banner-wrapper .button-wrapper {
	padding: 8px 0;
}
#header-banner-wrapper a.button-link {
	color: #FFF;
}
#header-banner-wrapper a.button-link:hover {
	text-decoration: none;
}
#header-banner-wrapper a.button-link span {
	background: url(images/button.png) repeat-x;
	line-height: 38px;
	padding: 0 12px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#header-banner-wrapper a.button-link span:hover {
	background: url(images/button_hover.png) repeat-x;
}
#header-banner-wrapper .juan-banner {
	position: absolute;
	right: 0;
}
#header-banner-wrapper .info-wrapper {
	font-weight: 600;
}
#header-banner-wrapper .info-wrapper .target ,
#header-banner-wrapper .info-wrapper .donated ,
#header-banner-wrapper .info-wrapper .remaining {
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
}
#header-banner-wrapper .info-wrapper .target {
	color: #003277;
}
#header-banner-wrapper .info-wrapper .remaining {
	color: #FFF;
}
#logo {
	width: 388px;
	height: 51px;
	margin: 24px 0 0 0;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999em;
	background: url("images/logo.png") no-repeat;
}
#fv-sharing-buttons {
	float: left;
}
#footer #fv-sharing-buttons {
	float: right;
}
.fv-sharing-buttons ul.social {
	overflow: hidden;
}
#fv-sharing-buttons #google-profile, 
#fv-sharing-buttons #youtube-profile, 
#fv-sharing-buttons #fb-profile, 
#fv-sharing-buttons #twitter-profile, 
#fv-sharing-buttons #linkedin-profile, 
#fv-sharing-buttons #feed-rss, 
#fv-sharing-buttons #feedburner {
	padding-right: 4px;
	float: left;
	display: block;
  	width: 29px;
}
#fv-sharing-buttons #google-profile span, 
#fv-sharing-buttons #youtube-profile span, 
#fv-sharing-buttons #fb-profile span, 
#fv-sharing-buttons #twitter-profile span, 
#fv-sharing-buttons #linkedin-profile span{
	display: block;
	font-size: 11px;
	text-align: center;
	color: #919191;
}
#fv-sharing-buttons #google-profile a, 
#fv-sharing-buttons #youtube-profile a, 
#fv-sharing-buttons #fb-profile a, 
#fv-sharing-buttons #twitter-profile a, 
#fv-sharing-buttons #linkedin-profile a, 
#fv-sharing-buttons #feed-rss a,
#fv-sharing-buttons #feedburner a  {
	background: url("images/ico_f_social2.png") no-repeat 0 0;
	float: left;
	width: 29px;
	height: 29px;
}
#fv-sharing-buttons #google-profile a {
	background-position: -34px 0;
}
#fv-sharing-buttons #twitter-profile a {
	background-position: -68px 0;
}
#fv-sharing-buttons #linkedin-profile a {
	background-position: -102px 0;
}
#fv-sharing-buttons #feed-rss a  {
	background-position: -136px 0;
}
#fv-sharing-buttons #feedburner a {
	background-position: -169px 0;
}
#fv-sharing-buttons .fv-sharing-buttons .social li a.ico-mail {
	background-position: -169px 0;
}
.sharing_invisible{
	left: -10000px !important;
}
.sharing_display_none{
	display: none !important;
}
.fb_iframe_widget iframe{
	position: relative !important;
}
.social-wrapper {
	float: left;
}
.social-wrapper ul.social {
	overflow: hidden;
}
.social-wrapper .social li {
	padding-right: 4px;
	float: left;
	display: block;
  	width: 29px;
}
.social-wrapper .social li .number {
	display: block;
	font-size: 11px;
	text-align: center;
	color: #919191;
}
.social-wrapper .social li a.ico-gp {
	background-position: -34px 0;
}
.social-wrapper .social li a.ico-tw {
	background-position: -68px 0;
}
.social-wrapper .social li a.ico-in {
	background-position: -102px 0;
}
.social-wrapper .social li a.ico-rss {
	background-position: -136px 0;
}
.social-wrapper .social li a.ico-mail {
	background-position: -169px 0;
}
.social-wrapper .social li a {
	background: url("images/ico_f_social2.png") no-repeat 0 0;
	float: left;
	width: 29px;
	height: 29px;
}


/* Navigation
------------------------------------------------------------------------------*/

#menu {
	float: left;
	padding: 41px 0 0 60px;
	color: #919191;
	font-size: 16px;
	text-transform: uppercase;
}
#menu li {
	float: left;
	margin-right: 47px;
	height: 57px;
	position: relative;
}
#menu a {
	color: #919191;
	text-decoration: none;
	float: left;
}
#menu  ul  li:hover  li a {
	margin: 0;
	font-weight: normal;
}
#menu  ul  li:hover  a {
	margin: 0 -1px;
	font-weight: 600;
}
#menu ul ul:after {
	content: "";
	position: absolute;
	left: 50%;
	background: url(images/bg_drop_top.png) no-repeat;
	top: -12px;
	margin-left: -12px;
	height: 17px;
	width: 24px;
}
#menu ul ul li {
	float: none;
	margin: 0;
	height: auto;
}
#menu ul ul li a:hover {
	background-color: #f6f6f6;
	box-shadow: 0 0 6px rgba(0,0,0,.08);
}
#menu ul ul li a {
	color: #919191;
	padding: 10px 7px 9px;
	text-transform: none;
	font-weight: 400;
	float: none;
	display: block;
	text-align: center;
}
#menu ul ul {
	position: absolute;
	margin-left: -110px;
	top: 100%;
	left: 50%;
	z-index: 999;
	color: #919191;
	font-size: 16px;
	padding: 12px 0;
	display: none;
	width: 220px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	display: none;
}
#menu ul li#menu-item-42873 ul {
	width: 100px;
	margin-left: -50px;
}
#menu li:hover ul{
	display: block;
}


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

#body {
	/*overflow: hidden;*/
	padding: 0 0 15px;
	margin-top: 10px;
}

#content {
	float: left;
	padding-top: 30px;
	width: 771px;
}

#content .meta a {
	color: #919191;
}

#content .meta .res {
	padding-right: 30px;
	background: url("images/ico_respon.png") no-repeat 100% 50%;
}

#content .meta span {
	padding: 0 5px;
}
#content .meta {
	color: #919191;
	font-size: 14px;
	height: 50px;
	padding-top: 8px;
}
#content .meta .icons-meta span {
	padding: 0;
	font-weight: normal;
}
/*
#content .meta .icons-meta .social li span span {
	position: absolute;
}*/

.author-meta,
.icons-meta,
.edit-link {
	float: left;
}

.author-meta,
#content .meta span.edit-link {
	padding-top: 3px;
}

.icons-meta p a {
	color: #919191;
}
.icons-meta p {
	padding: 9px 0;
	color: #919191;
	font-size: 13px;
}
#content .meta span.lion {
	padding: 5px 15px 5px 10px;
	background: url("images/ico_respon.png") 0 50% no-repeat;
}
.icons-meta .social,
.icons-tiny .social {
	display: inline-table;
	float: left;
}
.icons-meta .social span,
.icons-tiny .social span {
	font-size: 0.9em;
}
.icons-meta .social li,
.icons-tiny .social li {
	float: left;
	text-align: center;
}
.icons-meta .social li .fvreddit,
.icons-meta .social li .fvretweet,
.icons-meta .social li .fvfacebook_share,
.icons-meta .social li .fvgoogleplusone,
.icons-meta .fvemail,
.icons-meta .printer,
.icons-meta .meta-comments {
	content: "";
	float: left;
	margin: 0 5px 0 0;
	width: 27px;
	height: 28px;	
}
.fvfb_print {
	content: "";
	font-size: 0;
	float: left;
	background: url("images/icons_sprite_new.png") no-repeat;
	background-position: -5px 0;
	margin: 5px 0;
	width: 13px;
	height: 19px;
}

.fvfb_print a {
	display: block;
}

.printer-outside {
	content: "";
	float: left;
	margin: 0 5px 0 0;
	width: 27px;
	height: 28px;
}
.pretty-social-profiles {
	float: left;
	display: inline-block;
}
.icons-meta .printer,
.icons-meta .meta-comments,
.printer-outside {
	background: url("images/icons_sprite_new.png") no-repeat;
	display: inline-block;
}
.fv_sharing_round {
	float: left;	
}
.meta [class^="fv_sharing"] {
	margin-bottom: 0;	
}
.posts-home span.fvreddit.no-shares,
.posts-home .fvemail {
	display: none;
}
/*
.icons-meta .fvreddit a.reddit,
.icons-meta .fvretweet a.image, 
.icons-meta .fvfacebook_share a,
.icons-meta .fvgoogleplusone a.image {
	height: 28px;
	background: url("images/icons_sprite_new.png") no-repeat;
}

.icons-tiny .meta-comments,
.icons-tiny .fvretweet a.image,
.icons-tiny .fvfacebook_share a,
.icons-tiny .fvgoogleplusone a.image {
	height: 23px;
	background: url("images/icons_sprite_new.png") no-repeat;	
}
*/
.icons-meta .meta-comments-number {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 10px;
}
.icons-tiny .meta-comments-number {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
}
.icons-meta .social li .fvreddit a.reddit {
	margin: 0;
}
.icons-meta .social li .fvreddit a {
	background-position: -2px -79px;
}
.icons-meta .social li .fvretweet a {
	background-position: -2px -106px;
}
.icons-meta .social li .fvfacebook_share a {
	background-position: -2px -134px;
	position: relative;
}
.icons-meta .social li .fvgoogleplusone a {
	background-position: -2px -163px;
}
.icons-tiny .social li .fvretweet a {
	background-position: 0px -231px;
}
.icons-tiny .social li .fvfacebook_share a {
	background-position: 0px -253px;
	position: relative;
}
.icons-tiny .social li .fvgoogleplusone a {
	background-position: 0px -277px;
}
.icons-meta .fvemail {
	background-position: -2px -51px;
}
.icons-meta .fvemail a span{
	display: none;
}
.icons-meta .printer, .printer-outside {
	background-position: -5px 0px;
	width: 20px;
	height: 19px;
	margin: 5px 5px 5px 0;
}
.icons-meta .meta-comments {
	background-position: -1px -20px;
	width: auto;
}
.icons-tiny .meta-comments {
	background-position: 0 -207px;
	width: auto;
	float: left;
	font-weight: normal;
}

.icons-meta .social li span a span {
	display: none;
}

.icons-meta .social li a.ico-red:before {
	width: 31px;
}

.icons-meta .social li a.ico-tw:before {
	background-position: -31px 0;
}

.icons-meta .social li a.ico-fb:before {
	background-position: -63px 0;
}

.icons-meta .social li a.ico-gp:before {
	background-position: -95px 0;
}

.icons-meta .social .rdnumber,
.icons-meta .social .twnumber,
.icons-meta .social .fvshnm,
.icons-meta .social .fvgoogleplusone-number,
.icons-tiny .social .twnumber,
.icons-tiny .social .fvshnm,
.icons-tiny .social .fvgoogleplusone-number {
	position: static;
}

.icons-tiny .meta-comments,
.icons-tiny .fvfacebook_share,
.icons-tiny .fvretweet,
.icons-tiny .fvgoogleplusone {
	font-weight: normal;
	margin-right: 8px;	
}

.icons-meta a,
.icons-tiny a {
	float: left;
	font-size: 14px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	height: 30px;
	width: 31px;
	padding: 0;
}

.icons-tiny a,
.icons-tiny .fvretweet a.image,
.icons-tiny .fvgoogleplusone a.image {
	height: 23px;
	width: 24px;
	font-weight: normal;
	margin: 0;
}
.icons-tiny .meta-comments .meta-comments-number,
.icons-tiny .fvretweet .twnumber,
.icons-tiny .fvfacebook_share .fvshnm,
.icons-tiny .fvgoogleplusone .fvgoogleplusone-number {
	line-height: 24px;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}
.icons-tiny {
	margin-top: 7px;
}
#content h1,
.page-special .entry-title {
	color: #232323;
	font-size: 34px;
	letter-spacing: 1px;
	padding-right: 30px;
	line-height: 42px;
	font-weight: 600;
}
.entry-content > ul, .entry-content > ol {
	padding-bottom: 21px;
}
.entry-content li {
	max-width: 505px;
}
.entry-content p .num {
	font-size: 19px;
	font-weight: 600;
}
.entry-content p {
	padding-bottom: 21px;
	max-width: 505px;
}
.entry-content p.list {
	max-width: 505px;
}
.entry-content iframe, .entry-content embed{
	max-width: 100%;
}
.entry-content blockquote p, 
.entry-content blockquote.full p {
	margin: -7px 0 0;
}
.entry-content blockquote, 
.entry-content blockquote.full,
.comments-area blockquote {
	max-width: 415px;
	padding-left: 5em;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	min-height: 85px;
}
.comments-area blockquote {
	min-height: 5px;
}
.entry-content blockquote:before, 
.entry-content blockquote.full:before,
.comments-area blockquote:before {
	width: 0.5em;
	height: 74px;
	top: 45px;
	content: "\201C";
	font-size: 10em;
	font-family: times, sans-serif;
	color: #EBEBEB;
	float: left;
  	left: 0;
  	position: absolute;
}
.comments-area blockquote:before {
	line-height: 50px;
}
.entry-content .caption p {
	text-align: center;
	color: #232323;
	padding-bottom: 8px;
	font-size: 13px;
}
.entry-content .caption img {
	display: block;
	margin: 0 0 8px;
}
.entry-content .full-image {
	display: block;
	margin: -14px 0 21px;
}
.entry-content .right {
	float: right;
	margin: 3px 8px 20px 30px;
	padding: 6px 0 0 27px;
}
.entry-content blockquote.right:before {
	width: 16px;
	height: 13px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(images/ico_quote_s.png) no-repeat 100% 50%;
}
.entry-content img, .entry-content div {
	max-width: 505px;
	display: block;
}
#content .entry-content h1 {
	font-size: 1.6em;
	margin: 1em 0;
}
#content .entry-content h2 {
	font-size: 1.4em;
	margin: 1em 0;
	font-weight: 600;
}
#content .entry-content h3 {
	font-size: 1.25em;
	margin: 1em 0;
	font-weight: normal;
}
#content .entry-content h4 {
	font-size: 1.2em;
	margin: 1em 0;
	font-weight: normal;
}
#content .entry-content h5 {
	font-size: 1.1em;
	margin: 1em;
	font-weight: 900;
}
#content .entry-content h6 {
	font-size: 1.1em;
	margin: 1em 0;
	font-weight: 600;
}
.entry-content .wp-caption .wp-caption-text {
	text-align: center;
}
.entry-content ul, .entry-content ol{
	padding-left: 20px;
}
.entry-content ol ul{
	padding-left: 35px;
}
.entry-content ul {
    list-style: url("images/bullet.png");
}
.entry-content ul ul ul{
    list-style: url("images/bullet_small.png");
}
.entry-content ol{
	counter-reset: my-badass-counter;
}
.entry-content ol li:before{
	content: counter(my-badass-counter, decimal)".";
    counter-increment: my-badass-counter;
    margin-right: 5px;
    font-weight: 600;
	font-size: 1.2em;
}
.entry-content ol ol li:before{
	font-size: 1em;
}
.entry-content ol ul li:before{
	content: none;
}
.entry-content ol ul li {
	margin-bottom: 10px;
}
.screen-reader-text,
.print-notice,
.entry-content .print-notice {
	display: none;
}


/* note: this was the old standard blockquote, mv 2013/11/29

.entry-content blockquote:before {
	width: 16px;
	height: 13px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(images/ico_quote_s.png) no-repeat 100% 50%;
}

.entry-content blockquote {
	color: #232323;
	position: relative;
	font-size: 18px;
	padding-left: 27px;
	line-height: 23px;
}*/
#comments {
	overflow: hidden;
	padding: 10px 0;
}
#comments .comment.inner {
	margin-left: 90px;
}
#comments .comment-body {
	padding-bottom: 55px;
	overflow: hidden;
	position: relative;
}
#comments #respond {
	clear: both;
	max-width: 575px;
	margin-top: -10px;
	padding-left: 92px;
}
#commentform {
	max-width: 465px;
	padding-bottom: 35px;
}
#commentform.comment-form p {
	margin: 0;
	display: block;
	clear: both;
}
#commentform.comment-form p.comment-notes {
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
}
#comments #respond img {
	margin-right: 17px;
	float: left;
}
#comments .comment #respond {
	margin-left: 85px;
}
#comments .comment h3#reply-title {
	padding: 0;
}
#comments .qu {
	float: left;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	font-size: 13px;
	font-weight: 600;
	margin: 0 10px;
	height: 16px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	background-color: #f1f1f1;
}
#comments .comment-list li {
	clear: both;
}
#comments .note {
	float: right;
	margin: 25px 0 5px;
/*	clear: left;*/
	color: #646464;
	line-height: 16px;
	font-size: 13px;
}
#comments input[type=submit] {
	float: left;
	width: 131px;
	height: 36px;
	border: 1px solid #e2e2e2;
/*	clear: both;*/
	color: #646464;
	font-size: 15px;
	margin-top: 15px;
	border-radius: 3px;
	background-color: #f2f2f2;
}
#comments input[type=url], 
#comments input[type=text], 
#comments input[type=email]{
	color: #919191;
	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #dedede;
	background-color: #fff;
	box-shadow: inset 0 0 2px rgba(0,0,0,.11);
	width: 100%;
	max-width: 383px;
}
#comments textarea {
	float: left;
	color: #919191;
	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 5px;
	max-width: 457px;
	width: 100%;
	height: 99px;
	border: 1px solid #dedede;
	background-color: #fff;
	box-shadow: inset 0 0 2px rgba(0,0,0,.11);
}
#comments .subscribe p label {
	padding-top: 10px;
	margin-left: -8px;
	max-width: 310px;
	width: 100%;
	font-size: 14px;
}
#comments .subscribe p label input {
	margin-left: -21px;
}
.comment-form label {
	display: inline-block;
	width: 70px;
	margin-left: -85px;
	text-align: right;
	padding-right: 11px;
}
.comment-form label .required {
	display: inline-block;
	margin-right: -10px;
	color: #999;
	font-size: 12px;
}
.comment-form p{
	margin: 5px 0;
}
.comment-form-comment label {
	display: none;
}
#comments h3#reply-title {
	color: #232323;
	font-size: 21px;
	padding: 0;
	line-height: 20px;
	font-weight: 600;
}
#comments .comment .text {
	overflow: hidden;
	max-width: 460px;
}
#comments .pingback p,
#comments .comment p {
/*	clear: both;*/
	padding-top: 12px;
}
#comments .comment p.comment-form-comment {
	padding-top: 0;
}
#comments .comment-reply-link {
	color: #757575;
	font-size: 12px;
	width: 61px;
	height: 19px;
	line-height: 19px;
	float: left;
	text-align: center;
	border-radius: 2px;
	background-color: #f5f5f5;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#comments .comment-author.vcard, 
img.avatar/*-default*/{
	float: left;
	background: url("./images/default-avatar.jpg") no-repeat;
}
#fv_user_profiles_comments img.avatar{
	background-size: contain;
}
.entry-content #comments-by-user,
.entry-content #comments-by-user ul, 
.entry-content .share ul {
	list-style: none;
}
#comments .pingback .comment-author.vcard {
	background: none;
}
#comments .comment-meta{
	/*position: absolute;*/
	width: 100%;
	min-height: 20px;
	line-height: 1;
	padding-top: 5px;
}
.is_subscriber_link .is_subscriber, 
.is_silver_subscriber_link .is_silver_subscriber {
	width: 23px;
	margin-left: 13px;
	text-decoration: none;
	position: relative;
}
#comments .comment-meta h4 .is_subscriber_link .is_subscriber {
	float: right;
	height: 26px;
	background: url('images/ico_dog.png') no-repeat 50% 3px;
}

#content #fv_user_profiles_comments .is_subscriber_link .is_subscriber {
	float: left;
	margin: 0 5px;
	padding: 4px 0;
	height: 15px;
	background: url('images/ico_dog.png') no-repeat 50% 3px;
}

#comments .comment-meta h4 .is_silver_subscriber_link .is_silver_subscriber{
	float: right;
	height: 26px;
	background: url('images/silver-lion.png') no-repeat 50% 3px;
	opacity: 0.5;
}

#content #fv_user_profiles_comments .is_silver_subscriber_link .is_silver_subscriber {
	float: left;
	margin: 0 5px;
	padding: 4px 0;
	height: 15px;
	background: url('images/silver-lion.png') no-repeat 50% 3px;
	opacity: 0.5;
}

#fv_user_profile_paging_top {
	margin: 10px 0;
}

/*#comments .comment-content{
	padding: 20px 0 0 90px;
}*/

#comments .comment-metadata a{
	font-size: 13px;
	/*color: #d3d3d3;*/
	color: #919191;
	padding: 1px 12px;
}
#comments .comment-metadata {
	display: inline-block;
	float: left;
}
#comments .comment h4 {
	color: #1b184a;
	float: left;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
}
#comments .pingback h4 {
	color: #1b184a;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 600;
} 
#comments .comment img {
	margin-top: 8px;
	padding-right: 20px;
}
.comment-meta .tc_highlight {
	font-size: 14px;	
}
#comments h3 {
	color: #242424;
	font-size: 21px;
	font-weight: 600;
	line-height: 27px;
	padding: 10px 0;
	margin: 0 0 22px;
}
#comments .children {
	margin-left: 55px;
}
.comment-full-content {
	padding-left: 92px;
}
.says {
	display: none;
}
.reply {
	display: inline-block;
	float: left;
	margin-top: -1px;
}
.related {
	overflow: hidden;
	padding: 10px 0;
}
.related h3 {
	color: #000;
	font-size: 19px;
	font-weight: 600;
	line-height: 27px;
	padding: 10px 0;
	margin: 0 0 8px;
}
.related article h4 a {
	color: #242424;
}
.related article h4 {
	color: #242424;
	line-height: 19px;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 600;
}
.related article {
	float: left;
	padding-right: 18px;
	width: 160px;
}
.bottom-meta {
	overflow: hidden;
	margin-top: -2px;
}
.bottom-meta p a {
	color: #919191;
}
.bottom-meta p {
	padding: 9px 0;
	color: #919191;
	font-size: 13px;
}
.bottom-meta .social {
	overflow: hidden;
}
.bottom-meta .social li {
	float: left;
	padding-right: 18px;
}
.share {
	float: right;
	width: 30px;
	margin: 7px -4px 7px 7px;
	height: 27px;
	position: relative;
	background: #efefef url("images/ico_share.png") no-repeat 80% 30%;
}
.share:hover .list {
	display: block;
	height: 46px;
	margin-top: -10px;
	width: 100px;
}
.share:hover .list ul{
	padding-left: 0px;
}
.share .list:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0px;
	margin: 1px 0 0 -5px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7.5px 0 7.5px;
	border-color: #e9e9e9 transparent transparent transparent;
}

.share .list li {
	float: left;
}

.share .list li a.ico-tw {
	background-position: -37px 0;
	margin: 4px 4px 0 9px;
}

.share .list li a.ico-gp {
	background-position: -68px 0;
}
/* default 
.share .list li a {
	width: 20px;
	height: 20px;
	margin: 4px 6px 0 7px;
	float: left;
	background: url(images/ico_share_a.png) no-repeat;
}
*/
.share .list li .fvretweet {
	width: 20px;
	height: 20px;
	margin: 4px 6px 0 7px;
	float: left;
	background: url(images/ico_share_a.png) no-repeat -37px -2px;
}

.share .list li .fvfacebook_add {
	width: 20px;
	height: 20px;
	margin: 4px 6px 0 7px;
	float: left;
	background: url(images/ico_share_a.png) no-repeat 0 0;
}

.share .list li .fvgoogleplusone {
	width: 20px;
	height: 20px;
	margin: 4px 6px 0 7px;
	float: left;
	background: url(images/ico_share_a.png) no-repeat -70px -2px;
}

.share .list li .fvfacebook_share {
	width: 20px;
	height: 20px;
	margin: 4px 6px 0 7px;
	float: left;
	background: url(images/ico_share_a.png) no-repeat 0px 0px;
}

.share:before {
	content: "";
	position: absolute;
	top: -20px;
	height: 20px;
	display: block;
	width: 100%;
	left: 0;
}

.share .list {
	width: 99px;
	position: absolute;
	left: 50%;
	margin-left: -54px;
	color: #8a8a8a;
	border: 1px solid #e9e9e9;
	font-size: 12px;
	z-index: 999;
	text-align: center;
	height: 28px;
	top: -45px;
	background-color: #fff;
	display: none;
}

.share .list span a span.fblikenm {
	line-height: 18px;
	display: block;
	position: inherit;
	left: 0;
}

.bottom-meta .social li > span {
	content: "";
	float: left;
	margin: 0 24px 0 0;
	width: 32px;
	height: 32px;
	position: relative;
	background: url("images/ico_social.png") no-repeat;
}

.bottom-meta .social li .fvreddit {
	background-position: 0 0;
}

.bottom-meta .social li .fvretweet {
	background-position: -31px 0px;
}

.bottom-meta .social li .fvfacebook_share {
	background-position: -63px 0px;
}

.bottom-meta .social li .fvgoogleplusone {
	background-position: -95px 0px;
}

.bottom-meta .social li .fvfacebook_share a {
	display: inline-block;
	height: 30px;
	width: 31px;
	margin: 0px 2px -3px 0;
	padding: 0;
}

.bottom-meta .social li span a span {
	display: none;
}

.bottom-meta .social li span > span {
	position: absolute;
	font-size: 14px;
	line-height: 32px;
	left: 35px;
	font-weight: 900;
}

.bottom-meta .social li a.ico-red:before {
	width: 31px;
}

.bottom-meta .social li a.ico-tw:before {
	background-position: -31px 0;
}

.bottom-meta .social li a.ico-fb:before {
	background-position: -63px 0;
}

.bottom-meta .social li a.ico-gp:before {
	background-position: -95px 0;
}

.bottom-meta .social li a {
	float: left;
	font-size: 14px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
	width: 32px;
	height: 32px;
	display: inline-block;
}

#featured {
	clear: both;
	padding: 35px 0;
	overflow: hidden;
	border-bottom: 1px solid #f8f8f8;
	box-shadow: 0 1px 3px #f8f8f8;
}

#featured section {
	margin-left: -33px;
}

#featured h2 a {
	color: #242424;
}

#featured h2 {
	color: #242424;
	font-size: 26px;
	font-weight: 600;
	line-height: 33px;
	padding: 12px 0;
}

#featured article {
	float: left;
	color: #6a6a6a;
	line-height: 19px;
	font-size: 16px;
	padding-left: 33px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.3%;
}
.comments-posts .posts-home h2 a {
	color: #242424;
}
.comments-posts .posts-home h2 {
	color: #242424;
	line-height: 29px;
	font-size: 25px;
	margin-bottom: 5px;
	position: relative;
	top: -4px;
	font-weight: 400;
}
.comments-posts .section-title {
	color: #242424;
	line-height: 29px;
	font-size: 25px;
	margin-bottom: 5px;
	top: -4px;
	text-transform: uppercase;
	font-weight: 600;
	clear: none;
}
.weblog-view {
	float: right;
	color: #aaa;
}
.weblog-view:after {
	content: "";
	background: url("images/weblog-icon.png") no-repeat;
	width: 24px;
	height: 18px;
	overflow: hidden;
	display: inline-block;
	margin: 0 0 0 6px;
}
.comments-posts article .home-post-img {
	float: left;
	padding-right: 20px;
	padding-top: 22px;
	text-align: center;
	width: 39%;
}
.comments-posts .logo {
	padding: 0 0 15px;
	margin-top: -3px;
}
.comments-posts .more a {
	background: url(images/ico_more.png) no-repeat 100% 60%;
	display: inline-block;
	padding: 0 13px 0 0;
	color: #242424;
}
.comments-posts .more {
	text-align: center;
	color: #242424;
	font-size: 15px;
	padding: 32px 0;
}
.comments-posts .ricon {
	float: right;
	padding: 5px 0 0;
}
.comments-posts article {
	overflow: hidden;
	color: #6a6a6a;
	padding: 0 0 10px;
}
.comments-posts {
	margin-top: 33px;
	float: left;
	font-size: 14px;
	line-height: 19px;
	width: 47%;
	padding-right: 16px;
	border-right: 1px solid #f3f3f3;
}
.news-block {
	position: relative;
}
.comments-posts .news-block:last-child {
	border-top: 1px solid #efefef;
	padding-top: 12px;
}
.comments-posts .news-block:last-child:before {
	content: "\25E5";
	color: #A58537;
	position: absolute;
	top: -1px;
	right: -28px;
	width: 40px;
	height: 40px;
	font-size: 40px;
}
.comments-posts .news-block:first-child {
	border-top: none;
	padding-top: 0;
}
.comments-posts .news-block:first-child:before {
	content: "";
}
#home-right-col {
	padding-left: 16px;
	padding: right: 0;
	border-right: none;
	float: right;
}
.placeholder-medium {
	background: url(images/placeholder-home1.png) no-repeat;
	max-width: 378px;
	height: 230px;
}
.placeholder-thumbnail_archive {
	background: url(images/placeholder-archive.png) no-repeat;
	float: left;
	padding-right: 20px;
	width: 187px;
	height: 137px;
}
.placeholder-thumbnail_related {
	background: url(images/placeholder-archive.png) no-repeat;
	float: left;
	padding-right: 20px;
	width: 141px;
	height: 96px;
	background-size: cover;
	background-position: 0 -10px;
}
.placeholder-thumbnail {
	background: url(images/placeholder-home2.png) no-repeat;
	float: left;
	padding-right: 20px;
	width: 223px;
	height: 156px;
}
.post .post-date {
	display: inline-block;
	line-height: 20px;
	color: #525252;
	text-transform: uppercase;
	font-size: 11px;
}
.posts-col .source-box {
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 4px;
	margin: 0 0 16px;
}
.posts-col .source-box:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}
.posts-col .source-box .logo {
	padding: 0 0 8px;
}
.posts-col .source-box .date {
	color: #525252;
	font-size: 11px;
	margin-bottom: -26px;
}
.posts-col .source-box h3 a {
	color: #242424;
}
.posts-col .source-box h3 {
	color: #242424;
	margin: 22px 0 14px;
	line-height: 22px;
	font-size: 16px;
}
.posts-col.last {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}
.posts-col {
	margin: 33px 17px 0 0;
	float: left;
	padding-right: 18px;
	font-size: 14px;
	line-height: 19px;
	width: 30%;
	border-right: 1px solid #f3f3f3;
}
.posts-col .widget-popular ol {
	counter-reset: popular-counter;
}
.posts-col .widget {
	margin-right: -22px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 16px;
}
.posts-col aside{
	width: 100%;
}
.posts-col.last aside{
	width: auto;
}
.posts-col .widget-popular h4 a {
	color: #000;
}
.posts-col .widget-popular h4 {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 21px;
}
.posts-col .widget-popular ol li {
	position: relative;
	padding: 4px 0 8px 33px;
	overflow: hidden;
}
.posts-col .widget-popular ol li:before {
	content: counter(popular-counter);
	counter-increment: popular-counter;
	color: #000;
	font-size: 19px;
	font-weight: 600;
	position: absolute;
	top: 4px;
	padding: 4px 0;
	left: 0;
}
.posts-col .widget-popular h3 {
	color: #242424;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 15px;
}
.posts-col .execphpwidget h3, .posts-col .textwidget h3 {
	color: #242424;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 15px;
}
.posts-col .widget-popular .filter a {
	color: #242424;
}
.posts-col .widget-popular .filter li {
	float: left;
	padding-left: 22px;
}
.posts-col .widget-popular .filter {
	color: #242424;
	font-size: 16px;
	line-height: 30px;
	float: right;
	font-weight: normal;
}
.posts-col li a.comment {
	width: 26px;
	height: 22px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
  	float: right;
	background: url(images/bg_comments.png) no-repeat 0 0;
}
.post .post-date {
	/*display: none;*/
}
.home #body {
	/*padding-bottom: 30px;*/
}
.posts-col .rss-date{
	display: block;
	color: #525252;
	text-transform: uppercase;
	font-size: 11px;
}
.posts-col .better-rss-intro-text {
	padding: 0 0 8px;
}
.posts-col .rsswidget{
	color: #242424;
	line-height: 22px;
	font-size: 16px;
}
.widget_fv_jc_news_widget li, .widget_better_rss_widget li {
	margin-bottom:14px;
}
.widget_text ol {
	list-style: decimal;
}
.resizable-img {
	width: 378px;
}
.entry-content a,
.comment-content a {
	border-bottom: 1px dotted;
}
.comment-content .tc-frontend a {
	border-bottom: none;	
}
.entry-content a:hover,
.comment-content a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}
.home-post-img .fv_sharing_round,
.home-post-img .fv_sharing_small,
.home-post-img .fv_sharing_classic {
	margin: 5px -5px;
}
  
/*  
.fv_sharing {margin-top: 3px;} */
/*  facebook button */

/*
.fvfacebook_add {
  font-weight: bold; font-size: 11px; font-family: Arial;
  float: left; margin-right: 6px; color: black;
  position: relative
}  
.fvfacebook_add .fblikenm {
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  left: 35px;
}
.fvfacebookwindow + span {
  left: 0;
}
.fvfacebook_add a {
  display: inline-block;
  color: white;
  text-decoration: none;
  height: 30px;
  width: 31px;
  margin: 0px 2px -3px 0px;
  _line-height: 16px;
  padding: 0;
  background: url("images/like2.png") top left no-repeat; 
}
.fvfacebook_add a:hover { background-position: bottom left; }
.fvfacebook_add a span {  
  position: absolute; 
  left: -9999px;
} */
/*  retweet button  */
/*.fvretweet {
  font-weight: bold; font-size: 11px; font-family: Arial; margin-right: 6px;
  float: left;
  position: relative;
}
.fvretweet .twnumber {
  position: absolute;
  font-size: 14px;
  line-height: 32px;
  left: 35px;
}
.fvretweet a {
  color: black;
  text-decoration: none;
}
.fvretweet a.image, .entry-content .share .fvfacebook_share a {
  display: inline-block;
  height: 30px;
  width: 31px;
  margin: 0px 2px -3px 0;
  padding: 0;
 	background: url("images/tweet.png") top left no-repeat;
  color: white;
}
.fvretweet a.image:hover { background-position: bottom left; }
.fvretweet a.image span, .fvfacebook_share a span {
  position: absolute; 
  left: -9999px;
}

.fvreddit {
  font-weight: bold; font-size: 11px; font-family: Arial;
  margin-right:4px;
  float: left;
  position: relative;
}

.fvreddit a.reddit {
  display: inline-block;
  height: 30px;
  width: 31px;
  margin: 3px 2px -3px 0;
  padding: 0;
 background: url("images/reddit.gif") top left no-repeat; 
  color: white;
}

.fvreddit .rdnumber {
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  left: 35px;
}
.fvreddit a.reddit:hover { background-position: bottom left; }

.fvgoogleplusone {
  font-weight: bold; font-size: 11px; font-family: Arial;
  float: left;
  margin-right: 6px; 
  position: relative;
  /* overflow: hidden;*/
  *display: none; /*  google +1 is not supported in IE7 */
  _display: none; /*  google +1 is not supported in IE6 */
  /*color: black;*/
/* }
.fvgoogleplusone .fvgoogleplusone-number {
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  left: 35px;
}
.fvgoogleplusone a.image {
  display: inline-block;
  height: 30px;
  width: 31px;
  margin: 0px 2px -3px 0;
  padding: 0;
 background: url("images/googlepo.png") top left no-repeat;
  color: white;
}
.fvgoogleplusone a.image:hover {
  background-position: bottom right;
}
.fvgoogleplusone a.image span {
  position: absolute; 
  left: -9999px;
}

.fvlinkedin {
  font-weight: bold; font-size: 11px; font-family: Arial;
  float: left;
  height:16px;
  width:50px;
  padding-right:5px;
}
.fvlinkedin a.image {
  font-weight: bold; font-size: 11px; font-family: Arial;
  float: right;
  height:16px;
  width:50px;
  background: url("images/linked_in.png") top left no-repeat;
}

.fvemail {
  font-weight: normal; font-size: 13px;
  padding-right:5px;
}
.fvemail a.image {
 	display: inline-block;
  height: 16px;
  width: 16px;
  margin: 2px 2px -3px 0;
  padding: 0;
  background: url("images/email.gif") top left no-repeat; 
  color: white;
}

.fvstumbleuppon {
  font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	float: left;
	color: black;
  margin-right: 4px;
}
.fvstumbleuppon a {
  background: url("images/stumbled.png") no-repeat scroll left top transparent;
  display: inline-block;
  height: 16px;
  line-height: 100px;
  margin: 0 2px -3px 0;
  overflow: hidden;
  text-indent: 100px;
  width: 16px;    
}
.fvstumbleuppon a:hover {
	background-position: left bottom;
}
.fvstumbleuppon a span {
	position: absolute;
	left: -9999px;
}

.fvpinterest_pinit {
  float: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  margin-right: 6px;
  color: black;
}
.fvpinterest_pinit a {
  background: url("images/pin-it-small.png") no-repeat scroll left top transparent;
  float: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  margin: 2px 4px 0 0;
  width: 16px;
}
.fvpinterest_pinit a span {
	position: absolute;
	left: -9999px;
}

.entry-content .share .fvfacebook_add .fblikenm,
.entry-content .share .fvfacebook_share .fvshnm,
.entry-content .share .fvretweet .twnumber,
.entry-content .share .fvgoogleplusone .fvgoogleplusone-number
 {
	position: relative;
	left: 0;
	line-height: 0;
}

.entry-content .share .fvfacebook_add a,
.entry-content .share .fvfacebook_share a,
.entry-content .share .fvretweet a,
.entry-content .share .fvgoogleplusone a
 {
	width: 20px;
	height: 20px;
}

*/

/* Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 368px;
	padding-top: 31px;
}
#sidebar p {
	margin: 5px 0;
}
#sidebar ul.social {
	overflow: hidden;
}
#sidebar .social li {
	padding-right: 4px;
	float: left;
	display: block;
}
#sidebar .social li a.ico-gp {
	background-position: -34px 0;
}
#sidebar .social li a.ico-tw {
	background-position: -68px 0;
}
#sidebar .social li a.ico-in {
	background-position: -102px 0;
}
#sidebar .social li a.ico-rss {
	background-position: -136px 0;
}
#sidebar .social li a {
	background: url(images/ico_f_social2.png) no-repeat 0 0;
	float: left;
	width: 29px;
	height: 29px;
}
#sidebar {
	width: 420px;
	display: inline-block;
	float: right;
	padding: 30px 0;
}
#sidebar .widget {
	padding-top: 30px;
}
#sidebar .widget-first {
	padding: 0;
}
#sidebar .widget-comments p strong {
	color: #242424;
}
#sidebar .widget-comments ul {
	margin-top: -5px;
}
#sidebar .widget-comments ul li {
	padding-bottom: 27px;
}
#sidebar .widget-comments h5 a {
	font-size: 14px;
	color: #1f3163;
	font-weight: 600;
}
#sidebar .widget-comments h5 {
	font-size: 13px;
	color: #828282;
	font-weight: normal;
}
#sidebar .widget-comments p {
	font-size: 15px;
	line-height: 21px;
	padding: 0 0 7px;
	color: #4d4d4d;
}
#sidebar .widget-comments .last {
	float: right;
	color: #a1a1a1;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0 0;
}
#sidebar .widget-popular ol {
	counter-reset: popular-counter;
}
#sidebar .widget-popular h4 a {
	color: #000;
}
#sidebar .widget-ad {
	padding: 15px 0 30px;
}
#sidebar .widget-popular .like {
	padding: 0 17px;
	font-size: 12px;
	float: left;
	text-align: center;
	line-height: 18px;
	background: url(images/ico_like.png) no-repeat 100% 50%;
}
#sidebar .widget-popular .tweets {
	padding: 0 15px;
	font-size: 12px;
	float: left;
	text-align: center;
	line-height: 18px;
	background: url(images/ico_twitter.png) no-repeat 100% 50%;
}
#sidebar .widget-popular .comment {
	width: 26px;
	height: 22px;
	font-size: 12px;
	float: left;
	text-align: center;
	line-height: 18px;
	background: url(images/bg_comments.png) no-repeat 0 0;
}
#sidebar .widget-popular h4 {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 21px;
}
#sidebar .widget-popular ol li {
	position: relative;
	padding: 4px 0 15px 40px;
	overflow: hidden;
}
#sidebar .widget-popular ol li:before {
	content: counter(popular-counter);
	counter-increment: popular-counter;
	color: #000;
	font-size: 19px;
	font-weight: 600;
	position: absolute;
	top: 0;
	padding: 4px;
	left: 0;
}
#sidebar h3 {
	color: #242424;
	font-weight: normal;
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 20px;
}
#sidebar .filter a {
	color: #242424;
}
#sidebar .filter li {
	float: left;
	padding-left: 22px;
}
#sidebar .filter {
	color: #242424;
	font-size: 16px;
	line-height: 30px;
	float: right;
	font-weight: normal;
}
.post-wrapper {
	position: relative;
	margin-left: 250px;
}
.post-wrapper-archive {
	position: relative;
	margin-left: 210px;
}



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

#footer {
	clear: both;
	padding: 16px 0;
	overflow: hidden;
	border-top: 1px solid #f8f8f8;
	box-shadow: inner 0 1px 3px #f8f8f8;
}
#footer .footer-ad{
	max-width: 728px;
	margin: 0 auto;
}
#footer .logo {
	float: left;
	margin: 8px 21px 0 0;
	width: 138px;
	background: url(images/logo_f.jpg) no-repeat 0 0;
	height: 16px;
}
#footer p {
	float: left;
	color: #909090;
	line-height: 28px;
	font-size: 14px;
}
#footer .right {
	float: right;
}
#footer .right .social {
	float: right;
}
#footer .right .social li {
	padding-left: 4px;
	float: left;
}
#footer .right .social li a.ico-gp {
	background-position: -34px 0;
}
#footer .right .social li a.ico-tw {
	background-position: -68px 0;
}
#footer .right .social li a.ico-in {
	background-position: -102px 0;
}
#footer .right .social li a.ico-rss {
	background-position: -136px 0;
}
#footer .right .social li a {
	background: url(images/ico_f_social2.png) no-repeat 0 0;
	float: left;
	width: 29px;
	height: 29px;
}
#footer .right .menu {
	float: left;
	padding-right: 20px;
}
#footer .right .menu li a {
	color: #909090;
}
#footer .right .menu li {
	float: left;
	padding: 4px 10px 0 27px;
	color: #909090;
	font-size: 14px;
}
.archives {
	float: right;
}
.archives .current {
	display: block;
	margin: 8px 0 7px 35px;
}
.archives .current:after {
	content: "";
	width: 0px;
	margin-left: 6px;
	display: inline-block;
	height: 0px;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #cbcbcb transparent transparent transparent;
}
.archives .item:hover .current:after {
	border-color: #9f9f9f transparent transparent transparent;
}

.archives .item {
	float: left;
	position: relative;
	color: #232323;
	font-size: 15px;
}
.archives .item ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 15px;
}
.archives .item ul li:hover > a {
	background: #efefef;
}
.archives .item ul li {
	color: #232323;
	font-size: 14px;
}
.archives .item:hover > ul {
	display: block;
}
.archives .item li:hover > ul {
	display: block;
}
.archives .item ul ul {
	/*top: 0;*/
	margin-top: -34px;
	left: -163px;
}
.archives .item ul {
	position: absolute;
	/*top: 100%;*/
	display: none;
	z-index: 999;
	padding: 5px 0 9px;
	left: 35px;
	width: 166px;
	background-color: #f7f7f7;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.pagination {
	color: #232323;
	font-size: 15px;
	border-top: 1px solid #f3f3f3;
	padding: 15px 0 0;
	margin-top: 10px;
	text-align: right;
}
.pagination a {
	color: #232323;
	padding: 10px;
}
.pagination span.bold {
	font-weight: 700;
	display: inline-block;
	padding: 0 10px;
}
.pagination a.bold {
	font-weight: 700;
}
.posts h2 a, posts {
	color: #000;
}
.posts h2 {
	font-size: 21px;
	line-height: 29px;
	font-weight: 600;
	padding: 0 0 10px;
}
.posts article {
	overflow: hidden;
	padding: 0 0 51px;
}
.posts img {
	float: left;
	padding: 0 21px 0 0;
}
#content h1.section {
	font-size: 27px;
	line-height: 34px;
	padding-bottom: 20px;
}

.more-content {
	display: none;
}


/*	Donation Bar 
---------------------------------------------------------------------- */

.donation-article a {
	text-decoration: none;
}
.donation-article a:hover {
	text-decoration: none;
}
a.donation-button:hover {
	text-decoration: none;
}
.donation-article img {
	float: none;
}
.donation-wrapper {
	position: relative;
}
.donation-wrapper .donation-button {
	background: #135f8c;
}
.donation-wrapper .donation-button:hover {
	background: #092352;
}
.donation-wrapper .inner-text-wrapper {
	width: 100%;
	height: 100%;
  	cursor: pointer;
  	font-size: 12.5pt;
	color: #000;
	font-weight: 400;
	font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}
.donation-wrapper .inner-text-wrapper .top {
	padding: 20px 0 0 15px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	width: 30%;
	float: left;
	letter-spacing: 1px;
}
.donation-wrapper .mid {
	margin-top: 4%;
}
.donation-wrapper .mid .line-wrapper {
	padding: 2% 0 2% 6%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 900;
	font-size: 15px;
}
.donation-wrapper .mid .line-wrapper .line-title {
	display: block;
	float: left;
	width: 32%;
	padding-top: 2px;
	text-align: right;
	padding-right: 10px;
}

.donation-wrapper .mid .donated, 
.donation-wrapper .mid .remaining,
.donation-wrapper .mid .blackBold {
	/*font-weight: bold;*/
	font-size: 27px;
	color: #003277;
}
.donation-wrapper .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5%;
}
.donation-wrapper a.banner-button {
	font-weight: 600;
}
.donation-wrapper a.banner-button:hover {
	background: #1F3163;
	color: #fff;
	text-decoration: none;
}
#contact-form{
	border: 1px solid rgb(229, 229, 229); 
	margin: 10px 150px 10px 0px; 
	max-width: 500px;
	width: 95%;
	padding: 10px; 
	background-color: rgb(247, 247, 247);
}
#contact-form input[type="text"], #contact-form textarea{
	width: 100%;
}
/*#comment, #contactemail{ - switching to CleanTalk
	display: none !important;
}*/
.ajax-loader img { 
	display: none; 
}
.ajax-loader.ajax-loading img { 
	display: inline-block; 
}

/*Jozef - 29.11.2013*/
ul#comments-by-user span.comments-by-user-post {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: 600;
}
#comments-by-user .comment {
    margin: 0 0 0 15px;
}
#fv_user_profiles_comments .comment-author {
    margin-bottom: 8px;
}
div.comment-author img.avatar {
	margin-right: 8px;
	float:left;
}
div#get_recent_comments_wrap ul>li:first-child {
	margin-bottom: 10px;
	list-style-type: none;
}
li#get-recent-comments {
	list-style-type: none;
}
blockquote.right { 
	width: 252px; 
	font-size: 18px; 
}
#comments .comment-content {
	/*overflow: hidden;*/
	max-width: 460px;
}
/* quick wiki mv 2013/11/29 */
#content.wiki h2.subtitle { 
	border: 0; 
	padding: 0; 
	margin: 1em 0 0; 
	line-heigth: 1em; 
	font-size: 1.1em; 
}
#content.wiki .date { 
	background: transparent; 
	margin: 0; 
}
#wiki_content-add_media img { 
	display: inline; 
}
.video-container {
    position: relative;
    padding-bottom: 47%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 21px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;		
}
#wp-email-content {
  margin: 20px;
  width: 450px;
}
#wp-email-content input[type=text], #wp-email-content textarea {
  width: 100%;
}
#wp-email-content input#imageverify {
  width: auto;
}
#wp-email-content p {
  margin-top: 10px;
}
#wp-email-required {
  float: right;
  font-size: 0.85em;
}

@media screen and (max-width: 1600px) {
	#header-banner-wrapper {
		background-position: 94% 0;
	}
}

@media screen and (max-width: 1440px) {
	#header-banner-wrapper {
		background-position: 98% 0;
	}
}

@media screen and (max-width: 1310px) {
	#header-banner-wrapper {
		background-image: url(images/juan-tablet.png);
	}
	#header-banner-wrapper {
		background-position: right;
	}
	
}


@media screen and (max-width: 77em) { /* doubled declaration against webkit page zoom bug, using EMs instead of PX */

	.container {
		width: auto;
		padding: 0 15px;
	}

}

@media screen and (max-width: 1238px) {
	#header-banner-wrapper .banner-info-wrapper {
		width: auto;
	}
	.comments-posts .more {
		display: none;
	}
	.posts-col .widget-popular {
		margin-right: -12px;
	}
	.more-content {
		clear: both;
		text-align: center;
		display: block;
		padding-top: 20px;
	}
	.more-content a {
		display: inline-block;
		clear: both;
		color: #cdcdcd;
		background: url(images/ico_more_r.png) no-repeat 100% 50%;
		font-weight: 600;
		padding-right: 20px;
		font-size: 15px;
	}
	.comments-posts {
		margin: 0;
		margin-top: 20px;
		width: 49%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#home-right-col {
		width: 48%;
	}

	.comments-posts .posts-home p {
		font-size: 14px;
		overflow: hidden;
		max-height: 55px;
		padding: 0;
	}
	.comments-posts .posts-home article {
		padding-bottom: 26px;
	}
	.comments-posts .posts-home h2 {
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		margin: 0;
		padding: 0;
	}
	.comments-posts article .home-post-img {
		width: 180px;
	}
	.ricon {
		display: none;
	}
	.posts-col {
		width: 46.5%;
		padding-right: 13px;
	}
	.posts-col .widget {
		margin-right: 0;	
	}
	.posts-col.last {
		display: block;
		width: 47%;
		margin: 0;
		padding-left: 8px;
		margin-top: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-right: none;
		padding-right: 0;
	}
	.posts-col aside{
		width: auto;
	}
	.comment-body{
		position: relative;
	}
	#featured h2 {
		font-size: 22px;
		line-height: 28px;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	#featured p {
		line-height: 22px;
		font-size: 15px;
	}
	#featured {
		padding-top: 30px;
	}
	#featured section {
		margin-left: -14px;
	}
	#featured article {
		padding-left: 14px;
	}
	#content {
		width: auto;
		float: none;
	}
	#body {
		clear: both;
	}
	body {
		min-width: 320px;
	}
	.container {
		width: auto;
		padding: 0 15px;
	}
	#header {
		height: 68px;
		box-shadow: none;
	}
	#header .right {
		padding: 15px 0;
	}
	#header .right form, #juan-search-form {
		top: 10px;
		right: 50px;
	}
	#pretty_social_profiles {
		float: left;
	}

	#menu {
		padding: 20px 0 0;
	}
	#menu ul li {
		margin-left: 30px;
		height: 37px;
		margin-right: 0;
	}
	#menu ul li a {
		font-size: 14px;
	}

	.social-wrapper {
		padding-top: 9px;
	}
	img {
		max-width: 100%;
	}
	.related article {
		width: 25%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.related img{
		max-height: 83px;
	}
	#logo {
		background-image: url('images/logo_s.png');
		width: 273px;
		height: 32px;
		margin: 15px 15px 0 0;
	}
	
	.social-wrapper {
		padding-top: 0;
	}
	.share {
		margin-right: 20px;
	}
	#footer .social {
		margin: 8px -5px 0 0;
	}
	#footer .right .menu li {
		padding-right: 9px;
		font-size: 13px;
	}
	#footer .menu {
		margin: 8px -7px 0 0;
	}
	#footer p {
		float: none;
		font-size: 12px;
		clear: left;
		line-height: 15px;
	}
	#footer {
		padding: 10px 0 20px;
	}
	#header .right .login .tooltip {
		display: none !important;
	}
	#sidebar {
		display: none;
	}
	.archives .item ul {
		right: 0;
		left: auto;
	}
	.archives .item ul ul {
		right: 164px;
		left: auto;
	}
	.post-wrapper {
		margin-left: 200px;
	}
	/*.single-post #content {
		float: left;
		width: 571px;
	}*/
	/*.archive-wrapper*/ #content {
		float: left;
		width: 60%;
		/*width: 561px;*/
	}
	/*.single-post #sidebar,
	.archive-wrapper*/ #sidebar {
		display: block;
		width: 368px;
		float: right;
	}

} 


@media screen and (max-width: 1170px) {
	#header-banner-wrapper .right-column {
		clear: both;
		padding: 0 0 0 25px;
		width: auto;
	}

	#header-banner-wrapper .right-column .text {
		display: none;
	}

	#header-banner-wrapper .left-column {
		padding-left: 25px;
		width: 70%;
	}

}

@media screen and (max-width: 1085px) {
	.donation-warpper .mid {
		font-size: 13px;
	}

	.donation-wrapper .mid .line-wrapper .line-title {
		padding-top: 0;
		width: 37%;
	}

	.donation-wrapper .mid .donated, 
	.donation-wrapper .mid .remaining,
	.donation-wrapper .mid .blackBold {
		font-size: 22px;
	}
	#header .right {
		min-width: 285px;	
	}
	#juan-search-form input[type=text] {
		width: 1px;
		border: 1px solid transparent;
	}
	#juan-search-form input[type=text]:focus {
		width: 210px;
		border: 1px solid #e7e7e7;
		background-color: #fff;
	}

}
	

@media screen and (max-width: 985px) {
	#sidebar {
		width: 268px;
	}
	#content h1.section {
		font-size: 23px;
	}
}

@media screen and (max-width: 960px) {
	#header-banner-wrapper .left-column {
		width: 60%;
	}

	#header-banner-wrapper .text_to_hide {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	.donation-wrapper .mid {
		font-size: 0.7em;
		line-height: 1.65em;
	}
	.donation-wrapper .mid .line-wrapper .line-title {
		width: 45%;
	}
	.donation-wrapper .mid .donated, 
	.donation-wrapper .mid .remaining,
	.donation-wrapper .mid .blackBold {
		font-size: 1.3em;
		padding: 0;
	}
	.posts-col {
		width: 46%;
		padding-right: 10px;
	}	
	
	#menu ul li {
		margin-left: 15px;
	}
}

@media screen and (max-width: 890px){
	.social-wrapper {
		display: none;
	}
	#logo {
		width: 174px;
		height: 22px;
		background-size: 100% auto;
		margin: 20px 10px 0 0;
	}

	#content{
		width: 461px;
	}
	.posts h2 {
		font-size: 17px;
		line-height: 25px;
	}
	.archives .item ul ul {
		left: -164px;
		right: 0;
	}
	#content h1.section {
		font-size: 20px;
	}
	#comments .children {
		margin-left: 25px;
	}
	.related img{
		max-height: 66px;
	}
	.entry-content img, .entry-content div{
		max-width: 100%;
	}
}

@media screen and (max-width: 855px) {
	.donation-wrapper .title {
		font-size: 0.8em;
	}
	.donation-wrapper .mid {
		font-size: 0.7em;
		line-height: 1.6em;
	}
	.donation-wrapper .mid .line-wrapper .line-title {
		padding-top: 0;
	}
}

@media screen and (max-width: 800px) {
	.donation-wrapper {
		width: auto;
	}
	.donation-wrapper .mid {
		
	}
	.donation-wrapper .mid .line-wrapper {
		padding-top: 2px;
		font-size: 12px;
	}
	.donation-wrapper .mid .donated, 
	.donation-wrapper .mid .remaining,
	.donation-wrapper .mid .blackBold {
		font-size: 20px;
	}
}

@media screen and (max-width: 786px){
	#content {
		width: 451px;
	}
	#sidebar {
		width: 243px;
	}
	#sidebar h3 {
		font-size: 18px;
	}
	#logo {
		margin: 15px 10px 0 0;
	}
	#header .right form.search-form-small {
		top: 13px;
		right: 118px;		
		height: 28px;
	}
}

@media screen and (max-width: 760px) {
	#content h1 {
		font-size: 32px;
		line-height: 42px;
		letter-spacing: 0;
	}
	#content {
		padding: 0;
		width: auto;
	}
	
	.single-post #content, 
	.archive-wrapper #content,
	#archive-page #content {
		width: 100%;
	}
	.entry-content ul {
		overflow: hidden;
	}
	.entry-content p {
		overflow: hidden;
	}
	.entry-content .right {
		width: 238px;
		margin-left: 5px;
		margin-bottom: 50px;
	}
	.entry-content .right p br {
		display: none;
	}
	.entry-content .right p {
		overflow: visible;
		font-size: 16px;
		line-height: 23px;
	}
	#body {
		padding: 20px 0;
	}
	#footer .right .menu {
		margin-left: -30px;
	}
	#footer .right .menu li {
		padding: 4px 0 0 28px;
		margin: 0;
	}
	#menu {
		height: 18px;
		overflow: hidden;
		float: right;
		padding: 16px 12px 11px 5px;
		margin: 0 0 0 -20px;
	}
	#header .right {
		padding: 0;
		min-width: 285px;
	}
	#header .pretty-social-profiles {
		margin: 13px 5px 0 0;	
	}
	#header .right .login a {
		margin: 0 -7px 0 4px;
	}
	#header .right .login {
		margin: 0;
		padding: 12px 6px 0;
	}
	#header .right form input {
		background-color: none;
		margin-top: 7px;
	}
	#header .right form, #juan-search-form {
		background-color: transparent;	
	}

	#header .right form {
		right: 135px;
		top: 1px;
	}
	.entry-content .caption {
		margin: -5px -15px 9px;
	}
	.related article img {
		padding-right: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-height: 83px;
	}
	.entry-content .full-image {
		margin: -5px -15px 25px;
	}
	.related h3 {
		font-size: 17px;
	}
	#comments .comment .text {
		max-width: 380px;
	}
	#comments .comment.inner .text {
		max-width: 360px;
	}
	#sidebar, .single-post #sidebar, .archive-wrapper #sidebar {
		display: none;
	}
	#comments .comment.inner {
		margin-left: 70px;
	}
	#menu ul li {
		float: right;
		padding: 0;
		clear: both;
		margin: 0;
		overflow: hidden;
	}
	.related {
		margin-right: -25px;
	}
	.related article h4 {
		padding-top: 6px;
		font-size: 12px;
	}
	#header {
		height: auto;
		background-color: #f9f9f9;
		box-shadow: 0 1px 2px rgba(0,0,0,.07);
	}
	#featured {
		padding-bottom: 20px;
		padding-top: 25px;
	}
	#featured article h2 {
		font-size: 24px;
		line-height: 30px;
		top: -7px;
		margin: 0 0 -6px;
		position: relative;
	}
	#featured article img {
		float: left;
		width: 50%; /* original 53 */
		margin-right: 12px;
	}
	#featured article {
		float: none;
		width: 100%;
		overflow: hidden;
		padding-bottom: 27px;
	}
	.comments-posts .logo {
		margin-bottom: -4px;
	}
	.comments-posts .posts-home p {
		max-height: 100px;
	}
	.comments-posts .posts-home h2 {
		font-size: 17px;
		line-height: 24px;
	}
	.section-title {
		font-size: 32px;
		line-height: 36px;
	}
	.comments-posts .posts-home .home-post-img {
		width: 37.5%;
	}
	.comments-posts,
	#home-right-col {
		float: none;
		border: 0;
		padding: 0;
		margin: -13px 0 20px;
		width: auto;
	}

	.posts-home article {
		display: none;
	}
	.posts-home article:nth-child(2),
	.posts-home article:nth-child(3),
	.posts-home article:nth-child(4),
	.posts-home article:nth-child(5),
	.posts-home article:nth-child(1) {
		display: block;
	}
	.posts-home article {
		display: block;
	}
	.comments-posts .more {
		display: block;
		padding-top: 0;
	}

	.comments-posts .more a {
		display: inline-block;
		clear: both;
		color: #cdcdcd;
		background: url(images/ico_more_r.png) no-repeat 100% 50%;
		font-weight: 600;
		padding-right: 20px;
		font-size: 15px;
	}
	.posts-col .widget-popular {
		display: none;
	}
	.posts-col.last {
		width: 50%;
		border: 0;
		margin: 0;
		padding: 0 0 0 10px;
	}
	.posts-col .source-box h3 {
		font-size: 14px;
	}
	.posts-col {
		margin: 0;
		padding: 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 49%;
		display: block;
	}
	
	.posts-col .widget{
		margin-right: 0;
	}
	
	.posts-col aside {
		width: auto;
	}

	#featured p {
		text-align: justify;
		font-size: 17px;
	}
	.posts-col .source-box {
		display: none;
		border: 0;
		padding: 0;
	}
	.posts-col .source-box:nth-of-type(3),
	.posts-col .source-box:nth-of-type(2),
	.posts-col .source-box:nth-of-type(1) {
		display: block;
	}
	.posts-col.last .source-box:nth-of-type(4) {
		display: block;
	}

	.post-link {
		display: block;
	}
	.donation-article {
		width: auto;
	}
	.donation-wrapper .inner-text-wrapper {
		width: 53%;	
	}
	.donation-article img {
		float: none !important;
	}
	.donation-wrapper .mid {
		font-size: 0.8em;
	}
	.donation-wrapper .mid .line-wrapper .line-title {
		width: 40%;
	} 
	.donation-wrapper .mid .line-wrapper {
		padding-top: 2px;
		font-size: 15px;
	}
	.donation-wrapper .mid .donated, 
	.donation-wrapper .mid .remaining,
	.donation-wrapper .mid .blackBold {
		font-size: 26px;
	}
} 

@media screen and (max-width: 680px) {
	.donation-wrapper .mid .line-wrapper .line-title {
		padding-top: 4px;
	}
}

@media screen and (max-width: 640px) {
	#header-banner-wrapper {
		background-image: url(images/juan-640.png);
		height: 175px;
	}

	#header-banner-wrapper .left-column {
		padding: 10px 0 0 10px;
	}

	#header-banner-wrapper .right-column {
		padding-left: 10px;
	}
}

@media screen and (max-width: 600px) {
	/*.posts-col.last .source-box:nth-of-type(4) {
		display: none;
	}*/
	.posts-home article {
		display: block;
	}
	.home-post-img,
	.post-link {
		display: none;
	}
	.container {
		padding: 0 10px;
	}
	.posts-col.last,
	.posts-col {
		width: 100%;
		padding: 0;
		float: none;
	}
	.posts-col .source-box h3 {
		font-size: 17px;
	}
	.comments-posts .more {
		padding-bottom: 20px;
		border-bottom: 1px solid #f3f3f3;
	}
	#featured {
		padding: 0;
	}
	#header .left,
	#header .right {
		display: block;
		width: 100%;
		clear: both;
		position: relative;
	}
	.comments-posts p {
		display: none;
	}
	.comments-posts .logo {
		padding-bottom: 24px;
	}
	.comments-posts .posts-home {
		padding-bottom: 0;
		margin-bottom: -5px;
	}
	.comments-posts .posts-home h2 {
		font-size: 20px;
	}
	.comments-posts .posts-home img {
		display: none;
	}
	#featured article:nth-child(2) {
		padding-bottom: 20px;
	}
	/*#featured article:nth-child(3) {
		display: none;
	}*/
	#featured article p {
		padding: 0 10px 4px;
	}
	#featured article h2 {
		padding: 15px 10px 2px;
		line-height: 32px;
	}
	#featured article img {
		float: none;
		width: 100%;
	}
	#featured .container {
		padding: 0;
	}
	#content h1 {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 0;
	}
	#content .meta {
		line-height: 18px;
		padding-bottom: 15px;
	}
	#content {
		padding: 0;
	}
	.entry-content .right {
		display: none;
	}
	#body {
		padding: 20px 0;
	}
	#footer .right .menu {
		margin-left: -30px;
	}
	#footer .right .menu li {
		padding: 4px 0 0 28px;
		margin: 0;
	}
	.entry-content {
		clear: both;
	}
	.entry-content .caption {
		margin: -5px -15px 9px;
	}
	#comments h3 {
		font-size: 19px;
		line-height: 18px;
	}
	#comments .comment-body {
		padding-bottom: 45px;
	}
	#comments .comment .text {
		max-width: 380px;
	}
	#comments .comment.inner .text {
		max-width: 360px;
	}
	#comments .children{
		margin-left: 27px;
	}
	#comments .comment-author.vcard, img.avatar-default{
		background-size: contain;
	}
	#comments .comment img {
		width: 55px;
		/*margin-right: -10px;*/
		background-size: contain;
	}
	.comment-full-content {
		padding-left: 72px;
	}
	/*#comments .comment-content {
		padding: 20px 0 0 75px;
	}*/
	#comments .post textarea {
		width: 100%;
	}
	#comments .post input[type=submit] {
		margin-left: 0;
	}
	#comments .post {
		width: auto;
	}
	#comments .post form {
		overflow: hidden;
	}
	#comments .post img {
		width: 62px;
		margin-right: 10px;
	}
	#comments .note {
		padding-right: 10px;
	}
	.related {
		margin: 0 0 -25px;
	}
	.related article {
		width: 50%;
		padding-bottom: 20px;
		min-height: 240px;
	}
	.related h3 {
		font-size: 19px;
		line-height: 18px;
	}
	.related article img {
		padding-right: 25px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-height: 149px;
	}
	#footer {
		position: relative;
		padding: 15px 0 70px;
	}
	#footer .container {
		position: static;
	}
	#footer .right .menu li {
		margin-right: 10px;
	}
	#footer .right .menu {
		position: absolute;
		bottom: 27px;
		z-index: 9;
		margin: 0;
		left: -10px;
		right: 0;
	}
	.related article h4 {
		padding-top: 12px;
		line-height: 19px;
		font-size: 14px;
	}
	.posts img {
		width: 30%;
	}
	.archives {
		display: none;
	}
	.post-wrapper {
		margin-left: 0;
	}
	.post-wrapper-archive {
		margin-left: 0;
	}
	.donation-wrapper .inner-text-wrapper {
		width: 100%;	
	}
	.donation-wrapper .mid {
		font-size: 15px;
	}
	.donation-wrapper .mid .line-wrapper .line-title {
		width: 30%;
	}
	.donation-wrapper .mid .donated, 
	.donation-wrapper .mid .remaining, 
	.donation-wrapper .mid .blackBold {
		font-size: 26px;
	}
	
	.entry-content iframe, 
	.entry-content embed {
		width: 100% !important;	
	}
	#header .right form {
		border: none;
		right: 40px;
	}	

} 

@media screen and (max-width: 580px) {
	#header-banner-wrapper .button-wrapper {
		padding: 5px 0 2px;
	}
	#header-banner-wrapper .info-wrapper {
		font-size: 12px;
	}
	#header-banner-wrapper a.button-link span {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	#header {
		height: auto;
	}

}
@media screen and (max-width: 483px) {
	.icons-meta {
		padding: 0;
		/*clear: both;*/
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.single-post .entry-content {
		padding-top: 15px;
	}
}
@media screen and (max-width: 480px) {
	#header-banner-wrapper .left-column {
		font-size: 13px;
		line-height: 16px;
	}
	#header-banner-wrapper {
		height: 163px;
		background-image: url(images/juan-mobile.png);
	}
	#header .right form.search-form-small {
		top: 50px;	
	}	
}
@media screen and (max-width: 415px) {

	#comments .comment-content {
		padding-top: 40px;
	}
	.comment-metadata{
		/*position: absolute;  
		top: 24px;
		left: 78px;*/
	}
	#comments .comment-author.vcard{
		margin-right: 10px;
	}
	#comments .children {
		margin-left: 15px;
	}
	.donation-wrapper .mid .line-wrapper .line-title {
		padding-top: 1px;
	}
}
@media screen and (max-width: 400px) {
	#header-banner-wrapper .left-column {
		font-size: 13px;
		line-height: 16px;
	}
	#header-banner-wrapper .left-column {
		width: auto;
	}
	#header-banner-wrapper {
		background-image: none;
	}
	#footer .right .social,
	#respond .note {
		display: none;
	}
	#footer .right .menu li {
		margin-right: -20px;
	}
	#footer {
		padding-bottom: 20px;
	}
	#footer .right {
		float: none;
	}
	.posts img {
		display: none;
	}
	#footer .right .menu {
		position: static;
		padding: 0;
		float: left;
		margin: 0 0 0 -25px;
	}
	#footer .logo {
		float: right;
		margin: 8px 0 0 0;
	}
} 

@media screen and (max-width: 365px) {
	.donation-wrapper .inner-text-wrapper {
		width: 100%;	
	}
	.donation-wrapper .mid {
		font-size: 0.7em;
	}
	.donation-wrapper .mid .line-wrapper .line-title {
		padding-top: 0;
	}
	.donation-wrapper .mid .donated, 
	.donation-wrapper .mid .remaining,
	.donation-wrapper .mid .blackBold {
		font-size: 1.5em;
		padding: 0;
	}
	#header .right form.search-form-small {
		right: 35px;
		top: 57px;
	}
	#juan-search-form input[type="text"]:focus {
		width: 180px;	
	}
}


/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 12pt !important;
		min-width: 0;
	}
	#body {
		width: 80%;	
		margin: 0 auto;
		padding: 0;
		clear: none;
		display: block;
	}
	.home #body {
		width: 90%;	
	}
	
	.entry-content iframe {
	    margin: none;
	    padding: none;
	    border: none;
		page-break-before: avoid;
		width: 100%;
		height: auto !important;
		min-height: 600px;
		display: block;
	}

	.container,
	.entry-content iframe {
		max-width: 100%;	
		margin: 0 auto;
		padding: 0;
	}
	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#header {
		width: 70%;
		max-height: 50px;	
		margin: 0 auto 24px auto;
		box-shadow: none;		
	}
	#menu,
	#header .right,
	#logo,
	#sidebar,
	.footer-ad,
	.container .right,
	.bottom-meta,
	.yarpp-related,
	#comments,
	.comment-list,
	#footer .right,
	.video-container iframe,
	.entry-content blockquote:before, 
	.entry-content blockquote.full:before,
	.entry-content blockquote .share,
	#content .meta span.lion,
	.fvfb_print,
	.icons-meta{
		display: none;
	}

	.video-container,
	.print-notice,
	.entry-content .print-notice {
		display: block;
	}

	#header,
	#featured,
	.entry-content blockquote p, 
	.entry-content blockquote.full p {
		page-break-inside: avoid;
		page-break-after: avoid;
	}

	#header,
	#featured,
	#body {
		page-break-before: avoid;
	}

	#featured {
		max-height: 420px;	
	}

	#print-logo {
		display: block;	
		visibility: visible;
	}

	.container,
	#content {
		float: none;
		width: auto;
		padding: 0;
	}

	#content h1, 
	.page-special .entry-title,
	.hentry h1,
	.entry-header {
		max-width: 90%;
		margin: 0 auto;
		padding: 0;
		padding-right: 0;
		font-size: 30px;
	}

	.entry-content,
	.entry-summary,
	.entry-meta,
	.meta {
		margin: 0 auto 12px auto;
		padding: 0;
		min-width: 0;
		max-width: 90%;
	}
	.entry-content li {
		max-width: 100%;
		text-align: justify;
	}
	
	.entry-content p {
		max-width: 100%;
		margin: 0 auto;
		text-align: justify;
	}

	.entry-content blockquote {
		max-width: 85% !important;
		padding-left: 24px !important;
		font-size: 12pt;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	#content {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

}



@media screen and (max-width: 760px) {
	.oldie #logo {
		width: 200px;
		background-image: url('images/logo_s_oldie.png');
	}
	
	.oldie #featured article img, .oldie a.donation-button, .oldie .donation-article{
		width: 100%;
	}
}

@media screen and (max-width: 400px){
	.oldie #logo{
		width: 120px;
		background-image: url('images/logo_ss_oldie.png');
	}
}


/* OLDIE */
.oldie #menu {
	padding-left: 50px;
}
.oldie #header .right form input[type="submit"] {
	color: #000;
}
.oldie #featured article {	
	
}
.oldie .donation-article,
.oldie a.donation-button {
	width: 376px;
	height: 425px;
	max-width: 290px;
	display: block;
	margin: 0;
	padding: 0;
	zoom: 1;
	position: relative;
	float: none;
}
.oldie .social-wrapper .social li .number {
	clear: both;
}
.oldie .inner-text-wrapper {
	/*display: inline-block;	
	width: 160px;*/
	height: 250px;
	/*zoom: 1;
	float: right;
	top: 0;
	right: 0;
	margin-top: 30px;*/
}
.oldie .donation-article .line-title {
	width: 150px !important;
}
.oldie .comment-meta h4, 
.oldie .comment-metadata {
	float: left;	
}
.oldie .donation-wrapper img {
	 width: 378px;
	 height: 229px;
	 display: inline-block;
 }
.oldie .donation-wrapper .mid {
	/*width: 160px;
	position: fixed;
	right: 0;
	float: none;*/
}
.oldie .reply {
	float: right;	
}
.oldie .search-field {
	max-width: 100px;
	float: left;
}
.oldie .comments-posts article img {
	height: 156px;	
	display: block;
}
.oldie .entry-content i p {
	font-style: normal;
}
.oldie .icons-meta  {
	position: relative;
}
.oldie .icons-meta .meta-comments-number {
	position: absolute;
	top: 30px;
	left: 11px;
}

/*
 * 2015/02/26 fix for Flowplayer appearing with incorrect width
 */
.flowplayer div {
    max-width: 100%;
}


/* Richard - 24.11.2015 - PrettySocial Twitter not updating - hide zero counts */
.no-shares .twnumber{
  display: none;
}