/* Global settings */
@font-face {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	src: url('fonts/AnisetteStdPetite-Demi.eot');
	src: local('‚ò∫'), url('fonts/AnisetteStdPetite-Demi.ttf') format('truetype'), url('fonts/AnisetteStdPetite-Demi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AnisetteStdPetite-Regular';
	src: url('fonts/AnisetteStdPetite-Regular.eot');
	src: local('‚ò∫'), url('fonts/AnisetteStdPetite-Regular.ttf') format('truetype'), url('fonts/AnisetteStdPetite-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;

}
a:link, a:visited{
	color:#5091CD;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
label {
	display: block;
}
html {
	/*overflow-y: scroll;*/
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
#message {
	position: absolute;
	width: 200px;
	background: #5091cd;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	left: 400px;
	top: 15px;
	padding: 5px;
	text-align: center;
	-moz-box-shadow: 3px 3px 3px #aaa; 
	 -webkit-box-shadow: 3px 3px 3px #aaa; 
	 box-shadow: 3px 3px 3px #aaa;
}
#error {
	width: 1000px;
	margin: auto;
	padding: 40px 0 20px 0;
}
#error strong {
	font-size: 23px;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	color: #5091cd;
	font-weight: normal;
}


/* Layout */
body,
textarea {
	color: #000;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
	line-height: 17px;
	overflow-y: scroll;
}
textarea {
	overflow-y: auto;
}
h1 {
	display: none;
}
#container {

}
#header_container {
	background: url('../img/header.png') repeat-x;
	height: 180px;
}
#header {
	width: 1000px;
	margin: auto;
	position: relative;
}
#logo {
	padding-top: 15px;
}
#menu {
	position: absolute;
	left: 140px;
	top: 95px;
}
#menu > ul > li {
	float: left;
	margin: 0 15px 0 15px;
	height: 35px;
	position: relative;
}
#menu > ul > li > a {
	display: block;
	font-size: 23px;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	color: #5091cd;
	padding-bottom: 10px;
	
}
#menu > ul > li > a.page:hover,
#menu > ul > li > a.selected {
	color: #876500;
	border-bottom: 3px solid #876500;
}
#menu > ul > li:hover > a {
	color: #876500;
}
#menu > ul > li .children {
	display: none;
	position: absolute;
	top: 27px;
	left: -10px;
	z-index: 1000;
	background: #f2f2f2;
	border: 1px solid #876500;
	width: 250px;
}
#menu > ul > li:hover .children {
	display: block;
}
#menu > ul > li:hover .children li {
	border-bottom: 1px solid #876500;
}
#menu > ul > li:hover .children li:last-child {
	border: 0;
}
#menu > ul > li .children li a {
	display: block;
	padding: 10px;
	color: #876500;
	font-family: 'Conv_AnisetteStdPetite-Regular';
	text-transform: uppercase;
}
#menu > ul > li .children li a.selected,
#menu > ul > li .children li a:hover {
	background: #e1d8c3;
	color: #000;
}

#tools {
	position: absolute;
	top: 13px;
	right: 0;
	color: #876500;
	/*text-transform: uppercase;*/
}
#tools span,
#tools a {
	margin-left: 5px;
	float: left;
	position: relative;
}
#tools a {
	color: #7a7a7a;
	/*text-transform: uppercase;
	font-family: 'Conv_AnisetteStdPetite-Regular';*/
	padding-bottom: 9px;
}
#tools a:hover {
	color: #876500;
}
#tools a.selected {
	color: #876500;
	border-bottom: 3px solid #876500;
	
}
#content {

}
#footer {
	border-top: 1px solid #e1d8c3;
	margin-top: 20px;
	border-bottom: 1px solid #e1d8c3;
	margin-bottom: 100px;
	padding: 15px 0 15px 0;
}
#footer nav {
	width: 1000px;
	margin: auto;
	text-align: center;
}
#footer nav ul li {
	display: inline;
}
#footer nav ul li,
#footer nav ul li a {
	color: #876500;
}
#footer nav ul li a:hover {
	text-decoration: underline;
}
#path_container {
	border-bottom: 1px solid #e1d8c3;
	padding: 15px 0 15px 0;
}
#path {
	width: 1000px;
	margin: auto;
}
#path h2,
#path h2 a {
	font-weight: normal;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	color: #876500;
	font-size: 23px;
}


