﻿/*--------RESET CSS---------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------- CLEARFIX------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*-------------FONT IMPORT------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 14, 2012 */

@font-face {
    font-family: 'CenturyGothicTNormal';
    src: url('../fonts/century_gothic_t.-webfont.eot');
    src: url('../fonts/century_gothic_t.-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century_gothic_t.-webfont.woff') format('woff'),
         url('../fonts/century_gothic_t.-webfont.ttf') format('truetype'),
         url('../fonts/century_gothic_t.-webfont.svg#CenturyGothicTNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*--------------INIZIO CSS--------------*/

html, body {
	font-family: CenturyGothicTNormal, sans-serif;
	/*background: #301d07;*/
	background: #291a15;
	background: bottom no-repeat url(/static/img/logosfondo.png);

}

strong {
	font-weight: bold;
	color: #998262;
}

.storeselect {
	font-weight: bold;
	color: #998262;
}


em { 
	font-style:italic;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	font-size:20px;
}

a {
	text-decoration:none;
	color: #362106;
}

hr { border: 1px solid #beb185; }

/*--------------HEADER--------------*/
#header {
    position: relative;
    width: 100%;
	height: 130px;
	box-shadow: 1px 0 10px black;
	/*background: #3a260e;*/
	background: #291a15;
    z-index: 100;
}

#headWrap {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#logo {
	height: 109px;
	width: 119px;
	float: left;
	padding-top: 10px;
}

.menu li {
	list-style: none;
	display: inline;

}

.head-navi{
    float: right;
    width: 840px;
}


/*-----SEARCH INPUT------*/

#searchbar {
    background: url("/static/img/barbg.png") repeat-x scroll 0 0 #291a15;
    border: 3px solid #c2b589;
    border-radius: 50px 50px 50px 50px;
    color: #291a15;
    float: left;
    outline: medium none;
    padding: 1px;
    width: 170px;
}

#searchbar.active {
    background: url("/static/img/barbg-active.png") repeat-x scroll 0 0 #EBF3FC;
    border: 3px solid #9d8d68;
}

#searchbtn {
    background: url("/static/img/searchicon.png") repeat-y scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 19px;
    margin: 2px 0 0 -25px;
    padding: 0 0 0 20px;
    text-indent: -9999px;
    width: 19px;
}

#searchbtn:hover {
    background-position: 0 -20px;
}

/*--------------USER MENU--------------*/
#userMenu {
	float: right;
	margin-top: 30px;
}

#userMenu ul {
	display: inline;
}

#userMenu li {
	text-transform: capitalize;
	font-size: 15px;
	list-style: none;
	display: inline;
}

#userMenu a {
	color: #beb185;
	margin-left: 6px;
	padding-right: 8px;
	border-right: 1px solid #beb185;
	text-decoration: underline;
}

#userMenu li:last-child a {
	border: none;
}

#userMenu a:visited {
	color: #beb185;
}

#userMenu form{
	display:inline;

}

.highlight {
}

.ui-widget-content {
    background:	none;
    border: 	0px;
}

.ui-widget-content.ui-autocomplete {
	background:	rgb(242, 238, 226);
}

div.styled-select {
	float:right;
    margin-top: 27px;
    border-right: 1px solid #beb185;
}

div.styled-select a, div.ui-selectmenu-menu a, div.ui-selectmenu-menu a:hover {
    padding-top: 0px;
    padding-bottom: 3px;
    line-height: 13px;
    text-decoration:none;
    color: #BEB185;
    font-size: 16px;	/* FIXME: sistemare dimensione carattere */
                        /* Aumentando font-size, height e' insufficiente. */
    height: 19px;       /* Aumentando height, il select sballa. */
    text-align: right;
	background-color: #22140f;
	border: 0;
}

.ui-selectmenu-open { background-color:#003366;}
div.styled-select .ui-widget-content {
    background: scroll 50% 50% #291a15;
    border: 0;
}

div.styled-select .ui-state-default, div.styled-select .ui-widget-content .ui-state-default, div.styled-select .ui-widget-header .ui-state-default, .ui-state-hover, .ui-selectmenu-status {
    background: transparent;
    border: 0;
    color: #BEB185;
    font-weight: normal;
}

div.styled-select .ui-state-default a, div.styled-select .ui-state-default a:link, div.styled-select .ui-state-default a:visited {
    color: #BEB185;
    text-decoration: none;

	
}

div.styled-select .ui-state-hover, div.styled-select .ui-widget-content .ui-state-hover, div.styled-select .ui-widget-header .ui-state-hover, div.styled-select .ui-state-focus, div.styled-select .ui-widget-content .ui-state-focus, div.styled-select .ui-widget-header .ui-state-focus {
    background: transparent;
    border: 0;
    color: #BEB185;
    font-weight: normal;
}

div.styled-select span.ui-selectmenu-status {
    padding-top: 0px;
    padding-bottom: 0px;
	border: 0;
}

#searchMenu {
	float: right;
	margin-right: 0px;
	margin-top: 26px;
	margin-left: 10px;
}

