/* Start of CMSMS style sheet 'Layout_2Colonne' */
/**********************************
Layout_2Colonne NicLOR
**********************************/
/* ==== Reset Reloaded by Eric Meyer ==== */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
                color: #C70000/*#800000*/;
disply: none;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	padding-left: 0;
}
#main .newsIndex {
	padding-left: 4px;
}

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
/*div{border: 1px solid #800000;*/

* {
margin:0;
padding:0;
}
body {
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 71.90%;
   line-height: 1.6em;
   
}
div {
   font-size: 1em;
}
img {
   border: 0;
}

a,
a:link, 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #18507C;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #5B5B5B;
}
a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #000;
}
/*****************
basic layout 
*****************/
body {
 background: #fff url(images/cms/bg_body.jpg) repeat-x 0 0;
  /*background: #fff url(uploads/images/sfondo_natale-08-09.jpg) repeat-x 0 0;*/
   color: #333;
   margin:0;
}

/* center wrapper, min max width */
div#pagewrapper {
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   margin: 0 auto;
   width: 770px;
   background-color: #FFF;
   /*max-width: 80em;
   min-width: 60em;*/
   background-color: #fff;;
   color: black;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 72px;
   background: #FFF;
   float: left;
   width: 600px;
   margin: 0;      
}

div#header h1 a {
/* you can set your own image here */
   /*background: #FFF url(images/cms/logo-sito2.jpg) no-repeat 0 2px; */
   background: #FFF url(images/cms/logo-sito2_10-11.jpg) no-repeat 0 2px;
   display: block;
   height: 72px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#search {
   float: left;
   width: 99%; 
   text-align: right;
   padding: 0.2em 0 0.2em 0;
   margin: 0 0 0 0;
  /*border-top: 1px solid #bbb;*/
}

div#breadcrumbs {
  width: 99%;
   float: left;
   padding: 0 0 0.25em 0.25em; 
   font-size: 90%;
   margin: 0;
}

div#breadcrumbs span.lastitem { 
   font-weight:bold;
   padding-left: 0.3em; 
 } 

div#content {
   /*clear: left;*/
   float: left;
   width: 100%;
   margin:  0;
}


div#main {
   width: 72%;
   float: left;
   padding: 0;
}
/*
div#main img{
float:left;
margin: 0 10px 5px 0;
}
*/
div#main .spotSX{
float:left;
margin: 0 0 5px 0;
padding: 0;
width:49%;

}
div#main .spotDX{
float:right;
margin: 0 0 5px 0;
padding: 0;
width:49%;
}
div#main .spotDX, div#main .spotSX{
padding-left: 0;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 24%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   margin-right: 2%;
   font-weight: bold;
}
div#banners{
   float: left; 
   width: 24%; 
   margin: 0;
}
div#banners img{
   float: left; 
   display: block; 
   margin: 2em 0 2em 0.75em;
}

div#footer {
   clear: both;
   margin: 1em 0 0 0; 
   color: #333/*#fff*/;
   background-color: #E0DBC7; 
}

div#footer p {
   font-size: 0.9em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px solid #ccc;
   margin: 1em;
   clear: both;
}

/* relational links under content */
div.left49 {
  width: 65%;
}

div.right49 {
  float: right;
  width: 24%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #610603; 
	font-size: 1.8em; 
	text-align: left; 
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd; 
	line-height: 1.5em;
                margin: 0 0 0.75em 0;
}
div#content h3 {
   color: #610603; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #610603; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #610603; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #610603; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate 
code, pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap; 
 white-space: -o-pre-wrap; 
 word-wrap: break-word; 
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}
*/
pre {
   border: 1px solid #000; 
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0px 0px 1.5em 0px;
}

div#main ul li,
div#main ol li {
   margin: 0px 0px 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */
/* start nicLOR */


input.submit{
    border-width:1px;
    border-color:#900;
    background:#BB021E;
    color:#FFF;
    /*padding-right: 0.50em;*/
}
input{
             border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
             text-decoration: none;
     /*padding-right: 0.50em;*/
}
legend{
     background:#FFF;
     color:#027ABB;
     font:normal 1.3em arial, helvetica, sans-serif;
}
.datagiorno{
     background:#FFF;
     color:#800000;
}
thead {
	background: #ffc;
	color:#000;
}
caption {
	text-align: right;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
table {
	font-size: 85%;
	border: 2px solid #900;
	border-collapse:collapse;
                margin-left: 20px;
}
td, th {
	border: 1px solid #900;
	padding: 0.2em 0.6em;
}

tr.dispari { background: #EEE; color: #000; }
tr.pari { background: #FFF; color: #000; }
.newsIndex{
	color: #610603; 
	font: 120% Verdana, Arial, Geneva, Helvetica, sans-serif; 
	text-align: left; 
	padding: 0;
                margin: 12px 0 5px;
	border-bottom: 1px solid #c0c0c0;
                display: block;
                text-transform: uppercase;
	letter-spacing: 0.20em;
               font-weight: bold; 
}
.AperturaHome{
   clear: both;
   float: left;
   width: 98%;   
   margin: 4px auto 2px 0;
   padding: 0.5em 0.5em 1em;
   font-size: 100%; 
   display: block;
   color: #000;
   background-color: #ECEEF0;
   border: 1px solid #ccc; 
}
.AperturaHome img{
   float: left;
   margin: 0 10px 10px 0;
   padding: 0;

}
/* END nicLOR*/











/* End of 'Layout_2Colonne' */