/* Newsletter */
#newsletter_form {
	display: none;
	position: absolute;
	top: 48px;
	right: 0px;
	z-index: 1000;
	background: #f2f2f2;
	border: 1px solid #876500;
	width: 250px;
	padding: 10px;
}
#newsletter_form input[type=text]{
	width: 235px;
}
#newsletter_form label {
	color: #876500;
}
#newsletter_form label.error {
	color: #5091cd;
}
#newsletter_form .close {
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}

/* Home */
#home_images {
	width: 1000px;
	margin: auto;
}
#home_images .slideshow {
	height: 460px;
	width: 1000px;
	overflow: hidden;
}
#home_images .slideshow .mask,
#home_images .slideshow h4 {
	display: block;
	text-align: left;
	padding-left: 15px;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	font-size: 15px;
}
#home_images .slideshow .mask {
	height: 80px;
}
#home_images .slideshow h4 {
	bottom: 40px;
	font-size: 26px;
}
#home_images .slideshow .description {
	position: absolute;
	bottom: 20px;
	color: #fff;
	z-index: 10;
	left: 15px;
}


/* highlights */
#highlights_container {
	padding-top: 20px;
	border-top: 1px solid #e1d8c3;
	margin-top: 20px;
}
#highlights {
	width: 1000px;
	margin: auto;
}
#highlights ul > li {
	float: left;
	position: relative;
}
#highlights ul > li .thumbnail {
	width: 290px;
	height: 200px;
	overflow: hidden;
}
#highlights ul > li img {
	display: block;
	margin: auto;
}
#highlights ul > li .mask {
	width: 290px;
	position: absolute;
	bottom: 15px;
	left: 16px;
	height: 60px;
	background: #5091cd;
	z-index: 5;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#highlights ul > li .wrapper {
	border: 1px solid #e1d8c3;
	padding: 15px;
}
#highlights ul > li.hspacer {
	margin-right: 16px;
}
#highlights ul > li .description {
	position: absolute;
	top: 218px;
	height: 20px;
	overflow: hidden;
	left: 30px;
	z-index: 10;
	color: #fff;
}
#highlights ul > li h4 {
	position: absolute;
	bottom: 45px;
	left: 30px;
	z-index: 10;
	color: #fff;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	font-size: 17px;
}
#highlights ul > li h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #876500;
	text-transform: uppercase;
	height: 30px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}

/* eshop*/
#eshop_path_container {
	border-bottom: 1px solid #e1d8c3;
	padding: 15px 0 15px 0;
}
#eshop_path {
	width: 1000px;
	margin: auto;
	position: relative;
}
#eshop_path,
#eshop_path a {
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	font-size: 23px;
	color: #876500;
}
#eshop_title {
	float: left;
}
#colors {
	position: absolute;
	right: 0;
	top: 0;
}
#colors > li {
	float: right;
	width: 17px;
	height: 33px;
	margin-left: 5px;
}
#colors > li.selected,
#colors > li:hover {
	border-bottom: 3px solid #876500;
}
#colors a {
	display: block;
	width: 17px;
	height: 17px;
}


#products,
#types,
#categories {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}

#categories article {
	float: left;
	padding: 15px;
	border: 1px solid #e1d8c3;
	position: relative;
	cursor: pointer;
}
#categories article.hspacer {
	margin-right: 16px;
}
#categories article.vspacer {
	margin-bottom: 16px;
}
#categories article img.thumbnail {
	width: 460px;
	height: 250px;
	display: block;
}
#categories article .mask {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 460px;
	height: 40px;
	background: #876500;
	z-index: 5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#categories article h3 {
	position: absolute;
	bottom: 25px;
	left: 15px;
	width: 460px;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

#types article {
	float: left;
	padding: 15px;
	border: 1px solid #e1d8c3;
	position: relative;
	cursor: pointer;
}
#types article.hspacer {
	margin-right: 17px;
}
#types article.vspacer {
	margin-bottom: 17px;
}
#types article img.thumbnail {
	width: 290px;
	height: 290px;
	display: block;
}
#types article .mask {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 290px;
	height: 40px;
	background: #876500;
	z-index: 5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#types article h3 {
	position: absolute;
	bottom: 25px;
	left: 15px;
	width: 290px;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

