/******************************************************************
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. 

******************************************************************/
/* MYFONTS NEWS GOTHIC */
/*********************
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
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
@font-face {
  font-family: 'NewsGothicStd';
  src: url('../fonts/28A375_0_0.eot');
  src: url('../fonts/28A375_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/28A375_0_0.woff') format('woff'), url('../fonts/28A375_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* 
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: #000000;
  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: #000000;
  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);
}
/*
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 STYLES
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 {
  /* height: 100%; */
}
body {
  font-family: Arial, sans-serif;
  font-size: 100%;
  line-height: 1.3;
  color: #ffffff;
  background: #000000;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
  background: #000000;
}
/*********************
04. LINK STYLES
*********************/
a {
  color: #ffffff;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:active,
a:focus {
  outline: none;
  -moz-outline-style: none;
}
a: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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: NewsGothicStd, "NewsGothicStd", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1 p,
.h1 p,
h2 p,
.h2 p,
h3 p,
.h3 p,
h4 p,
.h4 p,
h5 p,
.h5 p {
  margin: 0;
}
.sans_M,
#gallery article p {
  font: normal 0.8em NewsGothicStd, "NewsGothicStd", "Arial Narrow", Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
.serif_M,
.text,
#gallery article h2 {
  font: normal 1.1em Arial, Arial, sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
td .serif_M {
  font-size: 0.95em;
}
.serif_S {
  font: normal 0.8em Arial, NewsGothicStd, "NewsGothicStd", "Arial Narrow", Arial, sans-serif;
  line-height: 1.35;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.titleLineHeight {
  line-height: 2;
}
.titleLineHeight.sans_M {
  line-height: 2.7;
}
.name {
  text-transform: uppercase;
  font-style: italic;
}
.nav-sans,
.nav,
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate,
#gallery article h1 {
  font: bold 0.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
}
.text {
  line-height: 1.3em;
}
.centered {
  text-align: center;
}
.right {
  text-align: right;
}
.framed {
  border: 1px solid #ffffff;
  padding: 7px 8px 5px 8px;
  display: inline-block;
}
.framed br {
  display: none;
}
.space_M,
#gallery article .space_M {
  margin-bottom: 3em;
}
.gray,
#gallery article h1 {
  color: #444444;
}
#biography p {
  display: table;
  margin: 0;
}
#biography p .year,
#biography p .cv-text {
  display: table-cell;
}
#biography p .year {
  width: 90px;
}
#biography h2 {
  margin: 3em 0 1em;
  margin-left: 90px;
  text-transform: uppercase;
}
#gallery article h2 {
  margin-bottom: 0.1em;
}
#gallery article h1 {
  margin-bottom: 1em;
}
#gallery article p {
  margin: 0 0 1em;
}
/*********************
06. HEADER STYLES
*********************/
.header {
  padding: 20px 0 0 0;
  width: 96%;
  margin: 0 auto 3em auto;
}
.header address {
  margin-bottom: 2em;
}
.header address .prephone {
  display: inline-block;
  width: 12px;
}
/*********************
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.
*/
.touch .nav li a {
  padding: 3px 0;
  display: inline-block;
}
.nav {
  display: none;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  list-style: disc;
  margin: 0 0 0 15px;
  color: #444444;
}
.nav li a {
  color: #444444;
  text-decoration: none;
}
.nav li:hover,
.nav li:focus {
  color: #ffffff;
}
.nav li:hover a,
.nav li:focus a {
  color: #ffffff;
}
.nav li.active-menu-item {
  color: #ffffff;
}
.nav li.active-menu-item a {
  color: #ffffff;
}
.nav li.hidden {
  display: none;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
article.single {
  padding: 20px 0;
}
article.single header p {
  margin: 0;
}
.bumper {
  width: 100%;
  position: relative;
}
.bumper hr {
  width: 96%;
  margin: 0 auto;
  height: 1px;
  border: none;
  border-bottom: 1px solid #444444;
  display: none;
}
.section {
  padding: 0 0 0;
}
.section article .entry-content {
  line-height: 1.8;
}
.section article .entry-content figure {
  margin-bottom: 1.5em;
}
.section article .entry-content figure img {
  display: block;
  width: 100%;
  height: auto;
}
.section article .entry-content p {
  margin: 0;
}
#current .article,
#preview .article,
#artists .article,
#gallery .article,
#archive .article {
  margin-bottom: 100px;
}
#current address,
#preview address,
#artists address,
#gallery address,
#archive address {
  margin-bottom: 20px;
}
#current .section-title,
#preview .section-title,
#artists .section-title,
#gallery .section-title,
#archive .section-title {
  margin-bottom: 40px;
  text-align: center;
}
.single address {
  margin-bottom: 20px;
}
.single .artist_type .text strong,
.single .artist_type .text b {
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}
#archive {
  min-height: 1000px;
}
#archive #archive-table {
  width: 100%;
  margin-bottom: 5em;
}
#archive #archive-table thead tr th {
  text-align: left;
  padding: 0 0 0.75em;
  color: #444444;
  cursor: pointer;
  outline: none;
}
#archive #archive-table thead tr th.sorting_asc,
#archive #archive-table thead tr th.sorting_desc {
  color: #ffffff;
}
#archive #archive-table thead tr th.location {
  display: none;
  text-align: right;
}
#archive #archive-table thead tr th.date {
  text-align: right;
}
#archive #archive-table tbody {
  border-top: solid 1px #ffffff;
}
#archive #archive-table tbody tr {
  border-bottom: solid 1px #ffffff;
  margin: 1px 0;
}
#archive #archive-table tbody tr td {
  vertical-align: top;
  padding: 3px 10px 2px 0;
}
#archive #archive-table tbody tr td p {
  margin: 0;
  display: inline;
}
#archive #archive-table tbody tr td.sans_M {
  padding-top: 6px;
}
#archive #archive-table tbody tr td.location {
  display: none;
  padding-right: 0;
  padding-left: 20px;
  min-width: 130px;
}
#archive #archive-table tbody tr td.date {
  min-width: 90px;
  padding-right: 0;
  text-align: right;
}
#archive #archive-table tbody tr td.title {
  width: 33%;
}
#archive #archive-table tbody tr td a:hover,
#archive #archive-table tbody tr td a:focus {
  text-decoration: none;
}
#archive #archive-table tbody:hover {
  border-top: solid 1px #444444;
}
#archive #archive-table tbody:hover td,
#archive #archive-table tbody:hover td a {
  color: #444444;
}
#archive #archive-table tbody:hover tr {
  border-bottom: solid 1px #444444;
}
#archive #archive-table tbody:hover tr:hover td,
#archive #archive-table tbody:hover tr:hover td a {
  color: #ffffff;
}
#archive .dataTables_length,
#archive .dataTables_filter {
  padding-bottom: 2em;
  zoom: 1;
}
#archive .dataTables_length label,
#archive .dataTables_filter label {
  color: #444444;
}
#archive .dataTables_length {
  display: none;
}
#archive .dataTables_info,
#archive .dataTables_paginate {
  padding-top: 2em;
  padding-bottom: 3em;
  color: #444444;
}
#archive .dataTables_info a,
#archive .dataTables_paginate a {
  color: #444444;
}
.single-header {
  margin-bottom: 1em;
}
.single-header nav {
  display: none;
}
#images,
#press,
#text {
  padding-bottom: 3em;
}
.single-image {
  margin-bottom: 4em;
}
.single-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-image figcaption {
  margin-top: 1em;
}
.single-press-image {
  padding-bottom: 4em;
}
.single-press-image figcaption {
  margin-bottom: 0.2em;
}
.single-press-image img {
  border-top: solid 1px #ffffff;
  display: block;
  width: 100%;
  height: auto;
}
li.video {
  margin-bottom: 4em;
}
li.video .video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
li.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
.section {
	//border: solid 1px #0F0;
	&.long {
		//border-style: dashed;
	}
	&.active {
		//border: solid 1px red;
		&.long {
			//border-style: dashed;
		}
		&.upcoming {
			//border-style: dashed;
		}
	}
}
*/
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  /* Feeling sorry for IE */
}
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}
.dataTables_length {
  width: 40%;
  float: left;
}
.dataTables_filter {
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.dataTables_filter input {
  width: 100%;
  margin-top: 0.75em;
}
.dataTables_info {
  width: 60%;
  float: left;
}
.dataTables_paginate {
  float: right;
  text-align: right;
}
/* Pagination nested */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}
.paginate_disabled_previous {
  background: url('../images/back_disabled.png') no-repeat top left;
}
.paginate_enabled_previous {
  background: url('../images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
  background: url('../images/back_enabled_hover.png') no-repeat top left;
}
.paginate_disabled_next {
  background: url('../images/forward_disabled.png') no-repeat top right;
}
.paginate_enabled_next {
  background: url('../images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
  background: url('../images/forward_enabled_hover.png') no-repeat top right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
  margin: 0 auto;
  clear: both;
  width: 100%;
  /* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}
table.display thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  /* * cursor: hand; */
}
table.display tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}
table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}
table.display td {
  padding: 3px 10px;
}
table.display td.center {
  text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
  background: url('../images/sort_asc.png') no-repeat center right;
}
.sorting_desc {
  background: url('../images/sort_desc.png') no-repeat center right;
}
.sorting {
  background: url('../images/sort_both.png') no-repeat center right;
}
.sorting_asc_disabled {
  background: url('../images/sort_asc_disabled.png') no-repeat center right;
}
.sorting_desc_disabled {
  background: url('../images/sort_desc_disabled.png') no-repeat center right;
}
table.display thead th:active,
table.display thead td:active {
  outline: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.top,
.bottom {
  padding: 15px;
  border: 1px solid #CCCCCC;
}
.top .dataTables_info {
  float: none;
}
.clear {
  clear: both;
}
.dataTables_empty {
  text-align: center;
}
tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444;
}
tfoot input.search_init {
  color: #999;
}
td.group {
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}
td.details {
  border: 2px solid #A19B9E;
}
.example_alt_pagination div.dataTables_info {
  width: 40%;
}
.paging_full_numbers {
  width: 400px;
  height: 22px;
  line-height: 22px;
}
.paging_full_numbers a:active {
  outline: none;
}
.paging_full_numbers a:hover {
  text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}
