/*
BARNES Foundation
MAIN.CSS
*/
@import url(reset.css); /* RESET CSS */
/* BODY */
body,
html{
	height:100%;
}
body{
	font-size:62.5%;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#000;
	background:#E6E6E6;
	width:100%;
	text-align:center;
}
div.page-wrapper {
	width:1024px;
	margin:auto;
	background: #CFCAC6;
	min-height:100%;
}
div.page-wrapper div.bottom-margin{
	padding-bottom: 20px;
}
div.page-wrapper div.inner-page-wrapper{
	width:1024px;
	margin:auto;
	background: #FFFFFF;
}
body.medium{font-size:70%;}
body.bigger{font-size:76%;}
/* HEADINGS */
h1, h2, h3, h4, h5, h6{font-weight:normal; }
h1{
font-size:1.65em;
	padding:0;
	line-height:1.65em;
	width:100%;
	margin-bottom:0.5em;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	letter-spacing:0.1em;
	text-transform:uppercase;
	color:#563400;
}
div.section.content div.article h1 {
	line-height: 1em;
	margin-bottom: 0.7em;
	max-width: 25.750em;
}
h2{
	font-size:2em;
	line-height:2em;
	margin-bottom:1em;
	letter-spacing: 0.08em;
}
h3{
	line-height:1em;
	margin-bottom:1em;
	letter-spacing: 0.08em;
}
/* TYPOGRAPHY  */
p{ margin :0 0 10px; }
blockquote{font-style :normal; }
div.vcard,
div.vcard .adr{margin-bottom :0; }
li ul, li ol{margin-bottom :1.5em; }
ul, ol{margin-bottom :1.5em; }
ul{list-style :disc inside; }
ol{list-style :decimal inside; }
dl{margin :0 0 1.5em 0; }
dt{font-weight :bold; }
dd{margin-left :1.5em; }
strong{font-weight :bold; }
em, dfn{font-style :italic; }
dfn{font-weight :bold; }
sup, sub{line-height :0; }
abbr, acronym{border-bottom-width :0; }
address{font-style :normal; }
del{color :#666; }
pre{
	margin :1.5em 0;
	white-space :pre;
}
pre, code, tt{
	font :1em 'andale mono', 'lucida console', monospace;
	line-height :1.5;
}
/* LINKS */
a,
a:link{
	cursor:pointer;
	font-family:comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
	color:#000;
}
a:visited, a:active{color:#6d655f;}
a:hover, a:focus{color:#e14c25;}
/* LAYOUT */
.section{
	clear:both;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}
.wrapper{
	position:relative;
	margin:0 auto;
	width:902px;
	height:auto;
	text-align:left;
}
hr{
	clear:left;
	width:100%;
	height:1px;
	margin:0 0 10px;
	padding:0 0 10px;
	border:0;
	border-bottom:1px solid #c9c2be;
}
/* Header */
.pre-header{
	float:left;
	padding:8px 0 2px;
	width:100%;
	height:auto;
	border-bottom:1px solid #c9c2be;
	background:#fff;
}
a.signature{
	color:#563400;
	display:block;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:2px;
	text-decoration:none;
	position:absolute;
	left:50%;
	top:0.9em;
	margin-left:-107px;
}
a.newsletter-link{
	float:left;
	font-size:1.2em;
	background:#dfdcd9;
	color:#3d3631;
	text-decoration:none;
	padding:2px 4px;
	display:block;
	font-style: normal;
}
a.newsletter-link:hover, a.newsletter-link:focus{color:#de4c25;}
.text-resizing{
	float:right;
	font-size:1.2em;
}
.text-resizing a{
	background:#6d655f;
	color:#fff;
	font-style:normal;
	text-decoration:none;
	padding:2px 2px 0;
}
.text-resizing a.smaller{font-size:0.7em;}
.text-resizing a.medium{font-size:0.9em;}
.text-resizing a.bigger{font-size:1.1em;}
.text-resizing a:hover, .text-resizing a:focus,
body.smaller .text-resizing a.smaller,
body.medium .text-resizing a.medium,
body.bigger .text-resizing a.bigger,
body .text-resizing a.smaller{background:#de4c25;}
body.medium .text-resizing a.smaller,
body.bigger .text-resizing a.smaller {background:#6D655F;}
.masthead{
	clear:both;
	float:left;
	width:100%;
	height:auto;
	padding:26px 0 0;
	border-bottom:1px solid #948e8a;
	position:relative;
}
.masthead a.logo{
	float:left;
	width:272px;
	height:83px;
	display:block;
}
.masthead .blog-carousel-wrapper{
	float:left;
}
.masthead .blog-carousel{
	clear:left;
	float:left;
	width:270px;
	height:87px;
	position:relative;
}
.masthead .blog-carousel .teaser{
	float:left;
	display:none;
	width:270px;
	height:83px;
}
.masthead .blog-carousel .teaser.first {
	display:block;
}
.hasjs .masthead .blog-carousel .teaser{
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
}
.masthead .date{
	float:left;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:0.19em;
	color:#de4c25;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	height:22px;
	width:315px;
}
.masthead .blog-carousel .extract{
	clear:left;
	float:left;
	font-size:1.25em;
	font-family:'ComeniaSerifProRegular',Georgia,'Times New Roman',Times,serif;
	font-style:normal;
	text-decoration:none;
}
.masthead ul.nav{display:none;}
.hasjs .masthead ul.nav{
	position:absolute;
	top:109px;
	left:0;
	display:block;
	z-index:100;
	list-style:none;
	width:100px;
}
.hasjs .masthead ul.nav li{
	float:left;
	width:6px;
	height:11px;
	margin-right:14px;
	text-indent:-9999em;
}
.hasjs .masthead ul.nav li a{
	float:left;
	width:6px;
	height:11px;
	display:block;
	background:url('../images/presentation/carousel-left.gif') no-repeat 0 0;
	overflow:hidden;
}
.hasjs .masthead ul.nav li a:hover, .hasjs .masthead ul.nav li a:focus{background:url('../images/presentation/carousel-left.gif') no-repeat 0 -11px;}
.hasjs .masthead ul.nav li a.right{background:url('../images/presentation/carousel-right.gif') no-repeat 0 0;}
.hasjs .masthead ul.nav li a.right:hover, .hasjs .masthead ul.nav li a.right:focus{background:url('../images/presentation/carousel-right.gif') no-repeat 0 -11px;}
.masthead .search{
	float:right;
	position:relative;
	top:30px;
}
.masthead .search input.s,
.newsletter-input{
	border:1px solid #ccc;
	border-top:1px solid #aaa;
	padding:2px 5px 1px;
	color:#aaa49f;
	margin-right:3px;
	float:left;
	margin-top: 0px;
}
.masthead .search input.s:focus{color:#555;}
.masthead .search input.submit{
	background:#6d655f;
	padding-bottom:1px;
	border: none;
	width: 20px;
	height: 18px;
	color: #ffffff;
	padding: 0;
	text-transform: uppercase;
	font-size: 8px;
}
.masthead .search input.submit:hover, .masthead .search input.submit:focus{background:#2f2823;}
/* NAVIGATION */
.main-nav{
	font-size:1.13em;
	text-transform:uppercase;
}
.main-nav ul{
	float:left;
	width:832px;
	height:auto;
	margin:0;
	padding:0 0 0 70px;
	list-style:none;
	border-bottom:1px solid #948e8a;
}
.smaller .main-nav ul{
	padding:0 0 0 120px;
	width:782px;
}
.bigger .main-nav ul{
	padding: 0 0 0 51px;
	width: 851px;
}
.main-nav ul li{
	float:left;
	width:auto;
	height:auto;
	margin-top: 0.2em;
}
.main-nav ul li a{
	float:left;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	text-decoration:none;
	color:#563400;
	padding:0 12px;
	letter-spacing:1px;
}
.main-nav .active a, .main-nav ul li a:hover, .main-nav ul li a:focus{color:#de4c25;}
/* BREADCRUMB */
.breadcrumb .wrapper{
	color:#756d66;
	padding:5px 0;
}
.breadcrumb a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#756d66;
	text-decoration:none;
}
.breadcrumb a.current,
.breadcrumb a:hover,
.breadcrumb a:focus{
	text-decoration:underline;
}
/* CONTENT */
.content .wrapper{padding:20px 0;}
.highlight-col{
	float:left;
	width:147px;
	height:auto;
	padding:0 10px;
	text-align:center;
}
.highlight h3{
	color:#de4c25;
	font-family:'ComeniaSerifProRegular',Georgia,'Times New Roman',Times,serif;
	font-size:1.2em;
	margin:0.5em 0;
}
.highlight h3 a{
	color:#de4c25;
	font-family:'ComeniaSerifProRegular',Georgia,'Times New Roman',Times,serif;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0.05em;
	font-size: 0.9em;
}
.highlight h3 a:hover, .highlight h3 a:focus, .highlight h3 a:active, .highlight h3 a.hover{text-decoration:underline;}
.highlight{
	font-size:1.25em;
	line-height:1.3em;
	margin:0 0 1.5em;
	min-height:190px;
	height:auto !important;
	height:190px;
}
div.highlight-col div.highlight:first-child {
	border-bottom: 1px solid #C9C2BE;
	padding-bottom: 15px;
}
.highlight p{margin:0;}
.home-carousel p a.more,
.highlight a.more{
	text-decoration:underline;
	font-family:comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
	color:#000000;
}
/*.highlight a.more:visited, */
.highlight a.more:hover, .highlight a.more:focus, .highlight a.more:active{color:#E14C25; text-decoration: underline;}
.inform-col{
	float:left;
	width:93px;
	padding:0 9px;
	text-align:center;
	margin:0;
	min-height:410px;
	height:410px;
	font-size: 1.15em;
}
.inform-item{
	clear:left;
	float:left;
	width:100%;
	min-height:131px;
	height:auto !important;
	height:131px;
	overflow:hidden;
	border-bottom: 1px solid #C9C2BE;
}
.inform-item-content{float:left;}
.metalwork1{
	margin-right:10px;
	border-right: 1px solid #C9C2BE;
}
.metalwork2{
	margin-left:10px;
	border-left: 1px solid #C9C2BE;
}
.inform-col h3{
	font-size:0.96em;
	text-transform:uppercase;
	color:#DE4C25;
	margin:0 0 0.5em;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
}
.inform-col h3 a{
	color:#de4c25;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	letter-spacing: 0.1em;
}
.inform-col h3 a:hover, .inform-col h3 a:focus, .inform-col h3 a:active{text-decoration:underline;}
.inform-col p{
	font-size:1.1em;
	line-height:1.3em;
}
.metalwork1 .btm-item {
	background:url('../images/presentation/metalwork1.gif') no-repeat center top;
}
.metalwork2 .btm-item {
	background:url('../images/presentation/metalwork2.gif') no-repeat center top;
}
.btm-item{
	padding-top: 139px;
	border-bottom: none;
}
.btm-item div.inform-item-content {
	border-top: 1px solid #C9C2BE;
	padding-top: 16px;
	margin-top: 0px !important;
}
.home-carousel{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}
.home-carousel-item{background:#fff;}
body.hasjs div.homepage-carousel-unique div.home-carousel-item {
	display: none;
}
body.hasjs div.homepage-carousel-unique div.home-carousel-item:first-child {
	display: block;
}
.home-carousel h2{
	color:#de4c25;
	font-family:'ComeniaSerifProRegular',Georgia,'Times New Roman',Times,serif;
	font-size:1.4em;
	margin:1em 0 0.5em;
}
.home-carousel h2 a{
	color:#DE4C25;
	font-family:inherit;
	font-style:normal;
	text-decoration:none;
}
.home-carousel h2 a:hover{
	text-decoration:underline;
}
.home-carousel p {
	font-size:1.25em;
	line-height:1.3em;
}
.home-carousel p a.more:hover, .home-carousel p a.more:focus, .home-carousel p a.more:active{color:#E14C25;}
.home-carousel-controls{display:none;}
.hasjs .home-carousel-controls{
	display:block;
	position:absolute;
	top:372px;
	left:291px;
	z-index:100;
	color:#3d3631;
}
#count, .home-left, .home-right{float:left;}
a.home-left, a.home-right{
	display:block;
	padding:0 5px 0 0;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	color:#3d3631;
}
a.home-left:link , a.home-right:link{
	font-style:normal;
	text-decoration:none;
}
a.home-right{padding:0 0 0 5px;}
a.home-left:visited, a.home-left:hover, a.home-left:focus, a.home-right:visited, a.home-right:hover, a.home-right:focus{
	text-decoration:underline;
	color:#3d3631;
}
.highlight-left{border-right:1px solid #c9c2be;}
.highlight-right{border-left:1px solid #c9c2be;}
.in-focus-carousel h2{
	font-size:1.65em;
	text-transform:lowercase;
	font-variant:small-caps;
	border-top:1px solid #c9c2be;
	border-bottom:1px solid #c9c2be;
	color:#563400;
	letter-spacing:2px;
	padding:4px 0;
	text-align:center;
	line-height: 1.1em;
}
.focus-previous, .focus-next{
	float:left;
	width:13px;
	height:18px;
	margin:68px 15px 0 0;
	display:block;
	text-indent:-9999em;
	background:url('../images/presentation/focus-prev.gif') no-repeat 0 0;
}
.focus-previous{clear:left;}
.focus-previous:hover, .focus-previous:focus{background:url('../images/presentation/focus-prev.gif') no-repeat 0 -18px;}
.focus-next{
	margin:68px 0 0 15px;
	background:url('../images/presentation/focus-next.gif') no-repeat 0 0;
}
.focus-next:hover, .focus-next:focus{background:url('../images/presentation/focus-next.gif') no-repeat 0 -18px;}
.focus-wrapper{
	float:left;
	width:902px;
	height:auto;
}
.focus-wrapper ul{list-style:none;}
.focus-wrapper ul li h3{
	clear:left;
	float:left;
	width:100%;
	font-size:1.3em;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-transform:lowercase;
	font-variant:small-caps;
	text-align:left;
	letter-spacing:0.15em;
}
.hasjs .focus-wrapper ul li h3{text-align:center;}
.focus-wrapper ul li h3 a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#6d655f;
	text-decoration:none;
}
.focus-wrapper ul li h3 a:hover, .focus-wrapper ul li h3 a:focus, .focus-wrapper ul li h3 a.hover{color:#de4c25;}
/* Template */
.subnav{
	float:left;
	width:158px;
	height:auto;
	margin:0 27px 0 0;
	list-style:none;
	border-bottom:1px solid #c9c2be;
	font-size:1.5em;
	color:#6d655f;
}
.subnav ul{
	list-style:none;
	font-size:0.85em;
	display:none;
}
.subnav ul.sub li{
	border:0;
	padding:1px 0;
}
.subnav li.active ul{display:block;}
.subnav li{
	clear:left;
	float:left;
	border-top:1px solid #c9c2be;
	padding:4px 0 3px;
	width:100%;
}
.subnav ul.sub li.active a{
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-weight:normal !important;
	font-weight:700;
}
.subnav li a{
	display:block;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	color:#6d655f;
}
.subnav li a:hover, .subnav li a:focus{color:#de4c25;}
.subnav li.active a{
	color:#de4c25;
	font-weight:bold;
}
.subnav li.active ul li a{
	color:#6d655f;
	font-weight:normal;
}
.subnav li.active li.active ul li a{
	font-weight:normal;
}
.subnav li.active li.active ul li.active a{
	font-weight:700;
}
.subnav li.active ul li a:hover, .subnav li.active ul li a:focus{color:#de4c25;}
.subnav li.active ul li.active a{font-weight:bold;}
.subnav ul li{
	border:0;
	padding:0;
}
.article{
	float:left;
	width:530px;
	height:auto;
	padding:0 14px 0 0;
	position:relative;
	overflow:hidden;
	border-right:1px solid #c9c2be;
}
.article .hero{
	clear:left;
	float:left;
	width:100%;
	height:auto;
	position:relative;
}
.article .caption-link{display:none;}
.article .hero .caption{
	position:absolute;
	bottom:0;
	left:0;
	width:95%;
	padding:5px 2.5%;
	background:url('../images/presentation/caption-bg.png');
	text-align:right;
	display:block;
}
.hasjs .article .hero .caption{
	color:#000;
	padding:5px;
	width:150px;
	height:auto;
	background:url('../images/presentation/caption-bg.png');
	position:absolute;
	bottom:20px;
	right:20px;
	left:auto;
	display:none;
	text-align:left;
}
.hasjs .article .hero .caption-link{
	cursor:pointer;
	display:block;
	height:11px;
	padding:5px;
	position:absolute;
	bottom:0;
	right:0;
	width:11px;
}
div.lead-in{
	border-bottom:1px solid #C9C2BE;
	clear:left;
	color:#563400;
	float:left;
	font-family:'ComeniaSerifProRegular',Georgia,'Times New Roman',Times,serif;
	font-size:1.8em;
	line-height:1.33;
	margin:0 0 10px;
	padding:10px 0;
	width:100%;
}
div.top-level-lead-in{
	color:#563400;
	font-size:1.4em;
	padding-bottom:10px;
}
div.top-level-lead-in p,
div.top-level-lead-in ul {
	line-height:1.357em;
}
.story-aside{
	float:left;
	width:158px;
	padding:0 0 0 12px;
/*	border-left:1px solid #c9c2be;*/
}
.story{
	float:left;
	color:#563400;
	width:347px;
	padding:0 12px 0 0;
	margin:0;
	border-right:1px solid #c9c2be;
	font-size:1.4em;
	line-height:1.33;
}
.story div.bottom-border-story {
	border-bottom:1px solid #c9c2be;
	float: left;
}
.story.wide div.bottom-border-story {
	width: 100%;
}
.story.wide {
	border-right: none !important;
}
.article h2 {
	color: #DE4C25;
	font-family: comenia-sans-web-n7,comenia-sans-web,Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.article .story h4{
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1.083em;
	font-variant:small-caps;
	font-weight:700;
	line-height:1em;
	margin-bottom:0.5em;
	text-transform:lowercase;
}
.story img{margin:0 0 10px;}
.story ul,
ul.dash-list,
.top-level-lead-in ul,
.story-aside .box-plain ul{
	list-style:none;
	margin:0 0 0.5em;
}
.story ul li,
.dash-list li,
.top-level-lead-in ul li,
.story-aside .box-plain ul li{
	padding-left:12px;
	background:url('../images/presentation/story-bullet.gif') no-repeat 0 8px;
}
.story-aside .box{
	float:left;
	width:138px;
	padding:10px 10px 0;
	background:#f0f0f0;
	color:#6d655f;
	font-size:1.4em;
	line-height:1.35;
}

.story-aside .box a {
	color:#6d655f;
}
.story-aside .box a:hover {
	color:#e14c25;
}
.story-aside .box-plain{
	float:left;
	font-size:1.4em;
	line-height:1.357;
	width:100%;
}
.story-aside .box img{margin:0 0 10px;}
.story-aside .box h3 a{
	text-decoration:none;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#6d655f;
}
.story-aside .box h3 a:hover, .story-aside .box h3 a:focus{color:#de4c25;}
.story-aside h2{font-size:1.2em; line-height: 1.3em;}
.story-aside .box h3,
.story-aside .box-plain h3{
	font-variant:small-caps;
	text-transform:lowercase;
	letter-spacing:0.1em;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	margin:0 0 10px;
}
.aside{
	float:left;
	width:158px;
	height:auto;
	padding:0 0 0 14px;
	color:#6d655f;
}
.aside a.box{
	clear:left;
	float:left;
	width:138px;
	height:auto;
	padding:10px;
	background:#edcd68;
	color:#302b27;
	font-size:1.6em;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	line-height:1.25;
	min-height:137px;
}
.aside a.box span{text-decoration:underline;}
.aside a.box:hover, .aside a.box:focus, .aside a.box:active{background:#e3b543;}
.aside h2{
	float:left;
	font-size:1.4em;
	line-height:1.33em;
	margin:0;
}
.aside .newsletter-signup input.news-signup{
	border:1px solid #ccc;
	border-top:1px solid #aaa;
	padding:2px 5px;
	color:#aaa49f;
	margin-right:3px;
	width:146px;
}
.aside .newsletter-signup:after{
	content:"";
	display:block;
	clear:both;
}
.aside .newsletter-signup{width:100%;}
.aside .newsletter-signup input.news-signup:focus{color:#555;}
.aside .newsletter-signup input.submit{
	clear:left;
	float:right;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:#6d655f;
	border:0;
	margin:5px 0 0;
	cursor:pointer;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
}
.aside .newsletter-signup input.submit:hover, .aside .newsletter-signup input.submit:focus{background:#2f2823;}
.category-choice, .category-choices-submit{
	clear:left;
	float:left;
	width:100%;
	border-top:1px dotted #928c87;
}
.category-choices-submit{text-align:right;}
.category-choice label{
	clear:left;
	float:left;
	padding:8px 0;
	width:90%;
}
.category-choice input{float:right;}
.category-choice .category-details{
	clear:left;
	float:left;
	width:100%;
	padding:10px 0;
	color:#6d655f;
}
.category-choice a.expand, .category-choice a.collapse{display:none;}
.hasjs .category-choice a.expand, .hasjs .category-choice a.collapse{
	display:inline;
	padding:8px 0;
}
.category-choice a{
	color:#563400;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
}
.category-choice .category-details a{color:#e14c25;}
.category-choices-submit .submit{
	color:#fff;
	text-transform:uppercase;
	background:#e14c25;
	padding:2px 2px 1px;
	border:0;
	cursor:pointer;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
}
.third-level-nav{
	clear:left;
	float:left;
	width:1500px;
	height:auto;
	list-style:none;
	font-size:1.5em;
	background:url('../images/presentation/third-nav-bg.gif') bottom left no-repeat;
	overflow:visible;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.third-level-nav li{
	float:left;
	background:#eeeae7;
	margin-right:5px;
}
.third-level-nav li.active{background:#fff;}
.third-level-nav li a{
	float:left;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	color:#6d655f;
	letter-spacing:1px;
	text-transform:lowercase;
	font-variant:small-caps;
	display:block;
	padding:1px 10px;
	border:1px solid #b2adaa;
}
.third-level-nav li a:hover, .third-level-nav li a:focus{
	color:#563400;
	background:#fff;
	text-decoration:underline;
}
.third-level-nav li.active a{
	font-weight:bold;
	color:#563400;
	border-bottom:1px solid #fff;
}
/* JCarousel */
.jcarousel-skin-barnes .jcarousel-container{background:#fff;}
.jcarousel-skin-barnes .jcarousel-container-horizontal{
	width:846px;
	padding:0 28px;
}
.jcarousel-skin-barnes .jcarousel-clip{overflow:hidden;}
.jcarousel-skin-barnes .jcarousel-clip-horizontal{
	width: 846px;
	height:180px;
}
.jcarousel-skin-barnes .jcarousel-item{
	width:282px;
	height:180px;
	padding:0;
}
.jcarousel-skin-barnes .jcarousel-item img{
	position:relative;
	left:34px;
}
.jcarousel-skin-barnes .jcarousel-item-horizontal{}
.jcarousel-skin-barnes .jcarousel-item-placeholder{
	background:#fff;
	color:#000;
}
/* Horizontal Buttons */
.jcarousel-skin-barnes .jcarousel-next-horizontal{
	position:absolute;
	top:68px;
	right:0px;
	cursor:pointer;
	width:13px;
	height:18px;
	display:block;
	background:url('../images/presentation/focus-next.gif') no-repeat 0 0;
}
.jcarousel-skin-barnes .jcarousel-next-horizontal:hover,
.jcarousel-skin-barnes .jcarousel-next-horizontal:focus{background-position:0 -18px;}
.jcarousel-skin-barnes .jcarousel-next-disabled-horizontal,
.jcarousel-skin-barnes .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-barnes .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-barnes .jcarousel-next-disabled-horizontal:active{
	cursor:default;
	background:url('../images/presentation/focus-next.gif') no-repeat 0 0;
}
.jcarousel-skin-barnes .jcarousel-prev-horizontal{
	position:absolute;
	top:68px;
	left:0px;
	cursor:pointer;
	width:13px;
	height:18px;
	display:block;
	background:url('../images/presentation/focus-prev.gif') no-repeat 0 0;
}
.jcarousel-skin-barnes .jcarousel-prev-horizontal:hover,
.jcarousel-skin-barnes .jcarousel-prev-horizontal:focus{background-position:0 -18px;}
.jcarousel-skin-barnes .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-barnes .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-barnes .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-barnes .jcarousel-prev-disabled-horizontal:active{
	cursor:default;
	background:url('../images/presentation/focus-prev.gif') no-repeat 0 0;
}
.jcarousel-skin-barnes .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-barnes .jcarousel-next-disabled-horizontal {
	display: none !important;
}
/* FOOTER */
.footer{
	background:#cfcac6 url('../images/presentation/footer-bg.gif') repeat-x top left;
	padding:20px 0;
	color:#563400;
	font-size:1.1em;
}
.footer p{margin:0 0 0.5em 0;}
.foot-col{
	float:left;
	min-height:140px;
	height:auto !important;
	height:140px;
	border-right:1px solid #817a75;
	padding:0 10px;
	width:208px;
}
.smaller .foot-col{
	min-height:115px;
	height:auto !important;
	height:115px;
}
.bigger .foot-col{
	min-height:220px;
	height:auto !important;
	height:220px;
}
.footer-copyright{
	padding-left:0;
}
.footer-nav{
	padding-right:0;
}
.footer-nav.no-border{
	border-right:0;
}
.footer-sponsors{
	border-right:0;
}
.footer-sponsors li{
	list-style:none;
}
#sponsor-logos{
	background:url('/assets/images/presentation/sponsor_line.png') 0 31px no-repeat;
	float:left;
	margin:18px 0 0 12px;
}
#sponsor-logos li{
	clear:left;
	float:left;
}
#sponsor-logos a {
	display:block;
	text-indent:-9999px;
	height:28px;
	overflow:hidden;
	width:84px
}
#pnc-logo a{
	background:url('/assets/images/presentation/pnc_logo.png') 0 0 no-repeat;
	margin-bottom:6px;
}
#comcast-logo a{
	background:url('/assets/images/presentation/comcast_logo.png') 0 100% no-repeat;
	margin-top:6px;
}
.vcard .org{font-weight:bold;}
.vcard a.email{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#563400;
	text-decoration:none;
}
.vcard a.email:hover, .vcard a.email:focus{text-decoration:underline;}
.vcard .adr{margin-top:5px;}
.social-links ul{
	clear:left;
	float:left;
	width:100%;
	list-style:none;
}
.social-links ul li{
	float:left;
	width:27px;
	height:27px;
	margin-right:7px;
}
.social-links ul li a{
	float:left;
	width:27px;
	height:27px;
	display:block;
	text-indent:-9999em;
}
.social-links ul li.twitter a{background:url('../images/presentation/twitter.png') no-repeat 0 0;}
.social-links ul li.facebook a{background:url('../images/presentation/facebook.gif') no-repeat 0 0;}
.social-links ul li.flickr a{background:url('../images/presentation/flickr.gif') no-repeat 0 0;}
.social-links ul li.foursquare a{background:url('../images/presentation/foursquare.gif') no-repeat 0 0;}
.social-links ul li.youtube a{background:url('../images/presentation/youtube.gif') no-repeat 0 0;}
.social-links ul li.tripadvisor a{background:url('../images/presentation/tripadvisor.png') no-repeat 0 0;}
.social-links ul li.pintrest a{background:url('../images/presentation/pintrest.png') no-repeat 0 0;}
.social-links ul li.instagram a{background:url('../images/presentation/instagram.png') no-repeat 0 0;}

.footer-nav ul{list-style:none;}
.footer-nav ul a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#563400;
	text-decoration:none;
}
.footer-nav ul a:hover, .footer-nav ul a:focus{text-decoration:underline;}

/* COMMON STYLES  */
.small-text{font-size:80%;}
a.skip{display:none;}
a.skip:focus, a.skip:hover{
	color:#000;
	text-decoration:underline;
}
blockquote{
	color:#563400;
	font-size:1.4em;
	line-height:1.33;
	font-style:italic;
	padding:0 0 10px;
	border-bottom:1px dotted #928c87;
	margin:0 0 10px;
}
cite{
	color:#6d655f;
	font-size:1.4em;
	line-height:1.33;
	font-style:normal;
}

/* TinyMCE Styles */

.justifyleft {
  text-align: left;
}

.justifyright {
  text-align: right;
}

.justifycenter {
  text-align: center;
}

.justifyfull {
  text-align: justify;
}

/* visit */
.wrapper-columns{
	overflow:hidden;
	width:902px;
	padding:0 0 30px;
	margin:-3px auto 0;
	text-align:left;
}
.column{
	float:left;
	width:436px;
	padding:0 0 0 14px;
	border-left:1px solid #c9c2be;
	font-size:1.4em;
	line-height:1.357em;
	color:#563400;
}
.column:first-child{
	border:0;
	padding:0 14px 0 0;
}
.column .holder{
	border:1px solid #c9c2be;
	border-width:1px 0;
	padding:3px 0;
}
.column h2,
.column h1,
.column h2 a,
.column h1 a{
	font-size:1.286em;
	line-height:1.667em;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	color:#de4c25;
	margin:0 0 2px;
	font-variant:normal;
	text-transform:none;
}
.column h2.visit{
	font-size:1.15em;
}
.column h2 a,
.column h1 a{
	font-style:normal;
	font-size:1em;
	text-decoration:none;
}
.column h2 a:hover,
.column h1 a:hover,
.column .visit-header:hover {
	text-decoration:underline;
}
.column img{
	display:block;
	margin:0 0 5px;
}
.column p{margin:0 0 6px;}
.column p a,
.info-box p a,
.popup .promo-box p a{color:#563400;}
.column p a:hover,
.threecolumns p a:hover,
.info-box p a:hover,
.events-cols .col p a:hover,
.main-gallery .slide-text p a:hover,
.popup .promo-box p a:hover,
.page-not-found .text-box p a:hover,
.results-list-holder p a:hover,
.row-res p a:hover{color:#e14c25;}
.column p a:visited,
.threecolumns p a:visited,
.events-cols .col p a:visited,
.main-gallery .slide-text p a:visited,
.popup .promo-box p a:visited,
.page-not-found .text-box p a:visited,
.results-list-holder p a:visited,
.row-res p a:visited{color:#6d655f;}
.column .img-holder{
	position:relative;
	width:100%;
}
.column .img-holder:hover .text-holder{visibility:visible;}
.column .visit-header,
.column .img-holder a {
	text-decoration:none;
}
.column .text-holder{
	position:absolute;
	top:0;
	left:0;
	padding:20px 20px 50px;
	width:396px;
	color:#fff;
	background:url(../images/presentation/bg-text-holder.png);
	height:295px;
	visibility:hidden;
}
.column .text-holder h3{
	font-size:10px;
	text-transform:uppercase;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:0.786em;
	line-height:1em;
	margin:0 0 2px;
	letter-spacing:1px;
}
.column .text-holder p{
	font:1.143em/1.25em 'ComeniaSerifProRegular', Arial, Helvetica, sans-serif;
	margin:0 0 17px;
}
.column .text-holder em{
	font-family:"ComeniaSerifProItalic", Arial, Helvetica, sans-serif;
}
.column .text-holder .btn-next{
	background:url(../images/presentation/btn-next.png) no-repeat;
	width:15px;
	height:24px;
	position:absolute;
	left:20px;
	bottom:25px;
	text-indent:-9999px;
	overflow:hidden;
}
/* about */
.wrapper-mark{
	padding:4px 0 0 !important;
	overflow:visible !important;
}
.wrapper-mark:after{
	clear:both;
	content:'';
	display:block;
}
.visual-box{margin:0 0 20px;}
.visual-box h1{
	position:absolute;
	top:17px;
	left:17px;
	color:#fff;
	text-transform:none;
	font-variant:normal;
}
.visual-box img{vertical-align:top;}
.threecolumns{
	overflow:hidden;
	width:100%;
	border-top:1px solid #c9c2be;
	padding:8px 0 0;
}
.threecolumns .holder{
	overflow:hidden;
	width:540px;
	margin:0 -10px 0 0;
}
.threecolumns .col{
	float:left;
	border-left:1px solid #c9c2be;
	padding:0 10px;
	width:158px;
	font-size:1.4em;
	line-height:1em;
	color:#563400;
}
.threecolumns .col:hover h2 a{text-decoration:underline;}
.threecolumns h2,
.info-box h2{
	font-size:0.8em;
	line-height:1em;
	color:#de4c25;
}
.info-box h2 {
	line-height: 1.3em;
}
.threecolumns h2 a,
.info-box h2 a{
	color:#de4c25;
	text-decoration:none;
	color:#de4c25;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	letter-spacing:0.1em;
}
.info-box h2 a:hover{text-decoration:underline;}
.threecolumns p a{color:#563400;}
.threecolumns .col img{
	display:block;
	margin:0 0 7px;
}
.threecolumns .col p{
	margin:0;
	line-height:1.357em;
}
/* about2 */
.intro{
	color:#563400;
	font:1.8em/1.333em 'ComeniaSerifProRegular', Arial, Helvetica, sans-serif;
	padding:0 0 10px;
	border-bottom:1px solid #c9c2be;
	margin:0 0 13px;
	width:100%;
}
.map-holder img{display:block;}
.map-holder{padding:0 0 15px;}
.intro p{margin:0;}
.info-box .holder{
	overflow:hidden;
	line-height:1.357em;
	color:#563400;
}
.info-box img{
	float:left;
	margin:5px 15px 0 0;
}
.info-box{
	padding:0 0 15px;
	border-bottom:1px solid #c9c2be;
	clear:left;
	float:left;
	margin:0 0 15px;
	font-size:1.4em;
	width:100%;
}
.info-box.last {
	margin-bottom:0;
}
.story.plain .info-box.last {
	border: none;
}
.info-box p{margin:0;}
.info-box h2{
	font-size:0.85em;
	margin:0 0 5px;
	line-height:1.3em;
}
.visual-block{
	overflow:hidden;
	color:#563400;
	padding:6px 0 10px;
	margin:0 0 4px;
	border-bottom:1px solid #c9c2be;
}
.visual-block .wrapper-box{
	background:#eaeaea;
	overflow:hidden;
}
.visual-block img{
	float:left;
	margin:0 10px 0 0;
}
.visual-block h2,
.visual-block h2 a{
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1.45em;
	line-height:1.357em;
	text-transform:none;
	color:#563400;
	margin:0;
	letter-spacing: 0.03em;
}
.visual-block h2 a:hover{text-decoration:underline;}
.visual-block h2 a{
	font-size:1em;
	text-decoration:none;
}
.visual-block .holder{padding:8px 14px 10px 0;}
.visual-block .date{
	display:block;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:1.35em;
	line-height:1.357em;
}
.visual-block .place{
	display: block;
	font-family: comenia-sans-web-n4,comenia-sans-web,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.357em;
	margin: 0.3em 0;
	text-transform: uppercase;
}
/* events */
.events-holder{
	padding:4px 0 0;
	border-top: none;
}
.events-holder p,
span.italic,
p.italic{
	font-family:comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
}
.event-teaser-image {
	float:left;
}
.sub-heading{
	font-size:0.929em;
	font-style:normal;
	display:block;
	color:#6d655f;
	text-transform:lowercase;
	font-variant:small-caps;
}
.information span{
	display:block;
}
.events-holder .info-box{padding:0 0 20px;}
.paging{
	overflow:hidden;
}
.paging ul{
	color:#3d3631;
	font-size:1.1em;
	line-height:1.273em;
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}
.paging ul .active{
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
}
.paging ul a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#3d3631;
}
.paging ul li{
	display:inline;
	padding:0 0 0 11px;
}
.paging ul a:hover{text-decoration:none;}
.wrapper-mark h1{
	/*margin:-4px 0 2px;*/
}
.aside div.box{
	color:#3d3631;
	font-size:1.4em;
	line-height:1.357em;
	clear:both;
}
.aside div.box h3{
	font-variant:small-caps;
	text-transform:lowercase;
	margin:0 0 5px;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	letter-spacing:0.05em;
}
.aside div.box p{margin:0;}
/* exhibitions */
.heading-box{
	background:#6d655f;
	padding:6px 18px 18px 10px;
	font-size:1.3em;
	color:#fff;
	margin:0 0 10px;
}
.heading-box h1{
	color:#fff;
	font-size:1.1em;
	margin:0;
	width:auto;
	letter-spacing: 0.11em;
	max-width:28.75em !important;
}
.heading-box .holder{overflow:hidden;}
.heading-box a{
	float:right;
	color:#FFF;
}
.heading-box h1 a{
	float:left;
	font-family:inherit;
	font-style:inherit;
	font-weight:700;
	text-decoration:none;
}

.heading-box h1 a:hover,
.heading-box h1 a:active{
	color:#C9C2BE;
	text-decoration:underline;
}
.heading-box a:visited{
	color:#C9C2BE;
}
.gallery-holder .home-carousel{
	float:none;
	margin:0 0 10px;
}
.gallery-holder{
	border-bottom:1px solid #c9c2be;
	padding:0 0 10px;
	position:relative;
}
.hasjs .gallery-holder .home-carousel-controls{
	position:absolute;
	top:343px;
	left:0;
}
.hasjs .gallery-holder img{
	display:block;
	margin:0 0 10px;
}
.discription-box{
	overflow:hidden;
	width:100%;
}
.discription-box .discription{
	border-left:1px solid #c9c2be;
	padding:0 0 0 13px;
	color:#6d655f;
	list-style:none;
	float:right;
	width:252px;
	margin:0;
	text-align:left;
	min-height:85px;
}
/* collections */
.visual-column{
	float:left;
	width:250px;
	padding:0 14px;
	border-left:1px solid #c9c2be;
	text-align:center;
}
.visual-column:first-child{
	padding-left:0;
	border:0;
}
.visual-column .holder{
	border-bottom:1px solid #c9c2be;
	color:#563400;
}
.visual-column-c{width:345px;}
.visual-column .collection-box{
	border-top:1px solid #c9c2be;
	padding:16px 0 12px;
}

.visual-column .collection-box h3 {
	color:#8F877F;
	letter-spacing: 0.1em;
}


.visual-column h2{
	margin:0 0 3px;
	color:#de4c25;
	text-transform:uppercase;
	font-size:1.3em;
	line-height:1em;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
}
.visual-column .sub-title a,
.visual-column h2 a{
	color:#de4c25;
	text-decoration:none;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	letter-spacing:0.1em;
}
.visual-column .sub-title a:hover,
.visual-column h2 a:hover,
.visual-column h2 a.hover{text-decoration:underline;}
.visual-column p{
	margin:0;
	font-size:1.4em;
	line-height:1.357em;
}
.visual-column .sub-title{
	color:#de4c25;
	text-transform:lowercase;
	font-variant:small-caps;
	font-size:1.4em;
	display:block;
	margin:0 0 1px;
}
.wrapper-columns2{
	width:940px;
	margin:0 -40px 0 0;
	overflow:hidden;
}
.visual-column .collection-box img{
	display:block;
	margin:0 auto;
	padding:10px 0 17px;
	vertical-align:top;
}
/* evants */
.main-content{
	float:left;
	width:715px;
	padding:0 14px 0 0;
}
.main-gallery{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
	border-bottom:1px solid #c9c2be;
	margin:0 0 13px;
}
.main-gallery .slide{
	display: block;
}
body.hasjs .main-gallery .slide{
	width:100%;
	position:relative;
	overflow:hidden;
	display:none;
}

.main-gallery .active{display:block;}
.main-gallery .slide .hero{
	float:right;
	position:relative;
	width:auto;
}
.main-gallery .slide .slide-text{
	float:left;
	margin:0 -30px 0 0;
	width:200px;
	height:200px;
	padding:40px 30px 9px 20px;
	position:relative;
	background:#dadad9;
	color:#563400;
}
.hasjs .main-content .hero .caption-link{
	left:auto;
	right:10px;
}
.hasjs .main-content .hero .caption{
	left:auto;
	right:20px;
}
.main-gallery .switcher{
	position:absolute;
	top:12px;
	left:19px;
	overflow:hidden;
	z-index:3;
	margin:0;
	padding:0;
}
.main-gallery .switcher li{
	float:left;
	list-style:none;
}
.main-gallery .switcher li a{
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	color:#111010;
	text-align:center;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:1.4em;
	line-height:16px;	text-decoration:none;
	text-transform:lowercase;
	font-variant:small-caps;
}
.main-gallery .switcher li.active a{
	color:#e14c25;
	background:#fff;
}
.main-gallery .slide-text h2,
.main-gallery .slide-text h2 a{
	margin:0 0 12px;
	font-size:1.8em;
	line-height:1.167em;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1.8em;
	line-height:1.167em;
	color:#563400;
	text-transform:none;
	font-variant: normal;
}
.main-gallery .slide-text h2 a{
	font-size:1em;
	margin:0;
	text-decoration:none;
}
.events-slider h2 a{
	letter-spacing:0.05em;
}
.main-gallery .slide-text h2 a:hover{text-decoration:underline;}
.main-gallery .slide-text p{
	font-size:1.4em;
	line-height:1.357em;
	margin:0;
	font-family: 'ComeniaSerifProRegular',Georgia,'Times New Roman',Times,serif;
}
.main-gallery .arrow{
	position:absolute;
	top:55px;
	left:100%;
	background:url(../images/presentation/arrow.png) no-repeat -18px 0;
	width:18px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
}
.main-gallery .slide-text p a{color:#563400;}
.main-gallery .slide-text p a:hover{text-decoration:none;}
.events-cols{
	overflow:hidden;
	width:730px;
	margin:0 -30px 0 0;
}
.events-cols .col{
	float:left;
	width:160px;
	border-left:1px solid #c9c2be;
	padding:0 8px;
	font-size:1.4em;
	line-height:1.357em;
	color:#563400;
}
.events-cols .col p a{
	color:#563400;
}
.events-cols .col:first-child{
	border:0;
	padding-left:18px;
}
.events-cols .col img{
	display:block;
	margin:0 0 8px;
}
.events-cols h3,
.events-cols h3 a{
	text-transform:lowercase;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1em;
	line-height:1em;
	font-variant:small-caps;
	color:#e14c25;
	letter-spacing:0.1em;
	margin:0 0 6px;
	text-decoration:none;
}
.events-cols h3 a:hover{
	text-decoration:underline;
}
.events-list{
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	overflow:hidden;
}
.events-list{
	clear:both;
	font-size:1.2em;
	line-height:1.167em;
	list-style:none;
	overflow:hidden;
	padding-top:10px;
}
.events-list hr{
	background:url(/assets/images/presentation/separator.gif) repeat-x 0 100%;
	border:0;
	height:2px;
}
.events-list h3,
.events-list h3 a{
	color:#E14C25;
	font-size:1.167em;
	line-height:1em;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-variant:small-caps;
	margin:0 0 4px;
	text-transform:lowercase;
	letter-spacing: 0.09em;
}

.events-list h3 a,
.events-list h4 a{
	font-size:1em;
	text-decoration:none;
}
.events-list h4,
.events-list h4 a{
	text-transform:lowercase;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1.083em;
	line-height:1em;
	font-variant:small-caps;
	color:#3d3631;
	margin:0;
}
.events-list h4 {
	letter-spacing: 0.06em;
	margin-bottom: 0.3em;
}
.events-list h3 a:hover,
.events-list h4 a:hover{
	text-decoration:underline;
}
.events-list p{
	margin:0 0 5px;
}
.events-cols blockquote{
	border:0;
	display:block;
	font-size:1.1424em;
	line-height:1.5em;
	margin:0;
}
.events-cols cite{
	display:block;
	font-size:0.8568em;
	line-height:1.25em;
}
div.aside div.box2{
	background:#e14c25;
	color:#fff;
	clear: left;
	float: left;
	font-family: comenia-sans-web-n4,comenia-sans-web,Arial,Helvetica,sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 400;
	height: auto;
	line-height: 1.25;
	min-height: 137px;
	padding: 10px;
	text-decoration: none;
	width: 138px;
}
.aside a.box .mark{
	font-family:comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
}
/* membership */
.main-form{
	border-top:1px solid #c9c2be;
	padding:21px 0 50px;
	color:#de4c25;
}
.main-form .row{
	overflow:hidden;
	width:100%;
	padding:0 0 7px;
}

.main-form .text{
	float:left;
	background:url(../images/presentation/bg-text.gif) no-repeat;
	width:327px;
	height:21px;
	margin:0 5px 0 0;
}
.main-form .text input{
	float:left;
	padding:2px 5px;
	width:317px;
	font-size:14px;
	line-height:17px;
	border:0;
	background:none;
}
.main-form label{
	float:left;
	width:76px;
	padding:5px 20px 0 0;
	text-align:right;
	font-variant:small-caps;
	font-size:1.4em;
	line-height:1.143em;
}
.main-form select{
	float:left;
	width:327px;
	margin:0;
}
.btn-sign-up{
	background:url(../images/presentation/btn-sign-up.gif) no-repeat;
	width:52px;
	height:17px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:0;
	cursor:pointer;
}
.main-form .btn-holder{
	border-top:1px solid #c9c2be;
	padding:16px 107px 0 0;
	overflow:hidden;
	margin:11px 0 0;
}
.main-form .btn-holder p{
	float:left;
	font-family:comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
	font-size:1.2em;
	line-height:1.5em;
	margin:0;
}
.wrapper-mark .text-section h1{
	margin:-4px 0 8px;
}
.wrapper-mark .text-section{padding:0 0 36px;}
.text-section p{
	font-size:1.4em;
	line-height:1.357em;
}
/* collection */
.article-big{
	width:745px;
	float:right;
	margin:0 -15px 0 -30px;
}
.content-col{
	float:left;
	width:345px;
	border-left:1px solid #c9c2be;
	padding:0 13px;
	font-size:1.4em;
	margin:-4px 0 0;
}
.content-col .heading{
	border-bottom:1px solid #c9c2be;
	overflow:hidden;
	padding:0 0 5px;
	margin:0 0 14px;
}
.content-col .heading a{
	float:right;
	color:#563400;
	font-size:0.857em;
}
.content-col .heading a:hover,
.content-col .heading a:focus,
.content-col .promo-box a:hover,
.content-col .promo-box a:focus,
.content-col .inform-box p a:hover{color:#e14c25;}
.visual-carousel{
	overflow:hidden;
	width:100%;
	position:relative;
	border-bottom:1px solid #c9c2be;
	margin:0 0 10px;
}
.content-col h2,
.content-col .heading h2 a,
.content-col h2 a{
	text-transform:lowercase;
	color:#e14c25;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1.143em;
	font-variant:small-caps;
	letter-spacing:0.08em;
	line-height:1em;
	margin:0 0 4px;
}
.content-col .heading h2 a,
.content-col h2 a{
	font-size:1em;
	text-decoration:none;
	float:none !important;
}
.content-col h2 a:hover{text-decoration:underline;}
.content-col .home-carousel{
	float:none;
	width:100% !important;
}

.home-carousel-item .highlight-img{
/*	min-height:294px;
	height:auto !important;*/
	height:294px;
}

.home-carousel-item img{
	display:block;
	margin:0 auto 0;
}
.home-carousel-item{width:100%;}
.home-carousel-item .description{
	border-top:1px solid #c9c2be;
	padding:5px 0 17px 33px;
	text-align:left;
	min-height:2em;
	height:auto !important;
	height:2em;
}
.home-carousel-item .description a {
	text-decoration: none;
}
.home-carousel-item .description a:hover{
	text-decoration: underline;
}
#collInclude div.pagination {
	display: none;
}
body.hasjs #collInclude div.pagination{
	display: block;
	position:absolute;
	left: 0px;
	top: 295px;
}
#collInclude div.pagination a {
	text-decoration: none;
}
#collInclude div.pagination a:hover {
	text-decoration: none;
}
#collInclude div.pagination {
	display: none;
}
body.hasjs #collInclude div.pagination{
	display: block;
	position:absolute;
	left: 0px;
	top: 295px;
}
div.visual-carousel #collInclude {
	position: relative;
}
.home-carousel-item .description .artist{
	display:block;
	font-size:1em;
	line-height:1.25em;
	color:#3d3631;
}
.home-carousel-item .description .artist{
	font-family:comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
}
.hasjs .content-col .home-carousel-controls{
	top:auto;
	bottom:32px;
	left:0;
	font-size:10px;
}
.content-col .search-box h2{margin:0 0 8px 3px;}
.content-col .search-box form,
.search-results{
	background:#edeae7;
	padding:6px;
	overflow:hidden;
}
.content-col .search-box form{
	margin-bottom:1em;
}
.search-results{
	padding:7px;
	margin:0 0 19px;
}
.content-col .search-box .row{
	overflow:hidden;
	width:100%;
	padding:0 0 10px;
}
.content-col .search-box .text,
.search-results .text{
	float:left;
	background:url(../images/presentation/bg-text2.gif) no-repeat;
	width:211px;
	height:17px;
	margin:0 3px 0 0;
	overflow:hidden;
}
.content-col .search-box .text input,
.search-results .text input{
	float:left;
	margin:0;
	padding:2px 5px;
	width:201px;
	border:0;
	background:none;
	font-size:11px;
	line-height:13px;
	color:#aaa49f;
}
.content-col .search-box .btn-go,
.search-results .btn-go{
	background:url(../images/presentation/btn-go.gif) no-repeat;
	width:20px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	cursor:pointer;
	font-size:0;
	line-height:0;
	float:left;
}
.content-col .search-box .link-advanced,
.search-results .link-advanced{
	font-variant:small-caps;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:0.875em;
	line-height:1em;
	text-decoration:none;
	color:#6d655f;
	margin:0 0 0 8px;
}
* +html .content-col .search-box .link-advanced{float:left;}
.search-results .link-advanced{
	float:left;
	margin:0 0 0 10px;
	font-size:1.2em;
	line-height:17px;
}
.content-col .inform-box{
	border-top:1px solid #c9c2be;
	padding:12px 0 14px;
	color:#563400;
}
.content-col .inform-box p a{color:#563400;}
.content-col .inform-box:first-child{
	padding-top:0;
	border-top:0;
}
.content-col .promo-box{
	overflow:hidden;
	width:100%;
	position:relative;
}
.content-col .promo-box img{
	float:left;
	margin:0 15px 0 0;
}
.content-col .promo-box .link-view{
	position:absolute;
	left:175px;
	bottom:0;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:0.857em;
	font-style:normal;
}
.content-col h3{
	font-variant:small-caps;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1em;
	line-height:1em;
	margin:0 0 2px;
}
.content-col .promo-box a{color:#563400;}
.content-col p{
	margin:0 0 16px;
	line-height:1.357em;
}
.content-col .img-box img{display:block;}
.content-col .img-box{padding:0 0 12px;}
.content-col .promo-box .holder{overflow:hidden;}
.wrapper-mark2{
	border-bottom:1px solid #c9c2be;
	padding-bottom:15px !important;
}
.popup{
	position:absolute;
	top:150px;
	left:50%;
	width:530px;
	margin:0 0 0 -293px;
	background:#fff;
	padding:17px 28px 55px;
	text-align:left;
	font-size:1.4em;
	line-height:1.357em;
	color:#563400;
}
.popup .btn-holder{
	width:100%;
	padding:0 0 5px;
}
.popup .btn-holder:after{
	clear:both;
	content:'';
	display:block;
}
.popup .btn-close{
	background:url(../images/presentation/btn-close.gif) no-repeat 100% 50%;
	padding:0 20px 0 0;
	color:#aaa49f;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-style:normal;
	font-variant:small-caps;
	text-decoration:none;
	float:right;
	margin:0 -10px 0 0;
}
.popup .promo-box{
	overflow:hidden;
	width:100%;
}
.popup .promo-box img{
	float:left;
	margin:7px 15px 0 0;
}
.popup .promo-box .holder-box{
	overflow:hidden;
}
.popup .promo-box h2,
.popup .promo-box h2 a{
	color:#DE4C25;
	text-decoration:none;
	margin:0 0 5px;
	font-variant:small-caps;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1.143em;
	line-height:1em;
}
.popup .promo-box h2 a{font-size:1em;}
.popup .promo-box h2 a:hover{text-decoration:underline;}
.popup .promo-box p{margin:0 0 9px;}
.popup .information{padding:0 0 15px;}
/* collections-search */
.main-search-form .row{
	overflow:hidden;
	border-top:1px solid #c9c2be;
	padding:13px 0 20px;
}

.main-search-form .row p{
	font-size:1.4em;
	color:#563400;
	line-height:1.357em;
}

.main-search-form div.form-intro {
	padding:13px 0px 3px 0px;
}

.main-search-form{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:1.2em;
	line-height:1.25em;
	padding:3px 92px 0 0;
}
.main-search-form label,
.main-search-form .label{
	display:block;
	color:#3d3631;
}
.main-search-form .text{
	background:url(../images/presentation/bg-text3.gif) no-repeat;
	width:345px;
	height:21px;
	display:block;
	overflow:hidden;
}
.main-search-form .text input{
	float:left;
	width:335px;
	padding:2px 5px;
	height:15px;
	font-size:12px;
	color:#3d3631;
	background:none;
	border:0;
}
.main-search-form select{
	width:345px;
	margin:0;
	display:block;
	font-size:12px;
}
.main-search-form .text-small{
	float:left;
	background:url(../images/presentation/bg-text4.gif) no-repeat;
	width:78px;
	height:21px;
	overflow:hidden;
}
.main-search-form .text-small input{width:68px;}
.main-search-form .row-holder{overflow:hidden;}
.main-search-form .row-holder .text-to{
	float:left;
	padding:0 10px;
	font-variant:small-caps;
	line-height:21px;
	color:#6d655f;
	font-size:80%;
}
.main-search-form .check-row{
	overflow:hidden;
}
.main-search-form .check-col{
	float:left;
	margin:0 28px 0 0;
}
.main-search-form .check-col label{
	float:left;
	font-variant:small-caps;
	color:#6d655f;
	font-size:1.083em;
}
.main-search-form .check-col input{
	width:15px;
	height:15px;
	float:left;
	margin:0 8px 0 0;
}
.main-search-form .btn-submit{
	background:url(../images/presentation/btn-submit.gif) no-repeat;
	width:54px;
	height:17px;
	float:right;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	cursor:pointer;
	margin:8px 0 0;
}
/* results-box */
.results-box{
	float:right;
	margin:0 0 0 -30px;
	width:717px;
}
.results-search-box{
	width:717px;
	padding:0 0 0 14px;
	border-left:1px solid #c9c2be;
}
.results-box .link-artists{
	padding:0 0 0 15px;
	border-left:1px solid #c9c2be;
	text-decoration:underline;
	color:#6d655f;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:1.2em;
	line-height:1.75em;
	float:right;
}
.results-box .link-artists:hover{
	color:#ff4c25;
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
}
.results-list-holder{
	width:100%;
	padding:0 0 28px;
}
.results-list-holder:after,
.results-list:after{
	clear:both;
	content:'';
	display:block;
}
.results-list{
	margin:0 -20px 0 -14px;
	padding:0 0 1px;
	list-style:none;
	float: left;
	clear: left;
	background: url('../images/presentation/thumbnails-ul-background.gif') no-repeat 13px bottom;
}
.results-list li:first-child{
	border:0;
}
.results-list li{
	float:left;
	width:185px;
	border-left:1px solid #c9c2be;
}
.results-list li a{
	display:block;
	color:#3d3631;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-style:normal;
	font-size:1.2em;
	line-height:1.25em;
	position:relative;
	text-decoration:none;
	text-align:center;
	width:185px;
}
.results-list .object-wrapper{
	background-color:#FFF;
	min-height:202px;
	padding:18px 13px 27px;
}
.results-list li a:hover{
	background: url("/assets/images/presentation/rollover-shadow-line.png") repeat-y scroll right top;
	cursor:pointer;
	padding-right:10px;
	margin-bottom:-24px;
	top:-12px;
	left:-10px;
	width:205px;
	z-index:3000;
}
.results-list li a:hover .bottom-shadow{
	background: url("/assets/images/presentation/rollover-shadow-bottom.png") no-repeat scroll right bottom transparent;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:15px;
	width:200px;
}
.results-list a:hover .object-wrapper{
	border:2px solid #F6F4F3;
	padding:28px 21px 37px;
}
.results-list li .artist{
	display:block;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	margin:3px auto;
}
.results-list li .img-box{
	display:block;
	min-height:119px;
}
.results-list li .name strong,
.home-carousel-item .description .title span{
	font-style:italic;
	font-family:comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
}
.results-list li .name,
.home-carousel-item .description .title a{
	display:block;
	font-family: comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-weight:700;
	position:relative;
	z-index:3;
	font-style: normal;
}
.results-list li a:hover .artist,
.results-list li a:hover .name{
	text-decoration:underline;
}
.results-list li .text-on{
	font-variant:small-caps;
	color:#6d655f;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	position:relative;
	z-index:3;
}
.results-list li .name strong,
.home-carousel-item .description .title span{
	font-style:italic;
	font-family: comenia-sans-web-i4, comenia-sans-web, Arial, Helvetica, sans-serif;
}
.res p,
.no-res{
	font-size:1.4em;
	line-height:1.357em;
	color:#563400;
	margin:0;
}
.res{
	border-bottom:1px solid #c9c2be;
	padding:0 0 14px;
	margin:0 0 18px;
}
div.search-results div.res {
	margin-bottom: 0px;
}
.res-head .res-count{
	float:left;
}
.res-head .res-shop{
	float:right;
}
.res-head .res-shop a{
	color:#E14C25;
	font-weight:700;
}
.res-head .res-shop a:hover{
	text-decoration:none;
}
/* artist */
.letter-list{
	overflow:hidden;
	margin:0 0 0 0;
	padding:4px 0 0;
	list-style:none;
	width:100%;
}
.letter-list li{
	float:left;
	border-left:1px solid #806740;
	font-size:1.6em;
	line-height:1em;
	font-variant:small-caps;
	padding:0 0.6em;
	color: #AAA49F;
}
.letter-list li a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	color:#563400;
}
.letter-list li:first-child{
	border:0;
	padding-left:0;
}
.letter-list li a:hover,
.letter-list li.active a{text-decoration:underline;}
.letter-list li.active a{font-weight:bold;}
.letter-results{
	overflow:hidden;
	color:#3d3631;
	font-size:1.4em;
	line-height:1.357em;
	padding:15px 0 0;
}
.letter-results h2{
	font-size:1.714em;
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 12px;
}
.letter-results .res-colimns{
	overflow:hidden;
	width:105%;
	margin:0 -5% 0 0;
}
.res-colimns ul{
	float:left;
	margin:0;
	padding:0 10px 0 15px;
	list-style:none;
	border-left:1px solid #c9c2be;
	width:345px;
}
.res-colimns ul:first-child{
	border:0;
	padding-left:0;
}
.res-colimns ul li{
	padding:0 0 10px;
	list-style-position:outside;
}
.res-colimns ul li a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	color:#3d3631;
}
.res-colimns ul li span{color:#aaa49f;}
.res-colimns ul li a:hover{text-decoration:underline;}
.res-colimns ul li a:visited{color:#aaa49f;}
/* collection-list */
.collection-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:740px;
	margin:-12px -20px 0 0;
}
.collection-list li{
	border-left:1px solid #c9c2be;
	padding:0 12px;
	margin:0 12px 0 -12px;
	width:345px;
	float:left;
}
.collection-list li .holder{
	padding:12px 0 15px;
	border-bottom:1px solid #c9c2be;
	display:block;
	text-decoration:none;
	font-size:1.4em;
	line-height:1.357em;
	overflow:hidden;
}
.collection-list li a{color:#3d3631;}
.collection-list li a:visited{color:#6d655f;}
.collection-list li a:hover, .collection-list li a.hover {color:#e14c25;}
.collection-list li a:visited {color:#6D655F;}
.collection-list li img{
	float:left;
	margin:3px 15px 0 0;
}
.collection-list li span{
	display:block;
	text-decoration:underline;
}
/* collection-box */
.collection-box2{
	width:730px;
	float:right;
	color:#3d3631;
	padding:12px 0 0;
	min-height:690px;
	height:auto !important;
	height:690px;
}
.img-column{
	float:left;
	width:532px;
	border:1px solid #ccc5c1;
	border-width:0 1px;
	padding:0 13px;
	font-size:1.4em;
	line-height:1.357em;
}
.img-column .img-box{
	padding:0 0 30px;
	border-bottom:1px solid #ccc5c1;
	margin:0 0 20px;
	text-align:center;
	min-height: 570px;
}
.img-column .img-box img{vertical-align:top;}
.paging-box{
	overflow:hidden;
	width:100%;
	padding:2px 2px 19px;
}
.paging-box .gallery-control,
.paging-box .gallery-control a,
.paging-box ul li a{
	float:right;
	font-variant:small-caps;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
}
.paging-box .gallery-control a,
.paging-box .gallery-control span,
.paging-box ul li a{
	float:left;
	color:#3d3631;
}
.paging-box .gallery-control a:hover,
.title-higlights a:hover{color:#ff4c25;}
.paging-box .gallery-control span{
	padding:0 20px;
	font-size:0.786em;
}
.paging-box .label-paging{
	float:left;
	font-variant:small-caps;
	padding:0 8px 0 0;
	letter-spacing:1px;
}
.paging-box ul{
	float:left;
	margin:1px 0 0;
	padding:0;
	list-style:none;
}
.paging-box ul li{
	float:left;
	padding:0 8px;
	font-size:0.786em;
}
.paging-box ul li.active{font-weight:bold;}
.paging-box ul li a:hover{color:#e14c25;}
.paging-box ul a:visited{color:#6d655f;}
.paging-box ul li.active a{
	text-decoration:none;
	color:#3d3631 !important;
}
.description-column{
	float:right;
	width:159px;
	font-size:1.4em;
	line-height:1.357em;
	margin:-2px 0 0;
}


.description-column .artist{
	color:#3d3631;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	display:block;
	font-size:1em;
	margin:0;
	line-height:1.2em;
}
.description-column .date{
	display:block;
	padding:0 0 10px;
}
.description-column .info-block span{display:block;}
.description-column .info-block{padding:0 0 10px;}
.description-column .artist a{
	color:#3d3631;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
}
.description-column .artist a:hover{color:#e14c25;}
.description-column .artist a:visited{color:#6d655f;}
.description-column .info-block .obj-title{
	color:inherit;
	font-family:comenia-sans-web-i7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:700;
	font-size:1em;
	font-variant:normal;
	letter-spacing:0;
	text-transform:none;
}
.title-higlights{
	display:block;
	background:url(../images/presentation/ico-star.gif) no-repeat 0 50%;
	padding:0 0 0 17px;
	font-variant:small-caps;
	margin:0 0 10px;
}
.title-higlights a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	color:#6d655f;
}
.description-column .copy{
	font-size:0.714em;
	line-height:1.3em;
	margin:0;
}

 p.caveat{
	padding-top:10px;
	margin:10px 0px 0px 0px;
	font-size:0.714em;
	line-height:1.3em;
}

.description-column p.caveat{
	border-top:1px solid #CCC5C1;
}

/* page-not-found */
.page-not-found{
	overflow:hidden;
	width:100%;
	position:relative;
}
.page-not-found img{
	display:block;
	margin:0 0 0 auto;
}
.page-not-found .text-box{
	position:absolute;
	top:134px;
	left:0;
	width:530px;
	padding:45px 15px 40px 0;
	background:#fff;
	overflow:hidden;
}
.page-not-found .text-box p{
	font-size:1.4em;
	line-height:1.357em;
	color:#563400;
}
.page-not-found .text-box p a{color:#563400;}
.page-not-found .text-404{
	color:#e14c25;
	font-size:9.7em;
	line-height:1em;
	float:left;
	margin:-9px 32px 0 0;
	font-weight:bold;
}
.page-not-found h1{
	margin:0 0 -1px;
	width:auto;
}
.promo-search{
	overflow:hidden;
	border-bottom:1px solid #c9c2be;
	font-size:1.4em;
	line-height:1.357em;
	color:#3d3631;
	padding:9px 0 12px;
}
.promo-search-mark{
	padding:0;
	margin:0 0 25px;
}
.promo-search img{
	float:right;
	margin:0 0 0 20px;
}
.promo-search ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.promo-search ul li{
	float:left;
	background:url(../images/presentation/separator2.gif) no-repeat 0 50%;
	padding:0 7px;
}
.promo-search ul li:first-child{
	background:none;
	padding-left:0;
}
.promo-search ul a{
	font-variant:small-caps;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:0.929em;
	line-height:1em;
	color:#6d655f;
}
.promo-search h3 a:visited,
.promo-search ul a:visited{color:#3d3631;}
.promo-search h3 a:hover,
.promo-search ul a:hover{color:#e14c25;}
.promo-search h3,
.promo-search h3 a{
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1em;
	line-height:1.25em;
	color:#3d3631;
	margin:0;
}
.heading-hold h2,
.heading-hold h2 a{
	font-family:comenia-sans-web-n7, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	font-variant:small-caps;
	font-size:1.6em;
	line-height:1em;
	color:#e14c25;
	text-decoration:none;
	margin:0;
}
.heading-hold h2 a{font-size:1em;}
.heading-hold h2 a:hover{text-decoration:underline;}
.heading-hold h2 span{
	color:#563400;
	font-variant:small-caps;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:0.875em;
}
.heading-hold h2 span{text-decoration:underline;}
.results-list-holder p{
	font-size:1.4em;
	line-height:1.357em;
	color:#563400;
	margin:0;
}
.results-list-holder p a{color:#563400;}
.row-res{
	font-size:1.4em;
	line-height:1.357em;
	color:#563400;
}
.row-res-mark{margin:0 0 20px;}
.row-res p a{color:#563400;}
.heading-hold{
	border-bottom:1px solid #c9c2be;
	margin:0 0 8px;
	padding:0 0 7px;
}
.heading-hold-mark{margin-top:-10px;}
.promo-search-holder{padding:0 0 26px;}

/* AMENDMENTS.CSS */

/** BEN K'S SECTION **/

.top-level-heading{
	font-size:2em;
	letter-spacing: 0.07em;
}

/*
Override font size
*/
.story .info-box{
	font-size:1em;
}

.plain{
	border-bottom:none;
}

/*
Restrict width of home slideshow
*/
.home-centre-col{
	float:left;
	height:auto;
	text-align:center;
	width:320px;
}

/*
Making collections page work with RTE
*/
.visual-column h3{
	color:#DE4C25;
	font-size:1.1em;
	margin:6px 0 5px;
	text-transform: uppercase;
}

.visual-column hr{
	margin-bottom:16px;
	padding-bottom:12px;
}

/*
Fixing incorrect font size inheritance on search page
*/
.promo-search ul a{
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-variant:small-caps;
	font-size:0.6636em;
	line-height:1em;
}

/*
Non-js events page
*/
.event-holder img{
	float:left;
	margin:5px 15px 0 0;
}

.event-holder .holder{
	color:#563400;
	float:left;
	font-size:1.4em;
	line-height:1.357em;
	overflow:hidden;
	width:356px;
}

/*
Full width story column on pages with no sidebar
*/
div.story.wide{
	width:529px;
	padding-right: 0;
}

/*
Super full-width finding aid page
*/
.article.wide{
	width:717px;
	border-right:0;
	padding-right:0;
}
.finding-aid-body .third-level-nav{
	background-repeat:repeat-x;
}
.finding-aid {
	font-size:1.4em;
}
.finding-aid address{
	margin:2em 0;
	text-align:center;
}
h1.finding-aid-what{
	margin:0 0 0.5em;
}
h1.finding-aid-main-head{
	color:#DE4C25;
	font-size:1.8em;
	font-variant:normal;
	text-align:center;
	text-transform:none;
}
h1.finding-aid-main-head .date{
	display:block;
	margin-top:0.25em;
	font-size:0.7em;
}

/*
Highlight search results
*/
.highlightSearch {
	color:#E14C25;
}

strong .highlightSearch {
	color: #3D3631;
}

/*
Newsletter page styles
*/

.newsletter{
	color:#563400;
	font-size:1.4em;
	line-height:1.357em;
}

.newsletter label{
	clear:left;
	color:#3D3631;
	float:left;
	font-size:0.8571em;
	padding-right:0.5em;
}

.newsletter select{
	margin-right:3px;
}

.newsletter-input{
	clear:left;
	margin-bottom:10px;
}

.newsletter-button,
.loginLoginButton input{
	background-color:#6D655F;
	border:0;
	clear:left;
	color:#FFF;
	cursor:pointer;
	float:left;
	font-family:comenia-sans-web-n4,comenia-sans-web,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:400;
	height:22px;
	line-height:22px;
	margin-right:1em;
	padding:1px 4px;
	position:relative;
	text-transform:uppercase;
}

.float-right {
	float:right;
	clear:none;
	margin-right:0;
}

a.newsletter-cancel-button{
	border:0;
	clear:none;
	color:#DE4C25;
	float:right;
	font-size:1.4em;
	font-style:normal;
	font-variant:small-caps;
	line-height:22px;
	margin-right:1em;
	text-transform:lowercase;
	text-decoration:none;
}
a.newsletter-cancel-button:hover{
	text-decoration:underline;
}
.manager-header{
	margin-bottom:1em;
}

.newsletter .manager-header form{
	display:inline;
	margin-right:2em;
}

.newsletter .manager-header label,
.newsletter .manager-header .newsletter-input,
.newsletter .manager-header .newsletter-button{
	clear:none;
	float:none;
}

.newsletter-manager-form table{
	margin:1em 0;
}

.newsletter-manager-form thead td{
	font-weight:bold;
}

.newsletter-manager-form td{
	padding:0.25em;
}

.newsletter-manager-form .odd{
	background:#EEE;
}

.newsletter-signup.error input.news-signup{
	border-color:#DE4C25;
}

p.newsletter-error-text{
	color:#DE4C25;
	font-size:1.4em;
	line-height:1.357em;
	margin:0.25em 0;
}

.newsletter-column{
	float:left;
	margin-right:1em;
}

.newsletter .redirect{
	display:none;
}

.hasjs .newsletter .redirect{
	display:inline;
}

/*
Clearfix class for main div
*/
.clearfix:after,
.wrapper:after,
.results-list li a:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*
Newsletter login form
*/
.loginForm{
	font-size:1.4em;
	line-height:1.357em;
}

.loginLogin{
	text-align:center;
}

.loginLoginForm{
	display:inline-block;
	overflow:hidden;
}

.loginUsernameLabel,
.loginPasswordLabel{
	clear:left;
	float:left;
	margin-bottom:1em;
}

.loginUsernameLabel span,
.loginPasswordLabel span{
	display:inline-block;
	min-width:80px;
}

.loginLoginButton{
	clear:both;
	float:right;
}

/*
Make past exhib headers standard font
*/
.events-holder .visual-block h2 a{
	font-variant:normal;
}

/*
Underline span style
*/
span.underline{
	text-decoration:underline;
}

/*
Popup play icon
*/
.popupLaunch.slideshow{
	display:block;
	padding-bottom:25px;
	background:url('/assets/images/presentation/playbutton.png') 0 100% no-repeat;
}

.popupLaunch.slideshow:hover{
	background-image:url('/assets/images/presentation/playbutton_hover.png');
}

/** ANDY T'S SECTION **/

.count{
	float:left;
}

.hideContent{
	position:absolute;
	left:-99999em;
	top:0px;
}

/* beauty moment splash image on homepage */
div#beauty-moment{
	position:absolute;
	top:197px;
	left:50%;
	z-index:999;
	display:none;
	width:902px;
	margin-left:-452px;
}
body.hasjs div#beauty-moment{
	display:block;
	visibility:hidden;
	background: #FFFFFF;
}

body.hasjs div.splash-hidden{
	visibility:hidden;
}
/* end beauty moment splash image */
/* slideshow styles */
div.popupWrapper{
	background-color:#FFFFFF;
	margin:auto auto;
	width:870px;
	display:none;
	z-index:999;
	position:relative;
	padding: 40px 0px;
}
div.events-holder div.popupContainer div.popupWrapper {
	padding: 0;
}
div.events-holder div.popupContainer.visible div.popupWrapper {
	padding: 40px 30px;
}
div.popoverBG{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	z-index:995;
	background:url('../images/presentation/black-transparent.png') repeat top left;
}
div.slideshowContent{
	margin:auto;
	width: 775px !important;
}
div.slideshowContent div.slideshowObject{
	display:none;
	width: 100% !important;
}
div.popupWrapper div.counterControls{
	text-align:left;
	margin:-25px 0 0 60px;
	padding:0;
	position:relative;
	z-index:50;
}
div.popupWrapper div.count{
	display:inline;
	padding:0 10px;
	float:none;
}
div.popupWrapper.noEventImage {
	padding-left:174px;
}
div.popupWrapper a.prev,
div.popupWrapper a.next{
	position:absolute;
	top:50%;
	height:18px;
	width:13px;
}
div.popupWrapper a.prev{
	left:20px;
	background:url("../images/presentation/slideshow-left-button.gif") no-repeat 0% 0%;
}
div.popupWrapper a.next{
	right:20px;
	background:url("../images/presentation/slideshow-right-button.gif") no-repeat 0% 0%;
}
div.popupWrapper a.prev:hover{
	background:url("../images/presentation/slideshow-left-button.gif") no-repeat 0% 100%;
}
div.popupWrapper a.next:hover{
	background:url("../images/presentation/slideshow-right-button.gif") no-repeat 0% 100%;
}
div.popupWrapper a.closePopover,
div.siriusPopupWrapper a.closePopover{
	position:absolute;
	top:-20px;
	right:0px;
	height:14px;
	width:57px;
	background:url('../images/presentation/slideshow-close.png') no-repeat 0% 100%;
}
div.popupWrapper a.popupImage {
	float:left;
}
div.popupWrapper a.next-alias,
div.popupWrapper a.prev-alias{
	text-decoration:none;
	font-style:normal;
}
div.popupWrapper a.next-alias:hover,
div.popupWrapper a.prev-alias:hover,
div.popupWrapper a.next-alias:active,
div.popupWrapper a.prev-alias:active{
	color:#000000;
	text-decoration:underline;
}
div.popupWrapper a.next-alias:visited,
div.popupWrapper a.prev-alias:visited{
	color:#000000;
}
div.slideshowObject p.caption{
	text-align:right;
	margin-top:10px;
}

/* end slideshow styles */
/* start slideshow non js styles */

div.wrapper div.slideshow-nonJS{
	float:left;
	width:900px;
	text-align:center;
}
div.wrapper div.slideshow-nonJS p.caption{
	text-align:right;
	margin-top:20px;
}
div.wrapper div.slideshow-nonJS ul{
	text-align:left;
	margin-top:-27px;
}
div.wrapper div.slideshow-nonJS ul li{
	list-style:none;
	display:inline;
}
div.wrapper div.slideshow-nonJS ul li.middle{
	padding:0 10px;
}
/* end slideshow non js styles */
/* video popover styles */

div.videoContainer div.popupWrapper{
	display:none;
}

/* end video popover styles */

/* events landing slider styles */

div#events-slider-nav{
	position:absolute;
	top:12px;
	left:19px;
	overflow:hidden;
	z-index:20;
	margin:0;
	padding:0;
}
div#events-slider-nav a{
	float:left;
	list-style:none;
	display:block;
	width:16px;
	height:16px;
	text-indent: -10000em;
	margin-right: 4px;
}
div#events-slider-nav a.slider-nav-0{
	background:url('../images/presentation/1-rotator-sprite.gif') no-repeat 0% 100%;
}
div#events-slider-nav a.slider-nav-1{
	background:url('../images/presentation/2-rotator-sprite.gif') no-repeat 0% 100%;
}
div#events-slider-nav a.slider-nav-2{
	background:url('../images/presentation/3-rotator-sprite.gif') no-repeat 0% 100%;
}
div#events-slider-nav a.slider-nav-3{
	background:url('../images/presentation/4-rotator-sprite.gif') no-repeat 0% 100%;
}
div#events-slider-nav a.slider-nav-4{
	background:url('../images/presentation/5-rotator-sprite.gif') no-repeat 0% 100%;
}
div#events-slider-nav a.slider-nav-5{
	background:url('../images/presentation/6-rotator-sprite.gif') no-repeat 0% 100%;
}
div#events-slider-nav a:hover,
div#events-slider-nav a.activeSlide,
div#events-slider-nav a:active{
	background-position: 0% 0%;
}
.main-gallery .arrow1{
	top:5px;
}
.main-gallery .arrow2{
	top:45px;
}
.main-gallery .arrow3{
	top:85px;
}
.main-gallery .arrow4{
	top:125px;
}
.main-gallery .arrow5{
	top:165px;
}
.main-gallery .arrow6{
	top:205px;
}
.main-gallery{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
	border-bottom:1px solid #c9c2be;
	margin:0 0 13px;
	min-height:249px;
}

/* end events landing slider styles */
.hide-content{
	position:absolute;
	left:-9999em;
	top:0em;
}
/* collections highlight slider */
div.visual-carousel div.description div.displayParams{
	float:left;
	width:40px;
	margin-top:-4px;
}
/*sitemap styles */
div.sitemap{
	font-size:1.4em;
}
div.sitemap ul li{
	color:#756D66;
}
div.sitemap ul li a{
	text-decoration:none;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
}
div.sitemap ul ul{
	margin-left:20px;
}

div.sitemap ul ul li{
	list-style-type:none;
}

div.sitemap ul ul *{
	margin-bottom:0;
}

/* font size overrides */
.text-resizing a.medium{font-size:0.9em;}
.text-resizing a.smaller{font-size:0.85em;}
.medium .main-nav ul{
	padding: 0 0 0 72px;
	width: 830px;
}
.smaller .main-nav ul{
	padding: 0 0 0 97px;
	width: 805px;
}
.smaller .foot-col{
	min-height:145px;
	height:auto !important;
	height:145px;
}

/* event popover styles */
div.info-box div.eventBody{
	display:none;
}
div.events-holder div.info-box{
	position:relative;
	overflow:visible;
}
div.events-holder div.info-box:first-child {
	margin-top: 15px;
}
div.events-holder div.popupWrapper{
	display:block;
	width:auto;
	min-height:0;
}
div.info-box div.visible{
	border-bottom:medium none;
	left:-30px;
	overflow:visible;
	position:absolute;
	width:592px;
	z-index:1001;
}

div.info-box div.visible div.popupWrapper{
	padding:40px 30px;
	top:-40px;
}

div.info-box div.visible div.popupWrapper.noEventImage {
	padding-left:204px;
}

div.siriusPopupContainer div.siriusPopupWrapper a.closePopover,
div.info-box div.popupWrapper a.closePopover{
	background:url("../images/presentation/btn-close.gif") no-repeat scroll 90% 45% transparent;
	color:#AAA49F;
	float:right;
	font-family:comenia-sans-web-n4, comenia-sans-web, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-style:normal;
	font-variant:small-caps;
	height:23px;
	margin:0;
	padding:7px;
	position:absolute;
	right:7px;
	text-decoration:none;
	top:0px;
}

div.siriusPopupWrapper a.closePopover:hover,
div.info-box div.popupWrapper a.closePopover:hover{
	text-decoration:underline;
}

/*print css*/
@media print{
.pre-header,
.blog-carousel,
.search,
.hasjs .masthead ul.nav,
.main-nav,
.foot-col,
.subnav,
.aside,
.main-gallery,
.main-form,
.search-results,
.letter-list,
.search-box,
.breadcrumb,
.main-search-form,
.search-results,
.paging-box,
.description-column{display:none;}
.wrapper,
.wrapper-columns,
.section{
	width:100%;
	background:none;
}
.column{
	float:left;
	width:45%;
	min-height:1px !important;
}
.column img{
	width:100%;
	height:auto;
}
.footer-copyright{
	display:block;
	border:0;
}
.masthead a.logo{
	float:none;
	margin:0 auto;
	padding:0 0 30px;
}
.article{
	float:none;
	width:100%;
	min-height:1px;
	overflow:visible;
}
.threecolumns .holder{width:100%;}
.threecolumns .holder .col{
	width:30%;
	padding:0 1%;
}
.threecolumns .holder .col img{width:100%;}
.map-holder img{
	display:block;
	width:100%;
}
.visual-block .wrapper-box{background:none;}
.events-cols{
	width:100%;
	margin:0;
}
.events-cols .col{
	width:20%;
	margin:0 2% 0 0;
	padding:0 1%;
}
.events-cols .col img{
	width:100%;
	height:auto;
}
.visual-column{
	width:30%;
	padding:0 1%;
	margin:0 1% 0 0;
}
.visual-column img{
	width:100%;
	height:auto;
}
.wrapper-columns2{width:100%;}
.res-colimns ul{
	width:40%;
	margin:0 3% 0 0;
}
.results-box{
	margin:0;
	float:none;
	overflow:hidden;
	padding:0 0 15px;
	width:100%;
}
.collection-list{
	width:100%;
	margin:0;
}
.collection-list li{
	padding:0 1%;
	margin:0 1%;
	width:45%;
}
.collection-box2{width:100%;}
.img-column{
	float:none;
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
.main-search-form .text{
	background:none;
	overflow:visible;
}
.main-search-form .text input{
	display:block;
	border:1px solid #666;
}
.results-list{
	width:100%;
	margin:0;
}
.results-list li{
	width:22%;
	padding:0 1%;
	margin:0;
}
.results-list li a{width:100%;}
}
#sirius-cal,
#sirius-cal-right {
	color:#563400;
	float:left;
	font-size:1.4em;
}
#sirius-cal {
	width:234px;
}
#sirius-cal-right {
	margin-left:45px;
	width:438px;
}
#sirius-cal table {
	margin-bottom:6px;
	width:100%;
}
#sirius-cal td {
	margin:3px;
}
#sirius-cal td.first {
	margin-left:0;
}
#sirius-cal td.last {
	margin-right:0;
}
#sirius-cal thead td,
#sirius-cal tfoot td {
	background-color:#F0F0F0;
	width:100%;
}
#sirius-cal thead td {
	border-top:1px #C9C2BE solid;
	margin:0 0 3px;
}
#sirius-cal tfoot td {
	border-bottom:1px #C9C2BE solid;
	margin:3px 0;
}
#sirius-cal tbody td {
	min-height:28px;
	width:28px;
}
#sirius-cal td {
	float:left;
	font-weight:bold;
	text-align:center;
	line-height:28px;
}
#sirius-cal tbody a {
	background-color:#C2D183;
	display:block;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	width:28px;
}
#sirius-cal a:visited {
	color:#000;
}
#sirius-cal tbody a:hover,
#sirius-cal tbody .active a {
	border:2px #000 solid;
	color:#FFF;
	line-height:24px;
	width:24px;
}
#sirius-cal tbody .empty {
	border:1px #CCC solid;
	min-height:26px;
	width:26px;
}
#sirius-cal tbody .members a {
	background-color:#EFCE61;
}

#sirius-cal tbody .invalid a {
	background-color:#CFCAC6;
}


#sirius-cal tbody .picassotour a {
    background-image: url("/assets/public/images/calendar/PicassoCalendarTN_tour_dogear.png");
}

#sirius-cal tbody .tour a {
    background-image: url("/assets/images/presentation/tour_dogear.gif");
}