#products article {
	float: left;
	padding: 15px;
	border: 1px solid #e1d8c3;
	position: relative;
	cursor: pointer;
}
#products article.hspacer {
	margin-right: 16px;
}
#products article.vspacer {
	margin-bottom: 16px;
}
#products article img.thumbnail {
	width: 206px;
	height: 206px;
	display: block;
}
#products article .mask {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 238px;
	height: 238px;
	background: #5091cd;
	z-index: 5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#products article h3 {
	display: none;
	position: absolute;
	bottom: 25px;
	left: 15px;
	width: 206px;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
#products article h3 .price {
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	font-size: 20px;
	line-height: 30px;
}



/* Product */
#product_name,
#product {
	width: 1000px;
	margin: auto;
}
#product_name_container {
	border-bottom: 1px solid #e1d8c3;
}
#product_name {
	padding: 15px 0 15px 0;
}
#product_name h3 {
	float: left;
	font-weight: normal;
	font-family: 'Conv_AnisetteStdPetite-Demi';
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #5091cd;
}
#product_price {
	width: 270px;
	line-height: 30px;
	float: right;
	text-align: right;
}
#product_price,
#product_price a {
	color: #5091cd;
}
#product_price strong {
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding-right: 15px;
}
#product_price form {
	display: inline;
}
#product_price form button {
	margin-left: 5px;
}

#product {
	padding-top: 20px;
}
#product_images {
	width: 510px;
	float: left;
}
#product_images .slideshow > li {
	width: 510px;
}
#product_details {
	float: right;
	width: 470px;
}
#product_details .description {
	color: #876500;
	margin-bottom: 20px;
}
#product_details table {
	width: 100%;
	border-top: 1px solid #e1d8c3;
	border-left: 1px solid #e1d8c3;
}
#product_details td {
	border-right: 1px solid #e1d8c3;
	border-bottom: 1px solid #e1d8c3;
	padding: 5px;
	color: #876500;
}
#product_details td a {
	color: #5091cd;
}
#product_details td.share a {
	float: left;
	margin-right: 5px;
}
#product_details td.title {
	width: 110px;
}

#product .slideshow {
	width: 510px;
	height: 510px;
}
#product .slideshow > li img {
	display: block;
	margin: auto;
}

#linked {
	margin-top: 20px;
}
#linked h3 {
	font-family: 'Conv_AnisetteStdPetite-Regular';
	color: #876500;
	text-transform: uppercase;
	height: 30px;
	font-size: 15px;
	font-weight: normal;
}
#linked ul li {
	float: left;
}
#linked ul li {
	border: 1px solid #e1d8c3;
	padding: 11px;
}
#linked ul li img {
	width: 86px;
	display: block;
}
#linked ul li.hspacer {
	margin-right: 10px;
}
#linked ul li.vspacer {
	margin-bottom: 10px;
}


/* Basket */
#basket {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}
#basket_items, #discount_table {
	width: 1000px;
	border-top: 1px solid #e1d8c3;
	border-left: 1px solid #e1d8c3;
}
#basket_items td, #discount_table td {
	border-right: 1px solid #e1d8c3;
	border-bottom: 1px solid #e1d8c3;
	padding: 5px;
	color: #876500;
}
#basket_items td.description .details {
	padding-top: 3px;
	padding-left: 10px;
}
#basket_items td.description .details,
#basket_items td.description .thumbnail {
	float: left;
}
#basket_items td.description .details h3 a {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #5091cd;
	text-transform: uppercase;
	font-size: 14px;
}

#basket_items td.price,
#basket_items td.amount,
#basket_items td.qty,
#basket_items td.remove,
#discount_table td.remove {
	width: 60px;
	text-align: center;
}
#basket_items td.remove a, #discount_table td.remove a {
	display: block;
	margin: auto;
	width: 13px;
	height: 12px;
	background: url('../img/remove.png') no-repeat;
}
#basket_items td.remove a:hover {
	background: url('../img/remove_over.png') no-repeat;
}
#basket_items .thumbnail {
	width: 60px;
}
#basket_items form {
	display: inline;
}
#basket_items tfoot td {
	background: #f2f2f2;
}
#basket_items tfoot td.total {
	text-align: right;
	font-weight: bold;
}
#basket_items tfoot td.total strong {
	font-size: 16px;
}
#basket_items tbody td .old_price, #basket_items tfoot td.total .old_price {
	text-decoration:line-through;
	color: #999999;
}
.basket_buttons {
	margin-top: 15px;
}
.basket_buttons a {
	background: #5091cd;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	font-family: 'Conv_AnisetteStdPetite-Demi';
}
.basket_buttons .order {
	float: right;
}
.basket_buttons .back {
	float: left;
}
#discount_code {
	padding-left: 5px;
	margin: 20px 0;
	color: #876500;
}