.paging_full_numbers a.paginate_button:hover {
  text-decoration: none !important;
}
/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
  background-color: #c4ffc4;
}
tr.odd.gradeA td.sorting_2 {
  background-color: #d1ffd1;
}
tr.odd.gradeA td.sorting_3 {
  background-color: #d1ffd1;
}
tr.even.gradeA td.sorting_1 {
  background-color: #d5ffd5;
}
tr.even.gradeA td.sorting_2 {
  background-color: #e2ffe2;
}
tr.even.gradeA td.sorting_3 {
  background-color: #e2ffe2;
}
tr.odd.gradeC td.sorting_1 {
  background-color: #c4c4ff;
}
tr.odd.gradeC td.sorting_2 {
  background-color: #d1d1ff;
}
tr.odd.gradeC td.sorting_3 {
  background-color: #d1d1ff;
}
tr.even.gradeC td.sorting_1 {
  background-color: #d5d5ff;
}
tr.even.gradeC td.sorting_2 {
  background-color: #e2e2ff;
}
tr.even.gradeC td.sorting_3 {
  background-color: #e2e2ff;
}
tr.odd.gradeX td.sorting_1 {
  background-color: #ffc4c4;
}
tr.odd.gradeX td.sorting_2 {
  background-color: #ffd1d1;
}
tr.odd.gradeX td.sorting_3 {
  background-color: #ffd1d1;
}
tr.even.gradeX td.sorting_1 {
  background-color: #ffd5d5;
}
tr.even.gradeX td.sorting_2 {
  background-color: #ffe2e2;
}
tr.even.gradeX td.sorting_3 {
  background-color: #ffe2e2;
}
tr.odd.gradeU td.sorting_1 {
  background-color: #c4c4c4;
}
tr.odd.gradeU td.sorting_2 {
  background-color: #d1d1d1;
}
tr.odd.gradeU td.sorting_3 {
  background-color: #d1d1d1;
}
tr.even.gradeU td.sorting_1 {
  background-color: #d5d5d5;
}
tr.even.gradeU td.sorting_2 {
  background-color: #e2e2e2;
}
tr.even.gradeU td.sorting_3 {
  background-color: #e2e2e2;
}
/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover,
#example tbody tr.even td.highlighted {
  background-color: #ECFFB3;
}
.ex_highlight #example tbody tr.odd:hover,
#example tbody tr.odd td.highlighted {
  background-color: #E6FF99;
}
.ex_highlight_row #example tr.even:hover {
  background-color: #ECFFB3;
}
.ex_highlight_row #example tr.even:hover td.sorting_1 {
  background-color: #DDFF75;
}
.ex_highlight_row #example tr.even:hover td.sorting_2 {
  background-color: #E7FF9E;
}
.ex_highlight_row #example tr.even:hover td.sorting_3 {
  background-color: #E2FF89;
}
.ex_highlight_row #example tr.odd:hover {
  background-color: #E6FF99;
}
.ex_highlight_row #example tr.odd:hover td.sorting_1 {
  background-color: #D6FF5C;
}
.ex_highlight_row #example tr.odd:hover td.sorting_2 {
  background-color: #E0FF84;
}
.ex_highlight_row #example tr.odd:hover td.sorting_3 {
  background-color: #DBFF70;
}
/*
 * KeyTable
 */