#sirius-cal tbody .invalid {
	background-color:#CFCAC6;
	color:#717070;
}

#sirius-cal .later-text {
	font-size:0.9em;
	line-height:1.5;
	margin:1em;
}

#sirius-cal .caption-wrap{ /*div exists purely to handle z-indexing in IE7*/
	position:relative;
}

#sirius-cal .caption{
	color:#000;
	padding:0px 0px 15px 0px;
	width:150px;
	height:auto;
	background-image:url('../images/presentation/caption-solid-bottom.png');
	/*background-color:#FFF;*/
	background-repeat: no-repeat;
	background-position: bottom left;
	position:absolute;
	bottom:28px;
	left:2px;
	display:none;
	text-align:left;
	line-height: 1.2em;
	/*border: 1px solid #CFCAC6;*/
	z-index: 999;
	font-size:0.857em;
	color:#563400;
}

#sirius-cal .caption .caption-inner {
	border-top: 1px solid #CFCAC6;
	border-left: 1px solid #CFCAC6;
	border-right: 1px solid #CFCAC6;
	background-color:#FFF;
	width:134px;
	padding:5px 7px 5px 7px;
}


#sirius-cal .caption-pop:hover .caption{
	display:block;
}

#sirius-cal .caption-pop .caption-wrap:hover .caption{
	color:red;
	display:none !important;
}

