/* -----------------------------------------------------------------------
 Based on Blueprint CSS Framework 0.7.1
 Edi Group snc - Web & business consulting
----------------------------------------------------------------------- */

/***********************************************************************
******************* reset.css ******************************************
************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body { line-height:1.5; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:none; }
.clearer { height: 0px; overflow: hidden; margin: 0px; clear: both; }

/***********************************************************************
******************* typography *****************************************
************************************************************************/

/* Titoli */
h1, h2, h3, h4, h5, h6 { font-weight: bold; color:#111;}
h1 { font-size:120%; line-height:1; margin-bottom:0.5em; }
h2 { font-size:105%; margin-bottom:0.75em; }
h3 { font-size:100%; line-height:1; margin-bottom:1em; }
h4 { font-size:1.2em; line-height:1.25; margin-bottom:1.25em; }
h5 { font-size:1em; margin-bottom:1.5em; }
h6 { font-size:1em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0;}

/* Paragrafi */
p { padding: 4px 0 4px 0; line-height: 20px; }
p img.left { float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

/* Link */
a { color:#009; text-decoration:none;}
a:link, a:visited { color:#aa1a24; text-decoration: none; }
a:active, a:hover { color:#fff; text-decoration: underline }


/* Formattazione */
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong { font-weight:bold; } 
em, dfn { font-style:italic; } 
dfn { font-weight:bold; }
sup, sub { line-height:0; }
abbr, acronym { border-bottom:1px dotted #666; }
address { margin:0 0 1.5em; font-style:italic; }
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; }
caption {background:#eee;}
.small { font-size:.9em; margin-bottom:1.875em; line-height:1.875em;}
.large { font-size:1.2em; line-height:2.5em; margin-bottom:1.25em;}
.hide { display:none; }
.quiet { color:#666; }
.loud { color:#000; }
.highlight { background:#ff0;}
.added { background:#060; color:#fff; }
.removed { background:#900; color:#fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
.center { text-align: center; }

/*liste e tabelle*/
li { margin: 0 0 0 25px; line-height: 22px; }
ul, ol {margin:0 1.5em 0.2em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em 0; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }
table { margin-bottom:1.4em; width:100%; }
th { font-weight: bold; background:#C3D9FF; }
th, td { padding: 4px 10px 4px 5px; }
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}

/* forms.css */
label {vertical-align: middle;font-weight:bold;float:left;width:9em;display:block;clear:left;margin:1em 1em 0 1em;text-align:left;cursor:hand;font-size:1em;line-height:1.25;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #c77a07;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #c77a07;background-color:#faf3de;-webkit-border-radius:5px;-moz-border-radius:5px;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #a9200d;}
input.text, input.title {width:250px;padding:5px;font-size:1.2em;}
input.title {font-size:1.5em;}
textarea {width:250px;height:150px;padding:5px;}
.button {width:100px;margin:0.5em 0;border:1px solid #c77a07;background-color:#faf3de;padding:5px;font-size:1.2em;-webkit-border-radius:5px;-moz-border-radius:5px;}
.errorForm {background:#fddada;border-top:1px solid #992A2A;border-left:1px solid #992A2A;border-right:1px solid #a9200d;border-bottom:1px solid #a9200d;width:250px;padding:5px;font-size:1.2em;-webkit-border-radius:5px;-moz-border-radius:5px;}

/*message*/
.info, .success, .error, .warning {border:1px solid;margin:10px 0px;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;-webkit-border-radius:10px;-moz-border-radius:10px;}
.info {color:#00529B;background-color:#BDE5F8;background-image:url('../images/icons/info.png');}
.success {color:#4F8A10;background-color:#DFF2BF;background-image:url('../images/icons/success.png');}
.error {color:#D8000C;background-color:#FFBABA;background-image:url('../images/icons/error.png');}
.warning {color:#9F6000;background-color:#FEEFB3;background-image:url('../images/icons/warning.png');}

/*******************************************************************************
*************************   web site    ****************************************
*******************************************************************************/
body  {margin:15px 0;font-size:100%;color:#fff;background:#dededc;font-family:"Times New Roman",Arial,Helvetica,sans-serif; }
.homepage {background:url('../images/bg/home.jpg') no-repeat top center;height:801px;width:960px;}
.info-page {background:url('../images/bg/info.jpg') no-repeat top center;height:801px;width:960px;}
.dove-page {background:url('../images/bg/dove.jpg') no-repeat top center;height:801px;width:960px;}
.area-page {background:url('../images/bg/area.jpg') no-repeat top center;height:801px;width:960px;}
.gallery-page {background:url('../images/bg/gallery.jpg') no-repeat top center;height:801px;width:960px;}
.escursioni-page {background:url('../images/bg/escursioni.jpg') no-repeat top center;height:801px;width:960px;}
p.gallery {padding:45px 0 0 0;}
.bottom {margin:180px 0 0 0;padding:0 0 0 30px;}

/****************************************/
/*			NAVIGATION					*/
/****************************************/
ul#nav {list-style-type:none;margin:0;padding:193px 0 0 0;}
ul#nav li {display:block;float:left;font-size:125%;letter-spacing:-1px;margin:0;padding:0 0 0 0.5px;width:95px;text-align:center;}
ul#nav li a:link,ul#nav li a:visited {color:#fff;}
ul#nav li a:hover,ul#nav li a:active {color:#8e2e30;}

.page-desc {margin:130px 0 0 0;padding:0 0 0 20px;}
.page-desc-home {margin:115px 0 0 0;padding:0 0 0 20px;}
.page-desc-area {margin:115px 0 0 0;padding:0 0 0 20px;}
.page-desc p,.page-desc-home,.page-desc-area {font-size:110%;}

.contact a {width:190px;height:30px;display:block;float:right;margin:170px 20px 0 0;}
.contact-info a {width:190px;height:30px;display:block;float:right;margin:190px 20px 0 0;}
.contact-dovesiamo a {width:190px;height:30px;display:block;float:right;margin:155px 20px 0 0;}
.contact-areadisosta a {width:190px;height:30px;display:block;float:right;margin:140px 20px 0 0;}
