/* Mix ins and global styles using .less */
/*
Theme Name: Sound-A-Round-One Music
Theme URI: http://underscores.me/
Author: Sound-A-Round Information Services
Author URI: http://sound-a-round.info
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: sound-a-round info
Domain Path: /languages/
Tags: Responsive HTML5 Theme 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

@font-face {
  font-family: 'Lato';
  src: url('http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic');
}
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:link, a:visited {
  color: #980607;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

  outline: 0;
}
a img {
  border: 0;
}
/************************
 Header Area
 ***********************/
#masthead {
  background-color: #282828;
  padding: 15px 0;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
}
#masthead_container,
#eyebrow_container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#toplinks_right {
  float: right;
}
.menu-top-nav-container {
  float: right;
}
h1.logo {
  margin: 15px 0 0;
}
.site-branding {
  float: left;
  width: 25%;
}
.site-title {
  padding: 10px;
  float: left;
}
.site-description {
  float: left;
  padding: 10px;
  color: #282828;
  display: none;
}
#eyebrow {
  background-color: black;
  height: 55px;
}
#eyebrow ul {
  margin: 0;
  float: left;
}
#eyebrow ul li {
  float: right;
  list-style-type: none;
  padding: 13px 3px;
}
#eyebrow aside {
  float: right;
  margin: 20px;
  width: 25%;
}
ul#menu-top-nav a {
  color: #cbcbcb;
  padding: 10px;
  font-weight: 300;
}
ul#menu-top-nav a:hover {
  color: #999;
}
#eyebrow aside h1 {
  display: none;
}
#eyebrow aside input[type="submit"],
#masthead aside p {
  float: left;
}
ul#social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 65px;
}
ul#social li a {
  width: 24px;
  height: 23px;
  display: block;
  text-indent: -9999em;
  float: right;
}
li a.twitter {
  background: url(images/ico-twitter.png) no-repeat 0 0;
  background-size: 24px 23px;
}
li a.facebook {
  background: url(images/ico-fb.png) no-repeat 0 0;
  background-size: 24px 23px;
}
h3.phone {
  display: block;
  clear: none;
  margin: 10px 20px 0;
  padding: 0 0 10px 30px;
  background: url(images/ico-phone.png) no-repeat 0 0px;
  background-size: 21px 33px;
  float: left;
  color: #b00710;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 300;
}
ul#social li a.fb {
  background: url(images/ico-fb.png) no-repeat 0 0;
  background-size: 24px 23px;
  text-indent: -9999px;
}
ul#social li a.twitter {
  background: url(images/ico-twitter.png) no-repeat 0 0;
  background-size: 24px 23px;
  text-indent: -9999px;
}
.colophon_container aside {
  width: 30%;
  float: left;
  margin: 5px 1%;
  font-weight: 300;
}
#colophon p {
  font-size: 0.875em;
  font-style: italic;
  float: left;
  color: #fff;
}

