/*
Theme Name: mexicochronicle
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mexicochronicle
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 mexicochronicle is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Linkssitesib	5.2 - Menus
6.0 - Accessibilitylanding
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
.section a  {
	color: #000;
	}

ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h3, h4, h5, h6 {
	
	font-family: 'PT Sans Narrow', sans-serif;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	/*background: #fff9c0;*/
	text-decoration: none;
	
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
.redtext {
	color: #FA7D7D;
	}
.italic {
	font-style: italic;
	}
.booksellers {
	font-size: 16px;
	font-size: 1.6rem;
	background: antiquewhite;
    	padding: 4px;
    	margin: 6px;
    	border-radius: 6px;
    	border: 1px solid antiquewhite;
    	}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.nobullet {
	list-style-type: none;
	}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%;  /*Adhere to container width. */
}
@media \0screen {img { width: auto }} /* Prevent height distortion in IE8. */
figure {
	margin: 0;
}
 Google map zoom control is not visible without this
.map img {
	max-width: none;
	}
.map {
	float: right;
	margin: 8px 0 8px 10px;
	text-align: center;
	}
.map-caption {
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

.booksellers a, .aftercontent a, .aftercontent2 a  {
	color: #000;
	}
.catname a {
	color: #fff;
	}

.main-navigation {
	display: none;
	}
/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
*/
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.searchfront {
	overflow: auto;
	margin-bottom: 16px;
	background: #fff;
	}
.searchfront .widget {
	margin-bottom: 10px;
	}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 6px!important;
	overflow: hidden;
	}
form.gsc-search-box {
	padding: 0;
	margin-bottom: 0;
}
.search {
	margin: 0 0 30px 0;
	}
.adfront {
	text-align: center;
	}
.adfront-head {
	text-align: center;
	font-size: 18px;
	font-size: .8rem;
	}
.adfront-linkunit {
	text-align: center;
	margin-top: 8px;
	}
.adfront-linkunit2 {
	text-align: center;
	}
.linkads {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	margin: 16px 0;
	font-style: italic;
}
.textinsert1 {
	text-align: center;
	margin: 0 0 12px 0;
	font-style: italic;
}
.textinsert2 {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	margin: 16px 0;
	font-style: italic;
}
.exchange_rates {
padding: 10px 0;
}
.classified-sidebar-container {
	background: beige;
	border: 1px solid black;
	margin: 0 auto 20px auto;
	width: 300px;
}
.classified-sidebar {
	
    
	padding: 8px;
}
.classified-sidebar .widget {
	margin: 0 0 5px 0;
	
}
.classified-sidebar .widget-title {
	font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 10px;
	font-family: 'PT Sans', sans-serif;
}
.classified-sidebar h3 {
	font-family: 'Source Serif Pro', serif;
	font-size: 36px;
    font-weight: bold;
	line-height: 1.2em;
}
.classified-sidebar .w2dc-widget {
	text-align: left;
}
.classified-sidebar .w2dc-content img {
    margin-right: 10px;
}
.classified-sidebar .w2dc-widget-listing-title {
    font-size: 16px;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/* Features */

.adinpost {
	margin: 30px 0;
	width: 100%;
	text-align: center;
}
.adinpost img {
    max-width: none;
}
.adinsidebar, .adinsidebar2 {

width: 300px;
margin: 0 auto;
	}
.adinsidebar2 {
	margin: 20px auto;
}
.ad-slug {
	text-align: center;
	font-size: 6px;
	font-size: .6rem;
	padding-bottom: 4px;
}
.adinpost_mobile {
	margin: 30px 0;
	width: 100%;
	display: block;
	text-align: center;
	
	}
.adinpost2, .adinpost-lr {
	margin: 20px 0;
	text-align: center;
	display: none;
}

.adinpost-linktext {
	margin: 12px 0 12px 18px;
	float: right;
	}
.adlink {
    margin: 35px 0;
}
.adlink p {
    font-size: 18px;
    margin-bottom: 22px;
    text-align: center;
}
.sb-halfpage {
        display: none;
        }
.poll {
	margin: 20px auto;
	width: 300px;
	
}
.poll h3 {
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Source Serif Pro', serif;
}
.poll h2 {
	background-color: red;
    	font-family: 'PT Sans', sans-serif;
    	color: #FFF;
    	margin-bottom: 10px;
}
.poll p {
	line-height: 1.4em;
  	font-weight: bold;
    	margin: 10px 0;
    	font-style: italic;
	text-align: left;
}
.fp-page {
	overflow: auto;
	}
.skyscraperpost {
	text-align: center;
	}
.description {
	font-family: 'PT Sans',sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	
	}
.signup {
	text-align: center;
	}
.contact {
	text-align: center;
	width: 100%;
	/*margin-top: 28px;*/
	}
.contact h3 {
	font-size: 34px;
	font-size: 3.4rem;
	margin: 24px 0 0 0;
	}
.contact p {
	margin: 0;
	}
.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	}
.relatedstories {
	overflow: auto;
	}
