body{
	background: #f5f5f5; 
}

#img.source-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#container #nav #logo a{/*text-indent:-999px*/
	text-decoration: none;
	font:400 30px Raleway, Arial, sans-serif;
	color: #000;

}

#container{
	width: 1300px;
	height: 700px;
	position: relative;
}

#nav{
	width: 220px;
	height: 100%;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	background: #A5A29F;
	position: fixed;
	padding: 30px 0 0 30px;
}

#social{
	width: 200px; height: 31px;
	position: absolute;
	z-index: 100;
	margin: 250px 0 0;
}

.fb{
	width: 250px; 
	height: 97px; 
	display: block; 
	background: url(IMGS/mail2.png); 
	background-repeat: no-repeat;
	float: center;
	/*opacity:0.2;*/
}

/*.fb:hover{
	width: 38px; 
	height: 37px; 
	display: block; 
	background: url(IMGS/fb2.png); 
	background-repeat: no-repeat;
}*/

.flickr{
	width: 38px; 
	height: 37px; 
	display: block; 
	float: left; 
	background: url(IMGS/flickr.png); 
	background-repeat: no-repeat;
	float: left;
	/*opacity:0.2;*/
}

/*.flickr:hover{
	width: 38px; 
	height: 37px; 
	display: block; 
	float: left; 
	background: url(IMGS/flickr2.png); 
	background-repeat: no-repeat;
}*/

#pag ul{
	width: 220px;
	margin: 20px 0 ;
}

#pag ul li a{
	font:200 15px Raleway, Arial, sans-serif;
	color: #636363;
	margin: 5px 0 0;
	text-decoration: none;
}

#pag ul li a:hover{
	font:200 15px Raleway, Arial, sans-serif;
	color: #FFF;
	margin: 5px 0 0;
	text-decoration: none;
}

#gallery{ 
	margin: 50px 0 20px 300px;
}

#about{
	margin-left: 320px; 
	width: 830px;
	padding: 110px 0 0;
	text-align: justify;
}

#about b{
	font:600 12px Raleway, Arial, sans-serif;
	color: #000;
}

#about li{
	font:400 12px Raleway, Arial, sans-serif;
	list-style: none;
	color: #000;
}

#about a{
	font:200 12px Raleway, Arial, sans-serif;
	color: #636363;
	margin: 5px 0 0;
	text-decoration: none;
}

#about a:hover{
	font:200 12px Raleway, Arial, sans-serif;
	color: #000;
	margin: 5px 0 0;
	text-decoration: none;
}

.mrg{margin-top: 10px}

#about p{
	font:400 12px Raleway, Arial, sans-serif;
	list-style: none;
	color: #000;
	font-style: italic;
	width: 200px;
	height: 100px;
	display: block;
	margin: 10px 0 0 620px;
	text-align: right; 
}


#books{
	margin-left: 320px; 
	width: 830px;
	padding: 50px 0 15px;
	text-align: justify;
}

#books b{
	font:600 12px Raleway, Arial, sans-serif;
	color: #000;
}

#books li{
	font:400 12px Raleway, Arial, sans-serif;
	list-style: none;
	color: #000;
}

#books a{
	font:200 12px Raleway, Arial, sans-serif;
	color: #636363;
	margin: 5px 0 0;
	text-decoration: none;
}

#books a:hover{
	font:200 12px Raleway, Arial, sans-serif;
	color: #000;
	margin: 5px 0 0;
	text-decoration: none;
}

.mrg{margin-top: 10px}

#books p{
	font:400 12px Raleway, Arial, sans-serif;
	list-style: none;
	color: #000;
	font-style: italic;
	width: 200px;
	height: 100px;
	display: block;
	margin: 10px 0 0 620px;
	text-align: right; 
}

#sottoDesc{
	text-align: right;
	font:200 12px Raleway, Arial, sans-serif;
	color: #636363;
	margin: 5px 0 0;
	text-decoration: none;
}

.foto {
	width:250px;
	height:250px;
	float:left;
	/*padding-top: 30px;*/
	margin:20px;
	border: 1px solid #c7c6c7;
	text-align:center;
	outline: none;
}

.more a{
	width:250px;
	height:270px;
	display:block;
	position:relative;
	top:-270px;
	left:0;
	text-indent:-9999px;
	background:transparent;
	text-decoration:none;
}

.fullpost{
	position: absolute;
	z-index: -1;
	float: right;
}
.fullpost img{
	width:100%;
	height:100%;
	margin-bottom: 30px;
}

.italic{
	text-style:italic;
}

/* clearFix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ie */
.clearfix {
	zoom: 1;
}

.both{clear: both;}