
/* 
	Luca Deravignone photography website
	www.lucaderavignone.com

	CSS3 Luca Deravignone
	© 2007-2011
	deravignone@gmail.com

*/

 /************************/
 /******  GENERALI  ******/
 /************************/

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 0px;
	background: #121212;
	text-align: center;
	}

p{
 margin-left: 22px;
 margin-right: 22px;
 }


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

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

p a{
border-bottom:1px dotted #aaa; 
 }

.nodot {
border: none;
}

h2{
 font-size:14px;
 font-weight:bold;
 color:#fff;
 margin-left: 22px;
 margin-right: 22px;
 }

 div.spacer {
  clear: both;
  }


 /*********************/
 /******   TOP   ******/
 /*********************/

#upper {
	color:#fff;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	font-size:13px;
	background-color: black;
	}

#upper a {
	color:#fff;
	margin-left:12px;
	}

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

#top {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background:url(support/lucadera.png) no-repeat;
 background-color:black;
 color:#ddd;
 padding: 0px;
 height: 54px;
 width: 900px;
 }

 /*************************/
 /******  CONTAINER  ******/
 /*************************/


#container {
 display: block;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 background: url(./support/back.png) top center repeat-y;
 }


#container img.foto{
margin-bottom: 10px;
margin-top: 6px;
border: 6px solid white;
}

#container .formmail{
float: right;
margin-right: 23px;
margin-left: 23px;
}

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


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


#testo {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background-color: #242424;
 color:#ccc;
 line-height: 20px;
 padding-top: 6px;
 padding-bottom: 2px;
 text-align: justify;
 width: 900px;
 border-top:1px solid #777777;
 border-bottom:1px solid #777777;
 }

#testo a.img {
   border-bottom:none; 
   }

#testo p.posted {
   font-size:10px;
   margin-top:-10px;
   }

#testo img.blog{
float:right;
margin-top: 30px;
margin-right: 23px;
border: 6px solid white;
}

.contatti {
margin-left:0px;
margin-top:0px;
}

h2.contatti{
margin-top:10px;
margin-left:0px;
margin-bottom:10px;
}

p.contatti{
line-height:4px;
}


div.gallerie {
  float: left;
  width: 200px;
  padding: 8px;
  margin-left:7px;
  height:170px;
  }
  
div.gallerie p {
   text-align: center;
   margin-top:6px;
   }

div.gallerie a {
   border-bottom:none;
   }

 div.stories {
  display: block;
  padding-left: 24px;
  width:850px;}

  .stories a{
border-bottom:1px dotted #aaa; 
 }

  div.stories img{
  float:left;
  margin-right: 18px;
  }

 
 /**********************/
 /******  BOTTOM  ******/
 /**********************/

 #bottom {
 display: block;
 margin-left: auto;
 margin-right: auto;
 text-align: justify;
 color:#aaa;
 padding-top: 6px;
 width: 900px;
 background: black;
 }


.bottombox{
	width:280px;
	float:left;
	margin-right:0px;
	margin-left:22px;
}

.bottombox h2{
margin-left:0px;
}

.bottombox a{
border-bottom:1px dotted #aaa; 
 }

.bottombox img{
	float:right;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-left: 12px;
	margin-right: 22px;
}

.boxlast{
	margin-left:6px;
	float:right;
	width:280px;
}

.boxlast h2{
margin-left:0px;
}

.boxlast h3{
font-size:13px;
font-weight:normal;
margin-left:0px;
display:inline;
color:white;
}

#lower {
	display:block;
	width:900px;
	color:#666;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	text-align: left;
	}


#lower a {
	color:#aaa;
	}

 /*********************/
 /******  SHARE  ******/
 /*********************/

#addthis_toolbox addthis_default_style addthis_32x32_style {
padding-left:60px;
}


 /**********************/
 /******   FORM   ******/
 /**********************/

form textarea{
border: none;
padding:2px;
background:#242424;
color:white;
}

form input{
border: none;
padding:2px;
background:#242424;
color:white;
}

#controllo { display:none; }

