/*
Theme Name: JGS-red
Theme URI: http://www.jazzguitarsociety.com
Description: Theme for JGS
Author: Paul Binns
Author URI: Paul Binns
Tags: buddypress
.
General comments/License Statement if any.
.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* !body */
body {
  background-image: url(img/bg.jpg);
  background-position: center center;
  background-repeat: repeat-y;
  margin: 0 auto;
  background-color: #220000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #401010;
}
a:hover {
  text-decoration: underline;
}

/* header */
.header-container {
  width: 100%;
  background-color: #220000;
  text-align: center;
}

header {
  width: 960px;
  height: 176px;
  background-image: url(img/header.jpg);
  margin: 0 auto;
}
header a {
  width: 960px;
  height: 176px;
  display: block;
}

ul#login_nav {
  position: relative;
  padding-right: 780px;
}
ul#login_nav li {
  display: inline;
}
ul#login_nav li a {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  text-decoration: none;
  color: #a9a490;
  font-size: 0.8em;
  padding-right: 5px;
}
ul#login_nav li a:hover {
  text-decoration: underline;
  color: #eee7cb;
}
ul#login_nav li.active a {
  background: #00b8ff;
  color: #f5f5f5;
}

/* container */
#bgcontainer {
  background-image: url(img/bg.jpg);
  background-position: center center;
  background-repeat: repeat-y;
  text-align: center;
  background-size: 100% auto;
}

#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}

#subheader {
  margin: 0 auto;
}

.title {
  font-weight: bold;
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
}

/* subheader */
#rightCol {
  float: left;
  width: 777px;
}

.bottom-edge {
  clear: both;
  height: 20px;
}

#leftCol {
  width: 183px;
  float: left;
}

#featured {
  clear: both;
  margin: 10px auto;
  height: 315px;
  width: 90%;
  background-color: #f9f7eb;
}

.home #featured .FA_overall_container_classic.light {
  background-color: #f9f7eb;
}
.home #featured .FA_overall_container_classic.light .FA_featured_articles .FA_article h2,
.home #featured .FA_overall_container_classic.light ul.FA_navigation {
  background-color: #f9f7eb;
}

#featured .title {
  background-color: #411010;
  color: #ffeaea;
}

.breadcrumbs {
  color: white;
  padding: 5px 10px 5px 20px;
  background-color: black;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
}
.breadcrumbs a {
  color: white;
}

/* nav menu */
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li a {
  display: block;
  text-indent: -9999px;
}
#nav li#menu-item-40 a {
  background: url(img/menu_home.jpg) top left no-repeat;
  height: 45px;
}
#nav li#menu-item-40.current-menu-item a {
  background: url(img/current_home.jpg);
  height: 45px;
}
#nav li.resources a {
  background: url(img/menu_resources.jpg) top left no-repeat;
  height: 40px;
}
#nav li.resources.current-menu-item a, #nav li.resources.current-article-ancestor a, #nav li.resources.current-page-ancestor a, #nav li.resources.current-category-ancestor a, #nav li.resources.current-interview-ancestor a, #nav li.resources.current-post-ancestor a {
  background: url(img/current_resources.jpg) top left no-repeat;
  height: 40px;
}
#nav li.master a {
  background: url(img/menu_master.jpg) top left no-repeat;
  height: 42px;
}
#nav li.master.current-menu-item a, #nav li.master.current-page-ancestor a, #nav li.master.current-post-ancestor a {
  background: url(img/current_master.jpg) top left no-repeat;
  height: 42px;
}
#nav li.store a {
  background: url(img/menu_musicstore.jpg) top left no-repeat;
  height: 38px;
}
#nav li.store.current-menu-item a {
  background: url(img/current_musicstore.jpg) top left no-repeat;
  height: 38px;
}

.single-artist #nav li.store a,
.single-albums #nav li.store a {
  background: url(img/current_musicstore.jpg) top left no-repeat;
  height: 38px;
}