.entry-header {

}
/* =Global
----------------------------------------------- */
#content {
  max-width: 960px;
  margin: 0 auto 80px;
}
.wrap {
  max-width: 960px;
  margin: 0 auto 0px;
}
#colophon {
  width: 100%;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.colophon_container {
  max-width: 960px;
  margin: 0 auto 30px;
  padding: 10px;
}
#primary {
  width: 68%;
  float: right;
  padding: 35px 10px;
}
#primary.fullwidth {
  width: 100%;
}
#secondary {
  width: 35%;
  float: left;
}
/* If site has a sidebar, the width is set below */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0.83em 0;
}
h1 {
  font-size: 2em;
  color: #980607;
  font-weight: 300;
}
.page-title {
  font-size: 2.4em;
}
.entry-title {
  font-size: 1.8em;
  color: #980607;
  font-size: 2.500em;
  padding: 0 0 0.188em;
  margin: 0 0 0.188em;
  border-bottom: 1px solid #d1d1d1;
}
h2 {
  font-size: 1.8em;
  color: #000000;
  padding: 0 0 0.088em;
  margin: 0 0 0.688em;
  border-bottom: 1px solid #d1d1d1;
  font-weight:200;
}
h2 a {
  color: #000000;
}
h3 {
  font-size: 1.8em;
  color: #282828;
  font-weight: 500;
}
h4 {
  font-size: 1em;
  color: #000000;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */

  max-width: 100%;
  /* Adhere to container width. */

}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */

  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

}
/*********************
BUTTONS
*********************/
button,
.button,
.button:visited,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.openings a {
  border: 1px solid #580304;
  border-top-color: #760505;
  border-left-color: #760505;
  padding: 4px 12px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #7f0506;
  padding: 6px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#980607), to(#7f0506));
  background-image: -webkit-linear-gradient(top, #980607, #7f0506);
  background-image: -moz-linear-gradient(top, #980607, #7f0506);
  background-image: -o-linear-gradient(top, #980607, #7f0506);
  background-image: linear-gradient(to bottom, #980607, #7f0506);
}
button:hover,
.button:hover,
.button:visited:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.button:visited:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  color: #ffffff;
  border: 1px solid #580304;
  border-top-color: #360202;
  border-left-color: #360202;
  background-color: #360202;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4e0304), to(#360202));
  background-image: -webkit-linear-gradient(top, #4e0304, #360202);
  background-image: -moz-linear-gradient(top, #4e0304, #360202);
  background-image: -o-linear-gradient(top, #4e0304, #360202);
  background-image: linear-gradient(to bottom, #4e0304, #360202);
}
button:active,
.button:active,
.button:visited:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #980607;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f0506), to(#980607));
  background-image: -webkit-linear-gradient(top, #7f0506, #980607);
  background-image: -moz-linear-gradient(top, #7f0506, #980607);
  background-image: -o-linear-gradient(top, #7f0506, #980607);
  background-image: linear-gradient(to bottom, #7f0506, #980607);
}
/* make buttons larger and text more readable */
button {
font-size: 14px;
font-weight: normal;
padding: 6px 21px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/**********************
 Links 
***********************/
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #670405;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */

}
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Menu
----------------------------------------------- */
.menu-main-menu-container {
  float: right;
  width: 100%;
  margin-top: 0;
}
.main-navigation {
  display: block;
  float: right;
  width: 74%;
}
.main-navigation a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float:right;
}
.main-navigation li {
  float: left;
  position: relative;
  max-width: 104px;
  text-align: center;
  font-weight: 700;
}

/* Removed because we don't love little arrows. Sad face.

.main-navigation li > a:after {
    color: #444;
    content: ' ▾';
    display:block;
    float:none;
  }
.main-navigation li li > a:after {
	content: ': ';
    display:inline;
  }
.main-navigation li > a:only-child:after {
    content: '';
  }

  */

.main-navigation li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 6px 16px 6px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid #444444;
  height: 65px;
  font-weight: 700;
}
.main-navigation li a:hover {
  color: #980607;
}
.main-navigation ul ul li a {
  color: #333;
  border-right: none;
  text-shadow: none;
  height: auto;
  line-height: 1.2;
}

.main-navigation ul ul ul li a {
  color: #999;
  border-right: none;
  text-shadow: none;
  height: auto;
  margin-left: 20px;
}
.main-navigation ul ul li a:hover {
  color: #000;
  background-color: #999;
}
.main-navigation ul ul ul li a:hover {
  color: #000;
  background-color: #e2e2e2;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 65px;
  z-index: 99999;
  background-color: white;
}
.main-navigation ul ul a {
  width: 160px;
}
.main-navigation ul ul ul {
  display: block;
  position: relative;
  top: 0px;
  box-shadow: none;
  z-index: 99999;
  margin-top: 0;
  width: auto;
}
.main-navigation ul ul ul a {
}
.main-navigation ul ul li {
  max-width: 216px;
  text-align: left;
}
.main-navigation ul li:hover > ul {
  display: block;
}
li#menu-item-184 a {
color:red !important;
font-weight:bold;
}
/* SIDE NAV **************************/
aside#secondary {
  width: 25%!important;
  float: left;
}
aside#secondary ul {
  padding: 0;
  list-style-type: none;
  padding: 0;
  list-style-type: none;
  margin: 0 0 39px 15px;
  line-height: 1;
}
aside#secondary ul li {
  margin: 10px 0;
  font-size: 12px;
}
aside#secondary ul li a {
  display: block;
  font-weight: 300;
  font-size: 1.875em;
  padding: 10px;
  color: #980607;
  background-color: #dedbdb;
  background: rgba(140, 132, 127, 0.2);
}

aside#secondary ul ul li a {
  padding:5px 0px 5px 10px;
  color:#333;
  font-size:1.3em;
  background: none;
  line-height:1;
  margin: 0;
  font-weight:bold;
  }

  aside#secondary ul ul li a:hover {
  color: #980607;
  background: none;
  text-shadow: none;
  }
aside#secondary ul li.current_page_item a,
aside#secondary ul li a:hover {
  background: #8c847f url(#) repeat 0 0;
  background-size: 140px 138px;
  color: #ffffff;
  -moz-transition: color .4s;
  -webkit-transition: color .4s;
  transition: color .4s;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-brown {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b2a69e), color-stop(1, #8d837d));
  background: -moz-linear-gradient(center top, #b2a69e 5%, #8d837d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#b2a69e', endColorstr='#8d837d');
  background-color: #b2a69e;
  border: 1px solid #847a74;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0px #595959;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  margin: 25px 0;
}
a.btn-brown {
  color: #fff;
}

#sub-page-menu {
margin-top: 50px;
}

#sub-page-menu .widget-title { /*Hides the current page that is normally shown as this widgets title. Too redundant */
display: none;
}

