/* Start of CMSMS style sheet 'Css Layout' */
/************************************
Theme Name:          M+C Works s.r.l.
Mail:                         info@mcworks.it
Webdesigner:          Tisato Paolo
Webdesigner mail:   info@skysthelimit.it
************************************/

*{
   margin:0;
   padding:0;
   border: 0;
   outline: 0;
   font-size: 100.1%;
   vertical-align: baseline;
   text-decoration: none;
}

html, body{
                 height: 100%;
                 margin:0;
                 padding:0;
}

body {
          text-align: left;
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
          font-size: 75.01%;
          color: #333;
}

div {
      font-size: 1em;
}

img {
       border: 0;
}

/* Link styles */
a,
a:link 
a:active {
              text-decoration: underline;
              background-color: inherit; 
              color: #18507C; 
}

a:visited {
               text-decoration: underline;
               background-color: inherit;
               color: #18507C;                
}

a:hover {
		text-decoration: none;
		color: #385C72;
}
/* End Link styles */

#index{
            float:right; 
            padding-top: 350px;
            padding-right: 35px;
            width: 200px;
            font-family: "Lucida Console", Monaco, monospace;
}

#index a{
               text-decoration: none;
}
/*****************
   BASIC LAYOUT
*****************/

div#container {
			width: 81em;
			background: none;
                        position: relative; 
                        height: 100%;
}

body>div#container{
                                min-height: 100%;
                                height: auto;
                                position: absolute;
} 

div#content {
		     background: none;
		     width: 70%;
		     float: left;
   		     letter-spacing: 0.04em;
                     font-size: 11px;
                     font-family: Arial, sans-serif;
                     margin-top: 1.5em;
                     margin-left: 3em;
                     text-align: justify;
                     margin-bottom: 120px;
		     padding: 10px 0 0 0px ;
}

div#content a{
                       color: #444;
                       text-decoration: none;
                       font-style: italic; 
}

/* Sidebar */ 
div#sidebar {
		     float: left;  
                     width: 25%;    
                     background: none;
                     margin-top: 1.65em;
                     margin-bottom: 80px;
}

div#sidebar.hascontent {
					padding: 0 1%;
					width: 24%;
}
/* End Sidebar */

/* Footer */
div#footer {
		   color: #000;
		   text-align: left;
                   background: none;
                   position: absolute;
                   width: 79.55em;
                   bottom: 0;
                   clear: both;
                   height: 85px;
}

div#footer_cont{
			  float: left;
			  height: 60px;
                          margin-left: 6px;
                          margin-top: 25px;
			  width: 440px;
			  color: #888;
			  font-size: 0.7em;
			  text-align: left;
}

div#copyr{
                 width: 400px;
                 height: 5px;
                 padding-top: 5px;
}

div#logo {
		height: 80px;
		float: right;
		width: 500px;
                border: 0;
}

div#logo h1 {padding-left: 47px;}

div#logo h1 a {
			height: 80px;
			background:  url(images/logo_off.jpg) no-repeat; 
			display: block;
			text-indent: -999em;
			text-decoration: none; 
                        padding-left: 0;
                        border: 0;
}
/* End Footer */


div.hr {
	   height: 33px;
	   margin: 1em;
}

div.left49 {
		 float: left;
		 width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
		   float: right;
		   width: 49%;
	           text-align: right;
}


/********************
   CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
			  font-size: 2em;  /* font size for h1 */
			  line-height: 1em;
			  margin: 0;
}

div#content h2 {
			  color: #000; 
			  font-size: 2.0em; 
			  text-align: left;
			  font-family: Arial, Helvetica, sans-serif;
			  line-height: 0.6em;
			  padding-bottom: 30px;
}


div#content h3 {
			  color: #000; 
			  font-size: 1.1em;
			  line-height: 1.3em;
			  margin: 0 0 0.5em 0;
                          font-weight: 600;
}

div#content h4 {
			  color: #294B5F; 
			  font-size: 1.2em;
			  line-height: 1.3em;
			  margin: 0 0 0.25em 0;
}

div#content h5 {
			  font-size: 1.1em;
			  line-height: 1.3em;
			  margin: 0 0 0.25em 0;
}

h6 {
      font-size: 1em;
      line-height: 1.3em;
      margin: 0 0 0.25em 0;
}