#sirius-cal tfoot a,
#sirius-cal tfoot span,
#sirius-cal tfoot a:visited {
	color:#563400;
	font-size:0.85em;
	font-style:normal;
	font-weight:bold;
	margin:0 0.785em;
	text-transform:uppercase;
}
#sirius-cal tfoot .earlier {
	background:url('/assets/images/presentation/left_arrow.png') left 9px no-repeat transparent;
	float:left;
	padding-left:0.9em;
}
#sirius-cal tfoot span.earlier,
#sirius-cal tfoot span.later {
	color:#888;
}
#sirius-cal tfoot .later {
	background:url('/assets/images/presentation/right_arrow.png') right 9px no-repeat transparent;
	float:right;
	padding-right:0.9em;
}
.cal-section {
	border-bottom:1px solid #C9C2BE;
	clear:left;
	float:left;
	font-size:1.4em;
	margin-bottom:1.4em;
	width:100%;
}
#sirius-cal-key {
	border:1px #C9C2BE solid;
	float:left;
	font-weight:bold;
	padding:0 12px;
	width:412px;
}
#sirius-cal-key li {
	list-style:none;
	float:left;
	font-size:0.857em;
	margin-right:1.7em;
	padding:0.663em 0 0.48em;
}
#sirius-cal-key .none {
	margin-right:0;
}
#sirius-cal-key .key {
	display:inline-block;
	margin:0 0.25em -4px 0;
	height:18px;
	width:18px;
}
#sirius-cal-key .all .key,
#sirius-cal-times .all .key {
	background-color:#C2D183;
}
#sirius-cal-key .members .key,
#sirius-cal-times .members .key {
	background-color:#EFCE61;
}

