@charset "utf-8";

/* CSS Document */

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: #582700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #582700;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffe3c0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	padding-top:359px;
	
}
.oneColFixCtrHdr #headerinside {
	padding-top:0px;
	
}


.oneColFixCtrHdr #header 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 2px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}


.oneColFixCtrHdr #footer {
	background-color: #582700;
	background-image: url(../images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.floatleft {
	float: left;
}


.clearfloat {
	clear: both;
}

p {
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 20px;
}


h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #582700;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #582700;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #834d8f;
	padding-bottom: 10px;
}

#photovideo {
	background-color: #91b43b;
	height: 319px;
	margin-top: 20px;
	padding-bottom: 0px;
}
.video {
	margin-left: 8px;
	margin-top: 20px;
	background-repeat: no-repeat;
	height: 300px;
	width: 342px;
	padding-bottom: 5px;
	z-index: 1;
	
}

.video a {
	color: #582700;
	text-decoration: underline;
}
.video a:hover {
	color: #834d8f;
	text-decoration: none;
}
.video a:visited {
	color: #582700;
	text-decoration: underline;
}

#twitterbox {
	background-color: #582700;
	background-image: url(../images/twitter-top.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 460px;
	width: 380px;
	float: left;
	margin-top: 20px;
}
#twitterbox h5 {
	font-size: 1.4em;
	font-weight: normal;
	color: #834d8f;
	margin-top: 10px;
	margin-bottom: -30px;
	padding-left: 10px;
	
}

.follow {
	font-size: 90%;
	color: #FFE3C0;
	margin-top: 5px;
	margin-left: 30px;
}
.follow a{
	color: #FFE3C0;	
}

#twitreviews {
	background-color: #FFE3C0;
	height: 350px;
	width: 330px;
	margin-top: 57px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
}

#twitreviews p{
	margin-bottom: 15px;
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #834d8f;
	color: #582700;
	font-size: 90%;
}

#maincontentbottom {
	background-image: url(../images/maincontent-bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#closed {
float: left;
	height: 460px;
	width: 540px;
	
}

#closed .closedbox {
	background-color: #834d8f;
	float: left;
	height: 460px;
	margin-right: 10px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	
}
#closed .closedbox img{
	margin-left: 50px;
}

#closed .closedbox p{
font-size: 100%;
	font-weight: normal;
	color: #FFE3C0;
	padding-left: 5px;
	padding-right: 5px;
}

#closed .closedbox a{
	color: #FFE3C0;
	text-decoration: none;
}
#closed .closedbox a:hover{
	color: #582700;
	text-decoration: underline;
}

#closed .closedbox h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FFE3C0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE3C0;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#spotlights {
	float: left;
	height: 460px;
	width: 540px;
	
}
#spotlights .spotbox {
	background-color: #582700;
	float: left;
	height: 220px;
	width: 260px;
	margin-right: 10px;
	margin-top: 20px;
}
#spotlights .spotbox h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FFE3C0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE3C0;
	padding-bottom: 3px;
}
#spotlights .spotbox .spotimage {
	height: 148px;
	width: 260px;
}
#spotlights .spotbox .spottext p {
	font-size: 90%;
	font-weight: normal;
	color: #FFE3C0;
	padding-left: 5px;
	padding-right: 5px;
}

#spotlights .spotbox .spottext {
	background-color: #9f7f65;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFE3C0;
}
#spotlights .spotbox .spottext a{
	color: #FFE3C0;
	text-decoration: none;
}
#spotlights .spotbox .spottext a:hover{
	color: #834d8f;
	text-decoration: underline;
}
#footer h5 {
	font-size: 1.4em;
	font-weight: normal;
	color: #834d8f;
	padding-top: 25px;
	padding-left: 10px;
	margin-top: -25px;
	margin-bottom: 3px;
}
#footer .newsteaser h6 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFE2C0;
	padding-left: 10px;
	margin-left: 5px;
	padding-top: 10px;
}
#footer .newsteaser p {
	font-size: 90%;
	color: #FFE2C0;
	padding-left: 10px;
}
#footer .footernews {
	height: 275px;
	width: 550px;
	float: left;
	margin-top: 25px;
	border-right-width: thick;
	border-right-style: dotted;
	border-right-color: #9F7F65;
	padding-right: 5px;
}
#footer .footernews .newsteaser span {
	color: #FFE2C0;
	font-size: 90%;
	margin-left: 10px;
	padding-left: 10px;
}
#footer .footernews .newsteaser .teaser {
	color: #FFE2C0;
	font-size: 95%;
	line-height: 125%;
	padding-left: 15px;
	padding-bottom: 5px;
	

}
#footer .footernews .newsteaser .readmore a {
}

