﻿@import url("layout.css");

body {
  font-family: "Arial", sans-serif;
  background: #000000;
}

#container {
  border-right: 2px solid #E4A36D;
  border-bottom: 2px solid #E4A36D;
  border-top: 2px solid #E4A36D;
  border-left: 2px solid #E4A36D;
  background-color: #f1f1f1;
  border-right-color: #E4A36D;
  border-bottom-color: #E4A36D;
  border-left-color: #E4A36D;
}

#masthead {
  text-align: center;
  background-image: url('../../images/Graphics/Header.jpg');
  height: 124px;
}

#navigation {
  border-color: #632D13;
  border-top: 1px solid #AB6939;
  border-bottom: 1px solid #AB6939;
  background-color: #E4A36D;
}

html > body #navigation {
  overflow: hidden;
}

#flashPlayer {
  padding-top: 10px;
  z-index: 1;
}

#column_l {
  width: 650px;
  padding: 15px;
  background-color: #f1f1f1;
}

html > body #column_l {
  width: 650px;
  padding: 0 15px;
  background-color: #f1f1f1;
}

#columnWideFull {
  width: 914px;
  padding: 0, 15px;
  margin-left: 15px;
  background-color: #f1f1f1;
}

#columnWideScrapbook {
	width: 914px;
	padding: 0, 15px;
	margin-left: 15px;
	background-color: #f1f1f1;
	min-height:1175px;
}


#column_r {
  width: 240px;
  padding: 27px 2px;
  background-color: #f1f1f1;
}

html > body #column_r {
  width: 240px;
  padding: 27px 2px;
  background-color: #f1f1f1;
}

#footer {
  text-align: center;
  padding-bottom: 10px;
}

html > body #footer {
  text-align: center;
  padding-bottom: 0;
}
/* Masthead */

#masthead h1 {
  text-indent: -9999px;
  margin-top:-40px;
}

/* Navigation */

#navigation ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
}

#navigation li {
  float: left;
  padding-left: 15px;
  padding-right: 10px;
}

#navigation a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #E4A36D;
}

#navigation a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #f1f1f1;
  border: 1px solid #AB6939;
  background-color: #990033;
}
/* Right Column */

#column_r img {
  border: 3px solid #990033;
}
/* Site typography */

h1 {
  font-size: xx-large;
  color: #464646;
  margin-top: 45px;
}

#masthead h1 a{
            display:block;
            width:945px;
            height:124px;
            background-color:transparent;
}


h2 {
  font-size: xx-large;
  font-weight: bold;
  color: #2D3131;

}

h3 {
  font-size: x-large;
  font-weight: 600;
  color: #990033;
}

#column_r h3 {
  margin-top: 34px;
}


#column_r h4 {
  margin-top: -5px;
}

h4 {
  font-size: medium;
  font-weight: 600;
  color: #990033;
}

ul {
  font-size: 0.9em;
  color: #464646;
  list-style: none;
}

p {
  font-size: 0.9em;
  color: #464646;
  line-height: 1.5em;
}

h5 {
  font-size: small;
  font-weight: 600;
  color: #E4A36D;
}

h6 {
  font-size: xx-small;
  color: #c77;
}
/* Footer */

#footer p {
  font-size: x-small;
  color: #990033;
}
/* Links */

a {
  color: #990033;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #990033;
}

.style_bold {
  font-weight: bold;
}

.style_italic {
  font-style: italic;
}
/* ---------------------------------------------- images --------------------------------------------*/

.img {
  border: 3px #990033 solid;
  margin-bottom: 10px;
}

.imgCaption {
  width: 239px;
  PADDING-LEFT: 0.5em;
  FONT-SIZE: 0.6em;
  PADDING-BOTTOM: 0.3em;
  PADDING-TOP: 0.3em;
  BACKGROUND-COLOR: #990033;
  text-align: left;
  border-left: 2px solid #990033;
  border-right: -1px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #FFFFFF;
}

.imgFloatLeft {
  border: 3px solid #990033;
  margin-right: 10px;
  float: left;
}

.imgFloatRight {
  border: 3px solid #990033;
  margin-left: 10px;
  float: right;
}

.ScrapFloatLeft {
  float: left;
  padding-right: 75px;
  border: 2px #eee solid;
}

.albumArt {
  float: left;
}

.scrapbookImages {  
      float:left;
      min-height: 200px; /* added to prevent the track list wrapping below the image. Might need increasing to accomodate long track lists/descriptions */
      width: 113px; 
}

