/*
Theme Name: Fansclub 2010
Theme URI: http://www.bellettifansclub.com
Description: Fansclub 2010
Version: 1.0
Author: Erika Francesconi
Author URI: http://www.fiorediren.net
*/

blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th {
	margin:0;
	padding:0;
}

header, footer, aside, nav, article, section {  
    display: block;  
}  

ul {
	list-style: none;
}

body, html {
	background: #f9f9f9;
}

body {
	color: #565656;
	font: 100%/1.4 Tahoma, Verdana, Arial,sans-serif;;
}

abbr {
	border-bottom: 1px dotted #424242;
	cursor: help;
}

fieldset {
	border: none;
}

header#title {
	text-indent: -9999px;
	background: url(images/header.png) top center no-repeat;
	height: 69px;
	margin: 90px auto 45px auto;
	width: 960px;
}

nav#topnav {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 39px;
	background-color: #090803;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: 1px solid #999999;
}

nav#topnav ul {  
    margin: 10px auto 0 auto;  
    width: 960px;  
    list-style: none;  
}  

nav#topnav ul li {
	float: left;
}

nav#topnav ul li a {
	display: block;
	text-decoration: none;
	color: #7a7773;
	margin-right: 20px;
	padding-left: 28px; 
}

nav#topnav ul li.rss a {
	background: url(images/rss.png) left center no-repeat; 
}
nav#topnav ul li.facebook a {
	background: url(images/facebook.png) left center no-repeat; 
}
nav#topnav ul li.twitter a {
	background: url(images/twitter.png) left center no-repeat; 
}

nav #search {
	width: 960px;
	text-align: right;
	margin: 0 auto;
}

nav #search form{
	margin-top: -3px;
}

nav #search input{
	background: #4b4945;
	height: 20px;
	border: none;
	color: #9d9d9d;
	font-size: 0.9em;
	padding: 1px 5px;
}

nav #search input.keyword{
	width: 180px;
}

nav #search input.search{
	width: 18px;
	height: 16px;
	background: transparent;
}

nav#mainnav {
	height: 43px;
	background: transparent url(images/menuborder.png) bottom left no-repeat;
	width: 960px;
	margin: 45px auto 0 auto;
	padding-bottom: 30px;
}

nav#mainnav  ul {
	list-style-type: none;
}

nav#mainnav ul li {
	float: left;
	margin: 0 25px 0 0;
}

nav#mainnav ul li.home {
	background: transparent url(images/home.png) top left no-repeat;
}

nav#mainnav ul li.club {
	background: transparent url(images/club.png) top left no-repeat;
}

nav#mainnav ul li.bio {
	background: transparent url(images/manuel.png) top left no-repeat;
}

nav#mainnav ul li.gallery {
	background: transparent url(images/galleria.png) top left no-repeat;
}

nav#mainnav ul li.video {
	background: transparent url(images/video.png) top left no-repeat;
}

nav#mainnav ul li.guestbook {
	background: transparent url(images/guestbook.png) top left no-repeat;
}

nav#mainnav a {
	display: block; 
	height:0; 
	padding-top: 43px; 
	color: #000; 
	overflow: hidden;
}

/* hack for older versions of IE with incorrect box model */
* html nav#mainnav a:link, * html nav#mainnav a:visited {
	height: 43px; 
	he\ight: 0;
}

nav#mainnav a#item1, nav#mainnav ul li.home a#item1.current  {
	width: 43px;
	background: transparent url(images/homehover.png) -43px -43px no-repeat;
}

nav#mainnav ul li.home a#item1.current {
	background: transparent url(images/homehover.png) top left no-repeat;
}

nav#mainnav a#item2 {
	width: 59px;
	background: transparent url(images/clubhover.png) -43px -59px no-repeat;
}

nav#mainnav ul li.club a#item2.current {
	background: transparent url(images/clubhover.png) top left no-repeat;
}

nav#mainnav a#item3 {
	width: 66px;
	background: transparent url(images/manuelhover.png) -43px -59px no-repeat;
}

nav#mainnav ul li.bio a#item3.current {
	background: transparent url(images/manuelhover.png) top left no-repeat;
}

nav#mainnav a#item4 {
	width: 76px;
	background: transparent url(images/galleriahover.png) -43px -59px no-repeat;
}

nav#mainnav ul li.gallery a#item4.current {
	background: transparent url(images/galleriahover.png) top left no-repeat;
}

nav#mainnav a#item6 {
	width: 49px;
	background: transparent url(images/videohover.png) -43px -59px no-repeat;
}

nav#mainnav ul li.video a#item6.current {
	background: transparent url(images/videohover.png) top left no-repeat;
}

