/*

colore linea: e3b95a
colore testo: d89f2c
colore carta: fcf8cb

      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 background: url(./images/sfondo5.jpg); 
 background-position: top center;
 background-repeat: no-repeat;
 background-color: #fcf8cb; 
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 float: right;
 color: #333;
 height: 100px;
 margin: 20px 7px 0px 0px;
 /* background: #D1DBDB; */
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px 0px 0px 20px;
 padding: 0px;
 width: 175px;
 float: left;
 /* background-color: black; */
 height: 640px;
 background-image: url('biblioimages/verrocchio4.jpg');
 border-left: 1px solid #ece8bb;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 600px;
 display: inline;
 position: relative;
 height: 540px; /*420px; 520*/
}

#rightcolumn.long { 
 height: 540px;
}

#rightcolumn h1 {
 font-family: "Palatino Linotype", "Book Antiqua",  "Georgia", "Serif"; 
 font-size: 30px; 
 text-transform: lowercase;
 font-weight: normal;
 line-height: 20px;
 margin: 125px 0px 20px 40px; 
 padding: 0px; 
}

#rightcolumn h2 {
 font-family: "Palatino Linotype", "Book Antiqua", "Georgia", "Serif"; 
 font-size: 30px; 
 line-height: 20px;
 text-transform: lowercase;
 font-weight: normal;
 margin: 35px 0px 0px 40px; 
 padding: 0px;
}

#rightcolumn h3 {
 font-family: "Palatino Linotype", "Book Antiqua", "Georgia", "Serif"; 
 font-size: 30px; 
 line-height: 20px;
 text-transform: lowercase;
 font-weight: normal;
 margin: 35px 0px 20px 40px; 
 padding: 0px;
}


#rightcolumn #submenu {
  font-family: "Verdana", "Arial", "Sans-serif"; 
  font-size: 10px;	
  color: #e3b95a;
  list-style: none;
  margin: 5px 0px 20px 40px;
}

#rightcolumn #submenu:hover a {
  border-bottom: 1px dotted #999; 	
}

#rightcolumn #submenu a:hover {
  border-bottom: 1px solid #333; 	
}

#rightcolumn #submenu a:link, 
#rightcolumn #submenu a:visited, 
#rightcolumn #submenu a {
  padding-bottom: 2px;
  font-weight: normal;  
  color: #777;
}

#rightcolumn #submenu a.active, #rightcolumn #submenu a:visited.active, #rightcolumn #submenu a:link.active  {
  font-size: 10px;	
  font-weight: bold;
  color: black;
}

#rightcolumn p {
 clear: left;
 font-family: "Palatino Linotype", "Book Antiqua", "Georgia", "Serif"; 
 font-size: 13px;
 line-height: 22px;
 margin: 0px 40px 10px 40px;
}

#rightcolumn a, #rightcolumn a:link, #rightcolumn a:visited { 
      text-decoration: none;
      font-weight: bold;
	  color: #777;
    }
    
#rightcolumn p:hover a { 
      border-bottom: 1px dotted #666666; 
    }

#rightcolumn p a:hover { 
      border-bottom: 1px solid #666666; 
    }

#rightcolumn p.notes {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 16px;
}

#rightcolumn2 { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 600px;
 display: inline;
 position: relative;
}

#lineabassa {
  width: 510px;
  margin: 10px 10px 0px 10px;
  background: none; 
  float: right;
  text-align: right;
}

#logo {
  float: right;
  width: 60px;
}

#footer { 
  line-height: 13px;
  clear: both;
  color: #ccc;
  background: #222; /* #f3d97a; */
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  padding: 25px 29px 9px 5px;
  border-bottom: 12px solid #61302c;
}

#footer p {
  margin-left: 230px;	
}

.clear { clear: both; background: none; }