.lnb-ads {
	text-align: center;
	margin-top: 20px;
	}
.ac-ads {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	}
.ac-ads-linktext {
	margin: 20px 0;
	}	
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0;
}
.hentry h3 {
	font-size: 26px;
	font-size: 2.6rem;
  	font-weight: 700;
  	}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 30px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2em;
	clear: left;
	}
.entry-title a, .latestnews-title a, .update-text a {
	color: #404040;
	}
.latestnewsblock {
	clear: right;
	margin-top: 36px;
	}
.teaserblock {
	clear: right;
	margin-top: 36px;
	}
.latestnews-sectionleft {
	float: left;
	width: 47%;
	}
.latestnews-sectionright {
	float: right;
	width: 47%;
	}
.latestnews-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.1em;
	clear: right;
	font-weight: 700;
	}
.latestnews-summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2em;
	}
/*.latestnews p {
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 14px;
	font-size: 1.4rem;
	}*/
.latestnews ul {
	list-style-type: none;
	margin: 0;
	}
.latest {
	clear: left;
	overflow: auto;
	}
.latest-caption {
	margin: 0 10px 0 0;
	float: left;
	}
.date {
    font-size: 10px;
    margin: 0;
    font-style: italic;
}
#demo1.sharrre {
width:100%;
display:inline-block;
}
#demo1.sharrre .box{
    float:left;
}
#demo1.sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:13px;
    height:60px;
    line-height:60px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:200px;
    background:#a1a1a1;
    float:left;
  }
  #demo1.sharrre .count {
    display:block;
    font-size:17px;
    line-height:54px;
    height:54px;
    padding:3px 0;
    position:relative;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#eee;
    border-radius:4px; 
    color:#000;
    float:right;
  }
  #demo1.sharrre .buttons {
    display:none;
    float:left;
    width:300px;
  }
  #demo1.sharrre .button {
    float:left;
    max-width:50px;
    height:50px;
    margin-left:10px;
  }

.sqweb-button {
	width: 155px;
    	margin: 30px auto 20px auto;
    	padding-bottom: 20px;
}
.addthistop {
	margin: 26px 0;
	
	}
.addthis {
	margin: 0 0 26px 0;
	clear: right;
	}


.fb_iframe_widget_lift 
{
z-index: 2 !important;
}


embed, iframe, object, video
{
max-width: 672% !important;
}
/*.video {
	max-width: 450px;
	overflow: auto;
	}*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-meta {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 10px 0 6px 0;
	}
.entry-meta-2 {
	overflow: auto;
	margin-bottom: 10px;
	}
.cat {
	margin-bottom: 16px;
	
	}
.catname {
	background: red;
	color: #ffffff;
	padding: 2px 8px;
	margin-right: 10px;
	
	}
.entry-content {
	margin-bottom: 16px;
	}
	
.entry-content p, .entry-summary p {
	font-size: 14px;
	font-size: 1.4rem;
	font-family:'Bitter', Georgia, 'Times New Roman', Times, serif;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.4em;
	}
.front .entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin: 0;
	}
.landing .col1 {
	
	}
.landing .col2 {
	
	background: #F2F2F2;
	padding: 0 14px;
	border: 1px solid #999;
	}
.landing ul {
	list-style-type: none;
	margin: 12px 0;
	line-height: 1.2em;
	}
.landing li {
	margin-bottom: 6px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	/*border-bottom: 1px solid red;*/
	padding-bottom: 6px;
	overflow: auto;
	}
.landing .topsection p {
	margin-bottom: 14px;
	}
.alternate {
	font-style: italic;
	}
.landing .topsection {
	float: none;
	}
.landing .midsection {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid #D8D8D8;
	}
.footer-landing h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 8px;
	}
.footer-landing p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3em;
	}

.landinghead {
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2em;
	}
