/*

Antonjazz.com stylesheet
Author: Wess Willis & Dan Christopher [ lucentpdx.com ]
Adapted from ALL AJAX by Chris Coyier http://digwp.com/
Modifications by Anton Schwartz

*/

/*
    RESET
*/
* { margin: 0; padding: 0; }

body,html {
  -webkit-text-size-adjust: 100%;
  position:absolute;
  background-color: #061e2f;
  width:100%;
  min-height:100%;
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'Open Sans', Sans-Serif;
  color:white;
  /*overflow:auto;
  overflow-x:hidden;*/ 
  min-width:1050px;
  font-weight:400;
}

html {
  overflow-y:scroll;
}


.ie-warning {
  display: none;
}

html.ie9 .ie-warning, html.lt-ie9 .ie-warning {
  font-size: 11px;
  line-height: 13px;
  margin: 0 15px 10px 15px;
  display: block;
}


.screen-reader-text { position: absolute; left: -9999px; }

p {
  font-weight:400;
  margin-bottom: 1.5em;
  text-shadow:1px 1px 2px #000;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, #header, hgroup, menu, #nav, nav, section,time {
  display: block;
}

dl dt {
  width:80px;
  float:left;
  clear:both;
  text-align:right;
  font-weight:bold;
}

dl dt + dd{
  margin-left:90px;
}

em {
  font-style:italic;
}

blockquote {
  font-style:italic;
  color:#67C2FF;
  margin-left:1em;
  padding-left:1em;
/*  border-left:.3em solid #34A4E9;*/
  text-shadow:1 1 2px #000;
}

/*
    TYPOGRAPHY
*/
a img {border:none; outline:0;}
a { color: inherit; outline: 0; }

p a,
.slide li a,
.section dt a,
h4 a {
  text-decoration: none;
  border-bottom: 2px dotted #529BCC; /* blue dotted underline for links */
      /* pink dotted underline 991982 */
}

p a:HOVER,
.slide li a:HOVER,
.section dt a:HOVER,
h4 a:HOVER {
  color: #FF29AE;
  border-color: #FF29AE;
}

a:hover {
  text-decoration:none;
  color: #FF29AE;
  transition-property: color, text-decoration;
  transition-duration: .5s;
   -moz-transition-property: color, text-decoration;
   -moz-transition-duration: .5s;
   -o-transition-property: color, text-decoration;
   -o-transition-duration: .5s;
   -webkit-transition-property: color, text-decoration;
   -webkit-transition-duration: .5s;
}

h1, h2 {  text-shadow:1px 1px 2px #000; font-weight: 400; font-family: 'Open Sans', Tahoma, sans-serif; text-transform:uppercase; line-height:1em; }
h1 { font-size: 42px; font-weight: 300; margin: 0 0 5px 0; letter-spacing:-.02em; }
h1 a { text-decoration: none; }
h2 {  text-shadow:1px 1px 2px #000;  color:#FF29AE; font-weight: 700; font-size: 24px;  margin: 24px 0 5px 0; line-height: 122%;}
h3 { text-shadow:1px 1px 2px #000;  color:#67C2FF; font-weight: 700; font-size: 18px; font-family: 'Open Sans', sans-serif; }
h4 { text-shadow:1px 1px 2px #000;  color:#67C2FF; font-weight: 700; font-size: 16px; font-family: 'Open Sans', sans-serif; }
h5 { text-shadow:1px 1px 2px #000;  font-weight: 700; font-size: 14px; text-transform: uppercase; }

ul li {
  text-shadow:1px 1px 2px #000; margin-bottom: 2px;
}


span.dom7:after {
  content: "7";
  font-size: 80%;
  position: relative;
  top: -.2em;
}
span.chord {
  font-size: 85%;
  position: relative;
  top: -.3em;
}
span.minor:after {
  content: "m";
  font-size: 80%;
  margin-left: .1em;
}
span.major:after {
  content: "maj";
  font-size: 85%;
  margin-left: .1em;
}
span.dim:after {
  content: "&deg;";
  position: relative;
  top: 0.2em;
}
span.chordlow {
  font-size: 85%;
}
span.flat:after {
  content: "\266d";
  font-size: 80%;
  position: relative;
  top: -.2em;
  margin-left: -.2em;
  margin-right: -.2em;
}
span.sharp:after {
  content: "\266f";
  font-size: 80%;
  position: relative;
  top: -.2em;
  margin-left: -.2em;
  margin-right: -.2em;
}
span.natural:after {
  content: "\266e";
  font-size: 80%;
  position: relative;
  top: -.2em;
  margin-left: -.2em;
  margin-right: -.2em;
}
span.preflat:before {
  content: "\266d";
  font-size: 80%;
  position: relative;
  margin-left: -.2em;
  margin-right: -.2em;
}
span.presharp:before {
  content: "\266f";
  font-size: 80%;
  position: relative;
  margin-left: -.1em;
  margin-right: -.1em;
}
span.prenatural:before {
  content: "\266e";
  font-size: 80%;
  position: relative;
  margin-left: -.2em;
  margin-right: -.2em;
}
span.tempo:before {
  content: "\2669=";
  letter-spacing: -.2em;
  margin-left: -.3em;
  margin-right: .3em;
}

/*
    BASIC STRUCTURE
*/


.bg-container {
  background:black;
  background-size:cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index:0;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 200ms linear .25s;
    -moz-transition: all 200ms linear .25s;
    -o-transition: all 200ms linear .25s;
    transition: all 200ms linear .25s;
}

.bg-container.home {
  background-image:url('images/bgHome.jpg');
}

.bg-container.interior {
  background-image:url('images/bgBody.jpg');
}


.fullBG {
  /* Set up positioning */
  
  display:none;
}

article,
div.post {
  clear:both;
  margin-bottom:2.5em;
}

article header {
}


#page-wrap { width: 992px; margin: 0 auto; min-height:100%; z-index:80; position:relative;  }
#main-content {
  overflow:auto;
  width: 646px;
  padding: 69px 30px 20px;
  margin-left:320px;
  background:none;
  z-index:100;
  min-height:100%;
}

#main-content #inside .type-page,
#main-content #inside .type-reviews {
  padding-bottom:50px;
}

#ajax-loader{ position: fixed; display: none; left:50%; top:20%; margin-left:-50px; width:150px; height:50px; z-index:20000; background: url("images/ajax-loader.gif") no-repeat center center;}

#logo {padding-bottom:20px; display:inline-block }

footer {background:black url('images/bgNav.png') repeat top left; margin-top:-56px; clear:both; height:20px; padding:16px 0; width:100%; height:12px; overflow:hidden; position:absolute; bottom:0; }

article footer {background:none; margin:0; padding:0; width:auto;position:normal;} 

.footerMask {background: #112438;
/*background-color: rgba(8,16,30,0.5);*/
 bottom: 0;
 height: 32px;
 padding-top: 10px;
 position: absolute;
 width: 100%;
 z-index:1000;
}


.footerContent{width:992px; margin: 0 auto ;}
.footerContent div.fb-like {background-color:transparent; border:0; border:none; float:left;}
.footerContent div.fb-like + a {float:right; padding-left:10px; border-left:1px solid white;}
.footerContent div.fb-like + a + span{float:right; margin-right:10px; }


.footerContent #footer-col-2 {
  float:left;
  margin-right:58px;
  display:none;
}

.footerContent #footer-col-1 {
  float:left;
  width:600px;
  margin-right:20px;
}

.footerContent #footer-col-3 {
  float:left;
}