#sirius-cal-key .anytime .key,
#sirius-cal-times .anytime .key {
	background-color:#d0897b;
}

#sirius-cal-key .tour .key {
	background: url("/assets/images/presentation/tour_dogear.gif") no-repeat -10px -10px;
	width:16px;
	height:16px;
	border: 1px #CCC solid;
}

#sirius-cal-times .tour .key {
	background-color:#4891DC;
}


#sirius-cal-key .none .key,
#sirius-cal-times .none .key {
	background-color:#CFCAC6;
}
#sirius-cal-times,
#sirius-cal-times a,
#sirius-cal-times li,
#sirius-cal-times .key,
#sirius-cal-times .time,
#sirius-cal-times .message {
	float:left;
}
#sirius-cal-times li {
	list-style:none;
	width:438px;
}
#sirius-cal-times a {
	color:#563400;
	text-decoration:none;
}
#sirius-cal-times li .content {
	border-top:1px solid #C9C2BE;
	border-bottom:1px solid #C9C2BE;
	float:left;
	margin-bottom:-1px;
	padding:1px 0;
}
#sirius-cal-times .none {
	color:#717070;
}
#sirius-cal-times .all .message-text,
#sirius-cal-times .members .message-text,
#sirius-cal-times .tour .message-text
#sirius-cal-times .anytime .message-text {
	text-decoration:underline;
}
#sirius-cal-times .all:hover,
#sirius-cal-times .members:hover,
#sirius-cal-times .tour:hover
#sirius-cal-times .anytime:hover {
	-o-box-shadow:0 0px 3px 2px #CECECE;
	-ms-box-shadow:0 0px 3px 2px #CECECE;
	-moz-box-shadow:0 0px 3px 2px #CECECE;
	-webkit-box-shadow:0 0px 3px 2px #CECECE;
	box-shadow:0 0px 3px 2px #CECECE;
}
#sirius-cal-times span {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}
#sirius-cal-times .time {
	padding:0.25em 0;
	min-width:110px;
	margin:0 10px 0 5px;
}
#sirius-cal-times .message {
	padding:0.25em 0;
	width:270px;
	margin-right:10px;
}
#sirius-cal-times .message-text {
	float:left;
}
#sirius-cal-times .key {
	float:right;
	height:28px;
	margin-right:5px;
	width:28px;
}

