/* Start of CMSMS style sheet '3Colonne-NicLOR-BIG' */
/*****************
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 #ccc;}*/


* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 71.01%;
   line-height: 1.6em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #800000; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #666666;
}
a:hover {
   text-decoration: none;
   background-color: #EDF2F5;
   color: #385C72;
}


/*****************
basic layout 
*****************/
body {
   background-color:#EEEDE9;
   /*background: #EEEDE9 url(images/cms/bg_body.jpg) repeat-y 50% 50%;*/
   color: #464646;
   margin: 0; 
}

/* center wrapper, min max width */
div#pagewrapper {
   display:block; 
   float:left; 
   width:99%; 
   overflow:visible; 
   padding: 0;
   margin: 0 auto;
  /*width: 99%;      
    max-width: 80em;
   min-width: 60em;*/
   background-color:#fff;
   color: black;
   border: 5px solid #fff;
}


/*** 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
*/
.headerLinks {
  text-align: right;
  height: 12px;
  margin: 0 0 5px 0;
  padding-top: 0;
  color: #E7AB0B;
}

.headerLinks * {
  text-decoration: none;
  font-weight: normal;
}
.headerLinks a:link, .headerLinks a:visited {padding: 0 4px;color: #563226;background-color: #fff;text-decoration: none;}
.headerLinks a:hover, .headerLinks a:focus {padding: 0 4px;color: #563226; background-color: #fff;text-decoration: none;}

/*** 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 {
   float: left;
   height: 70px;
   width: 77%; 
   color: #563226;
   background-color: #FFF;
   margin: 0;
   padding-left: 0.5em; 
}
div#header h1 a {
   background: #fff url(images/cms/scritta-liceo-cagnazzi.jpg) no-repeat 0 0;
   display: block;
   height: 30px; 
   text-indent: -999em; 
   text-decoration:none;
   color: #563226;
   
}
div#header p{
   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
   font-size: 85%;
   line-height: 1.2em;
   padding-left: 0.02em; 
   color: #563226;
}
div#newsNFS {
   float: right;
   /*width: 162px;*/
   width: 18.50%; 
   font-size: 90%;
   margin: 0 0.20em 0 0;
   padding: 0 0 0 0.25em;
   color: #563226;
   background-color:#FFFFFF/*#F5F9FA*/;
    /*border: 1px solid #563226;
  border-top: 1px solid #563226;*/
   border-bottom: 1px solid #666666;
   }
div#newsNFS h3{
  background-color:#563226;
  color: #FFF;
  font-size: 100%; 
  margin-left: -0.25em;
  padding-left: 0.50em;
  display: block;
  font-weight: bold;
  letter-spacing: 0.08em; 
}
div#dissolvenza {
   float: left;
   width: 77%;
   height: 135px;
   margin: -5px 0 0 0;
   padding: 0 0 0 0.25em;
   background-color: #FFF;
   }

/* position for the search box */
div#search {
   float: left;  
   width:99%;
   text-align: right;
   margin: 0.25em 0 0 0;
   /*border-top: 1px solid #ccc;*/
   background-color: #FFF;
}
div#breadcrumbs {
   float: right;
   width: 99%;
   font-size: 90%;
   padding: 0 0 1em 0.25em;
   /*border-bottom: 1px solid #ccc;*/
   background-color: #FFF; 
}

div#breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


div#content {
     float: left;  
     width: 78%;
     margin-top: -15px;
 }
div#main {
   float:right;  
   width: 74%; 
   margin: 0;
   padding-left: 0;
   text-align: left;
}
div#main .ut {
float:right;
margin: 0 2px 2px 0;
padding: 0;
width:3em;
}

div#main .spotSX{
float:left;
margin: -5px 0 1px -10px;
padding: 0;
width:49%;
text-transform: uppercase;
}
div#main .spotSX p{
margin: 0;
padding: 0;
}

div#main .spotDX{
float:right;
margin: -5px 0 1px -10px;
padding: 0;
width:49%;
text-transform: uppercase;
}
div#main .spotDX p{
margin: 0;
padding: 0;
}
div#sidebar {
   float: left;        
   width: 22%;    
   display: inline;
   margin-top: 15px;  
   margin-right: 0;
   color: #800000;
}
div#footer {
   clear: both;
   margin-top: 15px; 
   height: 80px;
   color: #385C72;
   border-top: 1px solid #ccc;
   background-color: #F5F5F5; /* same bg color as in header */
}

div#footer p {
   font-size: 1em;
   padding: 0.80em;
   text-align: center; 
   margin: 0;
}

div#footer p a {
   color: #385C72; 
   text-decoration: none;
}


/* 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 #ddd;*/
   margin: 1em 0;
}

/* relational links under content */
div.left49 {
  width: 59%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 39%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {
}

/* HEADINGS */
/*
h2 {font-size: 1.6em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
*/
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #563226; 
	font: 800 2em 'times new romans',serif;
	text-align: left; 
	padding-top: 10px;
                padding-left: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #563226;
	line-height: 1.2em;
                margin: 0 0 0.3em 0;
}
/*
div#content h3 {
   color: #563226;
   font-size:  0.80em; 
   line-height: 1.2em;   
   margin: 0 0 0.25em 0;
}
*/
div#content h4 {
   color: #563226;
   font-size: 1em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #563226; 
   font-size: 0.9em;
   line-height: 0.9em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #563226; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 0; /* some air around p elements */
   line-height: 1.5em;
   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;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   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: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 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 */


/* NicLor*/
.newsIndex{
	color: #563226; 
                margin-left: 8px;
	font-size: 1.125em;
                font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
                font-weight: bold; 
	text-align: left; 
	padding: 0 0.25em;
                /*background-color:#E8EBE8;*/
	border-bottom: 1px solid #563226;
                display: block;
                text-transform: uppercase;
	letter-spacing: 0.10em; 
	
}

.note{
   clear: both;
   font-size: 95%; 
   display: block;
   margin: 15px 0;
   padding: 0.5em 0.75em 1em;
   color: #000;
   background-color: #DCE0E3;
   border: 1px solid #ccc; 
}













/* End of '3Colonne-NicLOR-BIG' */