nav#mainnav a#item5 {
	width: 155px;
	background: transparent url(images/guestbookhover.png) -43px -59px no-repeat;
}

nav#mainnav ul li.guestbook a#item5.current {
	background: transparent url(images/guestbookhover.png) top left no-repeat;
}

nav#mainnav a#item1:hover, nav#mainnav a#item2:hover, nav#mainnav a#item3:hover, nav#mainnav a#item4:hover, nav#mainnav a#item5:hover , nav#mainnav a#item6:hover {
	background-position: 0 0; 
	z-index: 50;
}

* html nav#mainnav a:hover {
	height: 43px; 
	he\ight: 0;
}

.slideshow {
	width: 960px;
	margin: 0 auto;
	background: transparent url(images/menuborder2.png) bottom left no-repeat;
	padding-bottom: 55px;
}

#slider-code { 
	height: 420px; 
	overflow: hidden; 
}

#slider-code .viewport { 
	float: left; 
	width: 725px; 
	height: 370px; 
	overflow: hidden; 
	position: relative; 
}

#slider-code .disable { 
	visibility: hidden; 
}

#slider-code .overview { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
}

#slider-code .overview li { 
	float: left; 
	height: 370px; 
	width: 725px;
}

#slider-code .pager { 
	overflow: hidden; 
	clear: both; 
	padding: 15px 0 0 0;
}
#slider-code .pager li { 
	float: left; 
	margin-left: 10px;
}

#slider-code .pagenum { 
	background: url(images/slider_inattivo.png) top left no-repeat; 
	display: block; 
	width: 20px; 
	height: 0px; 
	padding-top: 20px; 
	overflow: hidden;
}
#slider-code .active { 
	background: url(images/slider_attivo.png) top left no-repeat; 
}

section#intro {
	width: 960px;
	height: 370px;
	margin: 20px auto 0 auto;
	background: #5f5f61 url(images/intro.jpg) top right no-repeat;
}

section#intro  h1, section#intro  h2, section#intro  dl{
	display: none;
}

#content {
	width: 960px;
	margin: 30px auto;
	font-size: 0.8em;
}

#content section#blog {
	width: 610px;
	float: left;
	margin-bottom: 40px;
}

#content aside {
	float: right;
	width: 310px;
}

#content #blog h2 {
	background: url(images/title_blog4.png) top left no-repeat;
	height: 52px;
	text-indent: -900%;
}

#content #blog h2#page2{
	background: url(images/title_club.png) top left no-repeat;
}

#content #blog h2#page24{
	background: url(images/title_manuel.png) top left no-repeat;
}

#content #blog h2#page763{
	background: url(images/title_manuel_risultati.png) top left no-repeat;
}

#content #blog h2#page6{
	background: url(images/title_galleria.png) top left no-repeat;
}

#content #blog h2#page16{
	background: url(images/title_gb.png) top left no-repeat;
}

#content #blog h2#notfound{
	background: url(images/title_404.png) top left no-repeat;
}

#content #blog h2#archives{
	background: url(images/title_archive.png) top left no-repeat;
}

#content #blog h2#searchtitle{
	background: url(images/title_search.png) top left no-repeat;
}

#content #blog h2#page746{
	background: url(images/title_video.png) top left no-repeat;
}

#content article {
	border-top: 1px solid #c2c2b3;
	margin-top: 20px;
	padding-top: 10px;
}

#content article  header time {
	display: block;
	background: url(images/datebg.png) top left no-repeat;
	float: left;
	width: 77px;
	height: 77px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #3a3a3c;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: Georgia, Helvetica, Serif;
	margin-right: 15px;
}

#content article  header time span {
	display: block;
	padding: 10px 20px;
}

#content article  header p {
	text-transform: uppercase;
	font-size: 0.8em;
	padding-top: 5px;
}

#content .postheader {
	padding-top: 10px;
}

#content .postheader p {
	margin: 5px 0 0 95px;
	background: transparent url(images/dot.gif) center left no-repeat;
	padding: 0 0 0 10px;
}

#content .postheader a {
	color: #d7412c;
}

#content .postcontent {
	clear: both;
	padding: 10px;
}

#content .postcontent p {
	margin-bottom: 10px;
}

#content .postcontent img {
	border: 1px solid #c2c2b3;
	padding: 3px;
}

#content .postcontent ol {
	margin: 0 0 10px 25px;
}

#content .postcontent ul {
	list-style-type: square;
	margin: 0 0 10px 25px;
}

#content .postcontent blockquote {
	font-style: italic;
	margin: 0 0 10px 20px;
}

#content .postcontent a {
	color: #d7412c;
}