#nav li.store.current-page-ancestor a, #nav li.store.current-post-ancestor a {
  background: url(img/current_musicstore.jpg) top left no-repeat;
  height: 38px;
}
#nav li.forum a {
  background: url(img/menu_forums.jpg) top left no-repeat;
  height: 36px;
}
#nav li.forum.current-menu-item a, #nav li.forum.current-page-ancestor a {
  background: url(img/current_forums.jpg) top left no-repeat;
  height: 36px;
}
#nav li.blog a {
  background: url(img/menu_blog.jpg) top left no-repeat;
  height: 33px;
}
#nav li.blog.current-menu-item a, #nav li.blog.current-page-ancestor a {
  background: url(img/current_blog.jpg) top left no-repeat;
  height: 33px;
}
#nav li.about a {
  background: url(img/menu_about.jpg) top left no-repeat;
  height: 31px;
}
#nav li.about.current-menu-item a, #nav li.about.current-page-ancestor a, #nav li.about.current-category-ancestor a, #nav li.about.current-post-ancestor a {
  background: url(img/current_about.jpg) top left no-repeat;
  height: 31px;
}
#nav li#menu-item-40 a:hover {
  background-position: 0 -45px;
}
#nav li.resources a:hover {
  background-position: 0 -40px;
}
#nav li.store a:hover {
  background-position: 0 -38px;
}
#nav li.master a:hover {
  background-position: 0 -42px;
}
#nav li.forum a:hover {
  background-position: 0 -36px;
}
#nav li.blog a:hover {
  background-position: 0 -33px;
}
#nav li.about a:hover {
  background-position: 0 -31px;
}

/* menu head and footer images */
.menu_h {
  height: 41px;
  background-image: url(img/menu_h.jpg);
}

.menu_f {
  height: 37px;
  background-image: url(img/menu_f.jpg);
}

/* latest posts wrap */
#latest {
  clear: both;
  padding-top: 10px;
  list-style-type: none;
  height: 280px;
  margin-left: 10px;
}
#latest li {
  margin: 0 auto;
  width: 230px;
  text-align: center;
  padding: 10px 5px 5px 5px;
  border-bottom: solid 1px;
  text-transform: uppercase;
}
#latest a:hover {
  text-decoration: underline;
}
#latest #boxOne li {
  border-bottom-color: #ecdaa7;
}
#latest #boxTwo li {
  border-bottom-color: #d9d5a4;
}
#latest #boxThree li {
  border-bottom-color: #dfc6c0;
}

.box {
  background-color: #f9f7eb;
  width: 248px;
  height: 280px;
  float: left;
  position: relative;
}

#boxTwo {
  margin-left: 8px;
  margin-right: 8px;
}

#boxOne .title {
  background-color: #6d5a0d;
  color: #e0be64;
}

#boxTwo .title {
  background-color: #7f7c23;
  color: #e8dd2a;
}

#boxThree .title {
  background-color: #6d1e1e;
  color: #ecbaba;
}

.box a {
  font-size: 15px;
  text-decoration: none;
}

#boxOne a {
  color: #876c25;
}

#boxTwo a {
  color: #9d972d;
}

#boxThree a {
  color: #9d3d2d;
}

.latest_f {
  width: 248px;
  height: 32px;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: right;
  position: absolute;
  bottom: 0;
}

#boxOne .latest_f {
  background-image: url(img/latest_v.jpg);
}

#boxTwo .latest_f {
  background-image: url(img/latest_t.jpg);
}

#boxThree .latest_f {
  background-image: url(img/latest_r.jpg);
}

.latest_f a {
  position: absolute;
  bottom: 4px;
  right: 5px;
}

/* footer */
#footer_box {
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

footer {
  clear: both;
  padding-top: 10px;
  width: 960px;
  height: 50px;
  margin: 0 auto;
  background-color: black;
}
footer a {
  text-decoration: none;
  padding: 20px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background: none repeat scroll 0 0 #a52a2a;
  border-radius: 5px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 5px;
  padding: 5px 10px;
}
footer a.home-link {
  float: left;
  margin-left: 20px;
}
footer a.contact {
  float: right;
  margin-right: 20px;
}

/* about page */
.about-content {
  padding: 0 20px;
}

.wpcf7 {
  background-color: #ffa500;
  padding: 0 20px 20px;
}
.wpcf7 .wpcf7-response-output {
  background: none repeat scroll 0 0 #8b0000;
  border: medium none;
  color: #ffffff;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
  width: 50%;
}
.wpcf7 p {
  font-size: 12px;
  margin-bottom: 5px;
}

.about-contents {
  padding-bottom: 20px;
}

.about-content p {
  padding-top: 20px;
}

.about-box {
  margin-top: 10px;
  background-color: #fff9dd;
  text-align: center;
  float: left;
}
.about-box .title {
  background-color: #411010;
  color: #ffeaea;
}

