/* basics */

html, body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 12px;
	height: 100%;
	background: #f8f6eb;
}
/* -- Clear Fix -- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
}
body * {
	position: relative;
}
a {
	cursor: pointer;
	color: #b83732;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img, a img {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
div.body {
	min-height: 100%;
	position: relative;
}
.clear {
	clear: both;
}
/* header */
div.head {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../art/top_back.gif) repeat-x;
	height: 118px;
}
div.header {
	position: relative;
	width: 995px;
	height: 121px;
	margin: 0 auto;
	left: -8px;
}
div.header img.logo {
	position: relative;
	z-index: 1;
}
div.header ul {
	position: absolute;
	top: 26px;
	left: 153px;
	z-index: 0;
	border: solid #636363;
	border-width: 1px 0px;
}
div.header li {
	float: left;
	height: 33px;
}
/* footer */

div.foot {
	height: 212px;
	width: 100%;
	background: url(../art/bottom_back.gif) repeat-x bottom;
	position: absolute;
	bottom: 0px;
}

ul.footer {
	width: 948px;
	height: 194px;
	border: solid #a1a1a1;
	border-width: 1px 0px 1px 1px;
	background: url(../art/footer_section_back.png);
	margin: 0 auto;
	position: relative;
}

ul.footer li.ftr_section {
	width: 275px;
	border-right: 1px solid #a1a1a1;
	height: 154px;
	float: left;
	padding: 20px;
}

ul.footer_nav {
	margin-top: 12px;
}

ul.footer_nav li {
	line-height: 24px;
}

div.foot img#present {
	position: absolute;
	right: 16px;
	top: 55px;
}

div.foot li.hrs_address img {
	margin: 0 auto 6px;
	display: block;
}

div.foot li.hrs_address li {
	color: #929292;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}

div.foot li.newsletter {
	text-align: center;
}
div.foot li.newsletter li {
	clear: both;
}
div.foot li.newsletter form {
	height: 20px;
	width: 228px;
	margin: 8px auto 10px;
}
div.foot li.newsletter input.email {
	width: 160px;
	border: solid #a1a1a1;
	border-width: 1px 0px 1px 1px;
	height: 17px;
}
div.foot li.newsletter input {
	display: inline;
	float: left;
}
div.foot li.newsletter a {
	float: left;
	font-size: 10px;
}
div.foot li.newsletter {
	line-height: 20px;
}
div.foot li.newsletter a.priv_policy {
	float: right;
}
div.foot li.copy {
	color: #a1a1a1;
	font-size: 10px;
}
div.foot li.social_media{
	color: #a1a1a1;
	font-size: 10px;
	text-align: center;
}

/* content */
div.content {
	padding-top: 128px;
	padding-bottom: 220px;
	min-height: 100%;
	width: 100%;
}
div.content div.container {
	width: 949px;
	margin: 0px auto;
	min-height: 100%;
}
div.featured_artists {
	width: 950px;
}
div.featured_artists img {
	padding: 4px 1px 4px 0px;
}
label.overTxtLabel {
	color: #777;
	font-size: 11px;
	padding: 1px;
}
/* news carousel */
div.in_the_news {
	line-height: 16px;
	font-size: 12px;
	padding: 4px;
}
#news_carousel {
	left:122px;
	position:absolute;
	top:4px;
}