#sirius-cal-times .memberSelect {
	margin-left:125px;
	font-weight:normal;
	display:block;
	float:left;
}

body.hasjs #sirius-cal-times .memberSelect {
	display:none;
}

body.hasjs #sirius-cal-times .activeSlot .memberSelect {
	display:inline;
}

#sirius-cal-times .all .book a, #sirius-cal-times .tour .book a {
	display:none;
}

body.hasjs #sirius-cal-times li .book a {
	display:inline;
}

body.hasjs #sirius-cal-times .activeSlot .book a {
	background-color: #CCC;
}

#sirius-cal-times .memberSelect a {
	width:100%;
	display:block;
	margin-left:48px;
	text-decoration:underline;
	font-weight:bold;
	font-style: normal;
	clear:both;
}

#sirius-cal-times .memberSelect p {
	margin-bottom:0px;
	clear: left;
}

#sirius-cal-times .book,
#sirius-cal-times .join,
#sirius-cal-times .joined {
	display:block;
	float:right;
}
#sirius-cal-times .book a,
#sirius-cal-times .join a {
	position:absolute;
	right:9999px;
}
#sirius-cal-times .book a:focus,
#sirius-cal-times .join a:focus,
#sirius-cal-times li:hover .book a,
#sirius-cal-times li:hover .join a {
	position:static;
}
#sirius-cal-times .book a,
#sirius-cal-times .join a,
#sirius-cal-times .join span {
	background-color:#E14C25;
	color:#FFF;
	display:block;
	font-size:0.75em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-left:5px;
	padding:0.22em 0.5em;
	text-decoration:none;
	text-transform:uppercase;
}
#sirius-cal-times .join span {
	background-color:#EAA592;
}
.sirius-cal-loading {
	margin:3em 0 0 50%;
	position:relative;
	left:-12px;
}
.siriusPopupContainer {
	background-color:#FFF;
	display:none;
	font-size:1.357em;
	margin-left:-400px;
	position:absolute;
	top:100px;
	left:50%;
	width:800px;
	z-index:1001;
}
.siriusPopupWrapper {
	padding:40px 30px;
	overflow:hidden;
	position:relative;
}
.siriusPopupWrapper .col {
	float:left;
	margin:0 20px;
	width:330px;
}
.siriusNojsPopupWrapper .col {
	float:left;
	font-size:1.357em;
	margin-right:20px;
	width:338px;
}
.siriusPopupWrapper .warning {
	color:#E14C25;
	display:none;
	float:left;
	font-weight:bold;
	margin:0;
}

