/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */
/* Store */
#product-detail-header {
	width: 580px;
}
#product-detail-photos {
	float: left;
	width: 250px;
	margin-right: 25px;
}
#product-detail-information-container {
	width: 305px;
	float: left;
}
#product-detail-overview {
	display: block;
	padding-top: 25px;
}
/* .product-list-item-image {border: 8px solid #FFF;} */

/* Events Feed */
.upcoming-events-wrapper ul {
	margin: 0px;
	padding: 0px;
	background: none;
}
.upcoming-events-wrapper li {
	margin: 0px 0px 6px;
	padding: 0px;
	list-style: none;
	background: none;
}
.upcoming-events-name {
	margin: 0px;
	padding: 0px;
}
.upcoming-events-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.upcoming-events-time {
	display: none;
}
.upcoming-events-view-link {
	float: left;
	width: 95px;
	height: 15px;
	overflow: hidden;
	padding-bottom: 24px;
}
.upcoming-events-view-link a {
	width: 95px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-more-events.gif) no-repeat 0px 0px;
}
.upcoming-events-view-link a:hover {
	background: url(/SiteFiles/1273/Images/btn-more-events.gif) no-repeat 0px -15px;
}
/*.upcoming-feed-link {
	float: left;
	width: 71px;
	height: 15px;
	overflow: hidden;
	padding-left: 6px;
}
.upcoming-feed-link a {
	width: 71px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-rss-feed.gif) no-repeat top;
}
.upcoming-feed-link a:hover {
	background: url(/SiteFiles/1273/Images/btn-rss-feed.gif) no-repeat bottom;
}
*/

/* Blog Feed */
.recent-blog-posts-wrapper {
	margin: 0px;
	padding: 0px;
	background: none;
}
.recent-blog-posts-wrapper ul {
	margin: 0px;
	padding: 0px;
	background: none;
}
.recent-blog-posts-wrapper li {
	padding: 0px 0px 16px;
	margin: 12px 0px 0px;
	background: none;
	list-style: none;
	border-bottom: 1px dashed #6c6a68;
}
.recent-blog-posts-date-wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	display: block;
}

/* Blog Entry */
.blog .blog-entry {
	margin: 0px 0 20px;
	border-bottom: 1px dashed #6c6a68;
	padding-bottom: 10px;
}
.blog .post-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.blog .post-title {
	font-weight: bold;
}
.blog .post-body {
	padding: 10px 0;
}

/* Other */
.pageSearch h1 {
	margin-top: 22px;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: url(/SiteFiles/1273/Images/body-bkgd.gif) repeat;
}

img, div { behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* ----------------------------------------------------------------------------------------------------------------- Type Styles */
body, p, div, ul, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #404040;
}
p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #B73A26; 
	text-decoration: none;
}
a:hover {
	color: #B73A26; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Styles */
#search {
	width: 170px;
	height: 24px;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 65px;
}
.searchField {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	font-style: italic;
	float: left;
	border: 0;
	width: 132px;
	height: 16px;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	outline: none;
}
.searchButton {
	text-indent: -1000px;
	width: 30px;
	height: 24px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1273/Images/search-button.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
}

/* ----------------------------------------------------------------------------------------------------------------- MainNav Styles */
#mainnavWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1273/Images/mainnav-bkgd.png) no-repeat center top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}
#mainnav {
	margin: 0px auto;
	padding: 0px;
	width: 972px;
	height: 67px;
	position: relative;
}
.mn-about {
	width: 81px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 70px;
}
.mn-about a {
	width: 81px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/mn-about.jpg) no-repeat 0px 0px;
}
.mn-about a:hover {
	background: url(/SiteFiles/1273/Images/mn-about.jpg) no-repeat 0px -20px;
}
.mn-sound {
	width: 151px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 151px;
}
.mn-sound a {
	width: 151px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/mn-sound.jpg) no-repeat 0px 0px;
}
.mn-sound a:hover {
	background: url(/SiteFiles/1273/Images/mn-sound.jpg) no-repeat 0px -20px;
}
.mn-groups {
	width: 136px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 302px;
}
.mn-groups a {
	width: 136px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/mn-groups.jpg) no-repeat 0px 0px;
}
.mn-groups a:hover {
	background: url(/SiteFiles/1273/Images/mn-groups.jpg) no-repeat 0px -20px;
}
.mn-shop {
	width: 99px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 340px;
}
.mn-shop a {
	width: 99px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/mn-shop.jpg) no-repeat 0px 0px;
}
.mn-shop a:hover {
	background: url(/SiteFiles/1273/Images/mn-shop.jpg) no-repeat 0px -20px;
}
.mn-contact {
	width: 92px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 248px;
}
.mn-contact a {
	width: 92px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/mn-contact.jpg) no-repeat 0px 0px;
}
.mn-contact a:hover {
	background: url(/SiteFiles/1273/Images/mn-contact.jpg) no-repeat 0px -20px;
}

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
	width: 550px;
	float: left;
	padding: 0px 0px 0px 30px;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	padding: 0px 28px 0px 0px;
	margin: 0;
	background: none;
	float: left;
}
#subnav a {
	color: #404040;
	display:block;
	text-decoration: none;
}
#subnav a:hover {
	color: #B73A26;
	display:block;
	text-decoration: none;
}
#subnav a.current {
	color: #B73A26;
	display:block;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------- Wrapper Styles */
#headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1273/Images/header-bkgd.png) no-repeat center top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1273/Images/top-bkgd.png) no-repeat center top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}
#contentRepeater {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1273/Images/content-rep-bkgd.png) repeat-y center top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1273/Images/content-bkgd.png) no-repeat center top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1273/Images/footer-bkgd.png) no-repeat center top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}

/* ----------------------------------------------------------------------------------------------------------------- Header Styles */
#header {
	margin: 0px auto;
	padding: 0px;
	width: 972px;
	height: 194px;
	position: relative;
}
.logo {
	width: 298px;
	height: 233px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 336px;
}
.logo a {
	width: 298px;
	height: 233px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/logo.png) no-repeat;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}

/* ----------------------------------------------------------------------------------------------------------------- Top Styles */
#top {
	margin: 0px auto;
	padding: 0px 71px 0px 81px;
	width: 820px;
	height: 310px;
}

/* ----------------------------------------------------------------------------------------------------------------- Content Styles */
#content {
	margin: 0px auto;
	padding: 0px 70px;
	width: 832px;
	min-height: 937px;
}
#content-left {
	float: left;
	width: 208px;
}
.btn-visit {
	float: left;
	width: 208px;
	height: 115px;
	overflow: hidden;
}
.btn-visit a {
	width: 208px;
	height: 115px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-visit.jpg) no-repeat top;
}
.btn-visit a:hover {
	background: url(/SiteFiles/1273/Images/btn-visit.jpg) no-repeat bottom;
}
#page-left {
	float: left;
	width: 208px;
	margin: 24px 0px 0px 0px;
}
#page-left ul {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#page-left ul li {
	background: url(/SiteFiles/1273/Images/star-bullet.gif) no-repeat 0em 0.1em;
	list-style: none;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}
#enews {
	float: left;
	width: 208px;
	height: 26px;
	margin: 6px 0px 0px;
	background: url(/SiteFiles/1273/Images/enews-bkgd.jpg) no-repeat top;
	padding-top: 64px;
	border-top: 1px dashed #6c6a68;
}
.signupPanel {
	float: left;
	padding: 0px 6px;
}
.signupField {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	font-style: italic;
	float: left;
	border: 0;
	width: 160px;
	height: 16px;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0px 4px 0px 0px;
	outline: none; 
}
.signupButton {
	text-indent: -1000px;
	width: 19px;
	height: 24px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1273/Images/signup-button.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
}
#shop {
	float: left;
	width: 176px;
	height: 264px;
	margin: 24px 1px 0px;
	padding: 44px 15px 0px 15px;
	background: url(/SiteFiles/1273/Images/shop-bkgd.png) no-repeat top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}
#shop img {
	margin-bottom: 8px;
}
.btn-shopmore {
	float: left;
	width: 51px;
	height: 15px;
	overflow: hidden;
	margin: 4px 0px 0px 62px;
}
.btn-shopmore a {
	width: 51px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-shopmore.gif) no-repeat 0px 0px;
}
.btn-shopmore a:hover {
	background: url(/SiteFiles/1273/Images/btn-shopmore.gif) no-repeat 0px -15px;
}
#all-memphis-music {
	float: left;
	width: 208px;
	margin-top: 24px;
}
#content-middle {
	float: left;
	width: 360px;
	margin: 0px 28px 0px 28px;
}
#home-page-body {
	float: left;
	width: 360px;
	margin: 44px 0px 0px 0px;
}
#blog-top {
	float: left;
	width: 360px;
	height: 10px;
	background: url(/SiteFiles/1273/Images/blog-bkgd.jpg) no-repeat top;
	margin: 0px;
	padding: 0px;
}
#blog-content {
	float: left;
	width: 328px;
	background: #FFFFFF url(/SiteFiles/1273/Images/blog-bkgd.jpg) no-repeat top;
	margin: 0px;
	padding: 5px 16px;
}
#blog-bottom {
	float: left;
	width: 360px;
	height: 38px;
	background: url(/SiteFiles/1273/Images/blog-bottom-bkgd.jpg) no-repeat top;
	margin: 0px;
	padding: 0px;
}
.btn-viewblog {
	float: right;
	width: 77px;
	height: 15px;
	overflow: hidden;
	margin: 22px 60px 0px 0px;
}
.btn-viewblog a {
	width: 77px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-viewblog.gif) no-repeat 0px 0px;
}
.btn-viewblog a:hover {
	background: url(/SiteFiles/1273/Images/btn-viewblog.gif) no-repeat 0px -15px;
}
#added-middle-content {
	float: left;
	width: 360px;
	margin: 28px 0px 0px;
}
#content-right {
	float: left;
	width: 208px;
}
#home-page-right {
	float: left;
	width: 208px;
	margin: 55px 0px 0px;
}
#home-page-right p {
	margin-bottom: 0px;
}