/* ------------------------------------------------------ Discography -----------------------------------------------*/

#tracklist {
  float: left;
  min-height: 200px;/* added to prevent the track list wrapping below the image. Might need increasing to accomodate long track lists/descriptions */
  width: 220px;
}

#tracklist li{
  line-height: 1.5em;
  margin: 0 0 0 -34px;
}

#tracklist h3 {
  margin-top: 0;
}

.albumText h3{
  margin-top: 0;
}

.albumArt {
  float: left;
  min-height: 200px;/* added to prevent the track list wrapping below the image. Might need increasing to accomodate long track lists/descriptions */
  width: 155px;

}

.albumArt img{
   border:1px #000 solid;
   }


.albumArt p {
  font-size: 10px;
}
/* ------------------------------------------------ Others --------------------------------------------------------*/

#scrapbookRow {
  height: 190px;
}

#scrapbook a:hover {
  text-decoration: none;
}

.albumText {
  width: 490px;
  margin: 0 0 0 415px;
}

.floatLeft {
  float: left;
  padding-right: 75px;
}

.discoFloatLeft1 {
  color: #000;
  float: left;
  padding-right: 75px;
}

.discoFloatLeft1 h4 {
  color: #000;
  margin-top: 10px;
}

.discoFloatLeft2 h4 {
  color: #000;
  margin-top: 5px;
}

.discoFloatLeft2 {
  color: #000;
  float: left;
  padding-right: 75px;
  margin-top: 5px;
}

#table td {
  border-bottom: 2px #E4A36D dashed;
}

#store h5 {
  color: #000;
  margin-top: 0;
  font-size: medium;
}

.border {
  border: 1px #000 solid;
}

.borderNone {
  border: 0px;
}
/*---------------------------------------rounded cornr ---------------------------*/

.roundedcornr_box_917702 {
  background: url('../../images/Graphics/RoundedCrnrHomepage/roundedcornr_917702_tl.png') no-repeat top left;
  margin-top: 28px;
  font-size: 0.8em;
  color: white;
}

.roundedcornr_top_917702 {
  background: url('../../images/Graphics/RoundedCrnrHomepage/roundedcornr_917702_tr.png') no-repeat top right;
}

.roundedcornr_bottom_917702 {
  background: url('../../images/Graphics/RoundedCrnrHomepage/roundedcornr_917702_bl.png') no-repeat bottom left;
}

.roundedcornr_bottom_917702 div {
  background: url('../../images/Graphics/RoundedCrnrHomepage/roundedcornr_917702_br.png') no-repeat bottom right;
}

.roundedcornr_content_917702 {
  background: url('../../images/Graphics/RoundedCrnrHomepage/roundedcornr_917702_r.png') top right repeat-y;
}

.roundedcornr_bottom_917702 {
  width: 100%;
  height: 15px;
  font-size: 1px;
}

.roundedcornr_bottom_917702 div {
  width: 100%;
  height: 15px;
  font-size: 1px;
}

.roundedcornr_top_917702 {
  width: 100%;
  height: 15px;
  font-size: 1px;
}

.roundedcornr_top_917702 div {
  width: 100%;
  height: 15px;
  font-size: 1px;
}

.roundedcornr_bottom_917702 {
  color: #f1f1f1;
}

.roundedcornr_content_917702 {
  color: #f1f1f1;
}

.roundedcornr_content_917702 {
  padding-left: 20px;
  padding-right: 20px;
}
/*------------------------------------------------Videos-----------------------------------------------------*/

#videoLeft {
  padding-right: 10px;
  padding-left: 8px;
  width: 445px;
  height: 364px;
  float: left;
}
/*------------------------------------------------Store-----------------------------------------------------*/

#basket {
  border: 5px #990033 solid;
  padding: 15px;
  margin-left: 650px;
  margin-top: 100px;
  text-align: right;
  width: 200px;
  height: 50px;
  font-size: 14px;
  background-image: url('../../images/Graphics/ShoppingCart.png');
  background-repeat: no-repeat;
  background-position: 10px 25px;
  position: fixed;
  background-color: #f1f1f1;
}

#basket h5 {
  float: left;
  position: absolute;
  top: 5px;
  left: 70px;
  font-size: 16px;
}

#basket p {
  float: left;
  position: absolute;
  top: 20px;
  left: 70px;
}

#basket a {
  float: left;
  position: absolute;
  top: 40px;
  left: 0px;
  font-size: 14px;
}

#columnWideFull ul{
	 list-style:none;

}