/*************************
*  CSS Fotoblog - v3.0   *
*  Agosto 2006			 *
*************************/

body {
	font-size: 11px;
	background-image: url('bg.gif');
	padding: 0px;
	margin: 0px;
	color: #666;
	font-family: "trebuchet ms", sans-serif;
	background-color: #FAFAFA;
	background-repeat: repeat-x;
}

a:link {
	color: #aaa;
	text-decoration: none;
}

a:visited {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

img { border: 0; }

#header {
	color: white;
	border-top: #eeeeee 1px solid;
	padding: 10px 0 0 0;
	background: #ffffff;
	margin: 0px;
}

/* ========== la foto =======*/
#foto {
	position: absolute;
	top: 5px;
	left: 18%;
	padding: 20px;
	z-index: 100;
}

#foto img {
	border: #ccc 2px solid;
	padding: 20px;
	background: #fff;
	margin: 5px;
	display: block;
}

.foto p { padding: 0px 8px; }



/* ========== il menu =======*/

#contSidebar {
	border: 0px solid red;
	position: absolute;
	top: 250px;
	left: -40px;
	width: 330px;
	background-image: url(bgsidebar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar {
	color: #ccc;
	margin: 0 100px 0 70px;
	padding: 0;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #EEE;
	background-image: url(ffb.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navfoto {
	text-align: left;
	font-size: 11px;
	padding: 10px;
}

#navfoto a b {
	font-size: 13px;
	color: #C00;
}

#navfoto a {
	color: #333;
	text-decoration: none;
}

#navfoto a:hover {
	color: #c00;
	text-decoration: none;
}

#altro, #autore { padding: 0 10px; }

#altro p {
	padding: 0;
	margin: 5px 0 10px 0;
}

#autore p {
	padding-top: 4px;
	text-align: center;
       border-top:1px dotted #ddd;
}

h2 {
	font-size: 13px;
	color: #333;
	margin: 0;
}

h1, hr { display: none; }

h4 {
	font-size: 16px;
	color: #999;
	margin-bottom: 7px;
	margin-top: 7px;
}

/* formattazione thumbs archivio */

#sidethumbs {padding:10px;}


#contThumbs {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 665px;
	padding: 10px 0 10px 10px;
	border: 1px solid #ccc;
	background: white;
	text-align: center;
       z-index:10;
}

dl.gallery {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	text-align: center;
	padding: 10px;
	width: 100px;
	height: 73px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery dt {
	font-weight: bold;
	padding-top: 5px;
}

.gallery dt img { border: 1px solid #ccc; }

.gallery dd {
	margin: 0;
	padding: 0;
	color: #999;
}

#contThumbs h5 {
	font-size: 1em;
	margin-top: 10px;
}

.newgallery {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	text-align: center;
	padding: 10px;
	width: 100px;
	height: 73px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.newgallery  img { border: 1px solid #ccc; }



#infoautore {
	position: absolute;
	top: 25px;
	left: 250px;
	width: 600px;
	padding: 20px;
	border: 1px solid #ccc;
	background: white;
	text-align: center;
       z-index:100;
}

#infoautore p {font-size:1.2em;}