#ie6message {
	display:none;
}

/*
 * Share Button styles
 */
#share-buttons-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 1.167em;
}

.heading-box #share-buttons-wrapper {
	top: 0.417em;
	right: 0.333em;
}

.description-column #share-buttons-wrapper {
	position: relative;
	margin-top: 10px;
	margin-left: -2px;
}

/* Hidden text style */

.hide-element {
	left: -9999px;
	position: absolute;
}

.hide-text {
	text-transform: capitalize; /* IE7 fix for buttons */
	text-indent: -9999px;
}

/* Events styles */

#events-filters {
    margin: 0 0 13px 0;
}

#events-filters h1 {
    margin: 16px 0;
}

.events-listing {
    width: 100%;
    border-right: none;
}

form#events-filters-form fieldset {
    float: left;
    border-right: 1px solid #FFF;
    padding: 10px 33px;
    background-color: #CFCAC6;
}

form#events-filters-form fieldset#month-column {
    padding-right: 31px;
}

form#events-filters-form label {
    text-transform: uppercase;
    font-weight: bold;
    color: #563400;
    font-size: 12px;
}

form#events-filters-form select {
    width: 186px;
    margin-left: 10px;
}

p#no-events-message {
    width: auto;
    margin-top: 11px;
    padding: 0;
    font-size: 12px;
}

