	#content .post1 {
		color: #ffffff;
		float: left;
		margin-bottom: 30px;
		margin-left:10px;
		width: 410px;
		height: 280px;
		overflow: hidden;
		background: url("images/indexbox1.jpg") no-repeat;
	}
	#content .post1 .post-sfondo{
			height:222px;
			overflow:hidden;
		}

		/* Post - Title */

		#content .post1 .post-title {
			width: 410px;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #b51c17;
			min-height: 58px;
			overflow: visible;
		}

		#content .post1 .post-title a {
			color: #b51c17;
			text-decoration: none;
		}

		#content .post1 .post-title a:hover {
			text-decoration: underline;
		}


		#content .post1 .post-title .post-date {
			float: left;
			background: url("images/date.png") no-repeat;
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			height: 44px;
			margin: 7px 7px 0 8px;
			width: 45px;
			font: bold 14px "Trebuchet MS", Verdana;
		}

		#content .post1 .post-title .post-date span {
			color: #000000;
			font: bold 20px "Trebuchet MS", Verdana;
			margin: 3px 0 -3px 0;
			display: block;
		}

		#content .post1 .post-title h2 {
			padding-top: 6px;
			color: #0000FF;
			font: bold 20px "Trebuchet MS", Verdana;
		}

		#content .post1 .post-title h2.not-found-title {
			line-height: 58px;
			padding-left: 25px;
			padding-top: 0;
		}

		#content .post1 .post-title h2 a {
			color: #0000FF;
			text-decoration: none;
		}

		#content .post1 .post-title h2 a:hover {
			text-decoration: underline;
		}

		/* Post - Entry */

		#content .post1 .post-sfondo .post-entry {
			width:380px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #8A2BE2;
			padding: 0 15px;
		}

		#content .post1 .not-found-entry {
			height: 200px;
		}

		#content .post1 .post-entry a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post1 .post-entry a:hover {
			text-decoration: underline;
		}

		#content .post1 .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}

		#content .post1 .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #869bc5;
			float: right;
			padding-bottom: 5px;
		}

		#content .post1 .post-entry .more-link a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post1 .post-entry .more-link a:hover {
			text-decoration: underline;
		}

		/* Post - Info */

		#content .post1 .post-info {
			clear: both;
			width: 420px;
			height: 53px;
			padding: 0px 0 0 15px;
			font: bold 12px/16px "Trebuchet MS", Verdana;
			color: #8A2BE2;
		}

		#content .post1 .post-info a {
			color: #0000ff;
			text-decoration: none;
		}

		#content  .post-info a:hover {
			text-decoration: underline;
		}

		#content .post1 .post-info .post-more {
			font: bold 13px "Trebuchet MS", Verdana;
			margin-bottom:2px;
			color: #0000FF;
		}

		#content .post1 .post-info .post-more a {
			color: #0000FF;
			text-decoration: none;
		}

		#content  .post-info .post-more a:hover {
			text-decoration: underline;
		}

		/* Post - Comments */

		#content .post1 h3 {
			height: 36px;
			color: #9FAFD0;
			font: bold 18px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
			padding: 0 15px;
		}

		#content .post1 .comments {
			padding: 0 15px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}

		#content .post1 .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}

		#content .post1 .comments ol li {
			padding: 5px;
		}

		#content .post1 .comments ol li.alt {
			background: #4e74b7;
		}

		#content .post1 .comments ol li cite {
			color: #869bc5;
			font-style: normal;
			font-weight: bold;
		}

		#content .post1 .comments ol li cite a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post1 .comments ol li cite a:hover {
			text-decoration: underline;
		}

		#content .post1 .comments ol li .commentmetadata a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post1 .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}

		#content .post1 #commentform {
			width: 400px;
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			padding: 0 10px;
		}

		#content .post1 IMG {
		width: 200px;
		text-align:left;
		float:left;
		}
		#content .post1 .post-more {
		float:left;
		width: 100px;
		}
		#content .post1 .post-share {
		float:right;
		width: 200px;
		height: 25px;
		}