/* !learning page */
#learning_right {
  width: 777px;
  background-color: transparent;
}

.secondary {
  width: 777px;
  height: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary li {
  float: left;
}
.secondary a {
  display: block;
  text-indent: -9999px;
}
.secondary .current-menu-item a {
  background-position: 0 -32px;
}
.secondary .videos.current-menu-item a, .secondary .videos.current-post-ancestor a {
  background: url(img/tutorialMenu_videos_c.png) top left no-repeat;
  width: 168px;
  height: 32px;
}
.secondary .transcriptions.current-menu-item a, .secondary .transcriptions.current-post-ancestor a {
  background: url(img/tutorialMenu_transcriptions_c.png) top left no-repeat;
  width: 166px;
  height: 32px;
}
.secondary .reviews.current-menu-item a {
  background: url(img/tutorialMenu_reviews_c.png) top left no-repeat;
  width: 191px;
  height: 32px;
}
.secondary .reviews.current-menu-item a:hover {
  background-position: 0 -32px;
}
.secondary .teachers.current-menu-item a:hover,
.secondary .submissions.current-menu-item a:hover,
.secondary .transcriptions.current-menu-item a:hover,
.secondary .video.current-menu-item a:hover {
  background-position: 0 -32px;
}
.secondary .reviews.current-post-ancestor a {
  background: url(img/tutorialMenu_reviews_c.png) top left no-repeat;
  width: 191px;
  height: 32px;
}
.secondary .teachers.current-menu-item a {
  background: url(img/tutorialMenu_teachers_c.png) top no-repeat;
  width: 120px;
  height: 32px;
}
.secondary .submissions.current-menu-item a {
  background: url(img/tutorialMenu_submissions_c.png) top no-repeat;
  width: 132px;
  height: 32px;
}
.secondary .videos a {
  background: url(img/tutorialMenu_videos.png) top no-repeat;
  width: 168px;
  height: 32px;
}
.secondary .transcriptions a {
  background: url(img/tutorialMenu_transcriptions.png) top no-repeat;
  width: 166px;
  height: 32px;
}
.secondary .reviews a {
  background: url(img/tutorialMenu_reviews.png) top left no-repeat;
  width: 191px;
  height: 32px;
}
.secondary .teachers a {
  background: url(img/tutorialMenu_teachers.png) top no-repeat;
  width: 120px;
  height: 32px;
}
.secondary .submissions a {
  background: url(img/tutorialMenu_submissions.png) top no-repeat;
  width: 132px;
  height: 32px;
}
.secondary a:hover {
  background-position: 0 -32px;
}

/* !category pages */
.videobox {
  width: 242px;
  height: 290px;
  margin-bottom: 10px;
  border: solid black 1px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.videobox .title {
  height: 32px;
  background-color: #620909;
  text-transform: capitalize;
}
.videobox .title a {
  color: #e0ac9b;
}

.videobox_title a {
  color: #e0ac9b;
}

.videobox_content {
  width: 242px;
  height: 226px;
  background-color: #fff9dd;
  overflow: hidden;
}
.videobox_content p {
  padding: 0 10px;
  text-align: center;
  color: #620909;
}

.videobox_watch {
  background: url(img/videobox_watch.png) top no-repeat;
  width: 242px;
  height: 34px;
  font-weight: bold;
  text-align: right;
  position: relative;
}
.videobox_watch a {
  color: #620909;
  position: absolute;
  bottom: 4px;
  right: 20px;
}

.videobox .wp-post-image,
.videoplayer {
  padding: 10px;
}

.video_comment {
  width: 300px;
  background-color: white;
  border: black solid 1px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}
.video_comment a {
  color: #7f4f1a;
}

.postid-497 .video-js {
  width: 309px;
  height: 550px;
  margin: 20px auto;
}

.teacherbox {
  width: 720px;
  height: 280px;
  background-color: #fff9dd;
  margin: 20px;
  padding: 10px;
  display: flex;
}
.teacherbox .right {
  width: 490px;
  float: right;
  padding-right: 10px;
}
.teacherbox .title {
  font-size: 20px;
  text-align: right;
  width: 494px;
  border-bottom: solid 1px #6d1e1e;
  color: #6d1e1e;
}
.teacherbox p {
  padding-top: 10px;
}

.teacherimg {
  float: left;
  padding: 10px;
}
.teacherimg img {
  max-height: 100%;
  width: auto !important;
}

.blogbox {
  width: 777px;
  background-color: #fff9dd;
  border: solid black 1px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 10px;
}

.blogpost_header {
  display: block;
  background-color: #620909;
}
.blogpost_header .title a {
  color: white;
}

.blogbox .date {
  font-size: 14px;
  color: white;
  font-style: italic;
  padding: 8px;
}
.blogbox .title {
  text-transform: capitalize;
  color: #e0ac9b;
  text-align: left;
  font-size: 16px;
  float: left;
  width: 80%;
}
.blogbox .author {
  height: 20px;
  background-color: #e0ac9b;
  text-transform: capitalize;
  text-align: left;
  color: #620909;
  clear: both;
}

.blogbox_content a {
  font-size: 16px;
  text-align: right;
  float: right;
  margin-right: 50px;
  margin-bottom: 10px;
}

.blogbox p {
  padding: 0 20px 10px 20px;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 15px;
}
.blogbox .author p {
  margin: 0;
  color: black;
}

.clear {
  clear: both;
}

/* forum */
#sforum {
  width: 777px;
}

/* !faculty box */
#facultyBox {
  margin: 10px auto;
  text-align: center;
  position: relative;
  background-color: #fef9db;
  width: 90%;
  clear: both;
}