/* Sign-In */
#signin {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	color: #876500;
}
#login_container {
	width: 490px;
	float: left;
}
#signup_container {
	width: 490px;
	float: right;
}
#signin input[type="text"],
#signin input[type="password"] {
	width: 430px;
}
#signin h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #876500;
	text-transform: uppercase;
	height: 30px;
	font-size: 15px;
}
.forgotten_passwd {
	color: #5091cd;
	font-family: Arial, Sans-serif;
	text-transform: none;
}

/* delivery & billing addresses */
#billing,
#delivery {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	color: #876500;
}
#billing_address_form textarea,
#shipping_address_form textarea,
#billing input[type="text"],
#delivery input[type="text"] {
	width: 430px;
}
#billing h3,
#delivery h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #876500;
	text-transform: uppercase;
	height: 30px;
	font-size: 15px;
}
#billing_addresses,
#delivery_addresses {
	width: 490px;
	float: right;
}
#billing_addresses ul > li,
#delivery_addresses ul > li {
	border-bottom: 1px solid #e1d8c3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#billing_addresses ul > li:last-child,
#delivery_addresses ul > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#billing_addresses ul > li .buttons,
#delivery_addresses ul > li .buttons {
	padding-top: 5px;
}
#billing_addresses form,
#billing_addresses button,
#delivery_addresses form,
#delivery_addresses button {
	display: inline;
	padding: 0;
	background: #fff;
	color: #5091cd;
}
#billing_address_form,
#shipping_address_form {
	width: 490px;
	float: left;
}

#shipping_address_form .country {
	color: #5091cd;
}

/* Address form */
#address_form {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	color: #876500;
}
#address_form h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #876500;
	text-transform: uppercase;
	height: 30px;
	font-size: 15px;
}
#address_form textarea,
#address_form input[type="text"] {
	width: 430px;
}


/* Sign-In */
#checkout {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	color: #876500;
}
#checkout_payment {
	background: #f2f2f2;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
#checkout_agreement {
	padding-bottom: 10px;
}
#checkout_agreement a {
	color: #5091cd;
}
#checkout h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #876500;
	text-transform: uppercase;
	height: 30px;
	font-size: 15px;
}
#checkout #basket_items {
	width: 800px;
	float: left;
}
#checkout_addresses {
	width: 180px;
	float: right;
}
#checkout_addresses h4 {
	color: #876500;
	text-transform: uppercase;
}
#checkout_addresses > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1d8c3;
}
#checkout_addresses > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#payment_container {
	padding-top: 20px;
	width: 1000px;
	margin: auto;
}
#payment_text {
	color: #876500;
	padding-bottom: 15px;
}
#canceled,
#confirmed {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}
#cgv_container {
	padding: 20px;
	color: #876500;
}
#cgv_container h3 {
	padding-bottom: 20px;
	font-size: 15px;
}

/* Forgottent passwd */
#passwd {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	color: #876500;
}



/* Slideshow (common properties) */
.slideshow {

}
.slideshow > li {
	position: relative;
}
.slideshow_pager_container {
	position: relative;
	height: 20px;
}
.slideshow_pager {
	position: absolute;
	padding-top: 10px;
}
.slideshow_pager li {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0 3px 0 3px;
}
.slideshow_pager li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url('../img/pager.png') no-repeat;
}
.slideshow_pager li a:hover,
.slideshow_pager li.activeSlide a {
	background: url('../img/pager_active.png') no-repeat;
}
.slideshow img {
	display: block;
	margin: auto;
}
.slideshow h4 {
	position: absolute;
	bottom: 12px;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 10;
	font-weight: normal;
	display: none;
}
.slideshow .mask {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background: #876500;
	z-index: 5;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	display: none;
}