/* Campaign Monitor Widget Styling */


#widget_cm_ajax-2, aside#text-5 {
margin: 0 0 0 15px;
background: rgba(140, 132, 127, 0.2);
padding: 10px 10px 0px;
}

#widget_cm_ajax-2 .widget-title, #text-5 .widget-title {
margin: 0;
color: #999;
}

#widget_cm_ajax-2 input, aside#text-5 input{
width:90%;
margin: 0;
}

#widget_cm_ajax-2 p, aside#text-5 p{
margin-bottom: 1em;
}

.cm_ajax_success {
font-size: 13px;
font-weight: bold;
color: green;
background-color: lightcyan;
padding: 6px;
}

/************************
HOME PAGE STYLES
************************/
article.testimonialspost {
  width: 45%;
  float: left;
  margin: 20px 45px 50px 0;

}
article.testimonialspost img {
  max-width: 33.3%;
  margin-right: 1em;
  margin-bottom: 50px;
  float: left;
  padding-right: 25px;
  background: url(images/red_line.png) no-repeat top right;
  background-size: 14px 155px;
}
.credit {
  font-weight: 300;
  font-style: italic;
}
.bold {
  font-weight: 700;
}
section#homecallouts {
  width: 100%;
  background-color: #8c847f;
  clear: both;
  border-top: 1px solid #615751;
  border-bottom: 1px solid #615751;
  padding: 1em 0;
}
section#homecallouts h1 {
  width: 25%;
  float: left;
  margin-top: 5px;
  padding-top: 0px;
  border: none;
}
section#homecallouts h1 {
  float: left;
  font-size: 2.2em;
  color: #ffffff;
  margin: 0 10px;
  line-height: 1.3em;
}
.wrap input[type="text"],
.wrap input[type="search"],
.wrap input[type="email"],
.wrap form textarea {
  width: 25%;
  font-size: 0.875em;
  font-style: italic;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding: 0;
  margin: 10px 8px;
  outline: none;
  resize: none;
  position: relative;
  padding: 8px 10px;
  outline: none !important;
  background: #fff;
  -webkit-box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
  box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
}
.wrap button[type="submit"] {
  margin: 10px 8px;
}
.small {
  opacity: 0.5;
  font-size: 16px;
  font-style: italic;
  padding-left: 3.5em;
}
/**********************
HOMEPAGE SLIDER
**********************/
#slider {
  background-color: #1b1b1b;
  margin: 0 auto;
  padding: 20px 0;
  width: auto;
}
#meteor-slideshow {
  margin: 0 auto;
  padding: 0 40px;
}