#facultyBox_title {
  height: 32px;
  background-color: #411010;
}
#facultyBox_title a {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 32px;
}

.facultyBox_instructor {
  padding-top: 10px;
  width: 100%;
}

#facultyBox_footer {
  height: 9px;
  position: relative;
  margin-top: -10px;
}

.facultyBox_instructor .teacherbox {
  width: 183px;
  padding: 0;
}
.facultyBox_instructor .teacherbox .title {
  width: 0;
  font-size: 12px;
  text-align: center;
  padding: 0;
}

.teacherbox_img {
  margin: 0 auto;
}

.faculty_teacherbox {
  margin-bottom: 10px;
  display: inline-block;
}

#featured #cd-res-slider {
  margin: 0 auto;
}
#featured .cd-res-control-container {
  margin: 5px 220px;
}

/* single teacher profiles */
.teachers_s #single_post {
  margin-top: 10px;
  width: 760px;
  background-color: #f9f7eb;
  float: right;
}
.teachers_s #single_post .title {
  background-color: #411010;
  color: #ffeaea;
}
.teachers_s #single_post .entry-content a {
  float: left;
}
.teachers_s #single_post .entry-content p {
  padding: 15px 20px 0 20px;
  line-height: 20px;
  color: #411010;
}
.teachers_s .masterclasses {
  clear: both;
  background: #e5b7b7;
  margin: 10px;
  border-radius: 15px;
}
.teachers_s .masterclasses h2 {
  background: #411010;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.teachers_s .masterclasses li {
  padding: 10px;
}
.teachers_s .masterclasses a {
  color: #411010;
  font-weight: bold;
  padding-left: 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

#single_post .entry-content img {
  padding: 15px;
  float: left;
}

#video-tutes #single_post .entry-content img {
  padding: 0;
}

/* trailer on resources page */
#videobox_trailer {
  padding-left: 115px;
  padding-top: 10px;
  width: 550px;
  text-align: center;
  color: white;
}
#videobox_trailer p {
  padding: 10px;
  line-height: 20px;
}

/* !search page */
#searchbox {
  padding: 20px;
}

#search_found {
  padding-bottom: 10px;
  color: white;
}

.searchresult {
  padding-bottom: 10px;
}
.searchresult h2,
.searchresult p {
  line-height: 20px;
}
.searchresult h2 a {
  color: #fffbd6;
  text-decoration: underline;
}
.searchresult h3 {
  color: #ff9c4c;
  font-size: x-small;
  margin-top: 5px;
}
.searchresult h3 a {
  color: #ff9c4c;
  font-size: small;
}
.searchresult p {
  color: #daa360;
  font-size: smaller;
}
.searchresult strong {
  color: orange;
  font-weight: bold;
  font-style: italic;
}

.search_nav {
  color: white;
}
.search_nav a {
  color: white;
}

.search_readmore {
  color: white;
  font-size: small;
  font-style: italic;
  line-height: 20px;
}