#content #blog  h3 {
	color: #00628d;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: normal;
}

#content #blog  h3 a{
	text-decoration: none;
	color: #00628d;
}

#content #blog h3 a:hover {
	color: #d7412c;
}

#content #blog h4 {
	color: #d7412c;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
	font-weight: normal;
}

#content footer {
	margin: 10px;
}

#content footer p{
	display: inline;
}

#content footer a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	background: #00628d;
	padding: 5px;
}

#content footer a:hover {
	background: #d7412c;
}

#content nav#pagenavi {
	margin-top: 50px;
	border-top: 1px solid #c2c2b3;
	padding-top: 30px;
}

#content nav#pagenavi ul li{
	float: left;
}

#content nav#pagenavi a {
	display: block; 
	background: #e5e5e5;
	padding: 5px 10px;
	margin-right: 5px;
	color: #919191;
	text-decoration: none;
}

#content nav#pagenavi a:hover , #content nav#pagenavi a.current{
	background: #5f5f61;
	color: #f9f9f9;
}

aside section {
	margin-bottom: 30px;
}

aside  p {
	font-size: 0.85em;
}

aside p a {
	color: #565656;
}

aside p a:hover {
	color: #d7412c;
}

aside #disclaimer h3 {
	background: transparent url(images/disclaimer.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 30px;
}

aside #info h3 {
	background: transparent url(images/informazioni.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 30px;
}

aside #smallgallery h3 {
	background: transparent url(images/gallery_sidebar.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 24px;
}

aside #disclaimer p, aside #info p {
	padding: 0 0 10px 15px;
}

aside #recentcomments h3 {
	background: transparent url(images/recent_comments.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 30px;
}

aside #mostpopular h3 {
	background: transparent url(images/piucommentati.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 30px;
}

aside #recentcomments p, aside #mostpopular p, aside #archive p {
	background: transparent url(images/dot.gif) center left no-repeat;
	margin: 0 0 10px 15px;
	padding: 0 0 0 15px;
}

aside #archive h3 {
	background: transparent url(images/archivio.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 30px;
}

aside #manuel_menu h3 {
	background: transparent url(images/pagine.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 30px;
}

aside #manuel_menu ul {
	margin-top: -7px;
}

aside #manuel_menu li {
	border-bottom: 1px solid #c2c2b3;
	padding: 10px 10px 10px 20px;
	margin-left: 33px;
	margin-right: 33px;
	background: transparent url(images/dot.gif) center left no-repeat;
}

aside #manuel_menu li a {
	color: #9b9e9f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

aside #manuel_menu li a:hover {
	text-decoration: underline;
}

#pageFooter {
	clear: both;
	background: #090803;
	padding: 45px 30px;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	color: #424242;
	margin-top: 40px;
}

#pageFooter div {
	width: 960px;
	margin: 0 auto;
}

#pageFooter a {
	color: #424242;
}

/* pagina commenti */
section #comments {
	border-top: 1px dashed #c2c2b3;
	margin-top: 5px;
	margin-bottom: 20px;
}

#comments h3 {
	color: #00628D !important;
	margin-top: 15px;
	background: url(images/comments.png) top left no-repeat;
	height: 59px;
	padding: 11px 0 0 70px;
	margin-left: 5px;
}

#comments h4 {
	margin-bottom: 5px;
	color: #D7412C;
	font-size: 1.1em;
}

#comments h4 a {
	color: #D7412C;
}

#comments article {
	border-top: none;
	margin: 0 0 25px 0;
	padding: 0 20px;
}

#comments time {
	background: url(images/dot_blu.gif) center left no-repeat !important;
	float: none !important;
	width: 100% !important;
	text-align: left !important;
	font-family: Tahoma, Verdana, Arial, sans-serif !important;
	font-weight: normal !important;
	font-size: 0.8em !important;
	height: auto !important;
	padding-left: 10px;
	margin-left: 5px;
	display: inline !important;
	margin-right: 5px !important;
}

#comments header a.pl {
	font-size: 0.9em;
	color: #3A3A3C;
}

#comments header {
	margin-bottom: 8px;
}

#commentlist , p.nocomments{
	border-bottom: 1px dashed #c2c2b3;
}

p.nocomments {
	margin: 0 0 25px 0;
	padding: 0 20px 20px 20px;
}

#respond h3 {
	background: url(images/comment_add.png) top left no-repeat;
}

#respond label, #respond input {
	display: block;
}

#respond fieldset {
	padding: 0 20px;
}

#respond input, #respond textarea {
	border: 1px solid #c2c2b3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 0.9em;
}

#respond label {
	font-size: 0.9em;
}