#LikePluginPagelet, .connect_widget_summary connect_widget_text, .connect_widget_not_connected_text {
    color: #fff !important;
}
/*
    REUSABLE STYLE MODIFIERS
*/
.alignleft { float:left; }
.alignright { float:right; }
.centered {display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}
.inset { margin-left: 20px; }
.inset50 { margin-left: 50px; }
.inset80 { margin-left: 80px; }
p.quote  { margin-bottom: 0px;}
p.quote + p { margin-left: 20px; margin-top: 3px; }
.accent { color:#ff3eaf; }
span.blue { color:#67C2FF; }
span.grey { color:#999999; }
span.boldred { color: #990000; font-weight: bold;}
.note { color:#67C2FF; font-style:italic; }
strong { font-style:inherit; font-weight:bold; }
.clear { clear:both; }
.ir {text-indent:-9999px; overflow:hidden; font-size:.01em;}
button, .button { float:left; text-decoration:none; padding:5px 15px; color:white; cursor:pointer; text-transform:capitalize; border:1px dotted #67C2FF; text-align:center; background: rgb(21,39,51); background:rgba(103,194,255,0.2); font-size:14px; }
button:hover, .button:hover {color:#FF29AE; border-color:#FF29AE;}
.bigQuote {padding:6px 0px 6px 16px; font-weight:400; font-style:italic; background:transparent url('images/pinkQuote.png') no-repeat top left; font-size:18px; line-height:24px;}
.bigQuote span {clear:both; text-align:right; display:block; padding:10px 3px 0 0;  }
.bigQuote span.rquote { height:0.9em; width:10px; background: url('images/rquote.png') top right no-repeat; display:inline-block; padding: 0px; text-shadow:1px 1px 2px #000; }
.bigQuote span.rquote.exclamation { width:13px;}
ul.general li {list-style: square outside; font-style: italic; }
ul.nopad { padding: 0px; margin: 0px; }
ul.nopad li { list-style: disc outside; line-height: 110%; margin-bottom: 3px; }
span.blogCaption {
	text-align: center; font-weight: bold; font-style: italic; font-size: .9em; line-height: 1.2em;
	width: 100%; margin-top: 4px; display: block;
}
span.blueBoxed { border: solid 2px rgba(103,194,255,0.5); padding: 2px 4px 1px; margin-right: 2px;
  font-size: 80%; text-transform: uppercase; font-weight: normal;
  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
span.blueBoxed2 { color: #000; background-color: #67C2FF; padding: 2px; margin-right: 2px;
  font-size: 80%; text-transform: uppercase; font-weight: normal; text-shadow: none!important;
  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}

span.instrument{
  font-weight: normal;
  text-transform:uppercase;
  font-size: 70%;
}
span.instrument:before {
  content: "\00a0 ";
}

.smallQuote {display:block;  clear:both;}
.smallQuote span {padding-left:30px; font-weight:bold; text-align:right;}
img.noborder {border: none!important;box-shadow:none!important;}
img.left {
  float: left;
  margin-right: 20px;
}

p.question {
  font-style: italic; font-weight: bold; color: #67C2FF;
}

/*
    NAVIGATION
*/

.sidebar {
  width:282px;
  text-align:center;
  background:transparent url('images/bgNav.png') repeat-x top left;
  float:left;
  padding:35px 0 0;
  z-index:90;
  position:absolute;
  top:0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.menu-header { padding: 20px 0 18px 0; background:url("images/sidebar-divider.png") no-repeat center top; }
.menu-header li { display:block; list-style-type:none; }
.menu-header li a { font-size:19px;
   padding: 6px 0;
   text-decoration: none;
   text-transform: uppercase;
   font-family: 'Open Sans', Tahoma, sans-serif;
   display:block;
   font-weight:400;
   }
 
.home .menu-header li.home a, .menu-header li a:hover,  .menu-header li.current_page_item a, li.current_page_item a, a.current_link {
   transition-property: color;
  transition-duration: .5s;
   -moz-transition-property: color;
   -moz-transition-duration: .5s;
   -o-transition-property: color;
   -o-transition-duration: .5s;
   -webkit-transition-property: color;
   -webkit-transition-duration: .5s;
   color: #FF29AE;
}


/*
    Home
*/

div.home.main_view{
  margin-top:240px;   /* This specifies where the top of the slider is */
  float:left;
}

#main-content {
  /*display:none;*/
}

.slide h2 {font-size:36px; margin-bottom:20px;} 

.window .slide h3 {
  text-align:left;
  font-size:20px;
  margin:0px 0 10px;
/*  color: #FF29AE;*/
}

.window .slide p,
.window .slide li {
  font-size:16px;
}

/*
Featured Slider
*/

.cdSlide a {
  float:left;
  margin-bottom:10px;
}

.cdSlide a + a {
  margin-left:16px;
}

/*
Featured Slider
*/

.cdQuote {
  background:transparent url('images/blueQuote.png') top left no-repeat;
  margin-top: 10px;
  padding:0 0 0 25px;
  float:left;
  width:100%;
  line-height: 1.5em;
}

#inside .cdQuote img {
  border:none;
  box-shadow: none;
  position: relative;
  top: 4px;
}

.cdQuote span {
  font-size: 1.4em;
}

/* Main Container */
.main_view {
  position: relative;
}

/*--Window/Masking Styles--*/
.window {
  height:200px; width: 497px;
  overflow: hidden; /*--Hides anything outside of the set width/height--*/
  position: relative;
  margin:0 auto 29px;
}

div.home .window {
  height: 210px !important; /* the vertical height of the slider */
}

.slide {
  width:497px;
  float:left;
}

.window:hover {
  background:transparent url('images/icon-pause2.png') no-repeat 100% 90%; 
}

.image_reel {
  position: absolute;
  top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging,
.page_controls {
/*  border-top: 1px dotted #3D5874;*/
  bottom: 0;
  display: none;
  height: 47px;
  line-height: 10px;
  padding: 5px 20px;
  position: absolute;
  right: 36%;
  text-align: center;
  z-index: 100;
 
}
.paging a,
.page_controls a {
  background: url("images/sliderBtn.png") no-repeat scroll 6px -34px transparent;
  float: left;
  height: 20px;
  margin-right: 1px;
  width: 25px;
}
.paging a.active,
.page_controls a.active {
  background: url("images/sliderBtn.png") no-repeat scroll 6px 5px transparent;
}
.paging a:hover,
.page_controls a:hover {font-weight: bold;}



/*
  CD's
*/

.cdContainer {
    border-bottom: 1px dotted #969DA2;
    clear: both;
    margin-bottom: 35px;
    min-height: 185px;
    padding: 0 0 60px;
    position: relative;
    max-width: 640px;
    overflow-x: hidden;
}

.cdContainer .cdCover {
  float:left;
}

.cdContainer .cdContent {
  margin-left:220px;
  
}

.cdContainer p, .cdContainer a, .cdContainer button {
  float:left;
}

.cdContainer p {
  padding-right:15px;
}

.cdContainer h3 {
  text-transform:uppercase;
  font-weight:600;
   margin-bottom:7px;
}

.cdContainer h3 span {
  color:#FF29AE;
}

.cdContainer .cdQuote p{
  margin:0 0 14px 0;
  color:#66c2ff;
  width:100%;
  text-shadow:1px 1px 2px #000;
}

.amazonLink {
  width:110px;
  height:31px;
  background:transparent url('images/amazon.png') no-repeat top left;
}

.itunesLink {
  width:87px;
  height:31px;
  background:transparent url('images/itunes.png') no-repeat top left;
}

.cdbabyLink {
  width:77px;
  height:31px;
  background:transparent url('images/cdbaby.png') no-repeat top left;
}

.hdtracksLink {
  width:87px;
  height:31px;
  background:transparent url('images/hdtracks.png') no-repeat top left;
}

.amazonLink:hover, .itunesLink:hover, .cdbabyLink:hover, .hdtracksLink:hover {
  background-position:0 -50px;
}

.cdReadMore {
  clear: left;
  margin-top: 10px;
}

.cdMoreInfo {
  display:none;
  padding-top:15px;
  float:left;
  clear:both;
 
}

.cdMoreInfo a {
  float:none;
  display:inline;
}

/*
    POSTS
*/
.meta { font-size: 12px; text-transform: uppercase; position: relative; border-top: 1px solid white; padding: 2px 0; margin: 0 0 20px 0; padding-right: 150px; }
.meta span { position: absolute; right: 0; top: 1px; }
.meta a { text-decoration: none; }
.meta a:hover { text-decoration: underline;}

.article-content p, .article-content span, .article-content a,  .article-content dd,  .article-content label { text-shadow:1px 1px 2px #000;}
.article-content blockquote p:first-child:first-letter { font: 14px 'Open Sans', Sans-Serif; float: none; margin: 0; }
.article-content p { margin: 0 0 15px 0; }
.article-content ul, .article-content ol { margin: 0 0 10px 20px; }
.article-content ul ul, .article-content ol ol { margin-top: 5px; }
.article-content li { margin: 0 0 5px 0; }
.article-content code { font: 12px Monaco, Courier, Sans-Serif; }
.article-content pre { border: 1px solid black; padding: 10px; margin: 0 0 15px 0; }

.type-post { margin: 0 0 1.6em 0; }
p.wp-caption-text { font-size: 0.8em; font-weight: bold; line-height: 1.3em; padding-top: 5px; }
div.wp-caption.alignright { margin-left: 5px; }


/*
    PAGINATION
*/
.pagination { margin-bottom:90px; } /*overflow: hidden;*/ 
.pagination span a {text-decoration:none; font-weight: bold; font-size: 1.1em; border: 1px solid #fff; padding: 5px 8px; background-color: rgba(0, 0, 0, .5);
}
.pagination .newer { float: right; }
.pagination .older { float: left; }




/*
    COMMENTS
*/
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px dotted #556688; padding: 10px 0 25px; position: relative; margin-bottom: 1.6em; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { margin: 0 0 5px 0; font-size: 15px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment img.avatar { float: left; margin: 0 15px 15px 0; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { position: absolute; right: 30px; top: 20px;}
ol.commentlist li.comment div.comment-meta { font-size:12px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment div.comment-meta a:hover { color: #FF29AE; }
ol.commentlist li.comment p {  margin-left:0; }
ol.commentlist li.comment ul, ol.commentlist li.comment ol { margin: 0 0 15px 20px; }
ol.commentlist li.comment div.reply { font-size: 12px; }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style: none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 .25em 3.25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em 4.25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em 5.25em; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even {  }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

.comment_text {
  background: #1F6292;
  background: rgba(31,98,146,.5);
    margin-left: 80px;
    padding: 20px;
  border-radius:5px;
  position:relative;
}
.comment_text:before {
  content:"";
  position: absolute;
  right: 100%;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 20px solid #1F6292;
  border-left: 20px solid transparent;
  border-top-color: rgba(31,98,146,.5);
}


#respond { padding-top:1.6em; }
#commentform { }
#commentform div { margin: 0 0 5px 0; }
#commentform input[type=text] {
    border: 1px solid white;
    font-size: inherit;
    padding: 5px;
    width:230px;
}
#commentform #submit {
  border: 1px solid #81bcf2;
  color:#fff;
  padding: 8px 20px 6px;
  line-height:1em;
  font: inherit;
  background: #0c3b5c;
  font-weight:bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #61ace2), color-stop(1, #0c3b5c));
  /* for Firefox 3.6+ */
  background-image: -moz-linear-gradient(top,  #61ace2 0%, #0c3b5c 100%);
  /* for Opera 11.1+ */
  background-image: -o-linear-gradient(top,  #61ace2 0%, #0c3b5c 100%);
  /* for IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ace2', endColorstr='#0c3b5c');
  cursor:pointer;
}

#commentform #submit:hover {
  background: #61ace2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #81bcf2), color-stop(1, #2c5b7c));
  /* for Firefox 3.6+ */
  background-image: -moz-linear-gradient(top,  #81bcf2 0%, #2c5b7c 100%);
  /* for Opera 11.1+ */
  background-image: -o-linear-gradient(top,  #81bcf2 0%, #2c5b7c 100%);
  /* for IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81bcf2', endColorstr='#2c5b7c');
}
#commentform textarea {
  border: 1px solid white;
    font: inherit;
    padding: 2%;
    width: 96%;
}

ol.commentlist li.comment-author-anton div.comment-author a.url {
  color:#FF29AE; 
  text-decoration:none; 
}

/*
  SUBPAGE NAVIGATION (SUPERSCROLLER)
*/

#subpage_nav_container {
  margin-top:-12px;
  margin-bottom:2em;
  height:2.3em;
  /*background: url("images/subnav-divider.png") repeat-x left bottom;*/
}

#subpage_nav {
  font-weight:bold;
  color:#ff3eaf;
}

#subpage_nav li {
  float:left;
  list-style: square outside;
}

#subpage_nav li:first-child {
  list-style:none;
}

#subpage_nav li a {
  display:block;
  padding:.2em 1em .2em 0;
  text-shadow:1px 1px 2px #000;
}

.toplink {
  display:block;
  clear:Both;
}

.main_view + section{
  clear:left;
  margin-left:auto;
  margin-right:auto;
}

.studyCopy + .main_view .window {
  height:210px;
}


/*
  PHOTO PAGE
*/
.gallery-item .gallery-caption {
  display:none;
}

.gallery-item .gallery-icon a {
  border:none;
}
/*


#image_overlay {
    background: url("images/overlay-bg.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    cursor:pointer;
    display:none;
}

#image_overlay.selected {
  display:block;
}

#image_overlay .close {
    background: url("images/ico-close-big.png") no-repeat scroll right 6% transparent;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -ms-transition: opacity .25s;
  -o-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}

#image_overlay .close:HOVER {
  opacity:1;
}

#image_overlay .image_content {
    font-weight: bold;
    height: 95%;
    margin: 5% auto;
    text-align: center;
    text-shadow: 0 0 4px #000;
    width:50%;
    position:relative;
}

#image_overlay .image_content .next,
#image_overlay .image_content .prev {
    display: block;
    height: 80%;
    position: absolute;
    width: 90px;
  right:-80px;
  text-indent:-5000em;
  background: url("images/slideshow-arrows.png") no-repeat;
  border:1px solid transparent;
  transition: background-color .5s, border .5s;
  -moz-transition: background-color .5s, border .5s;
  -ms-transition: background-color .5s, border .5s;
  -o-transition: background-color .5s, border .5s;
  -webkit-transition: background-color .5s, border .5s;

  border-radius:1em;
}

#image_overlay .image_content .prev {
    left: -80px;
  right: auto;
  background-position: -96px center;
}

#image_overlay .image_content .next {
  background-position: -185px center;
}

#image_overlay .image_content .next:HOVER {
  background-position: -281px center;
}

#image_overlay .image_content .prev:HOVER {
  background-position: 0 center;
}

#image_overlay .image_content .next:HOVER,
#image_overlay .image_content .prev:HOVER {
  background-color: #000;
  border-color:#000;
}

#image_overlay img.primary {
  border-radius:1em;
  display:inline-block;
  max-height:80%;
  box-shadow:0 0 1em #000;
  border:1px solid #fff;
  cursor:default;
  position:relative;
  z-index:2;
}

#gallery_titles {
  float:right;
  text-transform:uppercase;
  position:relative;
  top:-25px;
  color: #FF3EAF;
  font-weight:bold;
}

#gallery_titles a {
  text-decoration:none;
  font-weight: 400;
}

#gallery_titles a:HOVER,
#gallery_titles a.selected {
  font-weight:bold;
  color: #FF3EAF;
}

.gallery .thumb {
  float: left;
  border: 1px solid #000;
  display: block;
  visibility:hidden;
  width: 160px;
  height: 160px;
  background-position: center center;
  background-repeat: none;
  margin-right: -1px;
  margin-bottom: -1px;
  position: relative;
  transition: box-shadow .15s linear, border-color .25s linear;
  -moz-transition: box-shadow .15s linear, border-color .25s linear;
  -ms-transition: box-shadow .15s linear, border-color .25s linear;
  -o-transition: box-shadow .15s linear, border-color .25s linear;
  -webkit-transition: box-shadow .15s linear, border-color .25s linear;
}
.gallery .thumb:HOVER {
  z-index: 1;
  border: 1px solid #fff;
  box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
}

.horizontal_slider {
  height:570px;
  overflow:hidden;
  width:100%;
  padding-top:1em;
}

.horizontal_slider.video {
  height:auto;
}

.horizontal_slider .gallery {
    clear: both;
 
}

.horizontal_slider .gallery .inner {
  position:relative;
    width: 8500px;
}

.horizontal_slider .gallery .page {
    float: left;
    margin-right: 5em;
    width: 645px;
}

.horizontal_slider .page_controls {
    background: url("images/overlay-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #0D2D41;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 0 5px #000;
    display: block;
    height: 20px;
    margin: 10px auto;
    padding: 20px;
    position: relative;
    right: 0;
}

 .horizontal_slider div#video .page_controls  {
  margin:0 auto;
}

.horizontal_slider .page_controls a.next,
.horizontal_slider .page_controls a.prev {
  background: url("images/pagingArrows.png") no-repeat 7px top;
  text-indent:-5000em;
}

.horizontal_slider .page_controls a.next {
  background-position: -17px top;
}

.horizontal_slider .page_controls a.next:HOVER {
  background-position: -17px -21px;
}

.horizontal_slider .page_controls a.prev:HOVER {
  background-position: 7px -21px;
}

.videos .horizontal_slider {
  height:auto;
}

.videos .horizontal_slider .page {
}
 */

/* HI-RES PHOTOs */

.hi-res-photos li {
  float:left;
  width:33%;
  margin-bottom: 10px;
  min-height:250px;
}

div.slideFrame {
  width: 200px;
  height: 200px;
  margin-bottom: 8px;
  background-color: rgb(221, 221, 221);
  background-color: rgba(255, 255, 255, 0.2);
  float: left;
  border: 1px solid black;
  border-color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
}

div.slideFrame:hover {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid red;
  border-color: rgba(255, 255, 255, 1.0);
}

/*div.slideFrame a {
}*/

div.slideFrame img {
  box-shadow: none!important;
/*  width: 160px;*/
  display: block;
  margin: 20px auto;
}

div.photoCredit {
  clear: both;
  margin: 0px 10px;
  font-size: .85em;
  line-height: 125%;
}


/* BLOG */

.article.type-post img.alignleft {
  margin-right:10px;
  margin-bottom:10px;
}

.article.type-post img.alignright {
  margin-left:10px;
  margin-bottom:10px;
}

.article.type-post ul,
.article.type-post ol {
  margin-left:2.3em;
  margin-bottom:1.5em;
}

.article.type-post ul li {
  list-style:disc;
}

.article.type-post ol li {
  list-style-type: decimal /*lower-alpha*/
}

.article.type-post { margin-right: 60px; }
.article.type-post.excerpt { }
.article.type-post.excerpt footer {
  padding-top:.75em;
  margin-bottom:1.6em;
  padding-bottom:3em;
}

.article.type-post header {
  font-family: 'Open Sans', Tahoma, sans-serif;
}

.article.type-post header h2,
.article.type-post header h1,
.article.type-post .header h2,
.article.type-post .header h1 {
  padding-top:.4em;
  margin-bottom:0;
  text-decoration:none;
  text-shadow:1px 1px 2px #000;
  border-bottom: 0;
}

#inside h1 {
  background:url("images/subnav-divider.png") repeat-x scroll left bottom transparent;
  padding-bottom:10px;
  margin-bottom:20px;
}

#inside img, #inside a img {
  border:1px solid white;
  box-shadow: 0 0 5px #000;
}

.article.type-post h1 {
  border-bottom: 0 !important;
  margin-bottom:0 !important;
  padding:0 !important;
  background: transparent !important;
}

.article.type-post header h2 a,
.article.type-post .header h2 a {
  text-decoration:none;
}

.article.type-post header time,
.article.type-post .header .time {
    background: none repeat scroll 0 0 #FF3FAF;
    float: left;
    margin-right: 13px;
    padding: 3px 3px 4px;
    text-align: center;
    width: 55px;
}

.article.type-post header time span,
.article.type-post .header .time span {
  display:block;
}


.article.excerpt .header .time {
    margin-top: 6px;
}

.article.type-post header time .month, 
.article.type-post .header .time .month {
  font-weight:bold;
  text-transform:uppercase;
  font-size:14px;
  line-height: 1em;
  margin-top: 4px;
  margin-bottom:1px;
}

.article.type-post header time .day, 
.article.type-post .header .time .day {
  font-size:28px;
  line-height: 1em;
}

.article.type-post header time .year, 
.article.type-post .header .time .year {
  font-size:11px;
  line-height: 1em;
}


.article.type-post header .meta,
.article.type-post .header .meta {
  border:0;
  padding:0;
  margin-bottom:10px;
  margin-left:75px;
  border-bottom: 1px dotted #3D5874;
}

.article.type-post section, 
.article.type-post .section {
  margin-left:75px;
}

.article.type-post section p, 
.article.type-post .section p  {
  margin-bottom:15px;
  letter-spacing:.01em;
}

.article.type-post footer, 
.article.type-post .footer {
/*  margin-left:75px;*/
/*  border-bottom: 1px dotted #3D5874;*/
  padding-top:0em;
}

.article.type-post .footer ul {
  margin:0;
  margin-top:10px;
}

.article.type-post.excerpt footer {
  border-top: 3px solid #3D5874;
}

/* See "studio confessions" blog post */

.article.type-post a.audioLink {
  display: inline-block;
  border-bottom:none;
  margin: 0px 0px 6px 60px;
  padding: 5px 0px 5px 40px;
  font-weight:bold;
  background-image: url('images/listen32x32.png');
  background-repeat: no-repeat;
  background-position: 0 50%; 
}

.article.type-post div.audioWrapper {
  width: 400px;
  margin: 0px 20px 15px 80px;
  color: #999;
  font-weight:bold;
  font-size: 80%;
}

.comment_container {
    border-top: 3px solid #3D5874;
/*    margin-left: 75px;*/
    padding-top: 1.6em;
    padding-bottom:5em;
    margin-right:60px;
}

.comment_container h3 {
  margin-bottom:.5em;
}

#sidebar {
  font-family: 'Open Sans', Tahoma, sans-serif;
    padding-bottom: 1.6em;
    padding-right: 60px;
}

#sidebar h3,
.article.type-post footer h3 {
    float: left;
  font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: inherit;
    font-weight: bold;
    line-height: 1em;
    margin-right: 5px;
    padding: 8px 2px 0 0;
    text-transform: uppercase;
    font-size:inherit;
}

#sidebar h3.widgettitle:after {
  content: ':';
}

#sidebar ul li,
ul.post-categories li {
  display:inline-block;
}

#sidebar ul li a,
ul.post-categories li a {
    background: url("images/bgNav.png") repeat-x scroll left top transparent;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    line-height: 1em;
    margin: 0 0 3px 3px;
    padding: 8px 12px 7px;
    text-decoration: none;
}

/*#sidebar ul li a:HOVER,
ul.post-categories li a:HOVER,*/

#sidebar ul li.current-cat a {
  background:#3782BB;
  border: 1px solid #FFF;
  text-shadow:0 0 2px #000 !important;
}

#archive h2:first-child {
  margin-bottom:1em;
  background: url("images/subnav-divider.png") repeat-x scroll left bottom transparent;
  padding-bottom:5px;
}

#archive .type-post {
  border-bottom: 1px dotted #3D5874;
  padding-bottom:1.6em;
  margin-bottom:1.6em;
}



/* ABOUT ANTON */

h2.banner {
  border-bottom:1px dotted #fff;
  line-height:1.2em;
  margin-bottom:.75em;
}

.biography .attachment-single-post-thumbnail {
  float:left;
}

.biography .bio {
  margin-left:250px;
}

.bio_full {
  display:none;
}

.biography button {
  clear:both;
  margin-bottom:1.5em;
}

dl.expand {
  margin-left:240px;
}
dl.expand dt {
  text-align:left;
  float:none;
  width:auto;
  margin:0;
  background: url("images/plus_minus.png") no-repeat;
  cursor:pointer;
  padding-left:60px;
  margin-left:-60px;
  position:relative;
  min-height:48px;
  margin-top:1.5em;
}

dl.expand dt.open {
  background-position: left -154px;
}

dl.expand dt.open + dd {
  padding-bottom:1.5em;
}

dl.expand dt .hover_state {
  opacity:0;
  background: url("images/plus_minus-hover.png") no-repeat;
  display:block;
  width:50px;
  height:50px;
  position:absolute;
  left:0;
  top:0;
  transition-property: opacity;
  transition-duration: .5s;
   -moz-transition-property: opacity;
   -moz-transition-duration: .5s;
   -o-transition-property: opacity;
   -o-transition-duration: .5s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: .5s;
}

dl.expand dt.open .hover_state {
  background-position: left -154px;
}

dl.expand dt:HOVER {
  color:#FF29AE;
}

dl.expand dt:HOVER .hover_state {
  opacity:1;
}

dl.expand dd {
  margin:0;
  border-bottom: 1px dotted #3D5874;
  padding-top:1.5em;
  height:1px;
  overflow:hidden;
}

dl.expand dd a.external,
article.reviews a.external {
  color: #37aeff;
  text-decoration:none;
  font-weight:bold;
  background: url("images/externalLink.png") no-repeat right top;
  padding-right:23px;
  target-name: new;  /* CSS3 only */
}

dl.expand dd a.external:HOVER,
article.reviews a.external:HOVER {
  text-decoration:underline;
}


.resources section,
.resources div.section {
  padding-left:240px;
}

ul.resources.extras {
  display:none;
}

.resources button {
  margin: 1.5em 0;
}

ul.resources li a {
    display: block;
    line-height: 1.3em;
    padding: 0.5em 0 .5em 50px;
    text-decoration: none;
    margin-left:-50px;
}

ul.resources li a.pdf {
  background:url("images/ico-pdf.png") no-repeat left 10px;
}

ul.resources li a.txt {
  background:url("images/ico-txt.png") no-repeat left 10px;
}

ul.resources li a.img {
  background:url("images/ico-img.png") no-repeat left 6px;
}

ul.resources li a .title {
  font-weight:bold;
  text-decoration:underline;
  display:block;
}


/* STUDY */
.callOutText {
  text-align:left;
  font-size: 16px;
  padding:1em 20px;
  color:#67c2ff;
  border: 1px solid white;
  border-color: rgba(103,194,255,.25);
  background-color: transparent;
  background-color: rgba(103,194,255,.07);
  font-style:italic;
  margin-bottom:30px;
}
.callOutText p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.lessons dl dt {
  width:230px;
}

.lessons dl dt + dd {
  margin-left:240px;
  border-bottom: 1px dotted #3D5874;
  margin-bottom:1.5em;
}

.lessons dl dt + dd ul {
  color:#67c2ff;
  margin-bottom:1.5em;
  margin-left:40px;
}

.lessons dl dt + dd ul li, .bulleted li {
  list-style: square outside;
}


dl.bios dt {
  width: 160px;
  margin-top: 6px;
  text-align:center;
  overflow:hidden;
  clear: both;
}

dl.bios dt + dd {
  margin-left:170px;
}

dl.bios dt + dd > dl dt + dd {
  margin-left:auto;
  float:left;
}

dl.bios dt + dd > dl {
  font-style:italic;
  margin-top:-1em;
}

dl.bios dt + dd > dl dt {
  width:auto;
  text-align:left;
  float:left;
  padding-right:.5em;
}

ul.recentBlogs {
  margin-top: 1em;
  margin-left: 40px;
}

.recentBlogs li {
  list-style: square inside;
}

div.window ul li {
  list-style: square inside;
}

.jazz-tools ul.resources li {
  width:50%;
  float:left;
}

.jazz-tools ul.resources li:nth-child(odd) {
  clear:both;
}

.jazz-tools ul.resources li a {
  margin:0;
  padding-right:5%;
}

.jazz-tools hr {
  clear:both;
  margin: 3em 150px;
  border:0;
  border-bottom: 1px dotted #3D5874;
}

.resources li a.external {
  background: url("images/ico-external.png") no-repeat 8px 10px;
}

.workshops h4 {
  color: #67C2FF;
}
.workshops .pageSubHead {
  display:none;
}

/* CONTACT */

.contactInfo {
  border:1px dotted white;
  padding:20px 78px 20px 24px;
  float:left;
  margin:40px 0 40px 133px;
}

.contactInfo * {
 float:left;
 clear:left;
}

.contactInfo h2 {
  font-weight:100;
  color:white;
  font-size:36px;
  text-transform:capitalize;
  margin-top: 4px;
}

.contactInfo h2 + span {
  color:#FF29AE;
  font-weight:bold;
  margin-bottom:25px;
}

.contactInfo a {
  color:white;
  font-size:16px;
  font-weight:bold;
  padding-left:26px;
  background:transparent url('images/spriteContact.png') no-repeat 0 1px;
  text-decoration:none;
}


.contactInfo span.phone {
  color:white;
  font-size:16px;
  font-weight:bold;
  padding-left:26px;
  background:transparent url('images/spriteContact.png') no-repeat 0 -22px;
}

.contactInfo span.emailDom:before {
  content: "@"
}

.contactInfo span.emailDom:after {
  content: ".com";
}


/*---------------MBT's Custom Like Box Start--------------*/

.fan_box a:hover{
  text-decoration: none;
}


.fan_box .full_widget{
  height: 200px;
  border: 0 !important;
  background: none !important;
  position: relative;
}


.fan_box .connect_top{
  background: none !important;
  padding: 0 !important;
}


.fan_box .profileimage, .fan_box .name_block{
  display: none;
}


.fan_box .connect_action{
  padding: 0 !important;
}


.fan_box .connections{
  padding: 0 !important;
  border: 0 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}


span.total{
  color: #0080ff;
  font-weight: bold;
}


.fan_box .connections .connections_grid {
  padding-top: 10px !important;
}


.fan_box .connections_grid .grid_item{
  padding: 0 10px 10px 0 !important;
}


.fan_box .connections_grid .grid_item .name{
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: normal;
  color: #289728 !important;
  padding-top: 1px !important;
}


.fan_box .connect_widget{
position: absolute;
bottom: 0;
left: 0px;
margin: 0 !important;
}


.fan_box .connect_widget .connect_widget_interactive_area {
margin: 0 !important;
}


.fan_box .connect_widget td.connect_widget_vertical_center {
padding: 0 !important;
}


/*---------------MBT's Custom Like Box End--------------*/



/*  CONTACT PAGE  */

.gform_wrapper {
  float:left;
  margin-bottom:20px;
}

.gform_wrapper label {
  float:left;
  width:190px;
  text-align:right;
  clear:left;
}

.gform_wrapper .ginput_container, .gfield_description {
  float:left;
  margin:0 0 15px 15px;
} 

.gfield_description {
  font-style:italic;
  margin-top:-10px;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
  padding: 6px 7px 4px;
    background-color:#d4d5d6;
    border:none;
    color: #333333;
    padding: 4px 4px 1px;
    width:231px;
}

.gform_wrapper textarea {
  width: 350px;
}

.gform_edit_link {
  display:none;
}

.gfield_description{
  padding-left:193px;
  float:left;
}

.gfield_checkbox input, .ginput_right, .gfield_radio input {
  clear:left;
  float:left;
}

.gfield_checkbox label, .gfield_radio label  {
  float:left;
  padding-left:5px;
  width:234px;
  text-align:left;
  clear:none;
  position:relative;
  top:-3px;
}

.article-content .gfield_radio {
  margin-bottom: 5px;
  float: left;
  margin-left: 0px;
}

.article-content .gfield_radio li {
  margin-left:9px;
  float:left;
  clear:left;
}
.gform_button {
  clear: left;
  float: left;
  margin:0 0 20px 225px;
}

.gform_button:hover {
  color: #FF29AE;
  transition-property: color, text-decoration;
  transition-duration: .5s;
   -moz-transition-property: color, text-decoration;
   -moz-transition-duration: .5s;
   -o-transition-property: color, text-decoration;
   -o-transition-duration: .5s;
   -webkit-transition-property: color, text-decoration;
   -webkit-transition-duration: .5s;
}


.gform_validation_container {
  /*display:none;*/
}

.validation_message {
  text-transform: uppercase;
  background: #FF29AE;
  width: 100%;
}

.article-content .gfield_checkbox {
  margin:0;
  float:left;
}

/* hide zip fields on contact until mailing list is chosen */
#gform_1 #field_1_3, #gform_1 #field_1_6 {
  display:none;
}

.article-content  .gfield_html {
  float:left;
  clear:left;
  margin:0 0 20px 208px;
}

#zipList dd {
   border: 1px dotted white;
   cursor: pointer;
   float: left;
   font-size: 11px;
   margin: 0 5px 10px 0;
   padding: 0;
   text-align: center;
   width: 91px;
}

#zipList dd:hover{
  color:#FF29AE; border-color:#FF29AE;
}

