/*CSS Style Sheet "sitestyle.css" for colincrawley.com/colincrawley.co.uk*//* =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: 1em 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;
}

body {
  margin-left: auto;
  margin-right: auto;
  width: 770px;
  background: #003 url(resources/images/bluestrip.jpg) repeat-x fixed;
  color: #000;
}

h1 {
  display: block;
  font: 600 140%/1em verdana, helvetica, sans-serif;
  text-align: center;
}

h2 {
  display: block;
  font: 600 120%/1em verdana, helvetica, sans-serif;
  text-align: center;
}

h3 {
  display: block;
  font: 400 100%/1em verdana, helvetica, sans-serif;
  text-align: center;
}

a {
  background-color: inherit;
  color: #89b;
  text-decoration: none;
}

a:focus, a:hover {
  background-color: transparent;
  color: #f8c473;
}

a:active {
  outline: none;
}

span.colincrawley {
  font: 700 120%/1em verdana, helvetica, sans-serif;
}
/*Specific div's: all pages*/

.container {
  padding: 0;
  color: inherit;
  background: #fff;
  margin: 10px 0 0 0;
}

.title-image {
  margin: 0;
  padding: 0;
  width: 770px;
  height: 83px;
  border: none;
}

#navbar {
  float: left;
  width: 100%;
  background: #000;
  color: inherit;
  font-size: 93%;
  line-height: normal;
}

#navbar ul {
  margin: 0;
  padding: 10px 10px 0 50px;
  list-style: none;
}

#navbar li {
  display: inline;
  margin: 0;
  padding: 0;
}

#navbar a {
  float: left;
  background: url(resources/images/tableftH.gif) no-repeat left top;
  margin: 0;
  padding: 0 0 0 4px;
  text-decoration: none;
}

#navbar a span {
  float: left;
  display: block;
  background: url(resources/images/tabrightH.gif) no-repeat right top;
  padding: 5px 15px 4px 6px;
  color: #898989;
  background-color: inherit;
}

#navbar a:hover span {
/*color:#f8c473;*/
color: #ccc;
background-color: inherit;
background: url(resources/images/tabrightH.gif) no-repeat right top;
}

#navbar a:focus, #navbar a:hover {
  background-position: 0% -42px;
  cursor: pointer;
}

#navbar a:focus span, #navbar a:hover span {
  background-position: 100% -42px;
  cursor: pointer;
}

#home #nav-home a, #music #nav-music a, #publications #nav-publications a, #discography #nav-discography a, #gigs #nav-gigs a, #links #nav-links a, #contact #nav-contact a {
  background-position: 0% -42px;
  cursor: pointer;
}

#home #nav-home a span, #music #nav-music a span, #publications #nav-publications a span, #discography #nav-discography a span, #gigs #nav-gigs a span, #links #nav-links a span, #contact #nav-contact a span {
  color: #fff;
  background-color: inherit;
  background-position: 100% -42px;
}

.navfade {
  clear: both;
  background: url(resources/images/navfadedkgrey.jpg);
}

#content {
  display: block;
  margin: auto;
  padding: 0;
  text-align: center;
  font: smaller verdana, helvetica, sans-serif;
  color: gray;
  background: inherit;
  width: 650px;
}

#text {
  margin: 0;
  line-height: 2em;
  text-align: justify;
}

#spacer {
  margin: 0;
  padding: 0;
}

#sub-nav {
  width: 650px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#back {
  margin: 0;
  padding: 0;
  float: left;
}

#next {
  margin: 0;
  padding: 0;
  float: right;
}

#back a, #next a {
  text-decoration: none;
  font: 700 small verdana, helvetica, sans-serif;
}

#back a:hover, #back a:focus, #next a:hover, #next a:focus {
  color: #f8c473;
  background: inherit;
}

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  font: x-small/1.9em verdana, helvetica, sans-serif;
  color: #fff;
  background: #898989 url(resources/images/navfadeinv.jpg);
}

#footer a {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

#footer a:focus, #footer a:hover {
  background: transparent;
  color: #f8c473;
  letter-spacing: normal;
}
#footer a span {
  color: #aed673;
  background: transparent;
}
#footer a:focus span, #footer a:hover span {
  color: #f8c473;
  background: transparent;
}