#respond input {
	width: 300px;
}

#respond textarea {
	width: 100%;
}

#respond input {
	margin: 2px 0 7px 0;
}

.postcomment {
	background: #5f5f61;
	color: #f9f9f9;
	width: 150px !important;
	margin-top: 7px !important;
}

/* club, manuel */
.pagetitle, .pageimg {
	margin: 25px 0 10px 0;
}

.sendmail {
    background: url(images/mail.png) top left no-repeat;
    padding: 4px 0 0 37px;
    min-height: 23px;
    margin-top: 20px;
}

.imagelist {
	padding-left: 15px;
	margin-top: 20px;
}

.imagelist a {
	margin-right: 10px;
}

.imagelist a img {
	border: 5px solid #e5e5e5;
}

.imagelist a:hover img {
	border: 5px solid #5f5f61;
}

.imagelist a.morepics {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	background: #00628d;
	padding: 5px;
}

.imagelist a.morepics:hover {
	background: #d7412c;
}

.imagelist p {
	margin-top: 20px;
}

.archivetitle {
	padding-top: 20px;
	color: #565656 !important;
}

.archivetitle a {
	
}

.share-this {
	margin-top: 20px;
}

/* Organigramma */
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:168px;
	height:220px;
	margin-left: 20px;
	margin-top: 10px;
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:212px;
	width:160px;
}
	
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:140px;
	height:47px;
	background:#111;
	top: 160px;
	margin-left: 4px;
	margin-right: 4px;
	color: #D1D1D3;
	padding-left: 20px;
	padding-top: 9px;
}

.mosaic-overlay p {
	margin-bottom: 1px !important;
} 
	
.cover2 .mosaic-overlay {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}

.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }

/* Spriteme */
nav#mainnav ul li.home {
  background-image: url("images/home.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -10px;
}
This is one of multiple rules that use this background image:
nav#mainnav a#item1, nav#mainnav ul li.home a#item1.current {
  background-image: url("images/homehover.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -73px;
}
This is one of multiple rules that use this background image:
nav#mainnav ul li.home a#item1.current {
  background-image: url("images/homehover.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -73px;
}
nav#mainnav ul li.club {
  background-image: url("images/club.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -136px;
}
nav#mainnav ul li.bio {
  background-image: url("images/manuel.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -199px;
}
nav#mainnav ul li.gallery {
  background-image: url("images/galleria.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -262px;
}
nav#mainnav ul li.video {
  background-image: url("images/video.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -325px;
}
nav#mainnav ul li.guestbook {
  background-image: url("images/guestbook.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -388px;
}
#slider-code .pagenum {
  background-image: url("images/slider_inattivo.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -452px;
}
#slider-code .active {
  background-image: url("images/slider_attivo.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -492px;
}
#content article header time {
  background-image: url("images/datebg.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -532px;
}
header#title {
  background-image: url("images/header.png");
  background-image: url("images/spriteme1.png");
  background-position: 127px -629px;
}
nav#topnav ul li.rss a {
  background-image: url("images/rss.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -719px;
}
nav#topnav ul li.facebook a {
  background-image: url("images/facebook.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -759px;
}
nav#topnav ul li.twitter a {
  background-image: url("images/twitter.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -799px;
}
#content #blog h2 {
  background-image: url("images/title_blog4.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -838px;
}
This is one of multiple rules that use this background image:
#content .postheader p {
  background-image: url("images/dot.gif");
  background-image: url("images/spriteme1.png");
  background-position: -10px -905.5px;
}
This is one of multiple rules that use this background image:
aside #recentcomments p, aside #mostpopular p, aside #archive p {
  background-image: url("images/dot.gif");
  background-image: url("images/spriteme1.png");
  background-position: -10px -905.5px;
}
This is one of multiple rules that use this background image:
aside #manuel_menu li {
  background-image: url("images/dot.gif");
  background-image: url("images/spriteme1.png");
  background-position: -10px -905.5px;
}
aside #disclaimer h3 {
  background-image: url("images/disclaimer.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -935px;
}
aside #recentcomments h3 {
  background-image: url("images/recent_comments.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -985px;
}
aside #mostpopular h3 {
  background-image: url("images/piucommentati.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -1030px;
}
aside #archive h3 {
  background-image: url("images/archivio.png");
  background-image: url("images/spriteme1.png");
  background-position: -10px -1081px;
}
nav#mainnav {
  background-image: url("images/menuborder.png");
  background-image: url("images/spriteme2.png");
  background-position: -10px 53px;
}
.slideshow {
  background-image: url("images/menuborder2.png");
  background-image: url("images/spriteme2.png");
  background-position: -990px 405px;
}

