/* =========================== */
/* ! inizio dei tag generici   */
/* =========================== */

* {
	outline: none;
}

html {
	color: #333;
	font-family: "Helvetica", Arial, sans-serif;
	
	background: #deeaef;
}

body {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	
	background: #fff;
}

/* centralizzo il colore dei link */

a {
	outline: none;
	
	color: #2c94b8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

input {
	outline: none;
}

fieldset {
	margin: 0;
	padding: 0;
	
	border: none;
}

hr {
	display: block;
	visibility: hidden;
	clear: both;
}

.hide {
	display: none;
}

/* ================ */
/* ! testata fissa  */
/* ================ */

#testata {
	height: 300px;
	margin-bottom: 10px;
}

/* ============ */
/* ! branding   */
/* ============ */

/*
#brand {
	width: 290px;
	height: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
	
	background: url(../img/logo_corte_di_mare.gif) no-repeat;
}

#brand h1 {
	margin: 0;
	
	text-indent: -9999px;
}
*/

#brand {
width: 290px;
height: 150px;
position: absolute;
top: 10px;
left: 10px;
margin: 0;

background: url(../img/logo_corte_di_mare.gif) no-repeat;

text-indent: -9999px;
}

#brand h1 {
}

/* =================== */
/* ! welcome message   */
/* =================== */

#ricerca {
	width: 290px;
	height: 150px;
	position: absolute;
	top: 160px;
	left: 10px;
	
	text-align: center;
}

#ricerca label {
	display: block;
	/*margin: 40px 0 20px;*/
	margin: 88px 0 20px;
	
	color: #2c94b8;
}

#ricerca form {
	vertical-align: bottom;
}

#campo_ricerca {
	width: 190px;
	height: 16px;
	margin: 0;
	padding: 3px 3px;
	vertical-align: middle;
	
	border: 1px solid #2c94b8;
	
	color: #2c94b8;
}

#campo_ricerca:focus {
	background: #e6f9ff;
}

#bott_ricerca {
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	
	background: #e6f9ff url(../gfx/freccia_azzurra.png) no-repeat left center;
	border: 1px solid #2c94b8;
	
	text-indent: -9999px;
}

/* ========== */
/* ! banner   */
/* ========== */

#banner{
	width: 250px;
	height: 300px;
	position: absolute;
	left: 300px;
	
	background: url(../testata/corte_di_mare_1.jpg);
}

/*#banner_sost {
	width: 250px;
	height: 300px;
	position: absolute;
	top: 10px;
	left: 310px;
}*/

#banner_img {
	position: absolute;
	top: 0;
	right: 0;
}

#logo_negozio {
	width: 250px;
	height: 300px;
	position: absolute;
	top: 10px;
	left: 310px;
	
	background: #c0ff86;
}

#logo_negozio img {
	display: block;
	margin: 3.5em auto;
}

/* =============== */
/* ! navigazione   */
/* =============== */

#nav_pr {
	width: 240px;
	height: 300px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px !important;
	right: 74px;
	background: #72c1dd;
	
	font-size: 16px;
	font-weight: bold;
}

#nav_pr li {
	list-style-type: none;
}

/* do uno stile ai link della navigazione */

/*
#nav_pr a, #nav_pr .selected {
	height: auto !important;
	height: 32px; /modificato dal padding/
	display: block;
	padding: 6.05% 25px !important;
	padding: 14px 25px 0;
	
	border-top: 2px solid #a6dcef;
	border-bottom: 2px solid #2c94b8;
	
	color: #fff;
	text-decoration: none;
	text-shadow: #666 1px 1px 2px;
}
*/

#nav_pr a, #nav_pr .selected {
	height: 18px !important; /*modificato dal padding*/
	height: 32px; /*modificato dal padding*/
	display: block;
	padding: 14px 25px !important;
	padding: 14px 25px 0;
	
	border-top: 2px solid #a6dcef;
	border-bottom: 2px solid #2c94b8;
	
	color: #fff;
	text-decoration: none;
	text-shadow: #666 1px 1px 2px;
}

#nav_pr a:hover, #nav_pr .selected {
	border-top: 2px solid #c0ff86;
	border-bottom: 2px solid #46960b;
	background: #81da3c;
	
	color: #fff;
}

/* do lo stile che separa gli elementi della navigazione principale */