.first_red{
              color: #b10;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.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;
}
pre {
       font-family: monospace;
       font-size: 1.0em;
}
strong, b {
		font-weight: bold;
}
em, i {
	 font-style:italic;
}

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;  
       background-color: #ddd;
       margin: 0 1em 1em 1em;
       padding: 0.5em;
       line-height: 1.5em;
       font-size: 90%;  
}

/* END TEXT */

/* LISTS */
div#content ul,
div#content ol,
div#content dl {
			 margin: 0 0 1.5em 0;
			 line-height: 1.2em;
}
div#content ul li,
div#content ol li {
			   margin: 0 0 0 1.2em;
                           letter-spacing: 0.04em;   
                           line-height: 1.4em;
                           font-size: 1.1em;
}

div#dl dt {
		font-weight: bold;
		margin: 0 0 0.25em 3em;
}
div#dl dd {
		 margin: 0 0 0 3em;
}
/* END LISTS */


/* LANGMENU */
div#langmenu a{
                          text-decoration: none;
                          color: #888;

}
/* FINE LANGMENU */

/* FORM */
input{
	 background-color: #eee;
	 border: 1px solid #888; 
	 margin-bottom: 10px;
}

textarea{
	       background-color: #eee;
	       border: 1px solid #888;
	       margin-bottom: 10px;
}

div#check{
                 height: 55px;
}

div#check span{
                          float: left;
                          display: block; 
                          width: 240px;
                          height: 55px;
                          font-size: 9px;
}

div#check input{
                          float: left;
                          margin-right: 10px;
}
/* END FORM */

/* NEWS */
div#news {
                  text-align: left;
                  font-family: Arial, Helvetica, sans-serif;
                  font-size: 0.8em;
                  color: #333;
                  font-weight: bolder;
}

marquee{
               height: 40px;
               width: 400px;
}

div.news h2 {
			  color: #b10; 
			  font-size: 1em;
			  margin-right: 5px;
}

div.news span{
                         color: #777;
			 font-size: 1.3em;
                         font-weight: bold;
}
/* END NEWS */

/* PROGETTI */

div.proj_img {
                     float: right;
                     width: 300px;
                     margin-left: 20px;
                     margin-top: 3px;
}

div#img_first {
                      margin: 5px;
}

.img_left{
               margin-right: 0.77em;
}

.lightbox{
               text-decoration: none;
}

div.mini_up{
                   width: 300px;
                   margin-top: 25px;
}

div.mini_down{
                        width: 300px;
                        padding-top: 10px;
}

div.proj_text {
                      float: left;
                      width: 340px;
                      background: none;
}

/* PROGETTI */

/* CRONOLOGIA LAVORI */
table {
          table-layout: auto;
          width: 680px;
          text-align: left;
          border-collapse:collapse;
          padding: 0;
          margin-top: -12px;
          background: none;
          font-size: 10px;
          font-family: Arial, sans-serif;
}

td{
     font-size: 10px;
     font-family: Arial, sans-serif;
     padding-left: 7px;
     height: 20px;
     margin-top: 3px;
     padding-bottom: 1px;
     height: auto;
     border-bottom: 1px dotted #666;
     vertical-align: bottom;
}

.more td{
              border-bottom: 1px solid #888;
}

.more span{
                   font-weight: bold;
                   color: #b10;    
                   font-size: 1.1em;
}

tr{
    padding: 0;
    height: 23px;
    margin: 0;
}

div#ref{
            margin-top: 50px;
}

.leg{
      width: 220px; 
      float: left;

}

.leg li{
        list-style-type: none;
}

.leg span{
                padding-left: 0.6em;
}
/* FINE CRONOLOGIA LAVORI */

/* PUBBLICAZIONI */
div.pubb{
               float: left; 
               width: 340px;
               font-weight: bold;
}

div.pubb span{
                        margin-left: 5px;
                        border-bottom: #333 1px dotted;
}
/* FINE PUBBLICAZIONI */

/* SLIDESHOW */
#slideshow {
                    overflow: hidden;
                    position: relative;
                    width: 610px;
                    height: 417px;float: right;
}

#slideshow img {
			  display: none;
		  	  position: absolute;
			  top: 0;
			  left: 0;
                          width: 625px;
                          height: 407px;
}
/* END SLIDESHOW */
/* End of 'Css Layout' */

