/*
Theme Name: Julia Hargreaves
Theme URI: http://nathanstaines.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, naked, clean, basic
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
::-moz-selection {
  background: #68bbc1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #68bbc1;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d5d4;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 2em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: 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
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve 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;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
.edit body::before {
  content: "";
  position: absolute;
  background: url(images/FPOCOMP.png) 50% 0 no-repeat;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .3;
  pointer-events: none;
  height: 1562px;
}
.edit * {
  -webkit-user-modify: read-write;
  word-wrap: break-word;
  -webkit-nbsp-mode: space;
  -webkit-line-break: after-white-space;
}
.edit a {
  -webkit-user-modify: initial;
}
.indent {
  text-shadow: 0px 1px 1px #ffffff;
}
.left {
  float: left;
}
.right {
  float: right;
}
a {
  color: #4fa2a8;
  font-weight: 600;
  -webkit-transition: color linear .15s, opacity linear .15s;
  -moz-transition: color linear .15s, opacity linear .15s;
  transition: color linear .15s, opacity linear .15s;
}
a span {
  -webkit-transition: color linear .15s, opacity linear .15s;
  -moz-transition: color linear .15s, opacity linear .15s;
  transition: color linear .15s, opacity linear .15s;
}
a:hover {
  color: #68bbc1;
}
html {
  height: 100%;
}
body {
  background: #f5f4f2 url(images/body.jpg) 50% 0;
  color: #303030;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 22px;
}
#container {
  margin: 0 auto;
}
#containers {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  height: auto;
  margin: 0 auto -275px;
  /* the bottom margin is the negative value of the footer's height */

  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #303030;
  color: rgba(0, 0, 0, 0.6);
}
hgroup {
  margin: 0 0 20px 0;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin: 0 0 10px 0;
}
h1 {
  font-size: 24px;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-shadow: 0px 1px 1px #ffffff;
}
h1 a {
  text-decoration: none;
}
h2 {
  font-size: 22px;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-shadow: 0px 1px 1px #ffffff;
}
h2 a {
  text-decoration: none;
}
.home h2 {
  font-weight: normal;
  font-size: 16px;
  color: #787776;
  padding: 0 0 0 19px;
  background: url(images/home_h2_start.png) 0 58% no-repeat;
}
.home h2 span {
  padding-right: 82px;
  background: url(images/home_h2_fade.png) 100% 58% no-repeat;
}
h3 {
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-shadow: 0px 1px 1px #ffffff;
}
h3 a {
  text-decoration: none;
}
h4 {
  color: #979696;
  color: rgba(120, 119, 118, 0.75);
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
blockquote {
  background: url(images/blockquote.png) 0 0 no-repeat;
  margin: 1em 40px 1em 0;
  padding-left: 40px;
  min-height: 21px;
}
p {
  margin: 0 0 15px 0;
}
.button {
  background-color: rgba(0, 0, 0, 0.03);
  background-image: url(images/button_arrow_right.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 16px 4px 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all linear .15s;
  -moz-transition: all linear .15s;
  transition: all linear .15s;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #68bbc1;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 20px;
}
.button_left {
  background: rgba(0, 0, 0, 0.03) url(images/button_arrow_left.png) 0 50% no-repeat;
  padding-left: 16px;
  padding-right: 8px;
}
#wolf {
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 960px;
  width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: 940px;
  height: 973px;
  z-index: -1;
  position: absolute;
}
#container {
  width: 960px;
}
#container .accent_bar {
  height: 3px;
  background: #68bbc1;
  -webkit-box-shadow: 0px 1px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 1px 0px #ffffff;
  box-shadow: 0px 1px 1px 0px #ffffff;
}
header {
  padding: 44px 0 8px 0;
  margin: 0 0 22px 0;
  background: url(images/nav_bg.png) 50% 100% no-repeat;
}
header .logo {
  width: 212px;
  height: 68px;
  margin: 0 auto;
  background: url(images/jh_logo.png) no-repeat;
  display: block;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
}
header .logo span {
  display: block;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
  height: 68px;
  background: url(images/jh_logo.png) 0 -68px no-repeat;
  opacity: 0;
  -webkit-transition: color linear .15s, opacity linear .15s;
  -moz-transition: color linear .15s, opacity linear .15s;
  transition: color linear .15s, opacity linear .15s;
}
header .logo:hover span {
  opacity: 1;
}
header nav {
  margin: 40px 0 18px 0;
}
header nav ul {
  text-align: center;
}
header nav ul li {
  margin: 0 28px;
  display: inline;
  font-size: 14px;
}
header nav ul li a {
  color: #504950;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  text-shadow: 0px 1px 1px #ffffff;
}
header nav ul .current_page_item a, header nav ul li a:hover {
  color: #4fa2a8;
}
.post-type-archive-jh_artworks li.menu-item-type-custom a, .single-jh_artworks li.menu-item-type-custom a {
  color: #4fa2a8;
}
.marquee {
  padding: 0 0 21px 0;
  margin: 0 0 30px 0;
  background: url(images/home_large_shadow.png) 50% 100% no-repeat;
  position: relative;
}
.marquee .spinner {
		background-image: url(images/ajax-loader.gif);
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
.marquee div {
  width: 940px;
  height: 404px;
  position: relative;
  border: 10px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.marquee div canvas {
  position: absolute;
  left: 50%;
  margin: -24px 0 0 -24px;
  top: 50%;
}
.marquee div p {
  position: absolute;
  background: url(images/marquee_black.png) no-repeat;
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  line-height: 70px;
  font-style: italic;
  text-shadow: 0px -1px 0px #000000;
  padding: 0 0 0 20px;
  width: 920px;
  height: 70px;
  bottom: 0;
  margin: 0;
  z-index: 10;
  display: none;
}
.marquee div a {
  position: absolute;
  display: block;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
  height: 40px;
  width: 87px;
  right: -14px;
  bottom: 13px;
  background: url(images/marquee_details.png) no-repeat;
  z-index: 11;
  display: block;
}
.marquee div img {
  opacity: 1;
  display: none;
}
.home_quote {
  color: #68bbc1;
  background: url(images/home_quote_bg.png) 50% 0 no-repeat;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 22px 0 0 0;
  margin: 0 0 82px 0;
  text-shadow: 0px 1px 1px #ffffff;
}
.home #main {
  padding-top: 0;
}
#main {
  padding: 40px 10px 50px 10px;
}
.home_news {
  width: 600px;
  float: left;
  padding: 0 0 0 0;
}
.home_news h2 {
  margin: 0 0 19px 0;
}
.home_news article {
  background: url(images/divider_fade.png) 0 100% no-repeat;
  padding: 0 0 14px 0;
  margin: 0 0 26px 0;
}
.home_news article hgroup {
  margin: 0 0 11px 0;
}
.home_news article hgroup h4 {
  font-size: 12px;
  float: left;
  width: 80px;
  position: relative;
  top: 1px;
}
.post_meta {
  font-size: 12px;
  color: #7d7d7d;
  color: rgba(112, 112, 112, 0.9);
}
article.post {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  background: url(images/divider_fade.png) 0 100% no-repeat;
}
article .gallery {
  padding-top: 15px;
}
article .gallery a {
  float: left;
  border: 5px solid white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 30px 30px 0;
}
article .gallery a img {
  display: block;
}
article .gallery a.last {
  margin-right: 0;
}
.shadowed .shadow {
  background: url(images/thumb_shadow_140.png) 50% 100% no-repeat;
  padding-bottom: 9px;
  width: 140px;
  display: block;
}
.shadowed .shadow img {
  display: block;
}
.home_works {
  width: 300px;
  float: right;
  padding: 0 0 0 0;
}
.home_works h2 {
  margin-bottom: 24px;
}
.home_works figure {
  width: 140px;
  margin: 0 0 13px 0;
  position: relative;
  padding: 105px 0 0 0;
}
.home_works figure a.shadow {
  display: block;
  position: absolute;
  top: 0;
}
.home_works figure a.shadow .crop {
  background: blue;
  width: 130px;
  height: 90px;
  overflow: hidden;
  border: 5px solid #FFF;
  background: gray;
  position: relative;
  display: block;
}
.home_works figure a.shadow .crop img {
  position: absolute;
  top: 50%;
  margin-top: -51px;
  left: 50%;
  margin-left: -71px;
}
.home_works figure a.shadow span.magnify {
  display: block;
  background: url(images/magnifying_glass.png) no-repeat;
  width: 21px;
  height: 22px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  text-indent: -9999px;
  z-index: 1000;
  -webkit-transition: all linear .25s;
  -moz-transition: all linear .25s;
  transition: all linear .25s;
}
.home_works figure figcaption {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 0;
  line-height: 16px;
  color: #787878;
  color: rgba(0, 0, 0, 0.5);
}
footer {
  background: url(images/solid_black_03.png);
  border-top: 1px solid #d6d5d4;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #d6d5d4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #515150;
  color: rgba(0, 0, 0, 0.75);
  min-width: 960px;
}
footer .inner {
  width: 940px;
  margin: 0 auto;
  padding: 31px 0 10px 0;
  line-height: 20px;
  font-size: 12px;
}
footer .inner p {
  margin-bottom: 13px;
}
footer .inner .footer_about {
  float: left;
  padding-left: 160px;
  padding: 3px 0 17px 160px;
  position: relative;
  width: 460px;
  min-height: 160px;
}
footer .inner .footer_about figure {
  position: absolute;
  left: 0;
  top: 0;
}
footer .inner .footer_about figure img {
  border: 4px solid white;
}
footer .inner .footer_about figure figcaption {
  font-size: 9px;
  line-height: 14px;
}
footer .inner .footer_more {
  float: right;
  padding: 14px 0 17px 0;
}
footer .inner .footer_more p {
  margin: 0 0 19px 0;
}
footer .inner .footer_more .where_to_buy {
  padding: 7px 28px 6px 12px;
  background-image: url(images/button_arrow_large.png);
  background-repeat: no-repeat;
  font-size: 14px;
}
footer .inner .footer_more ul {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}
footer .inner .footer_more ul li {
  text-align: right;
  padding-right: 23px;
  background: url(images/footer_icons.png) no-repeat;
}
footer .inner .footer_more ul li a {
  text-decoration: none;
  color: #515150;
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
}
footer .inner .footer_more ul li a:hover {
  color: #68bbc1;
}
footer .inner .footer_more ul li.icon_mail {
  background-position: 100% 5px;
}
footer .inner .footer_more ul li.icon_phone {
  background-position: 100% -14px;
}
footer .inner .footer_more ul li.icon_twitter {
  background-position: 100% -34px;
}
footer .inner .footer_more ul li.icon_facebook {
  background-position: 100% -54px;
}
footer .inner .footer_copyright {
  border-top: 1px solid #d7d7d6;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 0 0 0;
  font-size: 11px;
  color: #484848;
  color: rgba(0, 0, 0, 0.7);
}
footer .inner .footer_copyright a {
  text-decoration: none;
}
footer .inner .footer_copyright .affiliate_artists {
  float: right;
  background: url(images/affiliate_artists.png) no-repeat;
  width: 91px;
  height: 26px;
  opacity: .5;
  display: block;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
}
footer .inner .footer_copyright .affiliate_ducks {
  float: right;
  background: url(images/affiliate_ducks.png) no-repeat;
  width: 51px;
  height: 26px;
  margin: 0 10px 0 0;
  opacity: .5;
  display: block;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
}
footer .inner .footer_copyright .affiliate_ducks:hover, footer .inner .footer_copyright .affiliate_artists:hover {
  opacity: 1;
}
footer .inner .footer_copyright .affiliate_ps {
  position: relative;
}
footer .inner .footer_copyright .affiliate_ps span {
  background: url(images/footer_ps.png) 100% 50% no-repeat;
  padding: 2px 19px 2px 0;
  opacity: .5;
  width: 13px;
  height: 16px;
}
footer .inner .footer_copyright .affiliate_ps:hover span {
  opacity: 1;
}
.col33 {
  width: 290px;
}
.col66 {
  width: 610px;
}
/* ========================
   Artwork LIST
   ===================== */