.gsection_title, .gsection_description {float:left; }

/* 404 */ 

.notFound {
    background: url("images/404-sax-pink.png") no-repeat center top transparent;
    display: block;
    height: 196px;
    margin-top: 60px;
    padding-bottom: 30px;
    text-indent: -5000em;
}

.notFound + p {
  width:451px; 
  margin-left:106px;
}

/* Calendar Page */

.pageSubHead {
  color:#ff29ae;
  float:left;
  font-size:24px;
  font-weight:normal;
}

.article-content .gridList {
  margin:0 !important;
  padding-top:15px;
  float:left;
   padding-bottom: 50px;
}

.gridList li {
  width:300px;
  float:left;
  margin:0 15px 10px 0;
}

/* TABLE STYLE
------------------------------------------------------*/

th.center,
td.center {
  text-align:center;
}

th.right,
td.right {
  text-align:right;
}


table.default {
  width:100%;
  text-shadow:1px 1px 2px #000;
  margin-bottom: 3em;
  border: 1px solid #03080C;
}

table.default thead {
  background: #10274D;
  font-weight:bold;
  /* for Safari 5.03+ and Chrome 7+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #173E6C), color-stop(1, #0E2348));
  /* for Firefox 3.6+ */
  background-image: -moz-linear-gradient(top,  #173E6C 0%, #0E2348 100%);
  /* for Opera 11.1+ */
  background-image: -o-linear-gradient(top,  #173E6C 0%, #0E2348 100%);
  /* for IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#173E6C', endColorstr='#0E2348');
}

table.default thead th {
  font-weight: bold;
  vertical-align:bottom;
}

table.default thead th.title {
  padding-bottom:1%;
}

table.default thead th.overtime {
  width:17%;
}

.overtime {
  font-style:italic;
  color:#FF8325;
}

table.default th {
  padding:2%;
  line-height:1.2em;
}

table.default td {
  font-size: 14px;
  padding: 2%;
  border-left: 1px solid #225B7E;
  line-height:1.2em;
}

table.default tbody tr th {
  background: #261A10;
  width:17%;
  text-align:right;
  font-weight:bold;
  border-bottom: 1px solid #322114;
}

table.default tbody tr:nth-child(even) {
  background: #0C3451;
}

table.default tbody tr:nth-child(odd) {
  background: #11415F;
}

table.default tbody tr td:last-child {
  border-right: 0;
}

table.default tbody tr td:first-child {
  border-left:0;
}

table.default td a img {
  border: 2px solid #52A6DE !important;
}

table.default td a img:HOVER {
  border-color:#fff !important;
}

/* For specific tables */

table#modesOrder tbody tr td:nth-child(3){
	border-left:5px solid #225B7E;
}

table#modesOrder tbody tr td {
	text-align: center;
}

.skyscraper {
  float:right;
}

a.stripStyle,
p a.stripStyle,
.slide li a.stripStyle,
.section dt a.stripStyle,
h4 a.stripStyle {
  border:none !important;
}

a.stripStyle img {
  border:0 !important;
  box-shadow:none !important;
}

.gform_validation_container {
  display:none;
}

/* Random Roots page */

div.drill {
  background-color: rgb(255,255,255); /* fallback for compatibility */
  background-color: rgba(255,255,255, 0.5);
}           

div.drill img.noteBox {
  margin:10px;
  border:1px solid grey;
  width:100px;
  height:100px;
  float: left;
}

div.drill img.current{
  border:1px solid red;
}

img#startStop {
  cursor: pointer;
}