/* !sidebar */
#sidebar {
  float: right;
  padding-right: 40px;
  padding-bottom: 10px;
}

.screen-reader-text {
  color: white;
}

/* !blog comment */
.blog_comments {
  background-color: gray;
}
.blog_comments h3 {
  padding: 10px;
  background-color: silver;
}

ul .children {
  padding-bottom: 10px;
}

.commentlist {
  padding: 10px;
}

#commentform a {
  color: #d6d6d6;
}

.comment-body {
  border: 1px solid black;
  padding: 10px;
}

.comment-author {
  font-size: small;
  color: white;
  float: left;
}

.comment-meta {
  font-size: small;
  float: right;
  height: 22px;
  margin-top: 20px;
  margin-right: 10px;
}
.comment-meta a {
  color: #d6d6d6;
}

.comment p {
  clear: both;
}

.commentlist .reply a {
  color: #d6d6d6;
}

.blog_comments .children {
  margin-left: 5px;
}

.even > .comment-body {
  background-color: #363636;
  margin-bottom: 5px;
  color: white;
}

.odd > .comment-body {
  background-color: #666;
  margin-bottom: 5px;
}

.single-blog a {
  color: white;
}

/* !transcriptions */
.transcription_table,
.leadsheet_table {
  color: white;
  text-align: center;
  border-spacing: 0;
  width: 95%;
  border: 1px black solid;
  background-color: #7f4f1a;
  margin: 0 auto;
}

.transcription_table thead,
.leadsheet_table thead {
  background-color: #620909;
}

.transcription_table td,
.transcription_table th {
  margin: 0;
  padding: 10px 5px;
  border: 1px black solid;
  font-size: small;
}

.leadsheet_table td,
.leadsheet_table th {
  margin: 0;
  padding: 10px 5px;
  border: 1px black solid;
  font-size: small;
}

.transcription_table tr,
.leadsheet_table tr {
  width: 20%;
}

.transcription_table th,
.leadsheet_table th {
  font-weight: bold;
}

.transcription_table a,
.leadsheet_table a {
  color: #ffd1a1;
}

.transcription_table colgroup #song,
.transcription_table colgroup #transcribedby {
  background-color: #925006;
}
.transcription_table colgroup #ldsht_transcribedby {
  color: #ffd1a1;
}
.transcription_table tbody tr:hover {
  background-color: #993f15;
  text-decoration: underline;
  color: #ffd1a1;
}
#transcriptions .entry-content p {
  margin-bottom: 10px;
}

.resources_sub {
  width: 777px;
  height: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.resources_sub li {
  float: left;
  display: block;
  background-color: #7f4f1a;
  height: 27px;
  text-align: center;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 1px;
}
.resources_sub .submission {
  float: right;
}
.resources_sub .contributions {
  margin-left: 50px;
  background-color: #583003;
}
.resources_sub .teacher {
  float: right;
}
.resources_sub li a {
  font-size: 13px;
  font-weight: bold;
  color: #d8a672;
  text-align: center;
}
.resources_sub .current-menu-item a,
.resources_sub .current-menu-parent a {
  color: #f6edcd;
  text-decoration: underline;
}
.resources_sub li a:hover {
  text-decoration: underline;
  color: #f6edcd;
}
.reviewbox {
  width: 242px;
  height: 290px;
  margin-bottom: 10px;
  border: solid black 1px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #fff9dd;
}
.reviewbox .title_review {
  height: 32px;
  background-color: #620909;
  text-transform: capitalize;
  color: #e0ac9b;
  padding: 5px;
  text-align: center;
}
.reviewbox .title_review a {
  color: #e0ac9b;
}

.review_content {
  width: 162px;
  height: 153px;
  padding: 40px;
}
.review_content p {
  padding: 0 10px;
  text-align: center;
  color: #620909;
}

.contributions_text {
  background-color: white;
  width: 500px;
  border: black solid 1px;
  padding: 10px;
  margin: 10px auto 10px;
  text-align: center;
  line-height: 20px;
}

#reviews #single_post a {
  float: none;
  font-weight: bold;
  text-decoration: underline;
}

.left {
  float: left;
}

.entry-content .eStore-product {
  width: 536px;
  margin-bottom: 15px;
  margin-top: 10px;
  background-color: #f8e9e1;
}
.entry-content .eStore-product-description {
  float: left;
  margin-left: 0;
  margin-top: 5px;
  width: 370px;
}