/* Agenda */
#events_nav_container {
	border-bottom: 1px solid #e1d8c3;
	padding: 15px 0 0px 0;
	background: #f2f2f2;
}
#events_nav {
	width: 1000px;
	margin: auto;
	text-align: left;
	font-family: 'Conv_AnisetteStdPetite-Regular';
}
#events_nav strong {
	font-weight: normal;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	color: #876500;
	font-size: 23px;
	padding: 0 15px 0 15px;
}
#events_nav a {
	float: left;
	color: #5091cd;
	text-transform: uppercase;
	margin-right: 15px;
	padding-bottom: 10px;
}
#events_nav a.selected,
#events_nav a:hover {
	color: #876500;
	border-bottom: 3px solid #876500;
}
#agenda {
	width: 1000px;
	margin: auto;
}
#agenda #events {
	float: left;
	width: 780px;
	padding-top: 20px;
}

#agenda .details .location,
#event .details .location{
	float:right;
	width:120px;
	margin-left:10px;
	margin-bottom:10px;
}
#agenda .details .location img,
#event .details .location img{
	width:100%;
}
#agenda #shows .location{
	margin-bottom:3px;
	margin-top:3px;
}



#agenda #shows .location a:link, #agenda #shows .location a:visited{
	color:#5091cd;
}
#agenda #shows .location a:hover, #agenda #shows .location a:active{
	text-decoration:underline;
	
}
#no_results {
	float: left;
	width: 780px;
	text-align: center;
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #5091cd;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
}

/* Events */
.event {
	width: 780px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1d8c3;
	margin-bottom: 20px;
	color: #876500;
}
.event:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.event h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 23px;
	color: #876500;
}
.event h3 a {
	color: #876500;
}
.event h3 {
	margin-bottom: 8px;
}
.event .images {
	width: 200px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.event .images img {
	display: block;
	width: 200px;
}
.event .images .copyright {
	font-size: 11px;
	color: #876500;
	font-style: italic;
}
.event .details {
	float: left;
	width: 560px;
}
.event .details h4 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	font-weight: normal;
	text-transform: uppercase;
	color: #876500;
	font-size: 12px;
	margin-bottom: 5px;
}
.event .details .date {
	color: #5091cd;
	font-size: 15px;
	margin-bottom: 5px;
}
.event .details .partners h5,
.event .details .links p {
	display: none;
}
.event .details .partners li {
	float: left;
	height: 50px;
	margin-right: 10px;
}
.event .details .partners li table {
	width: 100%;
	height: 100%;
}
.event .details .text {
	margin-bottom: 10px;
	clear:both;
}
.event .details .links {
	margin-bottom: 10px;
}
.event .details .links a {
	padding-left: 12px;
	background: url('../img/external.png') no-repeat 0 3px;
	color: #5091cd;
}
.event .details .links a:hover {
	text-decoration: underline;
}


/* Event view */
#event {
	width: 1000px;
	margin: auto;
}
#event .event {
	float: left;
	margin-top: 20px;
}

/* Shows */
#shows {
	float: right;
	width: 200px;
	/*background: #f4efe4;*/
	overflow: hidden;
}
#shows h3 {
	color: #876500;
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	font-variant: small-caps;
	font-size: 21px;
	text-align: center;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e1d8c3;
}
#shows h3 span{
	display:block;
	margin-top:10px;
	font-size:16px;
}
#shows ul > li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e1d8c3;
	color: #876500;
}
#shows ul > li:last-child {
	border: 0;
}
#shows ul > li h4 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	color: #5091cd;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 2px 0 2px 0;
}
#shows ul > li h5 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	font-size: 15px;
	font-weight: normal;
	color: #876500;
}
#shows ul > li .url a {
	color: #5091cd;
}
#shows ul > li .url a:hover {
	/*color: #876500;*/
	text-decoration: underline;
}
.event .share{
	text-align:right;
}
.event .share div{
	display:inline-block;
	margin-left:5px;
}

/* Page title */
h2 {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #e1d8c3;
	position: relative;
}
h2 a,
h2 div {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 23px;
	color: #876500;	
}
h2 div {
	width: 1000px;
	margin: auto;
	display: block;
	position: relative;
}
h2 div nav {
	float: right;
}
h2 div nav,
h2 div nav a {
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-size: 13px;
	color: #5091cd;
}
h2 div nav a:hover {
	color: #876500;
}