/*--------------NAV--------------*/
#nav {
	text-align: right;
	float: right;
	margin-top: 40px;
}

#nav li {
	font-size: 17px;
	text-transform: uppercase;
	margin-left: 5px;
	padding-right: 0;
}

#nav a {
	color: #beb185;
	text-decoration: none;
}

#nav a:visited {
	color: #beb185;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#slideshow {
	height: 410px;
	width:960px;
	background: #291a15;
}

#headerimg {
	height: 130px;
	background: #291a15;
}

#container {
	background: #f2eee2;
	padding: 10px 0;
}

/*--------------BREADCRUMBS--------------*/
#breadcrumbs { 
	text-align: left;
	margin: 0 20px 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
}

#breadcrumbs a, #breadcrumbs * a { 
	color: #998262;
	border-right: 1px solid #998262;
	padding-right: 5px;
	padding-left: 5px;
}

#breadcrumbs .currentpage { 
	padding-left: 5px;
}

/*--------------CONTENT--------------*/
#content {
	margin: 40px auto;
	width: 572px;
	color: #362106;
}

.box {
	width: 190px;
	float: left;
	margin-right: 1px;
	text-align: left;
	font-size: 13px;
}

.box h2 {
	border-bottom: 1px solid #362106;
	font-size: 18px;
	padding: 15px 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#content .box:last-child {
	margin-right: 0;
}

/*--------------FOOTER--------------*/

#footer {
	background: #ebe9dc;
	height: 150px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.socialLinks a {
	color: #998262;
	border-right: 1px solid #998262;
	padding-right: 5px;
	margin-left: 5px;
}

.socialLinks a:last-child {
	border: none;
	margin-left: 0;
}

.socialLinks:visited {
	color: #998262;
}

#footerMenu {
	height: 18px;
	line-height: 18px;
	margin: 30px auto 0;
}

#footerMenu li {
	display:inline-block;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #998262;
	font-weight: bold;
}

#footerMenu li:last-child {
	border-right: none;
}

#footerMenu a {
	color: #998262;
	text-decoration: none;
}

#footerMenu a:visited {
	color: #998262;
}

#legal {
	margin-top: 5px;
	color: #998262;
}

/*--------------NEWS--------------*/

.fl_left, .fl_right{
	display:block;
	width:48%;
	margin-bottom:15px;
	padding: 5px 10px 5px 0;
	}
	
.fixwidth {
width:300px;
	}
	
.fl_left img, .fl_right img{
	float:left;
	margin:0 10px 0 0;
	padding:4px;
	border:1px solid #C7C5C8;
	clear:left;
	}

/*--------------STILI GENERICI--------------*/
.justify {
	text-align:justify;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.nostart {
	list-style-type:none; 
	margin:0; 
	padding:0;
}

.clear {
	clear:both;
}

br.clear {
	clear:both;
	margin-top:-15px;
}

.fl_left {
	float:left;
}
.fl_right {
	float:right;
}

.imgl, .imgr {
	border:1px solid #C7C5C8;
	padding:5px;
}

.imgl {
	float:left;
	margin:0 8px 8px 0;
	clear:left;
}

.imgr {
	float:right;
	margin:0 0 8px 8px;
	clear:right;
}

.clearboth {
	clear:both;
}

.centered {
	text-align: center;
}

.paddingtop { 
	padding-top: 10px;
}

.marginright {
	margin-right: 10px;
}

.paddingright {
	padding-right: 10px;
}

.pdf {  
	background: url("/static/img/pdf.png") no-repeat;
	padding-left: 20px;
} 

.text-variants {
    padding: 0 20px 20px 0px;
}

.box-variants {
    padding-top: 15px;
}

/*--------------FINE STILI GENERICI--------------*/

.thumb-box {
	float: left;
	padding: 0 0 10px 0;
	margin: 0 30px 30px 0;
	border-bottom: 1px solid #998262;
	-moz-box-shadow:  0px -4px 2px #e9e6d8;
	-webkit-box-shadow:  0px -4px 2px #e9e6d8;
	box-shadow: 0px -4px 2px #e9e6d8;

}

.thumb-box img {
	margin-bottom: 10px;
	/*border:1px solid #C7C5C8;*/
}

.thumb-box h2 {
    width:          210px;
    /* CDP white-space:    nowrap;
    overflow:       hidden; */
}

.borderbottom {	
	border-bottom: 1px solid #998262; 
	padding-bottom: 10px; 
	margin-bottom: 10px;
}


/*---------------- LAYOUT 1 COL ----------------*/

#mainfull, #mainnews {
	width: 930px;
	padding: 0 10px 40px 20px;
}

#mainnews h2, #mainfull h2, #main h2 {
	font-size: 18px;
	padding-bottom: 5px;
}