.eStore-product .eStore_price {
  margin-top: 5px;
  font-weight: bold;
}

.eStore_button_object {
  margin-left: 280px;
}

.eStore-product a {
  padding-left: 0;
}

#single_post .entry-content .eStore-product .eStore-thumbnail img {
  padding: 5px;
}

.entry-content .shopping_cart {
  background-color: #f1fbff;
  border: 1px #b5c6ba solid;
  padding: 10px;
}
.entry-content .shopping_cart img {
  padding: 5px;
}
.entry-content .shopping_cart h2 {
  margin-left: 5px;
}
.shopping_cart table {
  background-color: #d5eef8;
  border: 5px solid #d5eef8;
}
.shopping_cart .eStore_cart_checkout_button {
  text-align: center;
  background-color: white;
}

.single-masterclasses #single_post .purchase_warning {
  width: 536px;
  margin-bottom: 15px;
  margin-top: 10px;
  background-color: #6f5c59;
  text-align: left;
}
.single-masterclasses #single_post .purchase_warning br {
  margin-bottom: 10px;
}
.single-masterclasses #single_post .purchase_warning h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding: 10px 10px 10px 30px;
}
.single-masterclasses #single_post .purchase_warning p {
  color: white;
  font-size: 12px;
  line-height: 15px;
  padding: 0 30px 13px 30px;
  text-align: left;
}
.single-masterclasses .purchase_warning a {
  color: white;
  text-decoration: underline;
}

#tutor_bio {
  margin-top: 20px;
  width: 183px;
  background-color: #fef9db;
  overflow: auto;
}
#tutor_bio .title {
  background-color: #411010;
  color: #ffeaea;
}
#tutor_bio .entry-content {
  margin: 0 auto;
  width: 183px;
  text-align: center;
}
#tutor_bio .entry-content li {
  font-size: 12px;
}
#tutor_bio img {
  padding-top: 10px;
}
#tutor_bio .entry-content p {
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.thankyou .title {
  margin-bottom: 20px;
}
.thankyou #content {
  width: auto;
  padding: 30px 50px 50px;
}
.thankyou #content p {
  margin-bottom: 10px;
  font-size: 12px;
}

.thankyou-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: aliceblue;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid darkgray;
}

.thankyou #content .strong {
  font-weight: bold;
  font-size: 14px;
}

#content .about_contact {
  background-color: orange;
  padding: 5px 10px 10px;
  margin-top: 10px;
}
#content .about_contact a {
  text-decoration: underline;
}

.single-interview #single_post {
  background-color: #f9f7eb;
  float: right;
  margin-top: 10px;
  width: 760px;
}
.single-interview #single_post .title {
  background-color: #411010;
  color: #ffeaea;
}
.single-interview #single_post .entry-content img {
  float: left;
  padding: 15px;
}
.single-interview #single_post .entry-content br {
  display: block;
  margin-bottom: 10px;
}
.single-interview #single_post .entry-content p,
.single-interview #single_post .entry-content br {
  color: #411010;
  line-height: 20px;
  padding: 15px 20px 15px 15px;
}
.single-interview #single_post .entry-content .content-text p:first-child {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  background-color: #cdac87;
  padding-bottom: 12%;
}
.single-interview #single_post .entry-content .wp-caption-text {
  height: 0;
  font-size: 0;
}

#reviews .entry-content {
  padding-bottom: 20px;
}

/* home page new additions */
#featured.news_columns {
  background-color: transparent;
}
#featured.news_columns .news_left img {
  text-align: center;
  margin-right: 10px;
  float: left;
}
#featured.news_columns .news_left li {
  border-bottom: 1px solid black;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

a.previous_interviews {
  background-color: grey;
  clear: both;
  color: white;
  float: right;
  margin-top: 10px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  width: 94%;
}

.news_columns {
  width: 100%;
  clear: both;
}

.news_left {
  float: left;
  width: 48%;
  margin-right: 2%;
  display: block;
  height: 100%;
}

.news_right {
  float: right;
  width: 100%;
}

.news_content {
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  overflow: auto;
  background-color: #fef9db;
}
.news_content p,
.news_content img {
  margin-bottom: 10px;
}
.news_content h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.news_content .read_more {
  background: none repeat scroll 0 0 #3b3b3b;
  color: #ffffff;
  display: block;
  float: right;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
  width: 100px;
}