#filters {
  margin: 0 0 20px 0;
  padding: 0 0 18px 4px;
  margin: 0;
  list-style: none;
}
#filters li.first {
  margin-right: 18px;
  margin-left: 6px;
}
#filters li {
  float: left;
  margin: 0 7px 7px 0;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
#filters li a {
  background: rgba(0, 0, 0, 0.03);
  padding: 2px 8px 4px 8px;
  text-decoration: none;
  font-size: 12px;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  color: #2f2f2f;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all linear .15s;
  -moz-transition: all linear .15s;
  transition: all linear .15s;
}
#filters li a:hover, #filters li.current-cat a {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #68bbc1;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 20px;
}
.work_list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 36px 0 0 0;
}
.work_list figure {
  width: 220px;
  text-align: right;
  min-height: 79px;
  padding-right: 240px;
  position: relative;
  margin: 0 0 20px 0;
}
.work_list figure .work_image {
  width: 220px;
  height: 79px;
  display: block;
  position: absolute;
  right: 0;
  padding: 0 0 0 0;
  background: url(images/work_list_bg.png) no-repeat;
}
.work_list figure .work_image span {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  border: 5px solid #FFF;
  background: gray;
  width: 210px;
}
.work_list figure .work_image span img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -138px;
  margin-top: -60px;
  display: block;
}
.work_list figure figcaption .work_title {
  font-size: 22px;
  font-weight: 600;
  color: #4fa2a8;
  text-shadow: 0px 1px 1px #ffffff;
  padding: 5px 0 0 0;
  margin: 0 0 5px 0;
}
.work_list figure figcaption .work_title a {
  text-decoration: none;
}
.work_list figure figcaption p {
  font-size: 12px;
}
.work_list figure.right {
  text-align: left;
  padding: 0 0 0 240px;
}
.work_list figure.right .work_image {
  left: 0;
}
.pagination {
  padding: 15px 0 0 0;
  margin: 0 0 30px 0;
  list-style: none;
  text-align: center;
}
.pagination li {
  display: inline;
  margin: 0 2px;
}
.pagination li a, .pagination li span {
  padding: 2px 6px 4px 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  color: #bfbfbf;
  color: rgba(0, 0, 0, 0.5);
}
.pagination li span, .pagination li a:hover {
  background: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all linear .15s;
  -moz-transition: all linear .15s;
  transition: all linear .15s;
}
.pagination li a:hover {
  color: #4fa2a8;
}
/* ========================
   Artwork Single
   ===================== */