#footer .footernews .newsteaser .readmore {
	background-image: url(../images/purple-button.png);
	height: 25px;
	width: 140px;
	background-position: bottom;
	margin-left: 400px;
	background-repeat: no-repeat;
	

}
#footer .footernews .newsteaser .readmore p {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFE2C0;
	padding-left: 20px;
}
#footer .footernews .newsteaser .readmore a {
	color: #FFE2C0;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	padding-left: 25px;
}

#footer .footerspecials {
	float: left;
	width: 250px;
	margin-left: 10px;
	margin-top: 25px;
	
}
#footer .footerspecials .specials {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4D2D53;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#footer .footerspecials .specials h6 {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFE2C0;
	padding-left: 10px;
}
#footer .footerspecials .specials .readmore {
	background-image: url(../images/purple-arrow.png);
	height: 12px;
	width: 60px;
	float: left;
	margin-left: 190px;
}
#footer .footerspecials .specials img {
	margin-left: 190px;
	margin-bottom: 3px;
	margin-top: 5px;
}

#footer .footerspecials .specials .specialdetail {
	font-size: 80%;
	line-height: 115%;
	color: #FFE2C0;
	padding-left: 10px;
}

#footer .address {
	color: #FFE2C0;
	float: left;
	width: 530px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 120%;
	margin-bottom: 20px;
}
#footer .address a {
	color: #FFE2C0;
	text-decoration: underline;
}
#footer .address a:hover {
	color: #834d8f;
	text-decoration: none;
}
#footer .medialinks {
	float: left;
	width: 380px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.socialmedia  img   {
	float: left;
	margin-right: 15px;
}
#footer .socialmedia {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}
#footer .medialinks a {
	color: #FFE2C0;
	text-decoration: none;
}
#footer .medialinks a:hover {
	color: #834d8f;
	text-decoration: none;
}
#footer .medialinks p {
	color: #FFE2C0;
}
#footer .medialinks .copyright {
	font-size: 80%;
}
#staticheader {
	background-image: url(../images/static-header/background.jpg);
	background-repeat: no-repeat;
	height: 305px;
	width: 960px;
	position: relative;
	left: 0px;
	top: 0px;
}

#sidebarRight {
	background-color: #582700;
	min-height: 460px;
	width: 360px;
	float: left;
	margin-top: 20px;
	padding-top: 8px;
	font-size: 100%;
	line-height: 120%;
	color: #FFE3C0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#sidebarRight .sidebarTitle .creamtext a {
	color: #FFE3C0;
	text-decoration: none;
}