.news_right .news_content {
  line-height: 16px;
}
.news_right .news_content h3 {
  width: 100%;
  text-align: left;
  margin: 0 auto 10px auto;
  line-height: 20px;
}
.news_right img {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: auto;
}
.news_right .news_content li {
  border-bottom: 1px solid grey;
  padding-bottom: 5px;
  margin-bottom: 10px;
  overflow: auto;
}

.news_item_text {
  clear: both;
}

/* CRED Forms */
.page .entry-content .MyZebra_Form {
  color: white;
}

/* interviews archive */
.interviews_archive li {
  background-color: #fff9dc;
  margin-bottom: 20px;
}
.interviews_archive .videobox {
  width: 48%;
  height: 100%;
}
.interviews_archive .videobox img {
  float: left;
}
.interviews_archive .videobox p {
  margin-top: 10px;
}
.interviews_archive .videobox .videobox_watch {
  float: right;
}

/* music store */
#musicStore_content {
  background: none repeat scroll 0 0 #2e0800;
  overflow: hidden;
  padding: 20px 20px 40px;
}
#musicStore_content h1 {
  background: none repeat scroll 0 0 #691a1c;
  border-radius: 10px 10px 10px 10px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px;
  text-transform: uppercase;
}
#musicStore_content h1 span {
  color: orange;
}
#musicStore_content .store_blurb {
  background-color: #8b0000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
}

.artists_archive {
  clear: both;
}