.landinghead2 {
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2em;
	margin: 10px 0;
	}
.landinghead3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	text-align: center;
	margin-bottom: 8px;
	}
.landing .entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	
	}
.landing .topsection p {
	text-align: center;
	margin-top: 10px;
	}
.landing .entry-summary p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
	}
/*.landing .wp-caption {
	width: 300px;
	}*/
.landing .wp-caption {
	width: 100%;
	}
.signupform {
	clear: both;
	background: #fff;
	margin-top: 20px;
	padding-top: 16px;
	}
.wp-caption-fl {
	width: 100px;
	float: left;
	margin-right: 12px;
	}
.landing .site-content {
	background: #FFF;
	}
.signup-form {
	margin-bottom: 16px;
	overflow: hidden;
	border-top: 6px solid #e6e6e6;
	border-bottom: 6px solid #e6e6e6;
	padding-bottom: 16px;
	}
.e2ma_signup_message {
	margin-bottom: 10px;
	}
.subhead {
	font-family: 'Source Serif Pro', serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 7px;
	line-height: 1.3em;
	font-weight: 700;
	}
.update {
	font-family: 'PT Sans Narrow',sans-serif;
	margin: 10px 0;
	font-size: 18px;
    	font-weight: bold; 
	}
.update-text {
	margin: 0;
	font-family: 'PT Sans Narrow',sans-serif;
	
	font-size: 18px;
    	font-weight: bold; 
}
.sectionbottom .wp-caption {
	float: left;
	margin: 4px 12px 12px 0;
	clear: left;
	width: 120px;
	}
.sectionbottom {
	overflow: auto;
	}
.sectionbottom ul {
	margin: 0;
	list-style-type: none;
	}
.sectionbottom li {
	clear: left;
	}
.briefs-title {
	font-size: 18px;
	font-size: 1.8rem;
	}
.sectionbottomleft {
	width: 300px;
	height: 250px;
	background: red;
	}
.sectionbottomright {
	
	}
.sectionbottom .title {
	font-size: 26px;
	font-size: 2.6rem;
	}
.sectionbottom .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'PT Sans',sans-serif;
	clear: right;
	}
.sectionbottom .entry-summary p {
	font-size: 13px;
	font-size: 1.3rem;
	}
.sectionhead-top {
	overflow: auto;
	color: #FFFFFF;
	text-align: left;
	background: red;
	margin-bottom: 12px;
	padding-left: 8px;
	}
.sectionhead {
	overflow: auto;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	color: #FFFFFF;
	text-align: center;
	background: red;
	}
.sectionhead h2 {
	font-family: 'PT Sans', sans-serif;
	}
.briefs .sectionhead {
	overflow: auto;
	background: red;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	color: #FFFFFF;
	
	text-align: center;
	}
.briefs {
	line-height: 1.4em;
	}
.briefs h5 {
	font-size: 15px;
	font-size: 1.5rem;
	}
.briefs a {
	color: #404040;
	}
.briefs li {
	margin-bottom: 3px;
	list-style-type: square;
	}
.briefs ul {
	margin-left: 20px;
	}
.taxonomy-description {
	display: none;
	}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
	width: 100%;
	}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment-form p {
	margin-bottom: 16px;
	}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.graph {
	margin: 20px 0;
	}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin: 0 0 14px 0;
	max-width: 100%;
	line-height: 1.2em;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: left;
	line-height: 1.2em;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.secondary-image {
	text-align: center;
	}
.media-credit {
	font-size: 5px!important;
	font-size: .5em!important;
	font-family: PT Sans, sans-serif;
	text-align: left!important;
	margin: 0 0 1px 0!important;
	text-transform: uppercase;
}
.other_images {
    float: left;
    margin-bottom: 50px 0!important;
}
.mugshot {
	float: left; 
	margin-right: 8px;
	
	}
/* Facebook landing page*/
.feature-photo {
	float: right;
	margin-left: 16px;
	}
	
/*Styles photo credit in WP Gallery, which is added manually with a span to each photo */
.gc {
	font-size: 8px;
	font-size: .8rem;
	text-transform: uppercase;
	/*padding-left: 10px;*/
	}

.slider {
	display: none;
	}
.roster_slider_set.roster_slider {
	margin: 0 auto;
}
.roster_slider div.roster_slideri {
	padding: 12px; 
}.roster_slider .roster_slide {
	background: #FAFAFA;
} 
.roster_slider div {
	display: block;
	}