#sidebarRight .creamtext{
	color: #FFE3C0;
}
#sidebarRight a{
	color: #FFE3C0;
	text-decoration: none;
}
#sidebarRight .sidebarTitle .creamtext a:hover {
	color: #A28269;
	text-decoration: underline;
}
#sidebarRight .sidebarTitle .creamtext a:visited {
	color: #FFE3C0;
	text-decoration: none;
}
#sidebarChalkboard {
	min-height: 460px;
	width: 380px;
	float: left;
	margin-top: 90px;
}
#sidebarChalkboard .chalkboardtop {
	background-image: url(../images/chalkboard-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
	width: 380px;
}
.oneColFixCtrHdr #container #mainContent #sidebarChalkboard .chalkboardmain {
	background-image: url(../images/chalkboard-background.jpg);
	background-repeat: repeat;
	background-position: left top;
	width: 380px;
}
#sidebarChalkboard .chalkboardbottom {
	background-image: url(../images/chalkboard-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 380px;
}
.special   {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFE3C0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.specialdescrip   {
	font-size: .9em;
	font-weight: normal;
	color: #FFE3C0;
	padding-right: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
}


#insideContent {
	float: left;
	min-height: 460px;
	width: 520px;
	margin-top: 20px;
	margin-right: 15px;
}
#insideContentPress {
	float: left;
	min-height: 460px;
	width: 900px;
	margin-top: 20px;
	margin-right: 15px;
}
#insideContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 10px;
}
#insideContent a{
	color: #834d8f;
	text-decoration: none;	
}
#insideContent a:hover{
	color: #582700;
	text-decoration: underline;	
}
#insideContent a:visited{
	color: #a08066;
	text-decoration: underline;	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}

.supplierheader {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#insideContent #jazzlistings {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 185px;
}
#insideContent  #jazzlistings  .artist    {
	font-size: 1.3em;
	font-weight: normal;
	color: #582700;
	line-height: 120%;
	padding-top: 8px;
}

#insideContent #jazzlistings .date {
	font-size: 90%;
	font-weight: normal;
	color: #834D8F;
	line-height: 100%;
}
#insideContent #jazzlistings .descrip {
	font-size: 100%;
	line-height: 130%;
	color: #582700;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#insideContent #jazzlistings .photo img {
	background-position: right;
	float: right;
	border: thin solid #582700;
	margin-left: 15px;
}
#insideContent  #jazzlistings  .dots    {
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #A08165;
	margin-bottom: 10px;
	margin-right: 10px;
}
.dots    {
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #A08165;
	margin-bottom: 10px;
	margin-right: 10px;
}
#insideContent #jazzlistings .artistlink a {
	font-size: small;
	color: #834D8F;
	text-decoration: none;
}
.sidebarTitle {
	font-size: 1.6em;
	font-weight: normal;
	color: #FFE3C0;
	padding: 10px;
}
.sidebarTitle small{
	font-size: .8em;
	font-weight: normal;
	color: #FFE3C0;
	padding: 10px;
}

.sidebartext{
	font-size: 1.2em;
	font-weight: normal;
	color: #FFE3C0;
	padding: 10px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.jazzlinks {
	margin-left: 20px;
	
}

.jazzlinks ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	list-style-type: circle;
}
.jazzlinks ul li a:link{
	text-decoration: none;
	color: #582700;
}
.jazzlinks ul li a:hover{
	color: #834D8F;
	text-decoration: underline;
	
}
.jazzlinks ul li a:visited{
	color: #2F1401;
	text-decoration: none;
	
}
.reviews {
	height: 150px;
	width: 500px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #834D8F;
	overflow: auto;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.reviewlogo {
	float: left;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.reviews p{
	font-size: 85%;
	}
.reviews p .small  {
	font-size: 80%;
	}

#press {
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.pressitem {
	float: left;
	margin-bottom: 20px;
	width: 250px;
}

.pressitem p{
	font-size: 90%;
	}
.pressitem p a{
	text-decoration: none;
	color: #582700;
	}	
.offerspage{
	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: #582700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

.offers {
	height: 460px;
	width: 560px;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 20px;
	border: medium dashed #582700;
	margin-top: 20px;
	margin-left: 60px;
	text-align: center;
}
.offerspage a {
	color: #582700;
	text-decoration: none;	
}
.voucher {
	height: 180px;
	width: 500px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #834D8F;
	overflow: auto;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.link-img {
	float: left;
	width: 100px;
	margin-right: 30px;
}
#link-info {
	float: left;
}
.links {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #834D8F;
	width: 520px;
}

blockquote {
	margin-right: 15px;
	margin-left: 30px;
	font-size: 1.4em;
	line-height: 140%;
	color: #FFE3C0;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: normal;
}