.artist_box {
  border: 1px solid #a52a2a;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: left;
  margin-bottom: 1%;
  margin-right: 1%;
  padding: 3px 5px;
  position: relative;
  width: 23%;
}
.artist_box:hover {
  background: darkred;
}
.artist_box img {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.artist_box .title {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 11px;
  padding: 6px 0;
}
.artist_box .title span {
  color: white;
  display: block;
  margin: 5px;
  text-align: center;
}

.artist_listing,
.album-single {
  margin: 10px 0 0 10px;
}

.artist_listing h1,
.album-single h1 {
  background: none repeat scroll 0 0 #691a1c;
  border-radius: 10px 10px 10px 10px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}

.artist_listing h1 {
  margin-bottom: 15px;
}
.artist_listing h1 a {
  background-color: #ffa500;
  border: 1px solid #000000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  top: -2px;
}

.album-single {
  width: 100%;
}

.album_header {
  background-color: #ffa500;
  border-radius: 10px;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

.album-single h1 {
  text-align: right;
  float: right;
  font-size: 10px;
}
.album-single h1 a {
  color: white;
}
.album-single h2 {
  color: #8b0000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 7px;
  padding-top: 7px;
  text-transform: uppercase;
}

.artist_details {
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
}

.album_details p {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 0;
  width: 150px;
}
.album_details p.album_price {
  background-color: #ffffff;
  border-radius: 5px;
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
  padding: 5px;
  width: 76px;
}

.album_info {
  clear: both;
  float: left;
}
.album_info .addToCart {
  margin-left: 10px;
  margin-top: 30px;
}
.album_info .eStore-button-form input {
  background-color: #008000;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
  width: auto !important;
}

.cd_disclaimer {
  background-color: #a52a2a;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.1px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px;
  width: 150px;
}
.cd_disclaimer a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}

.blurb_tracks {
  float: left;
}

.artist_details img,
.album-single img {
  padding: 16px 10px;
  margin-right: 10px;
  float: left;
}

.album_info .album-single img {
  margin-top: 12px;
}

.artist_details p {
  color: tan;
  font-size: 13px;
  line-height: 21px;
  padding: 0 10px;
}

.album_listing {
  clear: both;
  overflow: hidden;
}
.album_listing li {
  width: 150px;
  float: left;
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #422b00;
}
.album_listing h2 {
  text-transform: uppercase;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  color: rgb(173, 143, 104);
  font-size: 13px;
}
.album_listing h3 {
  padding: 10px;
  margin-left: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: orange;
  color: white;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.single-albums .eStore_button_object {
  margin-left: 0;
}

.tracks_list {
  float: right;
  overflow: auto;
  width: 587px;
}
.tracks_list li {
  border-bottom: 1px solid #808080;
  clear: both;
  color: #ffffff;
  height: 50px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  padding: 0 0 15px;
}
.tracks_list li:last-child {
  border-bottom: none;
}
.tracks_list li p {
  float: left;
  font-size: 12px;
  margin-left: 10px;
}
.tracks_list .mejs-audio {
  float: right;
}

.album_blurb {
  color: tan;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
  width: 577px;
}

.album_personnel {
  color: tan;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
  width: 577px;
}
.album_personnel h3 {
  font-weight: bold;
}
.album_personnel {
  background-color: #a52a2a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px;
  width: 567px;
  font-size: 11px;
}

.eStore_classic_cart_wrapper {
  background: none repeat scroll 0 0 #a52a2a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.pagename-music-store .eStore_classic_cart_wrapper,
.single-artist .eStore_classic_cart_wrapper {
  float: right;
  margin-bottom: 20px;
  width: 364px;
  margin-left: 20px;
}

.single-albums .eStore_classic_cart_wrapper {
  margin: 0 auto;
  width: 364px;
}

.eStore_classic_cart_wrapper h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: none;
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.eStore_classic_cart_wrapper img {
  display: none;
}
.eStore_classic_cart_wrapper .shopping_cart {
  width: 353px;
}
.eStore_classic_cart_wrapper .eStore_paypal_checkout_button:hover,
.eStore_classic_cart_wrapper .eStore_button:hover,
.eStore_classic_cart_wrapper .eStore_remove_item_button:hover,
.eStore_classic_cart_wrapper .eStore_empty_cart_button:hover,
.eStore_classic_cart_wrapper .eStore_buy_now_button:hover,
.eStore_classic_cart_wrapper .eStore_subscribe_button:hover {
  opacity: 1;
  text-decoration: underline;
}

.tracks_list .mejs-container {
  background: none repeat scroll 0 0 #000000;
}

.mejs-embed {
  background: none repeat scroll 0 0 #000000;
}
.mejs-embed body {
  background: none repeat scroll 0 0 #000000;
}

.tracks_list .mejs-container .mejs-controls {
  background: none repeat scroll 0 0 #691a1c;
  border-radius: 4px 4px 4px 4px;
  bottom: 0;
  height: 19px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.tracks_list .mejs-container .mejs-controls div {
  background-image: none;
  border: 0 none;
  display: block;
  float: left;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  height: 16px;
  line-height: 11px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 26px;
}
.tracks_list .mejs-container .mejs-controls .mejs-time {
  -moz-box-sizing: content-box;
  color: #ffffff;
  display: block;
  height: 17px;
  overflow: hidden;
  padding: 2px 3px;
  text-align: center;
  width: auto;
}
.tracks_list .mejs-controls div.mejs-time-rail {
  direction: ltr;
  padding-top: 0;
  width: 200px;
}
.tracks_list .mejs-container .mejs-controls .mejs-time {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  height: 17px;
  overflow: hidden;
  padding: 2px 3px;
  text-align: center;
  width: auto;
}
.tracks_list .mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  position: relative;
  width: 60px;
}
.tracks_list .mejs-controls .mejs-button button {
  margin-top: 1px;
}
.tracks_list .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 2px 2px 2px 2px;
  font-size: 1px;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.tracks_list .mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.tracks_list .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 2px 2px 2px 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 50px;
}
.tracks_list .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: linear-gradient(rgba(94, 0, 0, 0.8), #940909) repeat scroll 0 0 transparent;
  width: 0;
}
.tracks_list .mejs-controls .mejs-time-rail .mejs-time-total {
  background: linear-gradient(rgba(240, 60, 70, 0.8), rgba(60, 20, 20, 0.8)) repeat scroll 0 0 transparent;
  margin: 5px;
}

/* promo page */
.single-promo #rightCol {
  width: 750px;
  padding-left: 20px;
}
.single-promo p {
  color: white;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.single-promo .wpcf7 {
  float: left;
  padding: 10px;
}

#wpm_download_1 a {
  color: white;
  float: left;
  background: green;
  padding: 10px;
  border-radius: 10px;
  clear: left;
  margin-left: 240px;
  margin-top: 20px;
}

div.social {
  float: left;
  display: inline-flex;
  padding: 1rem;
  color: #fff;
}
div.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
div.social ul li {
  display: inline-block;
  font-size: 2rem;
  margin: 0 1rem;
}
div.social ul li a {
  color: white;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.social ul li a span.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
div.social ul li a:hover {
  background: orange;
}

/*# sourceMappingURL=style.css.map */
