/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	color: #000000;
	font-family: "Century Gothic";
	font-size: small;
	background-color: #000000;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

h1 {
	text-transform: capitalize;
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: -10px;
}

h2 {
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 10px;
}

h3 {
font-size: 120%;
}

ul li {
font-size: 100%;
}

.container {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.container1 {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.topnav {
	height: 50px;
	width: auto;
}

.topnav ul {
	width: auto;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin:0 auto;
}

.topnav li.headlink1 {
	float:left;
	list-style:none;
}

.topnav li.headlink1 a {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #0066FF;
	width: 210px;
}

.topnav li.headlink1 a:hover {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.topnav li.headlink2 {
	float:left;
	list-style:none;
}

.topnav li.headlink2 a {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FF00FF;
	width: 210px;
}

.topnav li.headlink2 a:hover {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.topnav li.headlink3 {
	float:left;
	list-style:none;
}

.topnav li.headlink3 a {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFF00;
	width: 210px;
}

.topnav li.headlink3 a:hover {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.topnav li.headlink4 {
	float:left;
	list-style:none;
}

.topnav li.headlink4 a {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000000;
	width: 210px;
}

.topnav li.headlink4 a:hover {
	height: 20px;
	float:left;
	display:block;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

	/* Menu Body */
	ul#menufader {
	width: auto;
	height:100px;
	list-style:none;
	padding:0;
	margin:0;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menufader li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menufader li a {
		background:url(img/sprite3.jpg) no-repeat scroll top left;
		display:block;
		height:100px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menufader li a.home {
		width:250px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menufader li a.portfolio {
		width:250px;
		background-position:-500px 0px;
	}
	ul#menufader li a.about {
		width:250px;
		background-position:-250px 0px;
	}
	ul#menufader li a.link {
		width:250px;
		background-position:-750px 0px;
	}
	
	/* Span (on hover) - common attributes */
	ul#menufader li a span {
		background:url(img/sprite3.jpg) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menufader li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menufader li a.home span {
		background-position:0px -100px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menufader li a.portfolio span {
		background-position:-500px -100px;
	}
	
	ul#menufader li a.about span {
		background-position:-250px -100px;
	}
	
	ul#menufader li a.link span {
		background-position:-750px -100px;
	}

#header {
	height: 220px;
	width: 1000px;
	background-color: #FFFFFF;
	background:url(img/header4.jpg) no-repeat;
}

.logo {
	height: 70px;
	width: 230px;
	margin-left: 5px;
	padding-top: 130px;
	float: left;
}
.search {
	height: 32px;
	width: 300px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.search1 {
	height: 32px;
	width: 300px;
	float: right;
}
.bus1 {
	width: 200px;
	border: 1px solid #0066ff;
	height: 24px;
	float: left;
	color: #999999;
	padding-top: 6px;
	padding-left: 3px;
	}
.bus2 {
	width: 50px;
	height: 32px;
	float: right;
	margin-right: 30px;
	}
.quattro p {
	color: #000000;	
	}
.titolosearch h2{
	color: #0066FF;
	margin-bottom: 10px;
	}

.boh1 {
	height: auto;
	width: 300px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.boh1 ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

.boh1 ul li a, .boh ul li a:visited{
	text-decoration: none;
	text-transform: uppercase;
}
.boh1 ul li a:hover{
	text-decoration: underline;
	text-transform: uppercase;
}
.boh1 ul li{
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pane-list li {
	cursor: pointer;
	background-color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 16px;
	background-image: url(img/arrows.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.pane-list li:hover {
	background-color: #FF00FF;
}
.pane-list a, .pane-list a:visited, .pane-list a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}

.menu {
	height: 40px;
	width: 1000px;
	background-image: url(img/menu3.png);
	margin-bottom: 20px;
	background-repeat: repeat-x;
}

.menu ul {
	width: auto;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}

	
/* CONTENUTI */

.left {
	height: auto;
	width: 600px;
	float: left;
}

.right {
	height: auto;
	width: 340px;
	float: right;
}

.links {
	height: auto;
	width: 300px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.links ul li{
	height: auto;
	width: 150px;
	float:left;
}

.boh {
	height: auto;
	width: 300px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}


.boh h1{
	text-transform: capitalize;
	color: #000000;
}

.boh ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

.boh ul li a, .boh ul li a:visited{
	
	color:#0066FF;
	text-decoration: none;
	text-transform: capitalize;
}
.boh ul li a:hover{
	
	color:#FF00FF;
	text-decoration: underline;
	text-transform: capitalize;
}
.boh a, .boh a:visited{
	
	color:#0066FF;
	text-decoration: none;
	text-transform: capitalize;
}
.boh a:hover{
	
	color:#FF00FF;
	text-decoration: underline;
	text-transform: capitalize;
}
.boh ul li{
	
	color:#000000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

.follow {
	width: 300px;
	height: 190px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}


.follow h1{
	text-transform: capitalize;
	color: #000000;
}

.follow ul{
	margin-top: 15px;
	margin-bottom: 5px;
}
.follow ul li{
	color:#000000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 150px;
	height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.follow ul li a, .follow ul li a:visited{
	color:#000000;
	text-decoration: none;
	text-transform: capitalize;
	height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.follow ul li a:hover{
	color:#0066FF;
	text-decoration: underline;
	text-transform: capitalize;
	height: 30px;
}

.follow a.flickr {
	background: url(img/flickr.png) no-repeat;
	padding-left: 40px;
}
.follow a.facebook {
	background: url(img/facebook.png) no-repeat;
	padding-left: 40px;
}
.follow a.twitter {
	background: url(img/twitter1.png) no-repeat;
	padding-left: 40px;
}
.follow a.mail {
	background: url(img/mail.png) no-repeat;
	padding-left: 40px;
}
.follow a.rss {
	background: url(img/feed.png) no-repeat;
	padding-left: 40px;
}
.follow a.skipe {
	background: url(img/skype.png) no-repeat;
	padding-left: 40px;
}
.follow a.cv {
	background: url(img/pdf.png) no-repeat;
	padding-left: 40px;
}

.flickr-box {
	height: auto;
	width: 300px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: left;
}

.flickr-box h1{
	text-transform: capitalize;
	color: #000000;
}


.flickr-box ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

.flickr-box img {
	float:left;
	width:auto;
	height:auto;
	background-color: #000000;
	margin: 10px;
} 

.flickr-box a img, .flickr-box a:hover img, .flickr-box a:visited img {
	text-decoration: none;
	color: #000000;
} 

.clear{clear:both}




.post1 {
	margin-bottom: 30px;
	width: 600px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	} 
.post {
	width: 560px;
	padding: 20px;
} 
.post img{
	} 
.post a img{
	} 
.entry {
	width: auto;
	color: #000000;
	} 
.entry a, .entry a:visited{
	color: #0066FF;
	text-decoration: none;
	}	
.entry a:hover{
	color: #0066FF;
	text-decoration: underline;
	}	
.entry ul{
	list-style-image: none;
	list-style-type: none;	
	} 	
.entry img{
	}
.entry a img{
	}				
.commenti {
	text-align: right;
	width: auto;
	font-size: 85%;
	float: right;
	}
.commenti a, .commenti a:visited{
	color: #0066FF;
	text-decoration: none;
	}	
.commenti a:hover{
	color: #FF00FF;
	text-decoration: underline;
	}		
.posttitle {
	text-transform: capitalize;
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
	}
.posttitle a, .posttitle a:visited{
	color: #000000;
	text-decoration: none;
	}
.posttitle a:hover {
	color: #FF00FF;
	text-decoration: none;
	}
.posttitolino {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	height: 30px;
    }	
.posttitle2 {
	font-size: 85%;
	color: #333333;
	float: left;
    }	
.posttitle2 a, .posttitle2 a:visited{
	color: #0066FF;
	text-decoration: none;
	text-transform: capitalize;	
    }
.posttitle2 a:hover{
	color: #FF00FF;
	text-decoration: underline;
	text-transform: capitalize;	
    }	
.post p {
	margin-bottom: 20px;
	text-align: justify;
	}

.thumb {
	float: left;
	width: 560px;
	height: 250px;
	background: url(img/default.jpg) no-repeat;
	text-decoration: none;
	
}

.thumb img {
	text-decoration: none;	
	border: thin solid #666666;
}



.excerpt {
	float: left;
	width: 560px;
	text-align: justify;
	margin-top: 30px;
}

.ad {
	margin-bottom: 20px;
}

.ad1 {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	margin-bottom: 30px;
}

.ad2 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
	padding-top: 10px;
}
.posttitolino1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	height: 40px;
    }	

.entry-single {
	width: auto;
	color: #000000;
	margin-top: 20px;
	} 
.entry-single a, .entry-single a:visited{
	color: #0066FF;
	text-decoration: none;
	}	
.entry-single a:hover{
	color: #FF00FF;
	text-decoration: underline;
	}	
.entry-single ul{
	list-style-image: none;
	list-style-type: none;	
	} 	
.entry-single img{
	border: 1px solid #666666;
	margin-right: 5px;
	margin-bottom: 5px;
	} 		

.contentpage {
	width: 960px;
}

.contentpage a, .contentpage a:visited{
	color: #0066FF;
	text-decoration: none;
	}	
	
.contentpage a:hover{
	color: #FF00FF;
	text-decoration: underline;
	}	

.contentpage .post {
	margin: 0px;
	padding: 0px;
	width: 718px;
} 

.contentpage-right {
	float: right;
	width: 160px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

.contentpage-left {
	color: #000000;
	float: left;
	width: 738px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

.contentpage-left .posttitle{
	text-transform: capitalize;
	font-size: 300%;
	font-family: pointy;
	font-weight: bold;
	margin-bottom: 20px;
} 

.contentpage-left .entrytext{
	
} 

.contentpage-left .entrytext p{
	color: #000000;
}

.navigation {
    padding-bottom: 30px;
}
.alignleft {
	float: left;    
} 
.alignleft a, .alignleft a:visited, .alignleft a:visited{
	color: #0066FF;
} 
.alignright {
	float: right;    
} 
.alignright a, .alignright a:visited, .alignright a:visited{
	color: #0066FF;
}

.postautore {
	width: auto;
}
.postautore h3{
	color: #FFFFFF;
	
	margin-top:30px;
	margin-bottom:5px;
	text-transform: capitalize;
}

.postauthor {
	margin-bottom:60px;
	padding: 5px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height:auto;
}
.postauthor #immagine{
	height:52px;
	width: 52px;			
}
.box{
	height:52px;
	width: 52px;
	float: left;
}
.postauthor .descrizione{
	color: #FFFFFF;
	font-size: 85%;
	font-style: italic;
	width: 410px;
	height:60px;
	float: right;
}
.postautore p{
	color: #FFFFFF;
	
}

.comments h2 {
	
	margin-bottom: 10px;
	color: #000000;
}

.comments h3 {
	color: #000000;
	
}

.comments .owner h3 {
	color: #000000;
	
}

.comments a, .comments a:visited, .comments a:hover {
	color: #0066FF;
	text-decoration:none;
}

.comment-container {
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.comment-container span{
	color: #000000;
	font-size: 85%;
}
.comment-container p{
	color: #000000;
	font-size: 85%;
}
.sinistra{
	float: right;
	width: 480px;
}
.destra{
	width: auto;
}

.comments {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}

.comments .owner {
	padding: 5px;
	border: 1px solid #0066FF;
	margin-bottom: 20px;
}

.comments p{
	color: #000000;
	margin-bottom: 20px;
}

.comment-meta {
	float: left;
	height: 52px;
	width: 52px;
}
.comment-meta a{
	margin-left: 0px;
}
.comment-meta img {
	border: 2px solid #000000;
}

#noncomments li {
  margin-left: 30px;
  padding: 5px 0;
}

#form-comment div {
	overflow: auto;
	clear: both;
	width: 480px;
	padding: 5px 0;
}

#form-comment label {
	display: block;
	float: left;
	padding: 5px 0 0 15px;
	font-size: 120%;
	color: #000000;
}

#form-comment input[type=text] {
  float: left;
  display: block;
  width: 300px;
  padding: 4px 0;
  color: #333;
  border: 1px solid #CCCCCC;
}

#form-comment textarea {
  width: 300px;
  height: 120px;
  margin-top: 5px;
  border: 1px solid #CCCCCC;
}

#form-comment button {
  float: right;
  position: relative;
  margin-right: 30px;
  width: 107px;
  height: 27px;
  bottom: 30px;
  border: none;
  color: #EBEBEB;
  font-size: 120%;
  text-align: center;
  cursor: pointer;
  background: transparent url(img/btn_submit.jpg) no-repeat;
}


.footer {
	height: 360px;
	background-color: #c2c2c2;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer-def.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
}



.colonna {
	width:100%;
	margin-top: 20px;
} 
.colonna h3{
	
	color: #000000;
} 
.colonna p{
	
	color: #000000;
} 
.colonna img{
	border: 2px solid #000000;
	margin-top: 10px;
} 
.colonna a, .colonna a:hover, .colonna a:visited  {
	
	color: #0066FF;	
} 
.colonna1 {
	float:left;
	width:30%;
	padding-right:2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
} 
.colonna2 {
	float:left;
	width:30%;
	margin-left: 2%;
	padding-right:2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
} 
.colonna3 {
	float:left;
	width:30%;
	margin-left: 2%;
} 
.colonna4 {
	float:left;
	width:30%;
	margin-right:2%;
} 
.colonna5 {
	float:left;
	width:30%;
	margin-left: 2%;
	margin-right:2%;
} 

.colonna6 {
	float:left;
	width:30%;
	margin-left: 2%;
} 

.counters {
	height:120px;
} 
.counters ul {
	list-style: none;
	margin-top: 20px;
} 
.counters ul li{
	width: 140px;
	float:left;
} 
.contacts {
	height:140px;
} 

.footer-comments ul {
	list-style: none;
	margin-top: 20px;
}
.footer-comments ul li {
	margin-bottom: 10px;
	background: url(img/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-comments a, footer-comments a:visited, footer-comments a:hover {
	color: #000000;
}

.footer-popular ul {
	list-style: none;
	margin-top: 20px;
}
.footer-popular ul li {
	margin-bottom: 10px;
	background: url(img/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-popular a, footer-popular a:visited, footer-popular a:hover {
	color: #000000;
}

.frase {
	width:100%;
	margin-bottom:10px;
	height: auto;
	padding-bottom: 20px;
} 

/* slider */

#wrap{
	margin:auto;
	width:480px;
}
div.home-gallery{
width: 480px;
}
.home-gallery ul{
list-style: none;
}
.home-gallery ul li{
float: left;
}
.home-gallery ul li a, .home-gallery ul li a:visited, .home-gallery ul li a:hover{
color: #FFFFFF;
}
.home-gallery img{
width: 480px;
height: 255px;
}



#fader {
	padding: 0px;
	text-indent: -9999px;
	width: 400px;
	height: 225px;
	position: relative;
	background: url(img/header1.jpg) no-repeat;
	margin: 0px;
}
#fader a {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 225px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}
#fader .fake-hover {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 225px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/header1.jpg) no-repeat 0 -240px;
}



ul.socials {
	height:55px;
	margin-top: 80px;
	padding-top: 10px;
	padding-left: 55px;
	border: 1px solid #0066FF;
}

ul.socials li {
	display:inline-block;
	float:left;
	list-style-type:none;
	height:50px;
	width:50px;
	cursor:pointer;
}

ul.socials a {
	display:block;
	width:50px;
	height:50px;
	font-size:0;
	
	
}


.digg {
	background-position:top;
	background-image: url(img/social/digg.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}


.stumble {
	background-position:top;
	background: url(img/social/stumbleupon.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}

.delicious {
	background-position:top;
	background: url(img/social/delicious.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}

.technorati {
	background-position:top;
	background: url(img/social/technorati.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}

.twitter {
	background-position:top;
	background: url(img/social/twitter.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}

.facebook {
	background-position:top;
	background: url(img/social/facebook.png);
	background-repeat: no-repeat;
}
