* {
  margin: 0;
  padding: 0;
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
  color: #333;
}

body {
  background: #f8f8f8; 
}

a {
  color: #A70303;
} 

a:hover {
  color: #000;
}

.clear {
    clear: left;
    display: block;
    height: 1px;
    overflow: hidden;
}

.clearboth {
  clear: both;
}

#wrapper {
  width: 900px;
  margin: 10px auto;
  background-image: url('//freeblanksheetmusic.org/template/images/dropshadow.gif');
  background-repeat: repeat-y;
}

#pagehead {
  height: 100px;
  background: #000;
  background-image: url('//freeblanksheetmusic.org/template/images/header.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  width: 894px;
  margin: 0 0 20px 3px;
}

#logo {
  padding: 10px 0 0 10px;
  font-family: "trebuchet ms", sans-serif;
}

#logo a {
  color: #A70303;
  color: #fff;
  text-decoration: none;
  font-size: 197%;
}

#topnav {
  background: url('//freeblanksheetmusic.org/template/images/topnavbg.png');
  margin: 38px 0 0 0;
  height: 20px;
}

#topnav ul {
  list-style-type: none;
  margin: 0 0 0 10px;
}

#topnav ul li {
  display: inline;
  margin: 0 10px 0 0;
}

#topnav ul li a {
  color: #fff;
  text-decoration: none;
}

#topads {
  width: 728px;
  margin: 20px auto;
}

#contentarea {
  margin: 10px 3px 0 3px;
  
}

#menu {
  width: 190px;
  float: left;
  margin: 5px 0 20px 10px;
}

#menu .menuheading {
  font: bold 100%;
  font-weight: bold;
  color: white;
  background: black url('//freeblanksheetmusic.org/template/images/titlebar.png') repeat-x center left;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

#menu ul li {
  padding-bottom: 2px;
}

#menu ul li a {
  color: #A70303;
  background: url('//freeblanksheetmusic.org/template/images/arrowbullet.png') no-repeat center left;
  display: block;
  padding: 2px 0;
  padding-left: 19px;
  text-decoration: none;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
}

#menu ul li a:visited{
  color: #A70303;
}

#menu ul li a:hover{
  background-color: #eee;
}

#content {
  float: left;
  width: 645px;
  margin: 5px 10px 20px 25px;
}

#content p {
  margin: 5px 0 0 0;
}

#content ul {
  list-style-type: none;
  margin: 10px 0 20px 0;
}

#content ul li {
  margin: 0 0 10px 0;
}

#content ul li a {
  font-weight: bold;
}

#content .download {
  list-style-type: none;
  height: 100px;
  background-image: url('//freeblanksheetmusic.org/template/images/downloadbg.jpg');
  background-repeat: repeat-x;
  width: 99%;
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
  padding: 2px;
}

.download .templateimage {
  float: left; 
  width: 17%;
}

.download .downloaddetails {
  float: left;
  width: 80%;
}

h1 {
  font-size: 1.4em;
  color: #fff;
  margin: 0 0 10px 0;
  background: black url('//freeblanksheetmusic.org/template/images/titlebar.png') repeat-x center left;
  background: none;
  color: #000;
  border-width: 1px 0;
  border-style: solid none dotted none;
}

h2 {
  margin: 10px 0;
  font-size: 123.1%;
  font-weight: bold;
  border-bottom: 1px solid;
}

#footer {
  width: 894px;
  clear: left;
  text-align: center;
  font-size: .9em;
  padding: 10px 0 0 0;
  background: #222;
  color: #fff;
}

#footer p {
  color: #fff;
  padding: 5px 0;
}

/*riffspot div styles*/

#riffspot {
  border: 1px solid #5091B2;
  border-radius: 10px;
  background: #EFF9FE;
  padding: 10px;
  margin: 10px 0;
}

#riffspot #form, #riffspot #description {
  float: left;
  color: #5091B2 !important;
}

#riffspot #form {
  width: 40%;
  margin: 0 10px 0 0;
}

#riffspot #description {
  width: 55%;
}

#riffspot h2 {
  margin: 0 0 20px 0;
  padding: 5px 0 0 0;
  font-size: 32px;
  border: 0;
}

#riffspot h3 {
  background: url("//freeblanksheetmusic.org/template/images/arrow-left.png") left center no-repeat;
  padding: 0 0 0 25px;
  font-size: 20px;
}

#riffspot h3 span {
  background: url("//freeblanksheetmusic.org/template/images/arrow-right.png") right center no-repeat;
  padding: 0 25px 0 0;
}

#riffspot img {
  border: 0;
}

@media (max-width: 767px) {
  .mobile-hidden {display: none !important;}

  body {
    
  }
  
  #wrapper {
    overflow-x: hidden;
  }

  #wrapper, #leftsidebar, #footer, #pageheading, #topnav, #subnav, #rootnav, #logo, #search, #menu  {
    float: none;
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  
  #pageheading #logo img {
    
  }
  
  #menu ul li {
    margin-bottom: 15px;
  }
    
  #content, #leftsidebar, #footer {
    padding-left: 10px;
    width: inherit;
    margin: 0;
    overflow-x: hidden;
  }
  
  #content {
    float: none;
    margin: 0;
  }
  
  #content ul li {
    margin-bottom: 10px;
  }
  
  #content .download {
  height: auto;
  margin: 0 0 20px 0;
  padding: 2px;
}
  
  .download .templateimage, .download .downloaddetails {
    float: none;
    display: block;
  }

  h1 {
    font-size: 16px;
  }
  
  h2 {
    font-size: 14px;
  }
  
  #leftsidebar {
   padding-top: 10px;
  }
  
  #pageheading #topnav ul li {
    display: block;
    margin-bottom: 10px; 
  }
  
}