.nav_separatore {
	border-bottom: 1px solid #ccc;
}

/* ============= */
/* ! contenuti   */
/* ============= */

#gruppo_contenuti {
	
}

#contenuti {
	margin-bottom: 10px;
	overflow: hidden;
}

.contenuti_titolo {
	margin: 0;
	padding: 8px;
	display: block;
	
	border-bottom: 2px solid #fff;
		
	color: #fff !important;
	/*color: #72c1dd;*/
	font-size: 17px;
	text-shadow: #666 1px 1px 2px;
	text-align: left;	
}

.titolo_azzurro {
	background: url(../gfx/contenuti_titolo_azzurro.png) repeat-x;
}

.titolo_verde {
	background: url(../gfx/contenuti_titolo_verde.png) repeat-x left top;
}

#news_home {
	position: relative;
	width: 550px;
	height: 240px;
	float: left;
	
	background: url(../gfx/box_azzurro.png) repeat-x left 30px;
	
	font-size: 12px;
}

#elenco_news {
	overflow: hidden;
}

#elenco_news dt {
	width: 23%;
	margin: 0 0 5px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	
	background-color: #81da3c;
	
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#elenco_news dd {
	width: 66%;
	margin: 0 10px 5px 0;
	padding: 10px;
	float: right;
	
	background-color: #bffe85;
}

#elenco_news a {
	color: #46960b;
}

#vai_sezione {
	position: absolute;
	bottom: 10px !important;
	bottom: 7px;
	right: 10px !important;
	right: 20px;
	display: block;
	
	color: #46960b;
}

#vai_sezione:hover {
	text-decoration: none;
}

#contenuti_concorso_banner {
	width: 240px;
	height: 240px;
	float: right;
	
	background: url(../gfx/box_azzurro.png) repeat-x 30px bottom;
}

#display_negozi .contenuti_titolo, #particolare_negozio .contenuti_titolo {
	margin-bottom: 1em;
}

#display_negozi, #particolare_negozio {
	padding-bottom: .5em;
	
	background: #e6eef2 url(../gfx/bg_master.png) repeat-x left 30px;
}

#particolare_negozio p {
	margin: 1em;
	
	font-size: 12px;
}

#particolare_negozio img {
	display: block;
	margin: auto;
}

#particolare_negozio .info_aggiuntive_2 {
	display: block;
	margin: 1em;
	
	text-align: right;
	font-size: 12px;
}

#griglia_negozi {
	margin: 0;
	padding: 0;
	overflow: hidden;
	
	list-style-type: none;
	font-size: 14px;
}

#griglia_negozi li {
	width: 225px;
	margin: 15px 20px !important;
	margin: 15px 16px;
	position: relative;
	float: left;
}

#griglia_negozi a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 205px;
	padding: 10px;
	display: block;
	border-bottom: 2px solid #46960b;
	color: #46960b;
	background-image: url(../img/neg_bg.png);
	background-position: 255;
	background-repeat: repeat;
}

.post {
	margin: 0 1em 1em;
}

.titolo_post {
	display: block;
	margin-bottom: .8em;
	padding-bottom: .4em;
	
	border-bottom: 1px solid #2c94b8;
	
	font-weight: normal;
	font-style: normal;
}

.titolo_post a {
	display: block;
	
	color: #46960b;
}

.titolo_post a:hover {
	color: #fff;
	text-decoration: none;
}

.post .info_aggiuntive_1 {
	padding: 0;
	display: inline;
	
	font-weight: bold;
	font-size: 0.75em;
}

.post .immagine_post {
	display: block;
	margin: 0 .7em .7em auto;
	padding: 0.3em;
	float: left;
	
	border: 1px solid #2d250d;
	background: #fff;
}

.post p {
	margin-top: 1em;
	
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
}

.post .link_articolo {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: none;
}

.post .info_aggiuntive_2 {
	display: block;
	clear: both;
	
	font-size: 0.75em;
	text-align: right;
	color: #2d250d;
}

#back_btn, #contatto button, #mappa_sito a {
	display: block;
	margin: 1.3em auto 0;
	padding: .3em;
	
	border: none;
	background: #91c9dd;
	
	font-size: 14px;
	text-align: center;
	color: #fff;
}

#back_btn:hover, #contatto button:hover, #mappa_sito a:hover {
	cursor: pointer;
	
	background-color: #81da3c;
	
	text-decoration: none;
}

