/*CSS Style Sheet "petemurray.css" for petemurray.net*//* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com *//* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset{
  margin: 0;
  padding: 0;
  font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}
/* Neutralize styling:
   Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */

li, dd, blockquote {
  margin-left: 0;
  list-style-type: none;
}
/* Miscellaneous conveniences: */

form label {
  cursor: pointer;
}
/* Form field text-scaling */

input, select, textarea {
  font-size: 100%;
}

img {
    border: none;
  }
/*End of =INITIAL*/
/*Basic elements*/

html {
  overflow: scroll;
  background: #000015;
  color:  #ddd;
}

body {
  margin-left: auto;
  margin-right: auto;
  }

h1 {
  display: block;
  font: 600 140%/1em arial, helvetica, sans-serif;
  text-align: left;
}

h2 {
  display: block;
  font: 600 100%/1em arial, helvetica, sans-serif;
  text-align: left;
}

h3 {
  display: block;
  font: 400 100%/1em arial, helvetica, sans-serif;
  text-align: center;
}

.text a {
  background-color: inherit;
  color: #89b;
  text-decoration: none;
  }

.text a:focus, a:hover {
  background-color: transparent;
  color: #f8c473;
}

a:active {
  outline: none;
}

/*Specific div's: all pages*/

#container {
  margin: auto;
  padding: 0 20px 0 20px;
  width: 800px;
  }

#header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #ddd;
  background: inherit;
  }

#navbox {
  display: block;
  width: 800px;
  margin: auto;
  }

#navbar {
  float: right;
  width: auto;
  /*position: relative;
  left: 50%;*/
  text-align: left;
  color: inherit;
  font-size: 93%;
  line-height: normal;
}

#navbar ul {
  /*position: relative;
  left: -50%;*/
  padding: 0;
  list-style: none;
  background: #0e0943;
  }

#navbar li {
  float: left;
  width: auto;
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
}

#navbar a {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #0e0943;
}

#navbar a span {
  float: left;
  width: auto;
  display: block;
  padding: 5px 10px 5px 10px;
  color: #aaa;
  background-color: inherit;
}

#navbar a:hover span {
color: #ddd;
background-color: #0e0953;
}

#navbar a:focus, #navbar a:hover {
  cursor: pointer;
}

#navbar a:focus span, #navbar a:hover span {
  cursor: pointer;
}

#home #nav-home a, #about #nav-about a, #productions #nav-productions a, #guitar #nav-guitar a, #gallery #nav-gallery a, #contact #nav-contact a, #links #nav-links a {
  cursor: pointer;
}

#home #nav-home a span, #about #nav-about a span, #productions #nav-productions a span, #guitar #nav-guitar a span, #gallery #nav-gallery a span, #contact #nav-contact a span, #links #nav-links a span {
  color: #fff;
  background-color: #0e0958;
}

#content {
  clear: both;
  width: 800px;
  margin: auto;
  padding: 0;
  border-top: 1px solid #8684a1;
  border-bottom: 1px solid #8684a1;
  }

#main-image {
  clear: both;
  text-align: left;
  margin-top: 50px;
  }

.text {
  clear: both;
  max-width: 800px;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  line-height: 2em;
  text-align: left;
  color: #ddd;
  background: inherit;
}

#album-box {
  margin-left: auto;
  margin-right: auto;
  }

dl.album-cover {
  margin: 15px 0;
  padding: 15px 0;
  overflow: hidden; /*clears footer margin problem*/
  }

dl.album-cover dt {
  font-weight: bold;
  color: #ddd;
  background: inherit;
}

dl.album-cover dt img {
  float: left;
  border: 2px ridge #fff;
  margin-right: 30px;
}

dl.album-cover dd {
  margin-left: 100px;
  font-size: 90%;
  line-height: 2em;
  color: #ddd;
  background: inherit;
}

dl.album-cover dd h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.album {
  clear: both;
 }
 
section h1 {
  font: 600 100%/1em verdana, helvetica, sans-serif;
  margin: 2em 0 1em 0;
  }
  
section ul li {
  margin: 1em 0 0 0;
  }
 

#footer {
  width: 800px;
  padding: 0;
  margin: auto;
  text-align: center;
  font: x-small/1.9em verdana, helvetica, sans-serif;
  color: #ddd;
  background: inherit;
}