.single-jh_artworks .col33 {
  font-size: 12px;
  padding: 4px 0 50px 0;
}
.single-jh_artworks .col33 hgroup {
  padding-bottom: 7px;
  border-color: #d6d6d6;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: none none solid;
}
.single-jh_artworks .col66 {
  padding: 0 0 50px 0;
}
.content {
  border-color: #d6d6d6;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid none;
  padding: 20px 0 3px 0;
  margin: 0 0 20px 0;
}
.button_pad {
  padding-bottom: 5px;
}
.more_artwork {
  position: relative;
  width: 290px;
  left: -23px;
  margin: 0 0 17px 0;
  padding: 2px 23px 0 23px;
}
.more_artwork p {
  margin: 0 0 10px 0;
}
.more_artwork .more_artwork_left, .more_artwork .more_artwork_right {
  display: none;
  height: 68px;
  width: 20px;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.more_artwork .more_artwork_left {
  background: #ffffff url(images/more_art_left.png) 50% 50% no-repeat;
  left: -5px;
}
.more_artwork .more_artwork_right {
  background: #ffffff url(images/more_art_right.png) 50% 50% no-repeat;
  right: -5px;
}
.more_artwork .more_artwork_thumbs {
  position: relative;
  height: 73px;
  width: 290px;
  overflow: hidden;
}
.more_artwork .more_artwork_thumbs ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  position: absolute;
}
.more_artwork .more_artwork_thumbs ul li {
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  color: #878787;
  width: 68px;
  height: 73px;
  float: left;
  margin: 0 6px 0 0;
  background: url(images/more_work_thumb.png) no-repeat;
}
.more_artwork .more_artwork_thumbs ul li a, .more_artwork .more_artwork_thumbs ul li span {
  display: block;
  height: 64px;
  padding: 4px 0 0 4px;
}
.more_artwork .more_artwork_thumbs ul li a img, .more_artwork .more_artwork_thumbs ul li span img {
  display: none;
}
.more_artwork .more_artwork_thumbs ul li.current {
  background-position: -68px 0;
}
.more_artwork .more_artwork_thumbs ul li.first_work {
  display: none;
}
.more_artwork .more_artwork_thumbs ul li.first_work span {
  background: url(images/more_work_first.gif) 50% 50% no-repeat;
}
.more_artwork .more_artwork_thumbs ul li.last_work {
  margin-right: 0;
  display: none;
}
.more_artwork .more_artwork_thumbs ul li.last_work span {
  background: url(images/more_work_last.gif) 50% 50% no-repeat;
}
.more_artwork .more_artwork_thumbs ul li.last {
  margin-right: 0;
}
.large_art {
  width: 610px;
  background: url(images/large_art_shadow.png) 50% 100% no-repeat;
  position: relative;
  padding: 0 0 21px 0;
}
.large_art img {
  display: block;
  border: 10px solid #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.large_zoom {
  display: block;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
  width: 107px;
  height: 40px;
  background: url(images/b_zoom.png) no-repeat;
  position: absolute;
  bottom: 40px;
  right: -4px;
}
/* =============================================================================
   PAGES & SUBNAV
   ========================================================================== */