div.drill td.name{
  text-align:right;
}

/* Photo Gallery */

.jp-carousel-image-meta {
  display:none !important;
}


.jp-carousel-photo-info h2 {
  color: #fff !important;
}

.jp-carousel-titleanddesc-title {
  display:none !important;
  color: #999 !important;
}

/* "YouTube Channel" Plug-In */

h3.ytc_title_below {
  font-size: 13px;
  margin: 10px 10px 0px 10px;
  line-height: 1.3em;
}
p.ytc_description {
  font-size:11px;
  margin: 6px 10px 0px 10px;
  line-height: 1.3em; 
}
div.ytc_video_container {
  background-color: rgba(0,0,0,0.3);
  border: 1px solid #666;
  height: 340px;
  margin: 0px 20px 20px 0px;
}
/* ytc_thumb {
} */

/* Fonts for Blog Post SVG images */

@font-face {
    font-family: 'Inkpen2Script';
    src: url('font/inkpen2_script.eot');
    src: url('font/inkpen2_script.eot?#iefix') format('embedded-opentype'),
         url('font/inkpen2_script.woff2') format('woff2'),
         url('font/inkpen2_script.woff') format('woff'),
         url('font/inkpen2_script.ttf') format('truetype'),
         url('font/inkpen2_script.svg#font/inkpen2_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inkpen2';
    src: url('font/inkpen2.eot');
    src: url('font/inkpen2.eot?#iefix') format('embedded-opentype'),
         url('font/inkpen2.woff2') format('woff2'),
         url('font/inkpen2.woff') format('woff'),
         url('font/inkpen2.ttf') format('truetype'),
         url('font/inkpen2.svg#inkpen2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inkpen2Chords';
    src: url('font/inkpen2_chords.eot');
    src: url('font/inkpen2_chords.eot?#iefix') format('embedded-opentype'),
         url('font/inkpen2_chords.woff2') format('woff2'),
         url('font/inkpen2_chords.woff') format('woff'),
         url('font/inkpen2_chords.ttf') format('truetype'),
         url('font/inkpen2_chords.svg#font/inkpen2_chordsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

svg.noshadow text { text-shadow:none;}


#mobile-icon, #mobile-header, .mobile-only {
  display:none;
}

/* MOBILE */ 
@media only screen and (max-width : 737px) {


  #main-content, #page-wrap, body, html, .footerContent, .footerContent #footer-col-1{  
    margin-left:0; 
    width:100%;
    box-sizing:border-box; 
    min-width:100%;
    max-width:100%;

  }  

  .bg-container.home {
    background-position: center 110px;
  }

  .bg-container {
    background-position:-481px 0;
    background-repeat:no-repeat;
    background-size:280%;
      -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  
  #main-content {
    padding:49px 15px 20px;
  }

  /* Footer */

  .footerMask {
    height:52px; 
    overflow:hidden;
  }

  #footer-col-3 {
    padding: 6px;
    font-size: 0.8em;
  }

  .footerContent {
    font-size:.9em;
  }
  
  /* Slider */ 
  div.home .window {
    height: 320px !important;
    width:344px;
    margin:0 auto;
  }

  div.home.main_view {
    float:none; 
    margin-top:50px;
  }

   .slide {
    width:344px;
   } 

  .slide.cdSlide img {
    width:70px;
  }

  .slide.cdSlide img + img{
    margin-left:5px; 
  }

  .slide.cdSlide p {
    display:block;
    clear:left; 
  }
  .slide.cdSlide.firstSlide  img {
    width:170px;
  }

  .paging, .page-controls {
    padding:0; 
    min-width:215px;
    right:50%;
    transform:translateX(50%);
    -webkit-transform:translateX(50%);
  }

  .window .slide p, .window .slide li {
    font-size:13px;
  }
  /* Sidebar */ 

  .sidebar {
    display:none;
  }

  /*Mobile Header and Icon */ 
  #mobile-header {
    display:block;
    width:100%; 
    text-align:center;
    padding:20px 0;
    position:relative; 
    background:rgba(17, 36, 56,.9);
    box-sizing:border-box;
    
  }

  #mobile-menu {
    background:rgba(17, 36, 56,.95);
    position:absolute;
    top:100%;
    max-height:0;
    transition:all 600ms linear;
    width:100%;
    -webkit-transition:all 600ms linear;
    z-index:1900;
    overflow:hidden;
  }

  #mobile-menu .mobile-menu-header {
    padding:20px 0;
  }

  #mobile-menu ul li {
    margin-bottom: 28px;
    font-size: 18px;
    text-transform: uppercase;
  }
  #mobile-menu ul li:first-child {
    position:relative;
    left:4px;
  }
  #mobile-menu ul li:first-child a:after {
    content:'/listen';
  }
  #mobile-menu ul li a{
   text-decoration:none;
  }

  #mobile-menu.open {
    max-height:1000px;
  }


  #mobile-icon {
    display:block;
    width: 40px;
    height: 45px;
    position: absolute;
    right:10px;
    top:20px; 
    z-index:2000;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #mobile-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #mobile-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 4px 7px 0;
  }

  #mobile-icon span:nth-child(odd) {
    left:0px;
    border-radius: 7px 0 0 7px;
  }

  #mobile-icon span:nth-child(1), #mobile-icon span:nth-child(2) {
    top: 0px;
  }

  #mobile-icon span:nth-child(3), #mobile-icon span:nth-child(4) {
    top: 14px;
  }

  #mobile-icon span:nth-child(5), #mobile-icon span:nth-child(6) {
    top: 28px;
  }

  #mobile-icon.open span:nth-child(1),#mobile-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #mobile-icon.open span:nth-child(2),#mobile-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #mobile-icon.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }

  #mobile-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }

  #mobile-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #mobile-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #mobile-icon.open span:nth-child(5) {
    left: 5px;
    top: 20px;
  }

  #mobile-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 20px;
  }

  /* Content Pages*/

  #inside img, #inside a img, #inside iframe {
    max-width: 100%;
    height: auto;

  }
  #inside iframe {
     margin: 20px 0 5px;
  }
  #inside iframe .fb-like {
    margin:0;
  }

  #subpage_nav li {
    list-style:none;
  }

  .main_view .window {
    width:344px;
  }

  dl.expand {
    margin-left:60px;
  }


  #main-content #inside .type-page, #main-content #inside .type-reviews {
    padding-bottom:20px;
  }

  /*CD Page */ 


  .cdContainer .cdContent {
    margin-left:0;
    padding-top:10px;
    clear:left;
    font-size:.9em;
  }

  .cdContainer .jp-audio {
    opacity:1 !important;
    display:block;
  }

  /* Calendar */  

  .gigpress-table {
        font-size: .9em;
  }

  .mobile-only.event-prompt {
    display: block;
    clear: left;
    float: left;
  }

  /* About Anton Page */ 

   .resources div.section {
    padding-left:0;
  }
  
  /* Photos/Videos */ 
  div.slideFrame {
    background:none; 
    max-width:90%; 
    border:none; 
    border-radius:0;
  }

  .hi-res-photos li {
    width:50%; 
    min-height:0; 
  }

  .hi-res-photos li:nth-child(even) {
    clear:left;
  }
   .hi-res-photos li:nth-child(2) {
    clear:none;
   }

  /* Jazz Study */  
  .lessons dl dt {
    width:auto;
    text-align:left;
  }

  .lessons dl dt + dd {
    clear:left; 
    margin-left:0;
  }

  /* Blog */ 

  .article.type-post {
    margin-right:0;
  }

  .article.type-post .section p {
   font-size:13px;
   line-height:20px;
  }

  .article.type-post div.audioWrapper {
    margin: 0px 20px 15px 10px;
  }
  .article.type-post .section {
    margin-left: 0;
  }
  
  .article.type-post .footer {
    margin-left:0;
  }
  
  .comment_container {
    margin-right:0;
  }
  .commentlist .comment .avatar {
    display:none;
  }

  .commentlist .comment_text {
    margin-left:0; 
  }
  .commentlist .comment_text:before {
    display:none;
  }

  .comment_container ol.commentlist li.comment .comment-author {
    font-size:16px;
    margin-bottom:0;
  }

  ol.commentlist li.comment div.commentmetadata {
    position:static;
    margin-bottom:5px;
    font-size:11px;
  }

  ol.commentlist li.comment ul.children li  {
    margin-left:20px !important;
  }

  
  /* Contact */
  .gform_wrapper textarea {
    width:240px;
  }

  .gform_wrapper label,.gform_wrapper .ginput_container, .gfield_description {
    text-align:left;
    margin-left:0;
  }
  .gfield_description {
    padding-left:0;
  }
  .gform_button {
    margin-left:25px;
  }

  .contactInfo {
    margin:10px 10px 100px;
  }

  /* 404 Page */

  .notFound {
    background-size:contain;
  }

  .notFound + p {
    margin-left:0;
  }
} 

/* Landscape */
@media only screen and (max-width : 737px) and (orientation:landscape) {
  .bg-container.interior {
    background-position: 0 0;
  }
  .article.type-post .section p {
    font-size:13px;
  }
}

/*iPhone 5s */ 
@media only screen and (max-width : 320px) {
  div.home .window {
    height: 320px !important;
    width:290px;
    margin:0 auto;
  }

  div.home.main_view {
    float:none; 
    margin-top:100px;
  }

  .slide {
    width:290px;
  }


  .slide.cdSlide img {
    width:50px;
  } 
} 