ul#event-types {
    clear: both;
    float: left;
    margin: 10px 0 7px 0;
}

ul#event-types li {
    display: block;
    float: left;
    margin-right: 3px;
    padding: 7px 7px 7px 0;
    font-size: 12px;
}

ul#event-types li a {
    background-color: none;
    text-decoration: none;
    font-style: normal;
    padding: 5px 7px 5px 0;
}

.event-holder a#back-to-events-link {
    display: block;
    float: left;
    clear: both;
    color: #E14C25;
    font-style: normal;
    font-size: 14px;
    margin: 5px 0 0 0;
    background: url('../images/presentation/left_arrow_orange.png') no-repeat 0 3px;
    text-align: right;
    width: 100%;
}

.event-holder p.social-buttons {
    font-style: italic;
    margin-bottom: 9px;
}

#event-social-buttons {
  position: relative;
  clear: both;
  padding: 10px 0 0 0;
}

#event-social-buttons p.social-buttons {
  float: left;
}

#event-social-buttons #share-buttons-wrapper {
  position: relative;
  float: left;
  margin-left: 8px;
}

.events-holder .information,
.event-holder .information {
  margin-bottom: 5px;
}

.event-holder .information span {
  padding: 3px 0;
}


/* FOR MEMBERSHIP SPA */
.spa-header {
    color: #4B3C30;
    font-size: 1.5em;
    padding-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.spa-next {
    color: white;
    background-color: #e14c25;
    width: 100px;
    padding: 5px;
    text-align: center;
    font-style: bold;
    text-transform:uppercase;
    border: none;
    margin-top: 10px;
}

.spa-next:hover {
    opacity:0.75;
}

.spa-start-buttons {
    color: white;
    font-size: 1em;
    letter-spacing: 1.3px;
    background-color: #e14c25;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-style: bold;
    text-transform:uppercase;
    border: none;
    margin-top: 10px;
}

.spa-start-buttons:hover {
    opacity:0.75;
}

.spa-mlevel-dropdown {
    color: #4B3C30;
    font-size: .75em;
    margin-left: 2em;
    display: block;
}

.spa-state {
    visibility:hidden;
}

.spa-mlevel-header {
    color: #4B3C30;
    font-size: 1.25em;
}

.mlevel-title {
    color: #4B3C30;
    font-size: 1.5em;
    padding-bottom: 1em;
    letter-spacing: 0.05em;
    font-weight: 600;
}

ul.spa {
    padding-left: 25px;

}

/* VARIOUS BUTTONS AND CALLOUT BOXES */

.spextour-box {
	border:1px #C9C2BE solid;
	margin:0 0 3px;
	background-color: #F0F0F0;
	padding: 10px;
}

.spextour-box a {
	color: #E14C25;
}

.spextour-box a:hover {
	opacity:0.75;
}

.book-tix-button {
    color: white;
    background-color: #e14c25;
    width: 100px;
    padding: 5px;
    text-align: center;
    font-style: bold;
    text-transform:uppercase;
    border: none;
    margin-top: 10px;
}


/* TABBED NAVIGATION ON TICKET PAGE */

div .tabbed-tickets {
  background: #fff;
  width: 100%;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.tabbed-tickets input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}
div.tabbed-tickets label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  float: left;
  padding: 10px 30px;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #C9C2BE;
}
div.tabbed-tickets label:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #E14C25;
}
#ticket-tab-1:checked ~ #ticket-tab-content-1,
#ticket-tab-2:checked ~ #ticket-tab-content-2,
#ticket-tab-3:checked ~ #ticket-tab-content-3,
#ticket-tab-4:checked ~ #ticket-tab-content-4,
#ticket-tab-5:checked ~ #ticket-tab-content-5,
#ticket-tab-6:checked ~ #ticket-tab-content-6,
#ticket-tab-7:checked ~ #ticket-tab-content-7,
#ticket-tab-8:checked ~ #ticket-tab-content-8,
#ticket-tab-9:checked ~ #ticket-tab-content-9,
#ticket-tab-10:checked ~ #ticket-tab-content-10 {
  display: block;
}
div.tabbed-tickets input:checked + label {
  border-top-color: #E14C25;
  border-right-color: #C9C2BE;
  border-left-color: #C9C2BE;
  border-bottom-color: transparent;
  text-decoration: none;
}


#ticket-tab-content-1,
#ticket-tab-content-2,
#ticket-tab-content-3,
#ticket-tab-content-4,
#ticket-tab-content-5,
#ticket-tab-content-6,
#ticket-tab-content-7,
#ticket-tab-content-8,
#ticket-tab-content-9,
#ticket-tab-content-10{
  clear: both;
  padding-top: 10px;
  display: none;
}