/* Header */
.site-branding {
	
	text-align: center;
	
	}
.site-branding img {
	width: 600px;
	
	}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	max-width: 798px;
	text-align: center;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	/*width: 100%;*/
	margin: 20px 6px 0 0;
	max-width: 23%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	padding-right: 10px;
}
.gallery-columns-4 .gallery-item {
	
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	text-align: left;
	
	}
.gallery .wp-caption-text {
	color: #fff;
}
.lowercontent .gallery-item {
	max-width: 100%;
	}
#swipebox-caption {
	display: none;
	}
body.category .section {
	margin: 0 0 4px 0;
	}
body.category .page-title, .author .page-title {
	color: red;
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 10px;
	line-height: 1.5em;
	}
body.category .entry-title, .author .entry-title {
	font-size: 20px;
	font-size: 2rem;
	}
body.category .entry-meta, .author .entry-meta {
	
	font-size: 12px;
	font-size: 1.2rem;
	
	margin: 0;
	}
body.category .wp-caption, .author .wp-caption {
	float: right;
	margin: 0 0 0 12px;
	width: 150px;
	}
body.category p, .byline, .author p, .byline {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3em;
	margin-bottom: 0;
	}
.category-slideshow .adinpost {
	display: none;
	}
		
/* About page styling */
.page-id-2 .wp-caption {
	float: right;
	width: 100px;
	margin-left: 40px;
	}
/* FB landing page styling 
.page-id-12087 .leaderboard, .page-id-12087 .slider, .page-id-12289 .leaderboard, .page-id-12289 .slider {
	display: none;
	}*/	
.page-id-33029 .testimonials h2, .page-id-12289 .testimonials h2 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	}
.page-id-33029 .testimonials h3, .page-id-12289 .testimonials h3 {
	font-size: 28px;
	text-align: center;
	margin: 16px 0;
	font-style: italic;
	}
.page-id-33029 .testimonials h4, .page-id-12289 .testimonials h4 {	
	text-align: center;
    	font-size: 22px;
    	font-weight: bold;
    	margin-bottom: 20px;
    	}
.page-id-33029 .testimonials, .page-id-12289 .testimonials {
	width: 99%;
	margin: 0 auto;
	border: 1px solid red;
	padding: 14px 24px;
	}
.landing-photo {
	text-align: center;
	margin-bottom: 16px;
    }

/* Layout */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#page {
	max-width: 860px;
	margin: 20px auto 24px auto;
	}
.site-header {
	/*margin: 16px 20px 0 20px;
	padding-bottom: 10px;*/
	overflow: visible;
	
	}
.site-content {
	padding: 0 10px 0 10px;
	overflow: hidden;
	background: #FAFAFA;
	clear: left;
	}

.section {
	overflow: auto;
	margin-bottom: 18px;
	background: #FFF;
	padding-top: 15px;
	}
.topsection {
	float: left;
	overflow: auto;
	}
.leaderboard {
	width: 100%;
	text-align: center;
	position: relative;
    z-index: 1000;
    margin: 14px 0;
	}
.skyscraper {
	display: none;
	}
.midsection {
	clear: left;
	}
.midsection2 {
	overflow: auto;
	}
.midsection3 {
	clear: left;
	}

.facebook {
    margin-bottom: 30px;
}



.aftercontent {
	width: 100%;
	overflow: auto;
	}
.aftercontent2 {
	width: 100%;
	clear: both;
	margin-top: 28px;
	}
.ac-left {
	width:100%;
	
	}
.ac-right {
	width: 100%;
	
	}
.aftercontent ul, .aftercontent2 ul {
	margin: 0;
	list-style: none;
	}





.entry-footer {
	clear: left;
	}
.site-footer a, .site-footer a:visited {
	color: #000;
}
.site-footer {
	overflow: auto;
	padding: 0 10px;
	clear: left;
	max-width: 900px;
    	margin: 10px auto 0 auto;
	}
.site-footer h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'PT Sans', sans-serif; 
	}
.site-footer p {
	margin-bottom: 8px;
}
.footer-ad {
	text-align: center;
	}
/*Linked stories pages */
.story {
	width: 100%;
	/*margin-right: 10px;
	float: left;*/
	}
.story .photo {
	float: none;
	text-align: left;
	}
.story .cutline {
	margin-bottom: 10px;
	}
.story .byline {
	margin: 0;
	}
