﻿@charset "utf-8";
/* CSS Document */

/* CSS Reset */
body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, a, fieldset, input, th, td
{
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
}
img {
	border:0px;
	margin:0px;
}
/* End Reset */


/*** GLOBAL STYLES ***/
body {
	font:12px/15px Verdana, Geneva, sans-serif;
	color:#fff;
	background: #1A1F26;
}
.emphasis
{
	color:#BF4C1A;
	background-color:#D9C197;
	font-size:11px;
	padding:1px 3px;
}
.basecolor {
  color:#FFF;
  font-weight:bold;
}
.subtext {
	font-size: 11px;
	font-weight:normal
}
.indent {
	padding-left: 7px;
}
.creamtext {
	color:#D9C197
}
.center {
	text-align: center;
}

.col {
	float:left;
	width:50%;
}

/* wrapper/container */
#wrapper {
	width:100%;
	text-align:center;
}
#container {
	width: 810px;
	margin: 25px auto;
	text-align:left;
}

/* Headings*/
h1 {
	font-size:18px;
	margin:15px 0px;
	color:#fff;
}
h2 {
	font-size:15px;
	margin:10px 0px;
	color:#D9C197;
}

li {
	margin:5px 0px;
}

/*Links*/
a:link, a:visited {
	color:#D9C197;
	text-decoration:none;
}
a:hover, a:active {
	color:#1A1F26;
	text-decoration:underline;
}

/* Header */
#header {
	text-indent:-9999px;
	background:url(../images/allanchapman.gif) top left no-repeat;
	width:100%;
	height:52px;
}

/* Footer */
#footer {
	width:810px;
	margin:0px auto;
	font-size:10px;
	text-align:center;
	clear:both;
}
#footer a:link, a:visited {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover, a:active {
	text-decoration:underline;
}
#footer p {
	margin:0px;
}

/* various styles */
.imageleft {
	margin:5px 25px 5px 5px;
}
.imageright {
	margin:5px 5px 5px 25px;
}
.reviewcaption {
	font-size:11px;
	font-variant:small-caps;
  display:inline-block;
  margin-top:5px;
  margin-bottom:10px;
}


/*** HOME PAGE STYLES ***/
#home {
	background:url(../images/photo_home.jpg) top right no-repeat;
	height:522px;
	padding:0px;
}
#sidebar {
	/*padding-top:195px; - No announcement*/
  padding-top: 50px;
}

/* Home Navigation */
#navigation {
	list-style-type:none;
	margin:0;
	padding:0px;
}
#navigation li {
	height:30px;
	width:240px;
	background:url(../images/linkbg.png) no-repeat top left;
	*background:url(../images/linkbg.gif) no-repeat top left;
	text-align:right;
	padding:5px 0px 0px 0px;
}
#navigation a {
	color:#BF4C1A;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:right;
	width:210px;
	height:23px;
	padding:7px 10px 0px 0px;
}
#navigation a:hover {
	background:url(../images/hoverbg.jpg) repeat-y top right;
	color:#D9C197;
}

/* Home Feature */
#feature {
  /*color:#D9C197;
	background:url(../images/featurebg.png) no-repeat top left;
	*background:url(../images/featurebg.gif) no-repeat top left;*/
	width:309px;
	height:25px;
	font-weight:bold;
	padding:7px 10px 15px 20px;
	margin-top:130px;
}
#feature p {
	margin:5px 0px;
	font-size:13px;
}
#feature img {
	padding:5px 5px 0px 0px;
}

#feature a {
	text-decoration: underline;
	color: #fff;
}

#feature a:hover {
	text-decoration: none;
	color: #fff;
}

/*.featurecarousel {
	background-color:#697880;
	width:350px;
	height:135px;
	padding: 3px 35px;
	margin: 0 0 0 20px;
}

.slick-prev {
	left: -1px;
}
.slick-next {
	right: 5px;
}

.homeVideo {
	width: 200px;
	height:77px;
	display:block;
	margin: -8px auto 0 auto;
	background:url(../images/HummersandStrummers.jpg) no-repeat top left;
}
	.homeVideo:hover {
		background:url(../images/HummersandStrummers-hover.jpg) no-repeat top left;
}*/



/*** SUBPAGE STYLES ***/
#content {
	width:752px;
	margin:0px auto;
	background:#69787F;
	padding:60px 20px 30px 20px;
	overflow:hidden;
}


/* Navigation */
#subnav {
	list-style-type:none;
	width:800px;
	display:block;
	background:url(../images/linkbg_sub.png) no-repeat top left;
	height:35px;
	margin-top:10px;
	padding:0 5px;
	z-index:1;
	position:absolute;
	*margin-left:-9px;
}
#subnav li {
	display:inline-block;
	float:left;
	text-align:center;
	padding:7px 0px;
	margin-top:4px;
}
#subnav a:link, #subnav a:visited {
	color:#BF4C1A;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	width:112px;
	height:14px;
}
#subnav a:hover, #subnav a:active {
	color:#fff;
}

/* Videos Page */
.review {
	display:block;
	margin:30px 0px 45px 0px;
  clear:both;
}
#recordlogos {
	text-align:right;
	margin-top:-100px;
}

/* Photos Page */
#photos {
	width:650px;
	list-style:none;
	margin:5px auto;
}
#photos li {
		width:100px;
		float:left;
		display:inline-block;
		margin:5px 15px;
}
#photos img {
	border: 1px solid #D9C197;
}


/*Audio Player*/
.player {
	width: 275px;
  height:18px;
  background: url(../images/playerbg.gif);
  overflow:hidden;
  margin-top:40px;
}

.button {
	display: block;
	width: 21px;
	height: 15px;
	background-image: url(../images/playersprite.png);
	background-repeat: no-repeat;
	float: left;
}

#play {
	background-position: 0 1px;
}

#pause {
	background-position: -21px 1px;
}

#mute {
	background-position: -84px 1px;
}

#muted {
	background-position: -63px 1px;
}

#close {
	background-position: -42px 1px;
}
.playerseparater {
  background: url(../images/playerseparater.gif);
  width: 1px;
  height: 12px;
  margin: 3px 5px;
  float:left;
}
.songtitle {
  color:#fff;
  margin-left:15px;
  font-size:11px;
}

.clear {
  clear:both;
}

a.linkbutton {
  color:#BF4C1A;
  background-color: #D9C197;
  font-weight:bold;
  padding:3px 3px 0 3px;
}

#cdbabywidget {
  margin-top:15px;
}