.meteor-nav .next a {
right: -10px;
background: url('images/next.png') no-repeat center left;
width: 50px;
}

.meteor-nav .next a:hover{
opacity:0.5;
background: url('images/next.png') no-repeat center left;
}

.meteor-nav .prev a:hover {
background: url('images/prev.png') no-repeat center left;
opacity:0.5;
}

.meteor-nav .prev a {
left: -10px;
background: url('images/prev.png') no-repeat center left;
width: 50px;
}

.meteor-slides .meteor-buttons {
bottom: 10px;
height: 9px;
right: 0;
margin: 0;
padding: 6px 0 0;
position: absolute;
width: 13%;
z-index: 999;
left: auto;
}

/************************
 Homepage
 ***********************/
#homepage_lower {
width: 100%;
background-color: #f4f3f2;
clear:both;
margin-top:-10px;
padding: 1em 0 1em;
}

#homepage_lower {
	float:left;
}

.grey {
	background-color: #f4f3f2;
}

#homepage_left {
	width: 50%;
	float: left;
}

.grey h1 {
color: #b00710;
font-size: 2.625em;
padding-bottom: 0.188em;
margin-bottom: 0.188em;
border-bottom: 1px solid #d1d1d1;
margin: 0 0 1em;
}

#piano_logos-left {
	width:25%;
	max-width:217px;
	float:right;
}

#piano_logos-right {
	width:25%;
	max-width:208px;
	float:right;
}

.piano_logo {
	float: left;
	margin: 0;
	padding: 0;
}

/************************
 Lessons Page
 ***********************/

 #faq-block h5 {
 	color: #980607;
 	cursor: pointer;
}

 #faq-block h5:after {
 	color: #444;
    content: ' ▾';
    float:none;
}

/************************
 Small menu 
 ***********************/
.menu-toggle {
cursor: pointer;
display: none;
padding: 0 15px;
margin: 0 auto;
}
/************************
Content Styling
************************/
td {
  padding: 5px;
}
tr:nth-child(odd) {
  background-color: #dedbdb;
}

.staff td {
padding: 5px 20px;
width: 30%;
}

/*
.entry-meta {
display: none;
}
*/

.one_third {
float: left;
width: 25%;
margin-right: 3%;
border: 2px solid #D8D8D8;
padding: 2%;
}

/************************
Footer Styling
************************/
#copyright a {
color: #fff !important;
}


/* Sidebar Search Styling */

#search-2 {
margin: 30px 0 30px 15px;
}

.search-field {
width: 70%;
}

input[type="submit"].search-submit {
width: 24%;
font-size: 12px !important;
padding: 1px 5px !important;
background-color: rgb(140, 132, 127) !important;
background-image: none !important;
border: 1px solid #A5A5A5;
border-top-color: #A5A5A5;
border-left-color: #A5A5A5;
}


/************************
 MOBILE RESPONSIVE STYLING FOR slightly narrower than desktop
 ***********************/

 @media screen and (max-width: 900px) {
	.main-navigation li a {
	font-size:11px;
	padding: 7px;
	}
	.main-navigation li {
	max-width: 90px;
	}

 }

/************************
 MOBILE RESPONSIVE STYLING FOR IPAD
 ***********************/
