/*reset tags*/
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-size: 100%;
  font: inherit;
  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;
  /*custom CSS*/
  background: #6e4e23;
  font-family: 'Andale Mono', AndaleMono, monospace, sans-serif;
  font-size: 14px;
  color: #a98754;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*custom CSS*/
.wrapper {
  margin: 0 auto;
  padding: 0 10px; 
  width: 700px;
}

.wrapper2 {
  width: 100%;
  min-width: 720px;
}

.black-stripes {
  height: 4px;
  background: linear-gradient(
    to bottom,
    #4f3c25,
    #4f3c25 50%,
    #3d2f1d 50%,
    #3d2f1d
  );
  background-size: 100% 2px;
}

.header-wrapper {
  background: url("../media/images/header-bg.png") repeat;
  border-top: 2px solid #3d2f1d;
}

#header {
  margin: 58px 0 0 0;
  height: 280px;
}

.logo-container {
  text-align: center;
}

img.logo {
  width: 386px;
  height: 154px;
}

#header nav {
  margin: 35px 0 0 0;
  text-align: center;
}

#header nav ul {
  display: inline-block;
}

#header nav ul li {
  margin: 0 25px 0 0;
  font-size: 24px;
  letter-spacing: 2px;
  float: left;
  color: #a98754;
}

#header nav ul li:last-child {
  margin: 0;
}

a {
  color: #a98754;
  text-decoration: none;
}

a:hover {
  ;
}

.main-wrapper {
  background: url("../media/images/main-bg.png") repeat;
}

#main {
  padding: 48px 0;
  min-height: 400px;
  text-align: left;
}

#main p {
  margin: 12px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  padding: 0 0 6px 0;
  border-bottom: 2px dotted #c29b60;
  font-size: 20px;
  letter-spacing: 2px;
  display: inline-block;
}

img.piano-player {
  margin: 30px 0 0 0;
  padding: 3px;
  width: 516px;
  height: 362px;
  background: #4f3c25;
  border: 2px dotted #c29b60;
}

img.rocco-photo {
  margin: 40px 0 10px 20px;
  padding: 3px;
  width: 320px;
  height: 240px;
  background: #4f3c25;
  border: 2px dotted #c29b60;
  float: right;
}

iframe.piano-player {
    margin: 30px 0 0 0;
    padding: 3px;
    width: 671px;
    height: 382px;
    background: #4f3c25;
    border: 2px dotted #c29b60;
}

.rounded-corners {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
}

.footer-wrapper {
  padding: 0 0 20px 0;
  border-top: 1px solid #3b2e1c;
  background: url("../media/images/footer-bg.png") repeat-x #6e4e23;
}

#footer {
  color: #3b2e1c;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

#footer nav {
  margin: 54px 0 0 0;
  padding: 0 2px 12px 2px;
  border-bottom: 2px dotted #433827;
  text-align: center;
  display: inline-block;
}

#footer nav ul {
  display: inline-block;
}

#footer nav ul li {
  margin: 0 15px 0 0;
  float: left;
}

#footer nav ul li:last-child {
  margin: 0;
}

#footer nav ul li a, #footer a {
  color: #3b2e1c;
  text-decoration: none;
}

#footer nav ul li a:hover, #footer a:hover {
  ;
}

#footer p {
  margin: 16px 0 0 0;
}

.copyright {
  margin: 16px 0 0 0;
}