/*==============*/
/* ! paginatore */
/*==============*/

#paginatore {
	margin-top: 1em;
	
	font-size: 0.85em;
	text-align: center;
	clear: both;
}

#paginatore ul {
	margin: 0.6em 0 0;
	padding: 0;
}

#paginatore li {
	margin-right: 0.5em;
	display: inline;
}

.pag_sel {
	padding: 0.3em;
	
	color: #2d250d;
}

#paginatore a {
	padding: 0.3em;
	
	text-decoration: none;
}

#paginatore a:hover {
	background: #91c9dd;
	
	color: #fff;
}

/* contatto e mappa */

#contatto, #mappa_sito {
	margin: 0 1em;
		
	font-size: 0.75em;
}

/* contatto */

#contatto {
	width: 50%;
	float: left;
}

#contatto .titolo_post {
	margin-top: 0;
}

#contatto label {
	margin-bottom: 0.8em;
	padding: 0.3em;
	display: block;
	
	border-bottom: 1px dotted #2c94b8;
	
	font-weight: bold;
}

#contatto .inserimento {
	width: 45%;
	margin-bottom: 1.6em;
	padding: 0.4em;
	display: block;
	
	border: 1px solid #2c94b8;
}

#contatto .inserimento:focus {
	background: #e6f9ff;
}

#contatto textarea {
	width: 100%;
	margin-bottom: 1.5em;
	
	border: 1px solid #2c94b8;
}

#contatto p {
	margin-bottom: 1em;
	overflow: hidden;
}

#contatto .privacy {
	position: relative;
	width: 96%;
	margin-bottom: .3;
	padding: .65em;
	float: left;
	
	border: 1px solid #2d250d;
	
	text-align: left;
}

.privacy input {
	position: absolute;
	right: 1em;
	top: .8em;
	display: block;
	width: 1.5em;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/* mappa del sito */

#mappa_sito a {
	/*display: block;
	padding: 0.55em;
	
	border: 1px solid #2d250d;
	border-bottom: none;
	background: #b2bb25 url(../gfx/nav_principale_bg.png) repeat-x left top;
	
	color: #a70006;
	text-decoration: none;*/
	
	border: 1px solid #2d250d;
	border-bottom: none;
	
	text-align: left;
}

#mappa_sito dd {
	margin: 0 0 1.4em;
	padding: 1em;
	
	border: 1px solid #2d250d;
	border-top: none;
	background: #fff;
}

/* frame per google maps */

#maps_frame {
	width: 400px;
	height: 500px;
	margin-left: 1em;
	padding: .8em;
	float: left;
	
	border: 1px solid #81da3c;
	background: #fff;
}

/* orario */

#orari {
	width: 40%;
	padding: 0 .5em .5em;
	float: right;
}

#orari h2 {
	margin-top: 0;
	
	font-size: 14px;
}

#orari h3 {
	font-size: 13px;
}

#orari ul {
	padding-left: 20px;
	
	font-size: 12px;
}

#orari li {
	list-style-type: circle;
}

/* ============ */
/* ! servizio   */
/* ============ */

#servizio {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

#slide_negozi {
	overflow: hidden;
	
	background: url(../gfx/box_azzurro.png) repeat-x left 30px;
}

/*
da vedere se si può eliminare il contenuto del commento

#slide_negozi ul{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

#slide_negozi li {
	display: block;
	width: 150px;
	height: 150px;
	margin-right: 10px;
	float: left;
	
	background: #333;
}
*/

/* ======================== */
/* ! proprietari del sito   */
/* ======================== */

.vcard {
	padding: 14px;
	clear: both;
	
	background: #91c9dd;
	
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

/* ========================= */
/* ! conformit ed autori   */
/* ========================= */

#autori {
	margin: 20px auto 10px;
	clear: both;
	
	text-align: right;
	font-size: 60%;
}

#autori a {
	margin-left: 12px;
}

.attenzione {
	color: #f00;
}

.warn {
	margin-bottom: 1.5em;
	padding: 1em;
	
	border: 1px solid #333;
	
	font-size: 80%;
	line-height: 200%;
	text-align: justify;
}

.yes {
	color: #333;
	background-color: #9c6;
}

.no {
	background-color: #dd5a3f;
	
	color: #ccc;
}