#mainfull h3 { 
	padding-bottom: 10px;
	color: #998262;
	font-size: 18px;
}

#mainnews h3 a, #mainfull h3 a, #main p a {
	color: #998262;
	font-size: 17px;
}

/*#mainfull h2{ 
	padding-bottom: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #998262;
	font-size: 18px;
}

#mainfull h3 { 
	padding-bottom: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #998262;
	font-size: 14px;
}
*/
#mainfull p a , #mainnews h3 a, #mainfull h3 a { 
	background-color: #deddcd;
}

#mainfull a a:hover, #mainnews h3 a:hover, #mainfull h3 a:hover { 
	background-color: #eae9dd;
}

div.newsimagecontainer {
    width:  210px;
    height: 105px;
	overflow: hidden;
}

div.newsimagecontainer img {
    width:  210px;
}

.bigimg {
	width: 460px;
	/*height: 600px;*/
	overflow: hidden;
	/*box-shadow: 1px 1px 5px #ebe9dc;*/
	-moz-box-shadow: 5px 5px 5px #dfdccc;
	-webkit-box-shadow: 5px 5px 5px #dfdccc;
	box-shadow: 5px 5px 5px #dfdccc;
	padding-right: 4px;
	float:left;
}
	

	float:left;
	/*border: 5px solid #998262;*/
}

.bigimg img {
	width: 460px;
	/* No height, so will be bottom-clipped. */
}

.bigboxright {
	float:right;
	width: 46%;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.boxmorecontainer {
	width: 920px;
	height: 300px;
	background-color:#deddcd;
	margin: 0 20px;
}

.boxmore {
	width: 280px;
	float: left;
	padding: 13px;
	text-align: left;
	font-size: 13px;
}

.boxmore h2 {
	border-bottom: 1px solid #362106;
	font-size: 18px;
	padding: 15px 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.boxmore p {
}

/*-------------- EVENTI ----------------------*/
#mainfull #hpage_events p {
	padding-bottom: 5px;
}

#hpage_events{
	display:block;
	width:100%;
	margin: 0;
	padding:0;
}
	
.event {
	float:left;
	width:210px;
	margin:0 22px 0 0;
	padding:0;
	float: left;
	padding: 0 0 10px 0;
	/*border-bottom: 1px solid #998262;*/
}

#hpage_events .event img{
	margin:0 0px 10px 0;
}

.event img{
	margin:0 0px 10px 0;
/*	padding:4px;*/
	border:4px solid #d6d2bc;
	-moz-box-shadow:  2px 2px 2px #dfdccc;
	-webkit-box-shadow:  2px 2px 2px #dfdccc;
	box-shadow: 2px 2px 2px #dfdccc;

}

/*------------ GALLERY ------------*/
.ul-category li {
	text-transform: capitalize;
	font-size: 18px;
	list-style: none;
	display: inline;
}

.ul-category {
	padding-top: 10px;
	margin: 5px;
}

.ul-category a {
	color: #998262;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #998262;
}

.ul-category li:last-child a {
	border: none;
}

#userMenu a:visited {
	color: #beb185;
}

/*------- impaginazione --------*/
ul.impaginazione {
	text-align: center;
	margin-top: 40px;
}

ul.impaginazione li {
	text-transform: capitalize;
	font-size: 18px;
	list-style: none;
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #998262;
    padding-left: 6px;
}

ul.impaginazione li:last-child {
	border-right: 0px;
}

ul.impaginazione li a  {
	color: #998262;
}

.storelocator {
	float:left;
	width:120px;
	margin:0 23px 0 0;
	padding:0;
	float: left;
	border-right: 1px solid #998262;
}

ul.storelocator {
	text-transform:uppercase;
	width:160px;
	float:left;
}

ul.storelocator ul {
	margin-bottom: 10px;
	margin-left:10px;
	text-align:center;
	
}

.storelocatorlast {
	text-transform:none;
	width: 100%;
	width:300px;
	float:left;	

}

.storelocatorlast a {
	color: #998262;
	margin:0 23px 0 0;
}

.world {
	background-image:url(/static/img/World.jpg);
	/*padding-bottom: 300px;*/
	min-height: 230px;
}

.contatti {
	background-image:url(/static/img/World.jpg);
	/*padding-bottom: 300px;*/
	min-height: 230px;
}

#suggerimenti {}
#suggerimenti h2 {padding: 15px 0 15px 0;}

ul.suggestions { }
ul.suggestions li { display:inline-block; padding-right: 10px; }
.suggestions li { width:210px; }

ul.suggestions li p {
	padding-top: 10px;
}

#jMenu ul li ul{
 width: 200px;
}

.Bold { font-weight: bold; color: #291a15}
.Italic { font-style: italic; }
.bigboxright  { line-height: 1.2em}
.boxfull  { line-height: 1.2em}