.story .entry-meta {
	margin: 16px 0;
	}
.sidebar {
	text-align: center;
	}
.sidebar .adinpost_mobile {
	/*float: right;*/
	display: none;
	}
.sidebar-ad1 {
	display: none;
	}
.photo2 {
float: none!important;
text-align: left;
}

/*********************************** 550   ******************************/

@media only screen and (min-width:550px) {

.matched-content {
clear: left;
}
.lowercontent {
	clear: both;
	
	}
.entry-meta {
	margin: 6px 0;
	}
.entry-title {
	font-size: 40px;
	font-size: 4rem;
	}
.entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
	}
.entry-summary p {
	font-size: 16px;
	font-size: 1.6rem;
	}
.adfront {
	height: 250px;
	margin-bottom: 30px;
	background: #eee;
	}
.linkunits {
	float: left;
	margin-left: 2%;
	}	
.briefs {
	float: right;
	width: 54%;
	}
.briefs h5 {
	font-size: 16px;
	font-size: 1.6rem;
	}
.adinpost, .adinpost2, .adinpost-lr {
	display: block;
	clear: left;
	border: 1px solid #E6E6E6;
	padding: 8px 14px 8px 14px;
	margin: 20px 18px 20px 0;
	float: left;
	width: 328px;
	background: #FFF;
}
.adinpost-lr {
	width: 364px;
}
.adinsidebar {
	margin-bottom: 20px;
	}
.adinpost_mobile {
	display: none;
	}
.adinpost-linktext {
	display: none;
	}
.sidebar-ad1 {
	display: block;
	}
.skyscraperpost {
	float: left;
	margin: 18px 20px 0 0;
	width: 160px;
	}
.gallery {
	margin: 0 auto 1.5em auto;
	
	overflow: auto;
	}
}
/*********************************** 600   ******************************/

@media only screen and (min-width:600px) {
.description {
	font-size: 18px;
	font-size: 1.8rem;
	}
.wp-caption {
	float: right;
	margin: 0 0 16px 12px;
	width: 50%;
	}
.skyscraper {
	display: block;
	width: 160px;
	float: right;
	margin-left: 20px;
	}

.front .entry-title {
	font-size: 23px;
	font-size: 2.3rem;
	}
.section {
	border: 2px solid #D8D8D8;
	padding: 15px 15px 0 15px;
	}
	

.addthis {
	margin: 0 0 40px 0;
	}

.slider {
	display: block;
	border: 2px solid #D8D8D8;
	background: #fff;
	margin-bottom: 20px;
	}
.page-id-2 .wp-caption {
	float: left;
	width: 220px;
	margin: 20px 0 0 0;
	}
.page-id-2 .content {
	overflow: auto;
	
	}
.page-id-2 .entry-title {
	margin: 20px 0;
}
.map {
	float: right;
	text-align: center;
	margin: 8px 0 8px 0;
	}
.landing-photo {
	float: right;
    margin: 0 0 36px 36px;
    }
.landing-photo img {
	width: 80%;
    }
    
}

/*********************************** 700   ******************************/
@media only screen and (min-width:700px) {


.sqweb-button {

    	margin: 0 auto 0 auto;

}	
	
.story {
	width: 51%;
	margin-right: 20px;
	float: left;
	}
.story .wp-caption {
	float: none;
	text-align: left;
	margin: 0 0 14px 0;
	}
.story .byline {
	margin: 0;
	}
.sidebar {
	float: right;
	width: 300px;
	}
.briefs {
	width: 64%;
	}
.lowercontent {
	overflow: auto;
	}
.teaserblock {
	margin-top: 0;
	float: left;
	width: 52%;
	}	
.lnb-ads {
	float: right;
	margin-top: 0;
	}
.latestnews-title {
	margin-bottom: 4px;
	}
.latestnews p {
	line-height: 1.2em;
	}	
.signup {
	width: 50%;
	float: left;
	}
.contact {
	float: right;
	width: 45%;
	/*margin-top: 14px;*/
	}
.map {
	
	margin: 8px 0 8px 20px;
	}
.adinpost-linktext {
	display: block;
	}
.ac-left {
	width:300px;
	float: left;
	}
.ac-right {
	width: 51%;
	float: right;
	border-bottom: 1px solid red;
  	padding-bottom: 6px;
	}

.relatedstories {
	
	float: left;
	width: 50%;
	}
.adinsidebar, .adinsidebar2 {
	border: 1px solid #E6E6E6;
	padding: 8px;
	background: #FFF;
width: 318px;
	}
.poll {
	margin: 0 auto 20px auto;
}
}

