/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/* @license
 * MyFonts Webfont Build ID 2501322, 2013-03-11T12:48:51-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: greta 75 Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/greta/75-black/
 * 
 * Webfont: greta 55 by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/greta/55/
 * 
 * Webfont: greta 65 Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/greta/65-bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2501322
 * Webfonts copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1985, 1987, 1990, 2002, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Librar
 * 
 * © 2013 MyFonts Inc
*/
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  background-color: #cccccc;
}
body {
  background-color: #ececec;
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
.home .content {
  margin-top: 16px !important;
}
.home .sidebar {
  margin-top: 16px;
}
.home h2 {
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.home h3 a {
  color: #000000;
}
.home h3 a:hover,
.home h3 a:focus {
  color: #990000;
}
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
body {
  padding: 0 10px;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #990000;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #000000;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
.sub-nav {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 24px;
  line-height: 26px;
  clear: both;
  position: relative;
  margin: 20px 0 4px;
}
h1 a.sub-nav {
  font-size: 11px;
  line-height: 34px;
  position: absolute;
  right: 0;
}
h1 a.sub-nav:before {
  content: "[";
}
h1 a.sub-nav:after {
  content: "]";
}
h1 span {
  font-weight: normal;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 24px;
  border-bottom: 1px solid #bcbdc0;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  clear: both;
  margin: 14px 0 0;
}
h2.big {
  font-size: 24px;
}
h2.stylised:before {
  content: "[";
}
h2.stylised:after {
  content: "]";
}
h2.extra-margin {
  margin-bottom: 8px;
}
h2.no-top-margin {
  margin-top: 2px;
}
h2.no-border {
  border: none;
}
h2.comments {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.comments span {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.comments a {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #000000 url(../images/prev-next.png) no-repeat right -20px;
  line-height: 22px;
  padding: 0 20px 0 10px;
}
h2.comments a:hover,
h2.comments a:focus {
  color: #000000;
}
h2 a.sub-nav {
  font-size: 13px;
  line-height: 36px;
  position: absolute;
  right: 0;
}
h2 a.sub-nav:before {
  content: "[";
}
h2 a.sub-nav:after {
  content: "]";
}
h3 {
  font-size: 15px;
  line-height: 1.2;
}
h3 span {
  font-weight: normal;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 a {
  color: #000000 !important;
}
h3 a:hover,
h3 a:focus {
  color: #990000 !important;
}
h4 {
  font-size: 16px;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
a.sub-nav {
  font-size: 13px;
  line-height: 28px;
  color: #000000 !important;
}
a.sub-nav:before {
  content: "[";
}
a.sub-nav:after {
  content: "]";
}
a.sub-nav:hover,
a.sub-nav:focus {
  color: #990000 !important;
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  position: relative;
  z-index: 1000;
  padding-top: 34px;
  text-align: center;
  margin-left: -10px;
}
.header figure {
  padding: 20px 0;
}
.header figure img {
  width: 240px;
}
.header img {
  max-width: 100%;
}
.header .share {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
  color: #000000;
}
.header .share:hover,
.header .share:focus {
  color: #990000;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav-button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px 0 10px;
  background: url(../images/nav-button.png) no-repeat top right;
  line-height: 34px;
  z-index: 999;
  color: #ffffff;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border: 0 none;
}
.nav-button.open {
  background-position: right -35px;
}
.primary-nav {
  text-align: left;
  padding: 34px 0 0;
  height: 29px;
  overflow: hidden;
  background-color: #990000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.primary-nav ul {
  margin: 0;
}
.primary-nav.open {
  height: auto;
}
.nav {
  padding: 0 10px;
}
.nav a {
  display: inline-block;
}
.nav.utility-nav {
  padding-top: 2px;
  line-height: 23px;
  background-color: #cecfcf;
  margin: 0;
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.nav.utility-nav a {
  color: #000000;
}
.nav.utility-nav a:hover,
.nav.utility-nav a:focus {
  color: #ffffff;
}
.nav.utility-nav a.newsletter-active {
  background-color: #000000;
  color: #ffffff;
}
.nav.top-nav {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.nav.top-nav li:hover:before {
  background: transparent;
}
.nav.top-nav a {
  color: #000000;
}
.nav.top-nav a:hover,
.nav.top-nav a:focus {
  color: #990000;
  background: #fff;
}
ul.secondary-nav {
  display: none;
  margin: 0;
  padding: 3px 0 0;
  background-color: #ccc;
  font-size: 13px;
  line-height: 21px;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.secondary-nav a {
  padding: 0 10px;
  color: #000000;
  background: transparent url(../images/secondary-nav.png) 100% 6px no-repeat;
}
ul.secondary-nav a:hover {
  color: #666;
}
/* highlight current page */
body.home li.home:before,
body.single-news li.news-events:before,
body.post-type-archive-news li.news-events:before,
body.post-type-archive-calendar li.news-events:before,
body.single-shots li.news-events:before,
body.post-type-archive-shots li.news-events:before,
body.post-type-archive-auctions li.auctions:before,
body.single-auctions li.auctions:before,
body.post-type-archive-articles li.articles:before,
body.single-articles li.articles:before,
body.post-type-archive-choices li.articles:before,
body.single-choices li.articles:before,
body.page-template-page-subscriptions-php li.subscriptions:before,
body.post-type-archive-issues li.subscriptions:before,
body.single-issues li.subscriptions:before,
body.page-template-page-bookshop-php li.books:before,
body.post-type-archive-reviews li.books:before,
body.single-reviews li.books:before,
body.post-type-archive-titles li.books:before {
  display: none;
}
body.home li.home > a,
body.single-news li.news-events > a,
body.post-type-archive-news li.news-events > a,
body.post-type-archive-calendar li.news-events > a,
body.single-shots li.news-events > a,
body.post-type-archive-shots li.news-events > a,
body.post-type-archive-auctions li.auctions > a,
body.single-auctions li.auctions > a,
body.post-type-archive-tours li.tours > a,
body.single-tours li.tours > a,
body.post-type-archive-articles li.articles > a,
body.single-articles li.articles > a,
body.post-type-archive-choices li.articles > a,
body.single-choices li.articles > a,
body.page-template-page-subscriptions-php li.subscriptions > a,
body.post-type-archive-issues li.subscriptions > a,
body.single-issues li.subscriptions > a,
body.page-template-page-bookshop-php li.books > a,
body.post-type-archive-reviews li.books > a,
body.single-reviews li.books > a,
body.post-type-archive-titles li.books > a,
body.home li.home > a:hover,
body.single-news li.news-events > a:hover,
body.post-type-archive-news li.news-events > a:hover,
body.post-type-archive-calendar li.news-events > a:hover,
body.single-shots li.news-events > a:hover,
body.post-type-archive-shots li.news-events > a:hover,
body.post-type-archive-auctions li.auctions > a:hover,
body.single-auctions li.auctions > a:hover,
body.post-type-archive-tours li.tours > a:hover,
body.single-tours li.tours > a:hover,
body.post-type-archive-articles li.articles > a:hover,
body.single-articles li.articles > a:hover,
body.post-type-archive-choices li.articles > a:hover,
body.single-choices li.articles > a:hover,
body.page-template-page-subscriptions-php li.subscriptions > a:hover,
body.post-type-archive-issues li.subscriptions > a:hover,
body.single-issues li.subscriptions > a:hover,
body.page-template-page-bookshop-php li.books > a:hover,
body.post-type-archive-reviews li.books > a:hover,
body.single-reviews li.books > a:hover,
body.post-type-archive-titles li.books > a:hover {
  background-color: #990000;
  color: #ffffff;
}
body.home li.home:hover ul,
body.single-news li.news-events:hover ul,
body.post-type-archive-news li.news-events:hover ul,
body.post-type-archive-calendar li.news-events:hover ul,
body.single-shots li.news-events:hover ul,
body.post-type-archive-shots li.news-events:hover ul,
body.post-type-archive-auctions li.auctions:hover ul,
body.single-auctions li.auctions:hover ul,
body.post-type-archive-articles li.articles:hover ul,
body.single-articles li.articles:hover ul,
body.post-type-archive-choices li.articles:hover ul,
body.single-choices li.articles:hover ul,
body.page-template-page-subscriptions-php li.subscriptions:hover ul,
body.post-type-archive-issues li.subscriptions:hover ul,
body.single-issues li.subscriptions:hover ul,
body.page-template-page-bookshop-php li.books:hover ul,
body.post-type-archive-reviews li.books:hover ul,
body.single-reviews li.books:hover ul,
body.post-type-archive-titles li.books:hover ul {
  display: none;
}
/* end current highlighters */
body.single-news .news-secondary-nav,
body.post-type-archive-news .news-secondary-nav,
body.post-type-archive-calendar .news-secondary-nav,
body.single-shots .news-secondary-nav,
body.post-type-archive-shots .news-secondary-nav,
body.post-type-archive-articles .articles-secondary-nav,
body.single-articles .articles-secondary-nav,
body.post-type-archive-choices .articles-secondary-nav,
body.single-choices .articles-secondary-nav,
body.page-template-page-subscriptions-php .subscriptions-secondary-nav,
body.post-type-archive-issues .subscriptions-secondary-nav,
body.single-issues .subscriptions-secondary-nav,
body.page-template-page-bookshop-php .books-secondary-nav,
body.post-type-archive-reviews .books-secondary-nav,
body.single-reviews .books-secondary-nav,
body.post-type-archive-titles .books-secondary-nav {
  display: block;
}
body.single-news li.news a,
body.post-type-archive-news li.news a,
body.post-type-archive-calendar li.calendar a,
body.single-shots li.shots a,
body.post-type-archive-shots li.shots a,
body.post-type-archive-articles li.in-depth a,
body.single-articles li.in-depth a,
body.post-type-archive-choices li.choices a,
body.single-choices li.choices a,
body.page-template-page-subscriptions-php li.subscribe a,
body.post-type-archive-issues li.issues a,
body.single-issues li.issues a,
body.page-template-page-bookshop-php li.bookshop a,
body.post-type-archive-reviews li.reviews a,
body.single-reviews li.reviews a,
body.post-type-archive-titles li.titles a {
  color: #990000;
  background-image: url(../images/secondary-nav-active.png);
}
ul.breadcrumb {
  margin: 8px 0;
  color: #707070;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li:after {
  content: " > ";
}
ul.breadcrumb li:last-child:after {
  content: "";
}
ul.breadcrumb a {
  color: #707070;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
.homepage-featured .caption {
  position: absolute;
  bottom: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 10px 50px 10px 15px;
}
.homepage-featured .caption h3 {
  margin: 0;
}
.homepage-featured .caption h3 a {
  color: #ffffff !important;
}
.homepage-featured .caption p {
  margin: 0;
}
.homepage-featured .caption p.byline {
  margin: 0 0 4px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 300;
}
.homepage-featured .caption a {
  color: #990000;
}
.secondary-homepage-featured {
  margin: 8px 0;
  padding: 8px 0 0;
  border-top: 1px solid #bcbdc0;
  overflow: auto;
}
.secondary-homepage-featured li {
  overflow: auto;
  padding: 8px 0;
  border-bottom: 1px dotted #bcbdc0;
}
.secondary-homepage-featured li h3 {
  margin: 8px 0 2px;
}
.secondary-homepage-featured li img {
  display: none;
}
.editors-pick-panel {
  background-color: #cccccc;
  padding: 1px 20px 10px;
  overflow: auto;
}
.editors-pick-panel img {
  display: none;
}
.editors-pick-panel h3 {
  font-size: 17px;
  margin: 20px 0 0;
}
.editors-pick-panel p.byline {
  font-size: 12px;
  font-weight: 300;
}
.homepage-blog {
  overflow: auto;
  font-size: 12px;
}
.homepage-blog h3 {
  font-size: 13px;
  margin: 12px 0 0;
}
.homepage-blog p.byline {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 12px;
}
.homepage-blog img {
  display: none;
}
.facebook-timeline {
  display: none;
}
.homepage-issue {
  background-color: #999;
  color: #ffffff;
  overflow: auto;
  padding-left: 140px;
  padding-right: 20px;
}
.homepage-issue h3 {
  margin: 10px 10px 6px;
  font-size: 19px;
}
.homepage-issue h3 a {
  color: #ffffff;
}
.homepage-issue h3 a:hover,
.homepage-issue h3 a:focus {
  color: #000000;
}
.homepage-issue img {
  width: 122px;
  float: left;
  margin-left: -140px;
  border-bottom: 2px solid #ececec;
}
.homepage-issue p {
  margin: 0 10px;
  font-size: 12px;
}
.homepage-issue ul {
  font-size: 13px;
  border-top: 1px dotted #ffffff;
  margin: 10px 0 0;
  padding-bottom: 12px;
}
.homepage-issue ul li {
  border-bottom: 1px dotted #ffffff;
}
.homepage-issue ul li a {
  display: block;
  background: transparent url(../images/list-link.png) no-repeat right;
  color: #ffffff;
  font-weight: 600;
  line-height: 22px;
  padding: 0 10px;
}
.homepage-issue ul li a:hover,
.homepage-issue ul li a:focus {
  color: #000000;
}
a.share {
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-position: right top;
  line-height: 21px;
  padding-right: 27px;
}
a.share:hover,
a.share :focus {
  background-position: right -44px;
}
div.filters {
  font-size: 12px;
  min-height: 30px;
  line-height: 18px;
  border-bottom: 1px solid #bcbdc0;
  padding: 0;
}
div.filters form {
  position: relative;
}
div.filters form label {
  font-weight: 600;
  display: block;
  margin: 5px 0;
}
div.pagination {
  overflow: auto;
  margin-top: 5px;
  font-size: 12px;
  line-height: 25px;
  text-align: right;
}
div.pagination .label {
  float: left;
}
div.pagination .page-numbers {
  color: #999;
  padding: 0 .1em;
}
div.pagination .page-numbers.current {
  color: #000000;
}
div.pagination ol {
  margin: 0;
}
div.pagination ol li {
  padding: 0 .2em;
  display: inline-block;
  color: #000000;
}
div.pagination ol li a {
  color: #999;
}
p.byline {
  margin: 0;
}
ol.articles {
  margin: 0;
  border-top: 1px solid #bcbdc0;
  font-size: 12px;
}
ol.articles li {
  overflow: auto;
  margin: 0;
  border-bottom: 1px solid #bcbdc0;
  padding: 8px 0;
}
ol.articles li img {
  display: none;
}
ol.articles li h3 {
  padding-top: 5px;
  margin: 0 0 2px;
}
ol.articles li p.byline {
  font-weight: 300;
}
ol.articles li.featured-issue {
  color: #ffffff;
}
ol.articles li.featured-issue article {
  overflow: auto;
  background-color: #000;
  padding: 10px 10px 10px 110px;
}
ol.articles li.featured-issue h3 {
  font-size: 24px;
  line-height: 26px;
}
ol.articles li.featured-issue h3 a {
  color: #ffffff !important;
}
ol.articles li.featured-issue h3 a:hover,
ol.articles li.featured-issue h3 a:focus {
  color: #990000 !important;
}
ol.articles li.featured-issue img {
  display: block;
  width: 82px;
  float: left;
  margin-left: -100px;
}
ol.articles li.featured-issue .buy a {
  color: #ffffff;
}
ol.articles li.featured-issue .buy a:hover,
ol.articles li.featured-issue .buy a:focus {
  color: #990000 !important;
}
ol.articles li.featured-issue .buy dl {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
ol.articles li.featured-issue .buy dl dd {
  margin-bottom: .5em;
}
ol.articles.calendar h3 {
  font-size: 18px;
  margin: 0;
  line-height: 20px;
  padding-top: 0;
}
ol.articles.calendar h4 {
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0;
}
ol.articles.calendar .promoted {
  background-color: #d6d6d6;
  min-height: 158px;
}
ol.articles.calendar .promoted .description {
  padding: 15px;
  font-size: 12px;
  line-height: 13px;
}
ol.articles.calendar .promoted .panel {
  text-align: center;
  min-height: 158px;
  float: left;
  margin-right: 15px;
  background-color: #464646;
  color: #ffffff;
  width: 122px;
}
ol.articles.calendar .promoted .panel img {
  display: block;
}
ol.articles.calendar .promoted .panel .date {
  padding: 10px 5px;
  line-height: 13px;
}
ol.articles.calendar .promoted .panel .date.range {
  padding: 5px;
}
ol.articles.sidebar {
  border-top: none;
  border-bottom: 3px solid #990000;
}
ol.articles.sidebar h3 {
  font-size: 14px;
  line-height: 16px;
}
ol.articles.sidebar li:last-child {
  border: none;
}
.issue-intro {
  color: #ffffff;
  font-size: 11px;
}
.issue-intro .issue-intro-content {
  overflow: auto;
  background-color: #000;
  padding: 10px 10px 10px 110px;
}
.issue-intro h3 {
  margin-top: 0 !important;
  font-size: 24px;
  line-height: 26px;
}
.issue-intro h3 a {
  color: #ffffff !important;
}
.issue-intro h3 a:hover,
.issue-intro h3 a:focus {
  color: #990000 !important;
}
.issue-intro img {
  display: block;
  width: 82px;
  float: left;
  margin-left: -100px;
}
.issue-intro .buy h3 {
  margin: 0;
}
.issue-intro .buy dl {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.issue-intro .buy dl dd {
  margin-bottom: .5em;
}
.issue-intro .buy dl dd a {
  color: #ffffff;
}
.issue-intro .buy dl dd a:hover,
.issue-intro .buy dl dd a:focus {
  color: #990000 !important;
}
.article .wp-caption {
  background-color: #d6d6d6;
  font-size: 11px;
  font-style: italic;
  max-width: 100%;
  margin: 1em 0;
}
.article .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article .wp-caption p {
  margin: 0;
  padding: .4em .7em;
}
.article h3 {
  color: #000000;
  margin: 2em 0 0;
}
.article h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 1em 0 0;
}
.article p.byline.byline {
  position: relative;
}
.article p.byline.byline .share {
  color: #000000;
  position: absolute;
  right: 0;
  bottom: -2px;
}
dl.meta {
  overflow: auto;
  border-bottom: 1px solid #bcbdc0;
}
dl.meta dt {
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #bcbdc0;
  padding: .5em 0 .5em;
}
dl.meta dd {
  font-style: italic;
  border-top: 1px solid #bcbdc0;
  padding: .5em 0 .5em;
}
dl.meta dd a {
  color: #990000;
}
dl.meta dd a:hover,
dl.meta dd a:focus {
  color: #000000;
}
dl.tabs {
  margin: 2px 0 0 0;
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}
dl.tabs dt {
  font-size: 16px;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  padding-top: 5px;
  border-bottom: 3px solid #990000;
}
dl.tabs.enhance dt {
  background-color: #e0e0e0;
  width: 50%;
  text-align: center;
  float: left;
}
dl.tabs.enhance dt a {
  color: #000000;
}
dl.tabs.enhance dt a:hover,
dl.tabs.enhance dt a:focus {
  color: #990000;
}
dl.tabs.enhance dt.current {
  position: relative;
  z-index: 2;
  background-color: #990000;
}
dl.tabs.enhance dt.current a {
  color: #ffffff;
}
dl.tabs.enhance dd {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 30px;
}
ul.archive-tabs {
  border-bottom: 3px solid #808080;
  overflow: hidden;
  margin: 10px 0;
}
ul.archive-tabs li {
  font-size: 16px;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  padding-top: 5px;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: 2px;
  line-height: 25px;
  background-color: #d6d6d6;
}
ul.archive-tabs li a {
  color: #000000;
}
ul.archive-tabs li.current {
  background-color: #808080;
}
ul.archive-tabs li.current a {
  color: #ffffff;
}
ol.archive {
  margin: 8px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #bcbdc0;
}
ol.archive li.year {
  margin-bottom: 2px;
}
ol.archive li.year a.year-link {
  background-color: #c8c8c8;
  color: #000000;
  background-image: url(../images/archive-year.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: block;
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  font-size: 15px;
  padding: 2px .5em 0;
  line-height: 22px;
}
ol.archive li.year ol {
  display: none;
  margin: .5em 1em;
}
ol.archive li.year ol a {
  font-size: 13px;
  padding: 0 0 0 18px;
  background: url(../images/archive-month.png) no-repeat left;
  color: #000000;
}
ol.archive li.year ol a:hover,
ol.archive li.year ol a:focus {
  color: #990000;
}
ol.archive li.year.active a.year-link {
  background-position: right top;
}
ol.archive li.year.active ol {
  display: block;
}
ul.categories {
  overflow: auto;
  border-bottom: 1px solid #bcbdc0;
  padding-bottom: 8px;
}
ul.categories li {
  margin: 2px 8px;
  width: 43%;
  float: left;
  font-size: 11px;
  padding: 0 0 0 18px;
  background: url(../images/archive-month.png) no-repeat left 2px;
}
dl.stockists dt {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 29px;
  background-color: #c8c8c8;
  margin: 5px 0 0;
  padding: 5px 10px 1px;
  background-position: right -35px;
  background-repeat: no-repeat;
}
dl.stockists dd {
  background-color: #f9f9f9;
  margin: 0;
  padding: 1px 10px;
}
dl.stockists.enhance dt {
  background-image: url(../images/stockists-toggle.png);
}
dl.stockists.enhance dt.active {
  background-position: right 0;
}
nav.prev-next {
  overflow: auto;
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav.prev-next li.prev-link {
  float: left;
}
nav.prev-next li.next-link {
  float: right;
}
nav.prev-next li.next-link a {
  padding: 0 30px 0 10px;
  background-position: right -21px;
}
nav.prev-next li a {
  display: block;
  line-height: 22px;
  background: #000000 url(../images/prev-next.png) no-repeat left 0;
  padding: 0 10px 0 30px;
  color: #ffffff;
}
nav.prev-next li a:hover {
  color: #000000;
}
.form_overlay {
  background-color: #f9f9f9;
  font-size: 14px;
  max-width: 460px;
}
.form_overlay h1 {
  padding: 16px 15px 14px;
  margin-top: 0;
  line-height: 24px;
  background-color: #990000;
  color: #ffffff;
  position: relative;
}
.form_overlay h1 .close {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 15px;
}
.form_overlay h1 .close:hover,
.form_overlay h1 .close:focus {
  color: #000000;
}
.form_overlay form {
  margin: 10px 0 20px;
  padding: 0 15px;
}
.form_overlay form label {
  font-weight: 600;
  font-size: 14px;
  width: 140px;
  float: left;
  clear: both;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0;
}
.form_overlay form fieldset {
  border: none;
  padding: 0;
  margin: 10px 0;
}
.form_overlay form fieldset.action {
  margin-left: 140px;
}
.form_overlay form input {
  float: left;
}
.form_overlay form input.text {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  height: 30px;
  padding: 7px;
  width: 290px;
  margin: 9px 0 0;
}
.form_overlay form input.text[disabled] {
  background-color: #eee;
}
.form_overlay form p.checkbox {
  width: 290px;
  float: left;
  margin: 18px 0 0;
  font-size: 12px;
}
.form_overlay form p.checkbox input {
  margin-right: 4px;
}
.form_overlay form button {
  border: none;
  background: #990000 url(../images/prev-next.png) no-repeat right -16px;
  color: #ffffff;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  padding: 2px 20px 0 10px;
  cursor: pointer;
  white-space: nowrap;
}
.form_overlay form p.tip {
  font-size: 10px;
  font-style: italic;
  float: left;
}
.form_overlay form p.validation {
  font-size: 10px;
  margin: 0 0 0 140px;
  padding: 3px 5px;
  color: #ffffff;
  background-color: #f66;
  clear: both;
  font-weight: bold;
}
.form_overlay form em.mandatory {
  color: #000000;
}
.form_overlay form p.mandatory {
  text-align: right;
  font-size: 11px;
  margin: 0;
}
.form_overlay form p.privacy {
  font-size: 12px;
}
div.comments {
  margin-top: 40px;
}
div.comments form {
  background-color: #f0f0f0;
  padding: 8px;
  margin: 0 0 8px;
  overflow: auto;
}
div.comments form textarea {
  width: 100%;
  height: 80px;
  background: #dbdbdb;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  padding: 7px;
  margin: 0 0 8px;
}
div.comments form button {
  float: right;
  border: none;
  background: #990000 url(../images/prev-next.png) no-repeat right -16px;
  color: #ffffff;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  padding: 2px 20px 0 10px;
  margin: 0;
  cursor: pointer;
}
div.comments ol.commentlist {
  margin: 0;
  font-size: 12px;
}
div.comments ol.commentlist li {
  background-color: #f0f0f0;
  margin-top: 8px;
  padding: 8px 8px 8px 100px;
  overflow: auto;
}
div.comments ol.commentlist li h3 {
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  font-size: 14px;
  margin: 0;
}
div.comments ol.commentlist li img {
  float: left;
  margin-left: -92px;
}
div.comments ol.commentlist li time {
  font-size: 11px;
  display: block;
}
div.comments ol.commentlist li time a {
  color: #000000;
}
div.content {
  padding-bottom: 40px;
  position: relative;
}
div.sidebar {
  padding-bottom: 40px;
}
article {
  position: relative;
}
article.article img {
  max-width: 100%;
}
article.article p.introduction {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
div.callout {
  position: absolute;
  right: -70px;
  width: 60px;
}
div.callout div.share-article {
  background: #d4d4d4 url(../images/share-article.png) no-repeat 38px center;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 7px;
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.callout div.share-article a {
  display: block;
  padding: 5px 6px 3px;
}
div.callout div.comment-count {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000000 url(../images/comment-count.png) no-repeat;
  height: 77px;
  font-size: 30px;
  line-height: 64px;
  text-align: center;
}
div.callout div.comment-count a {
  color: #ffffff;
  display: block;
}
div.callout div.comment-count a:hover,
div.callout div.comment-count a:focus {
  color: #ffffff;
}
.custom_gallery {
  background-color: #808080;
  color: #fff;
  padding-left: 265px;
  margin: 15px 0;
  overflow: auto;
}
.custom_gallery a,
.custom_gallery a:hover {
  color: #ffffff;
}
.custom_gallery h2 {
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  padding-right: 20px;
  background: transparent url(../images/gallery-link.png) no-repeat right;
}
.custom_gallery h3 {
  color: #ffffff;
  margin: 4px 0;
  font-size: 16px;
}
.custom_gallery img {
  float: left;
  margin-left: -265px;
}
.custom_gallery .gallery_description {
  float: left;
  padding: 20px;
}
.gallery {
  display: none;
}
.jp-carousel-titleanddesc {
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
}
.jp-carousel-info h3.gallery_comment_heading {
  top: auto !important;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #4b4c4d !important;
}
.jp-carousel-info h3.gallery_comment_heading a {
  color: #ffffff !important;
  float: right;
  font-size: 13px;
  text-decoration: none !important;
  background: transparent url(../images/gallery-signin.png) no-repeat 100% 5px;
  padding-right: 10px;
}
.jp-carousel-info h3.gallery_comment_heading a:hover {
  color: #ffffff !important;
}
.jp-carousel-comment-form-textarea {
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
}
.jp-carousel-comment-form-button {
  border: none;
  background: #990000 url(../images/prev-next.png) no-repeat right -16px;
  color: #ffffff;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  padding: 2px 20px 0 10px;
  margin: 0;
  cursor: pointer;
}
#addthis-carousel-toolbox a {
  display: inline-block;
  padding: 3px;
}
aside.competition {
  background: #000000;
  color: #ffffff;
  padding: 14px 20px;
}
aside.competition a {
  display: block;
  clear: both;
  text-decoration: underline;
  line-height: 30px;
}
aside.competition a:link,
aside.competition a:visited {
  color: #ffffff;
}
aside.competition a:hover {
  color: #990000;
}
aside.competition h2 {
  margin: 0;
  font-size: 21px;
  border-color: #ffffff;
  line-height: 34px;
}
aside.competition p.competition-desc {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
aside.competition p.validation {
  color: #ff0000;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}
aside.competition form input {
  float: left;
  background-color: #ffffff;
  border: none;
  font-size: 14px;
  height: 30px;
  padding: 7px;
  width: 212px;
}
aside.competition form button {
  float: left;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #990000;
  color: #ffffff;
  border: none;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.sidebar {
  margin: 12px 0 0;
}
.searchform {
  margin: 0 0 15px;
  position: relative;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform .search {
  width: 100%;
  border: 1px solid #bcbdc0;
  font-size: 13px;
  height: 24px;
  padding: 0 32px 0 8px;
}
.searchform .search::-webkit-input-placeholder {
  color: #888;
  font-size: 13px;
}
.searchform button {
  position: absolute;
  right: 1px;
  top: 1px;
  text-indent: -9999px;
  background: #ffffff url(../images/search.png) no-repeat right;
  border: none;
  width: 24px;
  height: 22px;
  pointer: cursor;
}
#newsletter {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  z-index: 100;
  width: 300px;
}
#newsletter h2 {
  line-height: 20px;
  margin: 0;
  border: none;
}
#newsletter input {
  float: left;
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  background: #ffffff;
  border: none;
  font-size: 14px;
  height: 30px;
  padding: 7px;
  width: 237px;
  margin: 10px 0 0;
}
#newsletter button {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  background-color: #990000;
  color: #ffffff;
  border: none;
  margin: 10px 0 0;
  line-height: 30px;
  padding: 0 5px;
  text-transform: uppercase;
}
#newsletter p {
  clear: both;
  margin: 0;
  padding-top: 10px;
  line-height: 1.2;
}
#newsletter p a {
  padding: 0;
}
div.promo-panel {
  margin: 10px 0;
}
div.promo-panel img {
  vertical-align: middle;
}
.jetpack_subscription_widget {
  padding: 10px !important;
  background: #000000;
  color: #ffffff;
  overflow: auto;
  margin: 8px 0 !important;
}
.jetpack_subscription_widget form {
  margin: 0;
}
.jetpack_subscription_widget h4 {
  border: none;
  margin: 0;
}
.jetpack_subscription_widget p {
  font-size: 11px;
  margin: 0;
}
.jetpack_subscription_widget p.error {
  background: #f00;
  padding: 4px 6px;
  margin-top: 5px;
}
.jetpack_subscription_widget input {
  background: #000000;
  color: #ffffff;
  padding: 0 6px !important;
  margin: 8px 0 0;
  border: none;
  height: 22px;
  text-transform: uppercase;
  float: left;
}
.jetpack_subscription_widget input#subscribe-field {
  background: #ffffff;
  color: #000000;
  text-transform: none;
  width: 180px !important;
  margin-right: 5px;
}
.subscribe-panel {
  background: #990000;
  color: #ffffff;
  margin: 10px 0;
  padding: 10px 10px 10px 100px;
  overflow: auto;
}
.subscribe-panel img {
  float: left;
  margin-left: -90px;
}
.subscribe-panel h4 {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  margin: 0;
}
.subscribe-panel h4 span {
  display: block;
  font-size: 12px;
}
.subscribe-panel p {
  font-size: 11px;
  margin: 8px 0 9px;
}
.subscribe-panel a {
  font-size: 11px;
  color: #ffffff;
  display: block;
  background: transparent url(../images/list-link.png) no-repeat right;
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
  line-height: 18px;
}
.subscribe-panel a:hover,
.subscribe-panel a:focus {
  color: #000000;
}
.sidebar-thumb img {
  width: 70px;
  height: 70px;
}
.all-issues-panel {
  background: #000000;
  position: relative;
  height: 52px;
}
.all-issues-panel a {
  display: block;
  padding: 10px 30px 10px 10px;
}
.all-issues-panel a:hover p,
.all-issues-panel a:focus p {
  color: #990000;
}
.all-issues-panel h2 {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #ececec;
  border: none;
  margin: 0;
}
.all-issues-panel p {
  color: #ffffff;
  margin: 0;
  font-size: 11px;
}
.all-issues-panel .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 26px solid #ececec;
  border-bottom: 26px solid #ececec;
  border-left: 26px solid #000000;
}
#atic_auth,
.atm-f {
  display: none !important;
}
#at_auth,
.atm-f {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/*********************
13. FOOTER STYLES
*********************/
hr {
  height: 1px;
  margin: 8px 0;
  clear: both;
  background: #bcbdc0;
  border: 0;
}
.footer {
  font-size: 11px;
  color: #ffffff;
  clear: both;
  background-color: #333;
  overflow: auto;
  padding: .5em 8px;
}
.footer nav ul.nav {
  margin: 0;
  padding: 0;
}
.footer nav ul.nav li a {
  color: #ffffff;
}
.footer nav ul.nav li a:hover,
.footer nav ul.nav li a:focus {
  color: #ffffff;
}
.footer .copyright {
  margin: 0;
}
.parting-shots {
  margin-right: -100px;
  overflow: auto;
}
.parting-shots li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 213px;
  margin-right: 17px;
  margin-bottom: 17px;
}
.parting-shots li h3 {
  margin: 5px 0 0;
}
.parting-shots li .byline {
  font-size: 12px;
}
.parting-shots a.open_gallery:hover div.description {
  display: block;
}
.parting-shots a.open_gallery div.description {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 213px;
  display: none;
}
.parting-shots a.open_gallery div.description p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  font-size: 12px;
}
.parting-shots-thumb {
  background-color: #fff;
  width: 213px;
  min-height: 213px;
  line-height: 213px;
  text-align: center;
}
.parting-shots-thumb img {
  vertical-align: middle;
}
.credit {
  font-size: 12px;
  font-weight: 600;
}
/*
 * jquery.selectBoxIt.css 3.2.0
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  font-size: 12px;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 150px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 18px;
  /* Height of the drop down */
  line-height: 18px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit-disabled {
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #d6d6d6;
}
.selectboxit-btn:hover,
.selectboxit-btn:focus,
.selectboxit-btn:active {
  color: #333333;
  background-color: #fff;
}
.selectboxit-btn:hover,
.selectboxit-btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid #acacac;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.selectboxit-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list > li > a {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > a,
.selectboxit-list > .selectboxit-focus > a:hover,
.selectboxit-list > .selectboxit-focus > a:focus {
  color: #990000;
  background-color: #ccc;
}
.selectboxit-list > .selectboxit-disabled > a {
  color: #999999;
}
.selectboxit-list > .selectboxit-disabled > a:hover,
.selectboxit-list > .selectboxit-disabled > a:focus {
  background-color: transparent;
  background-image: none;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  max-height: 400px;
  margin: 0 0 8px 0;
  background: #eee;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 33px;
  height: 57px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/flexslider-direction.png) no-repeat 0 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -57px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 7px;
  height: 7px;
  display: block;
  background: #c2c2c2;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.flex-control-paging li a:hover {
  background: #ffffff;
}
.flex-control-paging li a.flex-active {
  background: #990000;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

a.download-btn, a.download-btn:visited {
  background: #990000 url(../images/download-btn.png) right no-repeat;
  background-position-y: 8px;
  display: inline-block;
  color: #fff;
  padding: 5px 25px 3px 10px;
  margin-bottom: 20px;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /*********************
POSTS & CONTENT STYLES
*********************/
  ol.articles li.has_thumb {
    padding-left: 140px;
  }
  ol.articles li.has_thumb img {
    margin-left: -140px;
    display: block;
    float: left;
  }
  ol.articles li.featured-issue {
    padding-left: 0;
  }
  ol.articles li.featured-issue article {
    padding-left: 150px;
  }
  ol.articles li.featured-issue article img {
    width: 122px;
  }
  ol.articles.sidebar li.has_thumb {
    padding-left: 80px;
  }
  ol.articles.sidebar li.has_thumb img {
    margin-left: -80px;
  }
  ol.articles.sidebar li.has_thumb.issue {
    padding-left: 90px;
  }
  ol.articles.sidebar li.has_thumb.issue img {
    margin-left: -90px;
  }
  .issue-intro {
    padding-left: 0;
  }
  .issue-intro .issue-intro-content {
    padding-left: 150px;
  }
  .issue-intro .issue-intro-content img {
    width: 122px;
    margin-left: -140px;
  }
  .meta dt {
    width: 20%;
    float: left;
    clear: both;
  }
  .meta dd {
    width: 80%;
    float: left;
  }
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .secondary-homepage-featured li {
    padding-left: 140px;
  }
  .secondary-homepage-featured li img {
    width: 122px;
    margin-left: -140px;
    float: left;
    display: block;
  }
  .editors-pick-panel {
    padding: 1px 20px 1px 142px;
  }
  .editors-pick-panel img {
    float: left;
    margin-left: -280px;
    display: block;
    width: 260px;
  }
  .homepage-blog div {
    padding-left: 140px;
  }
  .homepage-blog img {
    display: block;
    float: left;
    margin-left: -140px;
    width: 122px;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .home .content {
    width: 65%;
    margin: 0 auto;
  }
  /*********************
HEADER SYTLES
*********************/
  .header {
    position: relative;
    text-align: right;
    margin-left: 0;
    height: 170px;
    border-bottom: 5px solid #990000;
    padding-top: 26px;
  }
  .header figure {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 30px;
  }
  .header .share {
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
  }
  .header .advert {
    position: absolute;
    right: 0;
    bottom: 43px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav-button {
    display: none;
  }
  .primary-nav {
    background: transparent;
    height: auto;
    box-shadow: none;
    height: 100%;
    overflow: visible;
  }
  .nav li {
    display: inline-block;
  }
  .nav.utility-nav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }
  .nav.utility-nav li {
    padding: 0;
  }
  .nav.utility-nav li:after {
    content: " | ";
    margin: 0;
  }
  .nav.utility-nav li:first-child,
  .nav.utility-nav li.first-child {
    float: left;
    padding: 0;
  }
  .nav.utility-nav li:first-child:after,
  .nav.utility-nav li.first-child:after {
    content: "";
    display: none;
  }
  .nav.utility-nav li:last-child:after {
    content: "";
    display: none;
  }
  .nav.utility-nav li a {
    padding: 0 5px;
  }
  .nav.top-nav {
    padding: 0;
    position: absolute;
    bottom: 0;
  }
  .nav.top-nav li {
    position: relative;
    margin-left: -1px;
    float: left;
  }
  .nav.top-nav li a {
    line-height: 24px;
    padding: 4px 8px 0;
  }
  .nav.top-nav li:hover ul {
    display: block;
  }
  .nav.top-nav ul {
    font-size: 14px;
    display: none;
    background-color: #bcbcbc;
    position: absolute;
    margin: 0;
    border-top: 5px solid #828282;
    border-bottom: 4px solid #828282;
    min-width: 100%;
  }
  .nav.top-nav ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #828282;
  }
  .nav.top-nav ul li:before {
    display: none;
  }
  .nav.top-nav ul li a {
    background-color: #bcbcbc !important;
    display: block;
    white-space: nowrap;
  }
  .nav.top-nav ul li a:hover {
    background-color: #d5d5d5 !important;
  }
  /* end .nav */
  ul.secondary-nav li {
    display: inline-block;
  }
  ul.secondary-nav li a {
    padding: 0 28px 0 25px;
  }
  ul.secondary-nav li:before {
    float: right;
    height: 0.9em;
    width: 1px;
    background: #000000;
    content: "";
    margin: 3px 0 0;
  }
  .social {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 0 3px !important;
  }
  .social li {
    display: inline-block;
  }
  .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .social li a:hover,
  .social li a :focus {
    background-position: 0 -30px;
  }
  .social li a.twitter {
    background-image: url(../images/twitter.png);
  }
  .social li a.facebook {
    background-image: url(../images/facebook.png);
  }
  .social li a.instagram {
    background-image: url(../images/instagram.png);
  }
  .secondary-homepage-featured li {
    float: left;
    width: 30.5%;
    margin-left: 20px;
    padding: 0;
    border: none;
  }
  .secondary-homepage-featured li:first-child,
  .secondary-homepage-featured li.first-child {
    margin-left: 0;
  }
  .secondary-homepage-featured li h3 {
    font-size: 13px;
  }
  .secondary-homepage-featured li p.byline {
    font-size: 11px;
    font-weight: 300;
  }
  .secondary-homepage-featured li img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .secondary-homepage-featured li .home-excerpt {
    display: none;
  }
  .editors-pick-panel {
    padding-left: 260px;
  }
  .editors-pick-panel img {
    margin-left: -260px;
    display: block;
    width: 240px;
  }
  .homepage-blog div {
    padding-left: 0;
  }
  .homepage-blog img {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .facebook-timeline {
    display: block;
  }
  .homepage-issue {
    padding: 0;
  }
  .homepage-issue img {
    width: 235px;
    float: none;
    margin: 0;
  }
  .home-half {
    width: 48.1%;
    float: left;
    overflow: auto;
    margin-left: 18px;
  }
  .home-half:first-child,
  .home-half.first-child {
    margin: 0;
  }
  .home-half img {
    width: 100%;
  }
  ol.articles li.featured-issue article {
    padding-left: 210px;
  }
  ol.articles li.featured-issue article img {
    width: 180px;
    margin-left: -200px;
  }
  .issue-intro .issue-intro-content {
    padding-left: 210px;
  }
  .issue-intro .issue-intro-content img {
    width: 180px;
    margin-left: -200px;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  .content {
    width: 58%;
    float: left;
  }
  div.filters label {
    float: right;
  }
  div.filters label:first-child {
    float: left;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer ul li {
    padding: 0;
  }
  .footer ul li:after {
    content: " | ";
    margin: 0 .4em 0 .5em;
  }
  .footer ul li:last-child:after {
    content: "";
    display: none;
  }
  .footer .copyright {
    float: right;
  }
  /* end .footer-links */
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  div.sidebar {
    width: 235px;
    float: right;
    margin-bottom: 2em;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 980px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  body {
    width: 1006px  !important;
    
    margin: 0 auto;
    padding: 0 23px;
  }
  .home .content {
    float: left;
    width: 70.5%;
  }
  .header {
    height: 205px;
  }
  .header figure img {
    width: auto;
  }
  .header .share {
    top: 55px;
  }
  .header .advert {
    bottom: 50px;
  }
  .nav.top-nav {
    font-size: 20px;
  }
  .nav.top-nav li a {
    padding: 4px 16px 0;
  }
  .nav.top-nav li:before {
    position: absolute;
    height: .75em;
    width: 1px;
    background: #000000;
    content: "";
    margin: 6px 0 0;
    right: 0;
    top: 0;
  }
  .nav.top-nav li:last-child:before {
    display: none;
  }
  .nav.top-nav li li {
    margin-left: 0;
  }
  .nav.top-nav li li:before {
    display: none;
    content: none;
  }
  .content {
    width: 62.5%;
    float: left;
  }
  .secondary-homepage-featured li {
    width: 212px;
  }
  .editors-pick-panel {
    padding-left: 350px;
    padding-right: 100px;
  }
  .editors-pick-panel img {
    float: left;
    margin-left: -350px;
    width: auto;
  }
  .home-half {
    width: 329px;
  }
  ol.articles li.featured-issue article {
    padding: 20px 20px 0 350px;
  }
  ol.articles li.featured-issue article img {
    width: auto;
    margin-left: -350px;
    margin-top: -20px;
  }
  ol.articles li.featured-issue .buy {
    position: absolute;
    bottom: 0;
  }
  .issue-intro {
    position: relative;
  }
  .issue-intro .issue-intro-content {
    padding: 20px 20px 0 350px;
  }
  .issue-intro .issue-intro-content img {
    width: auto;
    margin-left: -350px;
    margin-top: -20px;
  }
  .issue-intro .buy {
    position: absolute;
    bottom: 0;
  }
  aside.competition {
    overflow: auto;
  }
  aside.competition p.competition-desc {
    width: 48%;
    float: left;
  }
  aside.competition form {
    margin-top: 20px;
    width: 48%;
    float: right;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/

body {
  height: initial;
}