@media screen and (max-width: 800px) {

  #secondary,
  #primary,
  aside,
  aside#secondary,
  #homepage_left, 
  #piano_logos-right, 
  #piano_logos-left, 
  .grey h1 {
    width: 90% !important;
    float: none;
    margin: 0 auto;
    clear: both;
  }

  .site-branding {
	float: none;
	width: 259px;
	margin: 0 auto;
	clear: both;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    color: #980607;
    width: 100%;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation li {
    width: 100%;
    padding: 5px 5%;
  }
  section#homecallouts h1 {
    width: 100%;
  }
  article.testimonialspost {
    width: 90%;
    float: left;
    margin: 20px 0 10px;
  }
  .wrap input[type="text"],
  .wrap input[type="search"],
  .wrap input[type="email"],
  .wrap form textarea {
    width: 90%;
  }
  .colophon_container aside {
    width: 100%;
  }
  /* =Menu
  ----------------------------------------------- */
  .menu-main-menu-container {
    float: right;
    width: 100%;
  }
  .main-navigation {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    background-color:#000;
  }
  .main-navigation a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
  }
  .main-navigation ul {
    list-style: none;
    margin: 15px 0 0;
    padding-left: 0;
  }
  .main-navigation li {
    float: none;
    position: relative;
    max-width: 100%;
    text-align: left;
    clear: both;
    padding: 0;
  }
  .main-navigation li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 16px 10px;
    color: #cbcbcb;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 14px;
    border-right: 1px solid #444444;
    height: 40px;
  }
  .main-navigation li a:hover {
    color: #ffffff;
  }
  .main-navigation ul ul li a,
  .main-navigation ul ul ul li a {
    color: #333;
    border-right: none;
    text-shadow: none;
    height: 40px;
  }
  .main-navigation ul ul li a:hover,
  .main-navigation ul ul ul li a:hover {
    color: #999;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    left: 0;
    z-index: 99999;
    background-color: white;
    position: relative;
    top: 0;
    float: none;
  }
  .main-navigation ul ul a {
    width: 100%;
  }
  .main-navigation ul ul ul {
    display: block;
    position: relative;
    top: 0px;
    left: 20px;
    box-shadow: none;
    z-index: 99999;
  }
  .main-navigation ul ul ul a {
    width: 100%;
  }
  .main-navigation ul ul li {
    max-width: none;
    text-align: left;
  }
  .main-navigation ul li:hover > ul {
    display: block;
  }
}
/************************
 MOBILE RESPONSIVE STYLING FOR IPHONE
 ***********************/
@media screen and (max-width: 600px) {

	body {
	position:relative;
	height:100%
	}

  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation li a{
    padding: 5px 16px 5px;
  }
  .main-navigation ul ul li a, .main-navigation ul ul ul li a {
height: 20px;
}
  .menu-toggle {
	font-size: 1.4em;
	width:60px !important;
	}
  #masthead {
	padding: 15px 0 0;
	border-bottom: none;
	}
  #eyebrow {
    width: 100%;
    background-color: black;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
  }

  #meteor-slideshow {
	padding: 0;
}

#meteor-buttons {
display: none;
}

  #eyebrow ul li {
	float: left;
	list-style-type: none;
	padding: 5px 3px;
  }
  ul#social {
  	width: 20%;
	margin: 0 40%;
  }
  h3.phone {
    font-size: 1.6em;
  }
  ul#social {
    margin: 0 auto;
    clear: both;
    display: block;
  }
  #toplinks_right {
    float: none;
  }
  .menu-top-nav-container {
    margin: 0 auto;
    display: block;
    float: none;
    width: 100%;
  }

/* hide the footer copyright black bar on mobile */
  #colophon {
  	display:none;
  }

  .entry-title {
font-size:1.5em;
  }

  /* {
    margin: 0 auto;
    display: block;
    float: none;
    width: 80%;
  }
  */
.one_third {
float:none;
width: 100%;
margin-right: 0;
border: none;
padding: 0;
}

.alignleft {
float: none;
}
/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em;
}
.byline,

.entry-date{
  display:none;
}

.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget-title {
font-size: 1.6em;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */

  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