.content_pad {
  padding: 0 150px;
}
.content_pad hgroup {
  text-align: center;
}
.subnav ul {
  background: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 8px 2px 16px;
  margin: 0 0 20px 0;
  list-style: none;
  text-align: center;
}
.subnav ul li {
  display: inline;
  margin: 5px 25px 5px 0;
}
.subnav ul li a {
  white-space: nowrap;
  text-decoration: none;
  color: #303030;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0px 1px 1px #ffffff;
}
.subnav ul li.current_page_item a, .subnav ul li a:hover {
  color: #4fa2a8;
}
/* =============================================================================
   Widget
   ========================================================================== */
aside {
  font-size: 12px;
  line-height: 20px;
}
.widget {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d6d5d4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.widget h3 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* =============================================================================
   FORMS
   ========================================================================== */
#s {
  width: 200px;
}
input.input,
.wpcf7-text,
.wpcf7-form-control-wrap textarea,
.captcha-input {
  border: 1px solid #d6d5d4;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 350px;
  -webkit-transition: all linear .15s;
  -moz-transition: all linear .15s;
  transition: all linear .15s;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.wpcf7-form-control-wrap textarea {
  width: 450px;
}
input.input:focus,
.wpcf7-text:focus,
.wpcf7-form-control-wrap textarea:focus,
.captcha-input:focus {
  border-color: #4fa2a8;
  -webkit-box-shadow: 0px 0px 5px 0px #4fa2b2;
  -moz-box-shadow: 0px 0px 5px 0px #4fa2b2;
  box-shadow: 0px 0px 5px 0px #4fa2b2;
  outline: none;
}
.captcha-input {
  width: 100px;
}
.captcha-img {
  vertical-align: top;
}
.wpcf7-submit {
  background: #4fa2a8;
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  padding: 2px 8px 4px 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all linear .15s;
  -moz-transition: all linear .15s;
  transition: all linear .15s;
  padding: 7px 18px 6px 18px;
  font-size: 14px;
}
.wpcf7-submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #68bbc1;
  color: #FFF;
}
#main .wpcf7-response-output {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  border: none;
}
#main .wpcf7-mail-sent-ok {
  background: #afdcb0;
}
#main .wpcf7-validation-errors {
  background: #e2afaf;
  color: #930000;
}
#main .wpcf7-not-valid-tip {
  background: #e2afaf;
  color: #930000;
  border: 1px solid #930000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  top: 2px;
  left: 6px;
}
#searchsubmit {
  background: rgba(0, 0, 0, 0.03) url(images/button_arrow_right.png) 100% 50% no-repeat;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 16px 4px 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all linear .15s;
  -moz-transition: all linear .15s;
  transition: all linear .15s;
  color: #4fa2a8;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#searchsubmit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #68bbc1;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 20px;
}
article img.size-medium,
article img.size-small,
article img.size-large,
article img.alignright,
article img.alignleft {
  border: 5px solid white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  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;
  }
}
/* Presentational classes generated by WordPress */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.wp-caption {
  border: 1px solid #999;
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 10px;
}
.attachment-image {
	max-width: 100%;
}