/*Specific div's: links page*/

#linkstext {
  width: 650px;
  margin: 0;
  line-height: 2em;
  text-align: left;
}

#linkslist ul {
  font-family: verdana, helvetica, sans-serif;
  list-style: none;
  width: 40.5em;
  margin: auto;
  padding: 0;
}

#linkslist li{
  margin: 0;
  padding: 0;
}
/*Specific div's: discography page*/

#albums {
  float: left;
  width: 300px;
  text-align: left;
  padding: 10px 0;
}

#albums dl {
  float: left;
  width: 260px;
  margin: 10px 20px;
  padding: 0;
  display: inline;/*fixes IE/Win double margin bug*/
}

#albums dt {
  float: right;
  width: 180px;
  margin: 0;
  padding: 0;
  font: 100% verdana, helvetica, sans-serif;
  letter-spacing: 1px;
  color: #627081;
  background-color: inherit;
}

#albums dd {
  margin: 0 0 0 80px;
  padding: 0;
  font-size: smaller;
  line-height: 1.5em;
  color: #666;
  background-color: inherit;
}

#albums dl dd.album-image {
  margin: 0;
}

#albums dd.album-image img {
  float: left;
  margin: 0 8px 0 0;
  padding: 4px;
  border: 1px solid;
  border-top-color: #d9e0e6;
  border-left-color: #d9e0e6;
  border-bottom-color: #c8cdd2;
  border-right-color: #c8cdd2;
  background: #fff;
  color: inherit;
}

#albums dl li.last {
  margin: 0;
}

#box {
  display: block;
  margin-left: 180px;
  margin-right: 180px;
  overflow: hidden;/*This seems to repair the missing footer margin in Firefox and Opera*/
}
/*Specific div's: gigs page*/

table {
  width: 100%;
}

table caption {
  padding: 8px 20px;
  text-align: center;
  border: none;
  background: #b5b5b5;
  color: #fff;
  font: 700 120% verdana, arial, sans-serif;
}

table th, table td {
  margin: 0;
  padding: 8px 20px;
  text-align: left;
  font-size: smaller;
  vertical-align: top;
}

table tr {
  background: #e6e6e6;
  color: gray;
}

table tr.alt {
  background: #f1f1f1;
  color: gray;
}

.comments {
  margin-top: 3em;
  font-size: smaller;
  text-align: center;
}
/*Specific div's: contact page*/

#form-container {
  padding: 0;
  margin: auto;
}

#form-layout {
  display: block;
  width: 385px;
  margin: auto;
  text-align: center;
  color: gray;
  background: #ececec;
  border-top: #e5e5e5 solid 1px;
  border-left: #e5e5e5 solid 1px;
  border-right: #99a solid 1px;
  border-bottom: #99a solid 1px;
}

.legend {
  padding: 0;
  margin: auto;
  font: 100% verdana, sans-serif;
}

fieldset {
  border: none;
  width: 385px;
  text-align: left;
}

label {
  width: 7em;
  float: left;
  text-align: right;
  margin: 0 1em 10px 0;
  clear: both;
  font: 100% verdana, sans-serif;
}

.input-box {
  margin-bottom: 10px;
  background: #fffab2;
  color: gray;
  border-top: #99a inset 1px;
  border-left: #99a inset 1px;
  border-right: #99a inset 0px;
  width: 15em;
}

.input-box_opt {
  margin-bottom: 10px;
  color: gray;
  background: #fff;
  border-top: #99a inset 1px;
  border-left: #99a inset 1px;
  border-right: #99a inset 0px;
  width: 15em;
}

.message-box {
  margin-bottom: 10px;
  color: gray;
  background-color: #fffab2;
  border-top: #99a inset 1px;
  border-left: #99a inset 1px;
  border-right: #99a inset 0px;
  width: 20em;
  height: 10em;
  font: 100% verdana, sans-serif;
}

.button-holder {
  display: block;
  text-align: center;
}

.submit-button {
  margin: 1em;
}