/* Salon */
#salon {
	width: 1000px;
	margin: auto;;
}
#salon .slideshow {
	width: 680px;
	height: 390px;
}
#salon .slideshow .mask,
#salon .slideshow h4 {
	display: block;
	text-align: left;
	padding-left: 15px;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	font-size: 15px;
}
#salon .slideshow_pager {
	padding-top: 13px;
}
#salon section {
	float: left;
	width: 680px;
}
#salon aside {
	float: right;
	width: 300px;
}
#salon section nav {
	margin-top: 20px;
	border-top: 1px solid #e1d8c3;
	padding-top: 20px;
}
#salon section nav ul > li {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1d8c3;
	margin-bottom: 20px;
}
#salon section nav ul > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
#salon section nav ul > li img {
	width: 130px;
	display: block;
}
#salon section nav ul > li .thumbnail {
	width: 130px;
	float: left;
}
#salon section nav ul > li .details {
	width: 530px;
	float: right;
	
}
#salon section nav ul > li .details h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #876500;
	height: 20px;
}
#salon section nav ul > li .details .description {
	color: #876500;
}
#salon section nav ul > li .details .description .more {
	color: #5091cd;
}
#salon aside h3 {
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	color: #876500;
	padding: 15px 0 15px 0;
	border-top: 1px solid #e1d8c3;
	border-bottom: 1px solid #e1d8c3;
	text-align: center;
}
#salon aside .description {
	color: #876500;
	padding: 15px 0 15px 0;
}
#salon aside .description .more a,
#salon aside .description .more {
	color: #5091cd;
}
#salon_address {
	color: #876500;
	padding-top: 15px;
}

/* Locations */
#location {
	width: 1000px;
	margin: auto;;
}
#location .locations{
	float:left;
	width:300px;
	margin-right:50px;
}
#location .logo_location img{
	margin:25px auto 25px auto;
	width:240px;
	display:block;
	margin-bottom:25px;
	position:relative;
	left:-10px;
}
#location .locations:last-child{
	margin-right:0;
	
}
#location .slideshow {
	width: 680px;
	height: 390px;
}
#location .slideshow .mask,
#location .slideshow h4 {
	display: block;
	text-align: left;
	padding-left: 15px;
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia', 'Times', 'Serif';
	font-size: 15px;
}
#location .slideshow_pager {
	padding-top: 13px;
}
#location section {
	float: left;
	width: 680px;
}
#location aside {
	float: right;
	width: 300px;
}
#location section nav {
	margin-top: 20px;
	border-top: 1px solid #e1d8c3;
	padding-top: 20px;
}
#location section nav ul > li {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1d8c3;
	margin-bottom: 20px;
}
#location section nav ul > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
#location section nav ul > li img {
	width: 130px;
	display: block;
}
#location section nav ul > li .thumbnail {
	width: 130px;
	float: left;
}
#location section nav ul > li .details {
	width: 530px;
	float: right;
	
}
#location section nav ul > li .details h3 {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #876500;
	height: 20px;
}
#location section nav ul > li .details .description {
	color: #876500;
}
#location section nav ul > li .details .description .more {
	color: #5091cd;
}
#location section nav ul > li .details .description .more:hover {
	text-decoration:underline;
}
#location aside h3, #location .locations h3 {
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	color: #876500;
	padding: 15px 0 15px 0;
	border-top: 1px solid #e1d8c3;
	border-bottom: 1px solid #e1d8c3;
	text-align: center;
}
#location aside .description {
	color: #876500;
	padding: 15px 0 15px 0;
}
#location aside .description .more a,
#location aside .description .more {
	color: #5091cd;
}
#location aside .description .more a:hover{
	text-decoration:underline;
}
.location_address {
	color: #876500;
	padding-top: 15px;
}
#location .locations h2{
 	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #876500;
	padding: 15px 0 15px 0;
	border-top: 1px solid #e1d8c3;
	border-bottom: 1px solid #e1d8c3;
	text-align: center;
}
#location .locations .description{
	color: #876500;
	height:215px;
	margin:15px 0 15px 0;
	overflow:hidden;
}
#location .location_address h3{
	font-family:Arial,​Verdana,​Sans-serif;
	padding:none;
	text-transform:none;
	font-size:12px;
	text-align:left;
	padding:0;
	border:0;
	font-weight:bold;
}

/* Medias */
#medias {
	width: 1000px;
	margin: auto;
	padding-top: 20px;
}
#medias ul > li {
	float: left;
	padding: 15px;
	border: 1px solid #e1d8c3;
	position: relative;
	cursor: pointer;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