/* Post - colonna destra */

		#content .post2  {
		background: url("images/indexbox2.jpg") no-repeat;
		color: #ffffff;
		float: right;
		margin-bottom: 30px;
		width: 250px;
		height: 280px;
		overflow: hidden;
		}


		/* Post - Title */

		#content .post2 .post-title {
			width: 250px;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #0000FF;
			min-height: 58px;
			overflow: visible;
		}

		#content .post2 .post-title a {
			color: #0000FF;
			text-decoration: none;
		}

		#content .post2 .post-title a:hover {
			text-decoration: underline;
		}


		#content .post2 .post-title .post-date {
			float: left;
			background: url("images/date.png") no-repeat;
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			height: 44px;
			margin: 7px 7px 0 8px;
			width: 45px;
			font: bold 14px "Trebuchet MS", Verdana;
		}

		#content .post2 .post-title .post-date span {
			color: #000000;
			font: bold 20px "Trebuchet MS", Verdana;
			margin: 3px 0 -3px 0;
			display: block;
		}

		#content .post2 .post-title h2 {
			padding-top: 6px;
			color: #0000ff;
			font: bold 16px "Trebuchet MS", Verdana;
		}

		#content .post2 .post-title h2.not-found-title {
			line-height: 58px;
			padding-left: 25px;
			padding-top: 0;
		}

		#content .post2 .post-title h2 a {
			color: #0000ff;
			text-decoration: none;
		}

		#content .post2 .post-title h2 a:hover {
			text-decoration: underline;
		}

		#content .post2 .post-sfondo {
			height:222px;
			overflow:hidden;
		}
		/* Post - Entry */

		#content .post2 .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #8A2BE2;
			padding: 0px 15px 0px 15px;
		}

		#content .post2 .not-found-entry {
			height: 200px;
		}

		#content .post2 .post-entry a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post2 .post-entry a:hover {
			text-decoration: underline;
		}

		#content .post2 .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}

		#content .post2 .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #869bc5;
			float: right;
			padding-bottom: 5px;
		}

		#content .post2 .post-entry .more-link a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post2 .post-entry .more-link a:hover {
			text-decoration: underline;
		}

		/* Post - Info */

		#content .post2 .post-info {
			width: 250px;
			height: 53px;
			padding: 0px 0 0 15px;
			font: bold 12px/16px "Trebuchet MS", Verdana;
			color: #8A2BE2;
		}

		#content .post2 .post-info a {
			color: #0000ff;
			text-decoration: none;
		}

		#content  .post-info a:hover {
			text-decoration: underline;
		}

		#content .post2 .post-info .post-more {
			font: bold 12px "Trebuchet MS", Verdana;
			margin-bottom:2px;
			color: #0000FF;
		}

		#content .post2 .post-info .post-more a {
			color: #0000FF;
			text-decoration: none;
		}

		#content  .post-info .post-more a:hover {
			text-decoration: underline;
		}


		/* Post - Comments */

		#content .post2 h3 {
			height: 36px;
			color: #9FAFD0;
			font: bold 18px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
			padding: 0 15px;
		}

		#content .post2 .comments {
			padding: 0 15px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}

		#content .post2 .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}

		#content .post2 .comments ol li {
			padding: 5px;
		}

		#content .post2 .comments ol li.alt {
			background: #4e74b7;
		}

		#content .post2 .comments ol li cite {
			color: #869bc5;
			font-style: normal;
			font-weight: bold;
		}

		#content .post2 .comments ol li cite a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post2 .comments ol li cite a:hover {
			text-decoration: underline;
		}

		#content .post2 .comments ol li .commentmetadata a {
			color: #9FAFD0;
			text-decoration: none;
		}

		#content .post2 .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}

		#content .post2 #commentform {
			width: 200px;
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			padding: 0 10px;
		}
		#content .post2 .post-entry IMG {
		width: 120px;
		text-align: left;
		float:left;
		}
		#content .post2 .post-more {
		float:left;
		width: 64px;
		}
		#content .post2 .post-share {
		float:right;
		width: 180px;
		height: 25px;
		}

		#content .post3  {
		color: #ffffff;
		float: right;
		margin-bottom: 30px;
		width: 250px;
		height: 280px;
		overflow: hidden;
		}
		#sliderindex  {
		margin-left: 10px;
		}

