@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 10pt Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #5a5a5a;
	font-size: 1.3em;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #5a5a5a;
	font-size: 1.3em;
	font-weight: normal;
}
hr {
	margin: 10px 0px 0px;
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CCCCCC;
}
p {
	margin: 0px;
	padding: 10px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
p a {
	text-decoration: none;
} 
p a:visit, hover, active, focus {
	color: #95cec3;
} 
li a:link, visit, hover, active, focus {
	border: 0px;
}
#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
} 
#container {
	position: relative;
	z-index: 1;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 20px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: 100%;
} 
#cart {
	z-index:2;
	padding: 0;
	position: fixed;
	margin-top: -1px;
	margin-right: -1px;
	text-align: right;
	right: 0px;
} 
#header {
	background: url(images/Pike_header1.png) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	margin: 0px 0px 10px;
} 
#header ul {
	margin: 0px;
	padding: 175px 0px 0px 20px;
	list-style: none;
	text-transform: uppercase;
} 
#header li {
	float: left;
	padding-right: 0.3em;
} 
#header li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 
#header li a:hover, #header li a:active, #header li a:focus {
	color: #5a5a5a;
} 
.bio #bio a, .scores #scores a, .video #video a, .bonnie #bonnie a, .links #links a, .contact #contact a, .photos #photos a {
	color: #5a5a5a;
}
#fullTop {
	background: url(images/fullContentTop.png);
	height: 15px;
} 
#full {
	width: 780px;
	margin: 0px;
	padding: 0px;
} 
#fullContent {
	padding: 0px 20px;
	background: url(images/fullContentBg.png) repeat-y;
}
#fullBottom {
	background: url(images/fullContentBottom.png);
	width: 780px;
	height: 15px;
	margin: 0px 0px 10px;
	padding: 0px;
}

#mainTop {
	background: url(images/mainContentTop.png);
	height: 15px;
} 
#main {
	width: 530px;
	margin: 0px;
	padding: 0px;
} 
#mainContent {
	padding: 0px 20px;
	background: url(images/mainContentBg.png) repeat-y;
}
#mainBottom {
	background: url(images/mainContentBottom.png);
	width: 530px;
	height: 15px;
	margin: 0px 0px 10px;
	padding: 0px;
} 
.musicSample {
	width: 230px;
	margin: 5px 12px 5px 0px;
	display: inline-block;
	padding: 0px;
}
.musicSample p {
	font-size: .9em;
}

#sidebarTop {
	background: url(images/sidebarTop.png) no-repeat;
	height: 15px;
} 
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
#sidebarContent {
	padding: 0px 20px;
	background: url(images/sidebarBg.gif) repeat-y;
}
#sidebarContent p {
	margin: 0px;
	padding: 10px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: .9em;
}
#sidebarBottom {
	background: url(images/sidebarBottom.png);
	height: 15px;
}

 
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#95cec3;
	width: 530px;
	margin: 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	margin: 0px;
	padding: 0.5em 20px 1.5em 20px;
	list-style: none;
	text-transform: uppercase;
	font-size: 0.85em;
	vertical-align: middle;
} 
#footer li {
	float: left;
	padding-right: 0.3em;
} 
#footer li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
} 
#footer li a:hover, #header li a:active, #header li a:focus {
	color: #5a5a5a;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.scores #container #main #mainContent .musicSample a {
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
.scores #container #main #mainContent .musicSample a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
}