/* ----------------------------------------------------------------------------------------------------------------- Footer Styles */
#footer {
	margin: 0px auto;
	padding: 50px 70px 0px;
	width: 832px;
	height: 190px;
	position: relative;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	margin-bottom: 3px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 355px;
}
#get-social {
	float: left;
	width: 355px;
	height: 57px;
	background: url(/SiteFiles/1273/Images/get-social-bkgd.jpg) no-repeat top;
	position: relative;
}
.btn-youtube {
	width: 15px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 153px;
}
.btn-youtube a {
	width: 15px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-youtube.gif) no-repeat top;
}
.btn-facebook {
	width: 20px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 188px;
}
.btn-facebook a {
	width: 20px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-facebook.gif) no-repeat top;
}
.btn-twitter {
	width: 17px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 110px;
}
.btn-twitter a {
	width: 17px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-twitter.gif) no-repeat top;
}
.btn-myspace {
	width: 18px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 73px;
}
.btn-myspace a {
	width: 18px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-myspace.gif) no-repeat top;
}
.btn-flickr {
	width: 31px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 26px;
}
.btn-flickr a {
	width: 31px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1273/Images/btn-flickr.gif) no-repeat top;
}
#logo-bottom {
	float: left;
	width: 235px;
	background: url(/SiteFiles/1273/Images/logo-bottom.jpg) no-repeat left top;
	margin: 8px 0px 0px;
	padding: 0px 0px 0px 120px;
}
#footer-right {
	float: right;
	width: 455px;
}
#footer-col-a {
	float: left;
	width: 135px;
	margin-right: 25px;
	padding-top: 20px;
	background: url(/SiteFiles/1273/Images/hd-rocknsoul.jpg) no-repeat left top;
}
#footer-col-b {
	float: left;
	width: 135px;
	margin-right: 25px;
	padding-top: 20px;
	background: url(/SiteFiles/1273/Images/hd-livemusic.jpg) no-repeat left top;
}
#footer-col-c {
	float: left;
	width: 135px;
	padding-top: 20px;
	background: url(/SiteFiles/1273/Images/hd-historicalspots.jpg) no-repeat left top;
}
#site-credit {
	position: absolute;
	bottom: 10px;
	right: 70px;
	float: right;
	text-align: right;
	width: 455px;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
#def-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1273/Images/def-content-bkgd.png) no-repeat center top;
	behavior: url(/SiteFiles/1273/Scripts/iepngfix.htc);
}
#def-content-right {
	float: left;
	width: 580px;
	margin: 30px 0px 0px 28px;
}
#def-content-body {
	float: left;
	width: 580px;
	margin-top: 50px;
}
#def-content-bottom {
	float: left;
	width: 580px;
	margin-top: 28px;
}

/* ----------------------------------------------------------------------------------------------------------------- Photo Gallery Styles */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* ----------------------------------------------------------------------------------------------------------------- Breadcrumbs Styles */
#breadcrumbs {
	width: 542px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background:none;
	display:inline;
	font-size: 11px;
}
#breadcrumbs a {
	color: #A2A69A;
	background: url(/SiteFiles/1273/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	padding-left: 18px;
}
#breadcrumbs a:hover {
	color: #A2A69A;
	background: url(/SiteFiles/1273/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	padding-left: 18px;
}
#breadcrumbs a.first {
	color: #A2A69A;
	background: none;
	text-decoration:none;
	padding-left: 0px;
}
#breadcrumbs a.first:hover {
	color: #A2A69A;
	background: none;
	text-decoration:underline;
	padding-left: 0px;
}
#breadcrumbs a.current {
	color: #A2A69A;
	background: url(/SiteFiles/1273/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	padding-left: 18px;
}