table.KeyTable td {
  border: 3px solid transparent;
}
table.KeyTable td.focus {
  border: 3px solid #3366FF;
}
table.display tr.gradeA {
  background-color: #eeffee;
}
table.display tr.gradeC {
  background-color: #ddddff;
}
table.display tr.gradeX {
  background-color: #ffdddd;
}
table.display tr.gradeU {
  background-color: #ddd;
}
div.box {
  height: 100px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #8080FF;
  background-color: #E5E5FF;
}
.wysija-paragraph label {
  text-transform: uppercase;
  font: bold 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  float: left;
  padding-top: .3em;
}
.wysija-paragraph input {
  float: left;
  margin: 0 .5em 0 .3em;
  width: 200px;
}
.wysija-submit {
  font: bold 0.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: black;
  color: #444444;
  border: 1px solid #444444;
  height: 21px;
}
.wysija-submit:hover {
  color: white;
  border: 1px solid white;
}
.formErrorContent {
  font: bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #444444 !important;
  border: 1px solid #444444 !important;
  background: black !important;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  clear: both !important;
  width: auto !important;
}
.wysija-msg {
  font: bold 0.75em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.allmsgs .updated {
  font: bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: white;
  width: auto !important;
  background: black;
  border: none;
  padding: 0;
}
span.wysija-required {
  display: none;
}
/*
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.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* 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 */
  /*********************
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: 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.

******************************************************************/
  .onecol {
    width: 32%;
  }
  /* 30.75%; } /* grid_4  */
  .twocol {
    width: 65%;
  }
  /* 65.4%;  } /* grid_8  */
  .threecol {
    width: 98%;
  }
  /* 100%;   } /* grid_12 */
  .wrap {
    /* 30.75%; } /* grid_4  */
    /* 65.4%;  } /* grid_8  */
  }
  .wrap .onecol {
    width: 46.68435015%;
  }
  .wrap .twocol {
    width: 100%;
  }
  .onecol,
  .twocol,
  .threecol {
    position: relative;
    float: left;
    margin-left: 1%;
  }
  .wrap .onecol,
  .wrap .twocol {
    margin-left: 6.6312997%;
  }
  .first,
  .wrap .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .header {
    width: 17.6%;
  }
  .wrap {
    width: 75.4%;
    /* 65% */
    margin: 0 0 0 19.6%;
    /* 34% */
  }
  /******************************************************************
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
*********************/
  .mobile-only {
    display: none;
  }
  .clientHeight {
    height: 1000px;
  }
  /*********************
HEADER STYLES
*********************/
  .header {
    position: fixed;
    top: 0;
    left: 1%;
    margin: 0;
    z-index: 9999;
  }
  .nav {
    display: block;
  }
  .space_M {
    margin-bottom: 4em;
  }
  .framed br {
    display: inline;
  }
  td .serif_M {
    font-size: 1.1em;
  }
  .header .hideText,
  article .hideText {
    opacity: 0;
    -webkit-transition: opacity 800ms ease-out;
    -moz-transition: opacity 800ms ease-out;
    -o-transition: opacity 800ms ease-out;
    transition: opacity 800ms ease-out;
  }
  .header:hover .hideText,
  article:hover .hideText {
    opacity: 1;
    -webkit-transition: opacity 0 ease-out;
    -moz-transition: opacity 0 ease-out;
    -o-transition: opacity 0 ease-out;
    transition: opacity 0 ease-out;
  }
  .header .active-menu-item .hideText,
  article .active-menu-item .hideText {
    opacity: 1;
  }
  .touch .header .hideText,
  .touch article .hideText {
    opacity: 1;
  }
  .section {
    padding: 0;
  }
  .section#current {
    padding: 0;
  }
  .section#preview .section-title {
    padding-right: 5.2%;
  }
  .section#preview .entry-content {
    padding-top: 15em;
  }
  .section#archive {
    padding-top: 20px;
  }
  .section#gallery {
    padding-top: 20px;
  }
  .section#gallery p:first-child {
    margin-top: 0;
  }
  .section article.fullheight {
    height: 100%;
  }
  .section article header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
  }
  .section article .entry-content {
    padding-top: 40px;
  }
  .section article .entry-content figure img {
    width: 100%;
  }
  .verticallyCentered figure a img {
    margin: 0 auto;
  }
  #current .article,
  #preview .article,
  #artists .article,
  #gallery .article,
  #archive .article {
    margin-bottom: 0;
  }
  #current address,
  #preview address,
  #artists address,
  #gallery address,
  #archive address {
    margin-bottom: 0;
  }
  #current .section-title,
  #preview .section-title,
  #artists .section-title,
  #gallery .section-title,
  #archive .section-title {
    display: none;
  }
  .single .header address {
    margin-bottom: 2em;
  }
  .single address {
    margin-bottom: 0;
  }
  #archive #archive-table thead tr th.location,
  #archive #archive-table tbody tr th.location,
  #archive #archive-table thead tr td.location,
  #archive #archive-table tbody tr td.location {
    display: table-cell;
  }
  .single-image {
    margin-bottom: 8em;
  }
  .single-image img {
    width: auto;
    margin: 0 auto;
  }
  .single-image figcaption {
    margin: 1em auto 0 auto;
  }
  .single-press-image {
    margin-bottom: 0;
  }
  li.video {
    width: 100%;
    margin: 0 auto 8em auto;
  }
  article.single {
    padding: 0;
    /*
	.nav {
		display: block;
		position: fixed;
		left: 1%;
		top: 220px;
	}
	*/
  }
  article.single .entry-content {
    padding-top: 200px;
  }
  article.single address {
    position: fixed;
    top: 20px;
    left: 19.6%;
    width: 75.4% !important;
  }
  article.single header {
    position: fixed;
    top: 44px;
    left: 19.6%;
    width: 75.4% !important;
  }
  article.single figure {
    margin: 0 auto;
  }
  article.single.artist_type {
    padding-top: 0;
  }
  article.single.artist_type figcaption {
    margin: 2em 0 0;
  }
  article.single.artist_type figure {
    margin-bottom: 30px;
  }
  article.single ul {
    margin: 0;
  }
  .dataTables_filter {
    width: 50%;
    margin-left: 50%;
    text-align: right;
  }
  .dataTables_filter {
    width: 50%;
    margin-left: 50%;
    text-align: right;
  }
  .dataTables_filter input {
    width: 25%;
    margin-top: 0;
  }
  #biography p .year {
    width: 150px;
  }
  #biography h2 {
    margin-left: 150px;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer nav {
    display: none;
  }
}
/*
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: 1030px) {
  /******************************************************************
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. 

******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
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.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
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.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .clientHeight {
    height: auto !important;
  }
  .verticallyCentered {
    padding-top: 0 !important;
  }
  #artists ul {
    margin-top: 0 !important;
  }
  #preview article section.entry-content {
    padding-top: 0 !important;
  }
  #gallery {
    padding-top: 0 !important;
  }
  .exhibition_type .text {
    min-height: 0 !important;
  }
  .single-image figure {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
  .single-image figure img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
  .single-image {
    width: 100% !important;
    height: auto !important;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
