
/* 
	Luca Deravignone photography website
	www.lucaderavignone.com

	CSS3 Luca Deravignone
	© 2009
	xdera@email.it

*/

html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #121212;
	font-size:13px;
	margin-top: 12px;
	}

a {
	text-decoration:none;
	color:white;
	}

a img {
	margin-bottom: 0px;
	border: none;
}

#container {
 display: block;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }

#container img.foto{
float: right;
margin-left: 12px;
margin-bottom: 6px;
margin-top: 6px;
border: 6px solid white;
}

 #simplegallery1 {
 text-align: center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 margin-left: auto;
 margin-right: auto;
 position: relative; /*keep this intact*/
 visibility: hidden; /*keep this intact*/
 border: none;
 }
 

#simplegallery1 .gallerydesctext{ 
text-align: left;
padding: 3px 5px;
}


#testo {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background-color: #242424;
 color:#c0c0c0;
 line-height: 20px;
 padding: 8px;
 padding-top: 6px;
 padding-bottom: 2px;
 text-align: justify;
 height: 595px;
 width: 884px;
 }


#blog img {
float: right;
padding-left: 12px;
margin-top: 36px;
}

h2{
 font-size:14px;
 font-weight:bold;
 color:#6688ff;
 }

div.float {
  float: left;
  width: 150px;
  padding: 13px;
  }
  
div.float p {
   text-align: center;
   }
 
div.spacer {
  clear: both;
  }

#upper {
	color:#aaaaaa;
	margin: 0 10px 4px 728px;
	font-size:13px;
	}

#upper a {
	color:#dddddd;
	}

#upper img {
	margin-bottom: -1px;
	}

#bottom {
	color:#333333;
	font-size:11px;
	margin: 1px 600px 0 -78px;
	}

#bottom a {
	color:#404040;
	}