/* image carousel */
ul.carousel_feature {
	height: 375px;
	width: 631px;
	border: 1px solid #a1a1a1;
	position: relative;
	float: left;
}
ul.carousel_feature li {
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.carousel_feature div.carousel_nav {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.carousel_buttons a {
	margin-right: 5px;
	padding: 0px 4px;
	line-height: 8px;
	background: url(../art/carousel_page_dots.png) no-repeat -12px 4px;
	overflow: hidden;
	color: #fff;
}
.carousel_buttons a.selected {
	background: url(../art/carousel_page_dots.png) no-repeat 0px 4px;
}

img.advert {
	border: 1px solid #a1a1a1;
	margin-left: 4px !important;
	margin-left: 0px;
}


/* events */
div.calendar_carousel {
	border: 1px solid #a1a1a1;
	background: #fff;
	height: 230px;
	margin-top: 4px;
}
div.cc_page_links {
	width: 100%;
	clear: both;
}
div.cc_page_links a.cc_prev, div.cc_page_links a.cc_next {
	top: -8px;
}
div.cc_nav {
	height: 39px;
	text-align: center;
}
ul.cc_pages {
	height: 170px;
	overflow: hidden;
	background: url(../art/events_carousel_back_silver.png);
	padding: 0px 10px;
}
ul.cc_page li {
	width: 286px;
	float: left;
	border-width: 0px 1px;
	height: 150px;
	padding: 10px !important;
	padding: 0px 10px 10px;
}
ul.cc_page li:hover, ul.cc_page li.current {
	background: url(../art/events_carousel_selected_back_silver.png);	
}
ul.cc_page li img {
	border: 1px solid #a1a1a1;
	background: #fff;
	padding: 4px;
	float: left;
	margin-right: 11px; 
}
ul.cc_page li h2 {
	margin: 3px 0px;
	font-size: 13px;
}
div.cc_date {
	color: #7a6c69;
	font-size: 11px;
	font-weight: bold;
}
ul.cc_page li p {
	margin: 2px 0px 0px;
}
a.cc_next, a.cc_prev {
	display: block;
	width: 22px;
	height: 24px;
	background: url(../art/carousel_arrows.png) no-repeat;
	position: absolute;
	top: 7px;
}
a.cc_prev {
	left: 10px;
}
a.cc_next {
	right: 10px;
	background: url(../art/carousel_arrows.png) no-repeat -30px 0;
}
a.cc_next.disabled {
	background-position: -30px 100%;
}
a.cc_prev.disabled {
	background-position: 0px 100%;
}
/* default post page */
div.post {
	background: #fff;
	border: 1px solid #A1A1A1;
	padding: 22px;
	overflow: hidden; /* clearfix */
}

/*event details*/
div.event h3.top_title {
	margin-left: 15px;
}
div.event_carousel {
	margin: 0 35px 15px 15px;
	float: left;
}
div.event_carousel img {
	padding: 4px;
	background: #fff;
	border: 1px solid #bfbfbf;
}
div.event_carousel img.thumb {
	margin: 8px 20px 0px 0px;
}
div.event_carousel img.first {
}
div.event_carousel a.cc_prev {
	left: -27px;
	top: 37px;
}
div.event_carousel a.cc_next {
	right: -26px;
	top: 37px;
}
div.event_carousel ul.thumbs {
	width: 418px;
	height: 95px;
	overflow: hidden;
}
div.event_carousel li {
	width: 436px;
	float: left;
}
.type {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
}
div.share {
	float: right;
	clear: both;
}

/* as seen */
.as_seen {
	text-align: left;
}
.as_seen h2 {
	text-align: center;
	border-bottom: 1px solid #a6a6a6;
	text-transform: none;
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
}
.as_seen .left_col, .as_seen .right_col {
	background: #fff;
	border: 1px solid #a6a6a5;
	color: #303030;
	margin-bottom: 10px;
	min-height: 660px;
}
.as_seen .left_col {
	float: left;
	width: 506px;
	margin-right: 7px;
}
.as_seen ul {
	padding: 10px;
}
.as_seen li {
	margin-bottom: 6px;
}
.as_seen .right_col {
	float: left;
	width: 432px;

}
.as_seen img.icon {
	border: 1px solid #a1a1a1;
	background: #fff;
	padding: 4px;
	float: left;
	margin-right: 10px;
}
.as_seen .product_icon_link {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
}
.as_seen .title {
	font-size: 14px;
}
.as_seen a {
	color: #303030;
}
.as_seen .cc_date {
	font-size: 11px;
	color: #303030;
	font-weight: normal;
}
.as_seen div.screens {
	float: right;
	position: relative;
	left: 6px;
	z-index: 1;
}
.as_seen div.screens div.nav {
	margin-top: 2px;
}
.as_seen div.screens a {
	margin: 0;
	padding: 0;
}
.as_seen div.screens img.full {
	width: 100px;
	height: 75px;
}
.as_seen div.screens img.thumb {
	width: 25px;
	height: 19px;
	cursor: pointer;
}
.as_seen h3 {
	font-weight: normal;
}
.as_seen .source, .as_seen h3 {
	margin-bottom: 10px;
}
.as_seen div.screens img {
	border: 1px solid #a1a1a1;
}
.as_seen div.screens .nav img {
	margin-right: 7px;
}
.as_seen div.screens .nav img.last {
	position: relative;
	left: -1px;
}
.as_seen .in_print .source {
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
}
.as_seen .on_air a.title {
	color: #b83732;
	font-style: italic;
}
/* private events */

.private_events .left_col, .private_events .right_col li {
	background: #fff;
	border: 1px solid #a6a6a5;
	color: #303030;
}
.private_events .left_col {
	margin-right: 7px;
	float: left;
	width: 506px;
	height: 527px;
}
.private_events .right_col {
	float: left;
	width: 434px;
}
.private_events .right_col li {
	height: 125px;
	margin-bottom: 7px;
	
}
.private_events .right_col li img {
	float: left;
	margin-right: 16px;
}
.private_events .right_col li p {
	padding-right: 12px;
}
.private_events .right_col h2 {
	font-size: 13px;
	padding-right: 12px;
}
.private_events .left_col h1 {
	margin: 53px 39px 20px;
	font-size: 18px;
	font-weight: normal;
}
.private_events .left_col p {
	margin: 0px 39px;
	line-height: 26px;
	font-size: 14px;
	height: 179px;
}
/* event calendar */

.calendar {
	background: #fff;
	border: 1px solid #a6a6a6;
}
.calendar h1 {
	text-align: center;
	border-bottom: 1px solid #a6a6a6;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
}
.event_listing img {
	float: left;
	border: 1px solid #a6a6a6;
	background: #fff;
	padding: 8px;
	margin-right: 50px;
}
.event_listing {
	margin: 20px;
	color: #303030;
	font-size: 13px;
	line-height: 19px;
	clear:both;
}
.event_listing h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 2px 0px 6px;
}
.event_listing h2 a {
	color: #303030;
}
.event_listing .cc_date {
	font-weight: normal;
	color: #303030;
	font-size: 11px;
}
.calendar .nav {
	width: 200px;
	border: 1px solid #666;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	overflow: hidden;
	float: right;
	margin: 10px 20px 0px 0px;
	
}
.calendar .nav span {
	position: relative;
	top: 3px;
}
.calendar .nav .cc_prev, .calendar .nav .cc_next {
	top: 1px;
}
.calendar div.share {
	position: absolute;
	right: 240px;
	margin-top: 15px;
}

/* history */
.history {
	background: #fff;
	border: 1px solid #a6a6a5;
	color: #303030;
	margin-bottom: 10px;
	padding: 20px 20px 20px 300px;
	min-height: 1200px;
	font-size: 12px;
	line-height: 20px;
}
.history .imgs {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 202px;
}
.history h1 {
	margin-top: 0px;
	font-size:20px;
}

/* story */
.story {
	background: #fff;
	border: 1px solid #a6a6a5;
	color: #303030;
	margin-bottom: 10px;
	padding: 20px 20px 20px 300px;
	min-height: 900px;
	font-size: 12px;
	line-height: 20px;
}
.story .imgs {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 202px;
}
.story h1 {
	margin-top: 0px;
	font-size:20px;
}

/* maps */
.maps {
	background: #fff;
	border: 1px solid #a6a6a5;
	color: #303030;
	margin-bottom: 10px;
	padding: 20px 20px 20px 300px;
	min-height: 500px;
	font-size: 12px;
	line-height: 20px;
}
.maps .imgs {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 202px;
}
.maps h1 {
	margin-top: 0px;
	font-size:20px;
}

/* error */
.error {
	background: #fff;
	border: 1px solid #a6a6a5;
	color: #303030;
	margin-bottom: 10px;
	padding: 20px 20px 20px 300px;
	min-height: 300px;
	font-size: 12px;
	line-height: 20px;
}
.error .imgs {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 202px;
}
.error h1 {
	margin-top: 0px;
	font-size:20px;
}


/* Gift Service page */
.gs {
	background: #fff;
	border: 1px solid #a6a6a5;
	color: #303030;
	margin-bottom: 10px;
	padding: 20px 20px 20px 300px;
	min-height: 800px;
	font-size: 12px;
	line-height: 20px;
}
.gs .imgs2 {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 202px;
}
.gs h1 {
	margin-top: 0px;
	font-size:20px;
}