/*********************************** 768   ******************************/

@media only screen and (min-width:768px) {	
/*.site-header {
	margin: 16px 15px 0 15px;
	}*/
.site-content {
	padding: 6px 15px 0 15px;
	}
.ac-right {
	width: 54%;
	}
.site-footer {
	padding: 0 15px;
	}



.front .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	}
.wp-caption {
	margin: 0 0 20px 22px;
	width: 400px;
	}
.front .wp-caption {
	width: 50%;
	margin: 0 0 20px 20px;
	}	
.entry-content {
	margin-bottom: 26px;
	}
.leaderboard {
	display: block;
  	border-top: 1px solid #ccc;
  	padding-top: 14px;
    	margin: 10px 0 14px 0;
	}
.adinpost, .adinpost2, .adinpost-lr {
	margin: 20px 40px 20px 0;
	}
.footer-ad {
	float: right;
	margin-left: 16px;
	}
.comments-area h3 {
	clear: none;
	}
.comments-area textarea {
	width: 55%;
	}
.contact h3 {
	margin: 10px 0 0 0;
	}
.teaserblock {
	width: 56%;
	}

/*Landing pages*/

.landing .col1 {
	display: block;
	width: 50%;
	float: left;
	}
.landing .col2 {
	display: block;
	width: 46%;
	float: right;
	background: #F2F2F2;
	padding: 0 14px;
	border: 1px solid #999;
	}

.landinghead {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.2em;
	}
.landinghead2 {
	font-family: 'Archivo Narrow', sans-serif;
	margin: 7px 0 14px 0;
	font-size: 36px;
	font-size: 3.6rem;
	}
.landinghead3 {
	font-size: 26px;
	font-size: 2.6rem;
	}
.landing .topsection p {
	font-size: 20px;
	font-size: 2rem;
	}
.landing li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-bottom: 9px;
	}
.footer-landing {
	margin: 0 24px;
	/*border-bottom: 1px solid #999;*/
	}

.landing .entry-title {
	font-size: 20px;
	font-size: 2rem;
	}
.landing .entry-meta {
	margin-top: 0;
	}
.landing .wp-caption {
	width: 50%;
	margin: 0 0 6px 10px;
	}
.landing .entry-summary p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3em;
	text-align: left;
	}
.landing-photo img {
	width: 100%;
    }

}
/*********************************** 800   ******************************/

@media only screen and (min-width:800px) {
.relatedstories {
	width: 56%;
	}
.entry-content p img {
	text-align: center;
	}

.site-footer {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 10px;
	}
}

/*********************************** 850   ******************************/

@media only screen and (min-width:850px) {
.ac-right {
	width: 58%;
	}
.story {
	width: 59%;
	}
.teaserblock {
	width: 60%;
	}
.landing li {
	font-size: 16px;
	font-size: 1.6rem;
	}
}


/*********************************** 900   ******************************/

@media only screen and (min-width:900px) {	
.site-content {
	padding: 12px 15px 0 15px;
	border-top: 0px;
	border: 1px solid #ccc;
	}
.site-header {
	margin: 16px 0 0 0;
	}
.sb-halfpage {
        display: block;
        }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	width: 670px;
	height: 30px;
	}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li:not(:last-child) {
	padding-right: 24px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #000;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	border: 1px solid #eee;
	background: #F6F4EB;
    padding: 8px;
    font-size: 14px;
	font-size: 1.4rem;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

.site-footer {
	padding: 0 0 10px 0;
	}

.section {
	margin-bottom: 16px;
	}
.front .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2em;
	}

.comments-area textarea {
	width: 55%;
	}
.landing .topsection {
	margin-bottom: 14px;
	}
.landing .col2 {
	margin-bottom: 10px;
	}
.landing ul {
	margin-bottom: 24px;
	}
.footer-landing {
	margin: 14px 44px 20px 44px;
	}	
}
/*********************************** 1000   ******************************/

@media only screen and (min-width:1000px) {
.site-header {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	}
.site-content {
	margin-bottom: 16px;
	}

.entry-title {
	font-size: 52px;
	font-size: 5.2rem;
	}
.subhead {
	font-size: 19px;
	font-size: 1.9rem;
	}
.contact h3 {
	margin: 0;
	}




}