#medias ul > li.hspacer {
	margin-right: 16px;
}
#medias ul > li.vspacer {
	margin-bottom: 16px;
}
#medias ul > li img.thumbnail {
	width: 460px;
	height: 250px;
	display: block;
}
#medias ul > li img.play {
	display: none;
	position: absolute;
	top: 95px;
	left: 230px;
}
#medias ul > li .mask {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 460px;
	height: 40px;
	background: #876500;
	z-index: 5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#medias ul > li h3 {
	position: absolute;
	bottom: 25px;
	left: 15px;
	width: 460px;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-family: 'Conv_AnisetteStdPetite-Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
#media {
	width: 1000px;
	margin: auto;
}
#player.audio {
	margin-top: 20px;
}
#gallery {
	
}
#gallery .slideshow {
	width: 1000px;
	height: 590px;
	overflow: hidden;
	
}
#gallery .slideshow li {
	width: 960px;
	height: 550px;
	background: #000;
	padding: 20px;
}
#gallery .slideshow li img {
	display: block;
	margin: auto;
}
#gallery .slideshow_pager {
	padding-top: 13px;
}
#media .description {
	padding-top: 20px;
	color: #876500;
}


/* html */
#html {
	width: 1000px;
	margin: auto;
	padding-top: 20px;
}
#html_container {
}
#html_text_container {
	color: #876500;
	font-size: 13px;
	line-height: 19px;
	float: left;
	width: 580px;
}
#html_text_container.single {
	width: 800px;
}
#html_text_container .more {
	display: none;
	background: url('../img/expand_text.png') no-repeat;
	width: 15px;
	height: 8px;
	margin: auto;
	margin-top: 10px;
	cursor: pointer;
}
#html_text_container .more:hover {
	background: url('../img/expand_text_hover.png') no-repeat;
}
#html_text {
	height: 229px;
	overflow: hidden;
}
#html_text a:hover {
	text-decoration:underline;
}

#html .images {
	float: left;
	width: 400px;
	margin-right: 20px;
}
#html .images .slideshow {
	width: 400px;
	height: 229px;
	background: #f2f2f2;
}
#html .images .slideshow > li {
	width: 400px;
	height: 229px;
}


/* press */
#press {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}
#press > li {
	width: 222px;
	height: 350px;
	float: left;
	padding: 10px;
	border: 1px solid #e1d8c3;
}
#press > li .thumbnail {
	height: 309px;
}
#press > li h3 {
	margin-top: 17px;
	text-align: center;
	color: #876500;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
#press > li img {
	width: 222px;
	display: block;
}
#press > li.hspacer {
	margin-right: 8px;
}
#press > li.vspacer {
	margin-bottom: 8px;
}


/* contact */
#contact {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	color: #876500;
}
#contact_text {
	float: left;
	width: 580px;
}
#contact_form {
	float: right;
	width: 400px;
}
#contact textarea,
#contact input[type=text] {
	width: 400px;
}

/* form */
form p {
	margin-bottom: 10px;
}
label {
	font-family: 'Conv_AnisetteStdPetite-Demi';
	text-transform: uppercase;
}
label.error {
	color: #5091cd;
}
textarea,
input[type=password],
input[type=text] {
	border: 1px solid #e1d8c3;
	padding: 7px;
	resize: none;
	color: #876500;
}
button {
	background: #5091cd;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	padding: 8px;
	cursor: pointer;
	font-family: 'Conv_AnisetteStdPetite-Demi';
	letter-spacing: 1px;
}


/* Files */
#files {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}
#files a {
	color: #876500;
}
#files a:hover {
	color: #5091cd;
}
#files li {
	height: 25px;
}


/* Passwd */
#passwd_form {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}
#passwd_form input[type=password] {
	width: 300px;
}
#passwd_form label {
	color: #876500;
}


/* newsletters */
#newsletters_container {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}
#newsletters_container a {
	color: #876500;
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 1000;
	background: #f2f2f2;
	border: 1px solid #876500;
	padding: 5px;
	width: 80px;
	text-align: center;
}
#tooltip h3 {
	color: #000;
	font-weight: normal;
	font-size: 11px;
}
#tooltip.event {
	width:auto;
}
body.fancybox-lock .fancybox-overlay{
	overflow-y : hidden;
}


/* Tiny MCE */
.intertitre{
	margin-bottom:5px;
	display:block;
	text-transform:uppercase;
	font-size:14px;
}

.blue{
	color:#5091CD;
}

.blue-bold{
	color:#5091CD;
	font-weight:bold;
}