/* CSS Document */

/*--General--*/

* {	/*--make all to 0 as default--*/

	padding: 0;

	margin: 0;

}



body {

	background: #f6fcff;

	font: 80%/170% Verdana, Arial, Helvetica, sans-serif;

	color: #050505;

}



/*--formatting--*/

a {

	color: #31a100;

	outline-style: none;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

	color: #31a100;

}



p {

	padding: 0 0 1.8em;

}	


h1 {

	font-size:25px;

	color:#22bb00;

	font-weight:bold;

}


h2 {

	font: 900 22px Arial, Helvetica, sans-serif;

	padding-bottom: 10px;
	
	color:#009900;

}



h2.pagetitle {

	font: 400 25px Arial, Verdana, Tahoma;

	margin-top: 20px;

	padding: 2px 0;

	text-align: center;

	letter-spacing: 0;

	background-color: #53c300;

	border: 1px solid #42b200;

}



h2.pagetitle strong {

	font-size: 28px;

}



h2 a {

	color: #fff;

	text-decoration: none;

}


h3 a, h4 a {

	color:#fff;

	text-decoration: none;

}


h3 {

	font: 900 16px Arial, Helvetica, sans-serif;
	
	color: #777;

	background: #bbb url(prato-pronto_wp/wp-content/themes/pratoweb/images/bg-h-alt.png) no-repeat bottom left;
	
	text-indent: 5px;
	
	padding: 3px;

	margin-top: 10px;
	
	border-bottom: 1px #AAA solid;
}



h4 {

	font: 900 16px Arial, Helvetica, sans-serif;
	
	color: #888;

	background: #CCC url(prato-pronto_wp/wp-content/themes/pratoweb/images/bg-h-alt.png) no-repeat bottom left;
	
	text-indent: 5px;
	
	padding: 3px;
	
	border-bottom: 1px #BBB solid;
}

h5 {
	color:#666;
	font-size: 14px;
	border-bottom:solid 2px #888;
	}
	
h6 {
	color:#888;
	font-size: 14px;
	border-bottom:solid 2px #AAA;
	}


blockquote {

	width: 400px;

	background-color: #f3f3f3;

	padding: 10px;

	clear: both;

	margin: 10px 0 0 0;

	border: 2px solid #ababab;

	font: 400 12px Arial, Times, serif;		

}



blockquote p {

	padding: 0;

}



.entry ul, .entry ol, .post ul, .post ol {

	padding: 18px;

}



ul {

	list-style-image: url(prato-pronto_wp/wp-content/themes/pratoweb/images/bullet.gif) ;

}



ul li ul {

	list-style-type: circle;

}



ol {

	list-style-type: decimal;

}



ol li ol {

	list-style-type: lower-roman;

}



img.left {

	float: left;

	margin: 5px 5px 5px 0;

	background-color: #fff;

	padding: 4px;

	border: 2px solid #42b200;

}



img.right {

	float: right;

	margin: 5px 0 5px 5px;

	background-color: #fff;

	padding: 4px;

	border: 2px solid #42b200;

}



/*--container--*/

#wrapper {

	width: 960px;

	margin: 0 auto;

}



#header {

	width: 960px;

	height: 300px;

	float: left;

	background: url(immagini/header-index.jpg) no-repeat;

}



#content {

	width: 960px;

	float: left;

}



#content #left-col {

	width: 600px;

	float: left;

	position: relative;

	padding-right: 30px;

}



#content #right-col {

	width: 300px;

	margin-top: 20px;

	float: left;

	position: relative;

}



#content #right-col #sidebar {

	width: 300px;

	float: left;

	position: relative;

}



#footer {

	width: 100%;

	float: left;

	color: #ddffdd;

	background: #209000 url(prato-pronto_wp/wp-content/themes/pratoweb/images/foot.png) no-repeat top left;

	padding-top: 20px;

	height: 105px;

	margin-top: 20px;

}



/*--header--*/



#header #blog-title {

	float: left;

	color: #060;

	line-height: 25px;

	margin: 35px 0 0 300px;

}



#header #blog-title h1 a {

	color: #050;

	font-size: 25px;

}



#header #blog-title span {

	float: left;	

}





/*--page-menu--*/

#header #menu {

	float: left;

	margin: 119px 10px 0 270px;

}



#header #menu ul {

	list-style: none;

}



#header #menu ul li.page_item {

	float: left;

	margin: 0 0 0 10px;

}



#header #menu ul li.page_item a {

	width: 98px;

	height: 21px;

	float: left;

	text-decoration: none;

	font: 900 14px Arial, Helvetica, sans-serif;

	color: #106000;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/button.png) no-repeat;

	text-align: center;

	padding: 7px 0 0 0;

	text-transform:lowercase;

	font-size: 12px;

}



#header #menu ul li.page_item a:hover {

	color: #fff;

}



#header #menu ul li.current_page_item a {

	color: #fff;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/button-roll.png) no-repeat;

}







/*--post--*/



.post {

	width: 598px;

	float: left;

	margin-top: 20px;

	background: #D7D9D5 url(prato-pronto_wp/wp-content/themes/pratoweb/images/post-bg.png) no-repeat top;

	border-left: 1px solid #C0C0C0;

	border-right: 1px solid #D0D0D0;

}



.post-bg-down {

	float: left;

	width: 600px;

	height: 5px;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/post-bg-down.png) no-repeat;

}



.post-info {

	background: #53c300;

	float: left;

	margin: 5px 0 10px 0;

	padding: 0 10px 0 10px;

}



.post-info a{

	color: #fff;	

}



.post-info a:hover{

	text-decoration: none;

}



ul.links {

	list-style: none;

}



.entry {

	float: left;

	width: 580px;	

	padding: 15px 10px 0 10px;

}



.post h2 a{

	font-size: 20px;

	color: #fff;

	float: left;

	width: 580px;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/bg-h-gra.png) repeat-x bottom left;

	text-indent: 7px;

	padding: 3px;

}


.entry h2 a:hover {

	text-decoration: none;

	color: #CCEEFF;

}


.more {

    display: block;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/more.png) no-repeat top left;

	width: 73px;

	height: 17px;

	text-indent: -9999em;

	display: block;

    margin: 20px 50px 20px 0;

    cursor: pointer;

    float: right;

}



p.metadata {

	padding: 0 0 0 15px;

	margin-left:10px;

	background-color: #D0D0D0;

	clear: left;

	margin-top: 15px;

	font-size: 11px;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/tag.png) no-repeat left;

}



p.metadata2 {

	padding: 2px;

	background-color: #f5f5f5;

	border: 1px solid #f0f0f0;

	clear: left;

	text-align: left;

	width: 592px;

	margin-top: 20px;

	text-align: center;

}



.clear {

	clear: both;

	padding: 10px 0 0 0;

}



.banner-after-post {

	width: 600px;

	height: 60px;

	margin-top: 20px;

	float:left;

}



.banner-after-post img{

	border: none;

}



/*--right-col--*/



/*--feed--*/



.feed {

	width: 300px;

	float: left;

}



.feed ul {

	list-style: none;

	margin: 10px 0 0 0;

}



.feed ul li {

	margin-bottom: 5px;

}



.feed ul li a{

	color: #0033AA;

	margin: 0 0 0 20px;

	font-weight: bold;

}



.feed ul li a:hover{

	text-decoration: none;

}



.rss-icon {

	float: left;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/rss-icon.png) no-repeat;

	width: 80px;

	height: 60px;

	margin-left: 40px;

}



/*--search--*/

#searchform {

	width: 267px;

	float: right;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/searchform.png) no-repeat top left;

	height: 33px;

	margin: 66px -1px 0 0;

}



#searchform form {

	float: left;

	width: 310px;

	margin: 10px;

	display: inline;

}



#searchform form input#s {

	width: 167px;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/form.png) no-repeat top left;

	height: 19px;

	border: 0;

	float: left;

	margin-right: 10px;

	padding: 3px 0 0 7px;

	color: #666;

	font-size: 11px;

}



#searchform form input#searchsubmit {

	width: 61px;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/search.png) no-repeat center left;

	height: 23px;

	border: 0;

}



/*--ad block--*/



.ads {

	float: left;

	width: 300px;

	margin: 0 0 20px 0;

}



.ads h2 {

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/h2-sidebar.png) no-repeat;

	width: 290px;

	height: 25px;

	font-size: 17px;

	padding: 20px 0 0 10px;

}

.adsimg {

	border-left: 1px solid #c0c0c0;

	border-right: 1px solid #d0d0d0;

	width: 285px;

	padding: 10px 0 0 13px;

}



.ads img {

	border: none;

	margin: 0 0 5px 5px;

}



.li-sidebar-bottom {

	float: left;

	width: 300px;

	height: 4px;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/li-sidebar-bottom.png) no-repeat;

}

/*--sidebar1--*/



#sidebar h3 {

	text-align: center;

	margin-bottom: 15px;

}



#sidebar ul {

	list-style: none;

}





#sidebar2 {

	float: left;

	width: 300px;

}

.widget li {
	
	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/li-sidebar-bottom.png) bottom center no-repeat;
	
	padding-bottom:4px;	

	}
	


#sidebar ul {



}



#sidebar ul li {

	float: left;

	width: 300px;

	margin-bottom: 30px;
	
}



#sidebar ul li h2 {

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/h2-sidebar.png) no-repeat;

	width: 280px;

	height: 25px;

	font-size: 17px;

	padding: 20px 0 0 20px;

	text-transform: capitalize;

	color:#fff;

}





#sidebar ul li ul {



}



#sidebar ul li ul li {

	float: left;

	width: 300px;

	border: 0;

	margin-bottom: 0;
	
	background-color:#D7D9D5;

}



#sidebar ul li ul li a {

	border-left: 1px solid #c0c0c0;

	border-right: 1px solid #d0d0d0;

	float: left;

	width: 258px;

	text-decoration: none;

	color: #666;

	padding: 5px 10px 0 30px;

}



#sidebar ul li ul li a:hover {

	color: #0196e6;

	font-weight: normal;

}



/*--comments--*/



#comments {

	margin-top: 15px;

	float: left;

	width: 600px;

	padding: 20px 0 20px 0;

	color: #595959;

}



h3#comment-title {

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/comments.png) no-repeat top left;

	width: 200px;

	float: left;

	text-indent: -9999em;

	padding: 5px 0 20px 0;
	
	border-style:none;

}



#comments ol, #comments ol li {

	float: left;

	width: 600px;

	list-style: none;

	padding: 0;

	margin-bottom: 20px;

}



#comments ol li .comment-data {

	float: left;

	width: 475px;

	background-color: #e5ebee;

	min-height: 120px;

	overflow: visible;

	font-size: 11px;

	padding: 0 5px 0 10px;

}



#comments ol li.alt .comment-data {

	float: left;

	width: 475px;

	min-height: 120px;

	overflow: visible;

	padding: 0 5px 0 10px;

	background: none;

}



#comments .comment-gravatar {

	float: left;

	margin: 0 10px 0 10px;

}



#comments .comment-gravatar img{

	border-left: 1px solid #fff;

	border-right: 1px solid #fff;

	border-top: 1px solid #fff;

	border-bottom: 15px solid #fff;

	

}



#comments .comment-info {

	color: #31a100;	

	font-size: 11px;

	padding: 5px 0 0;

}



#comments .comment-info a {

	color: #004400;

	text-decoration: none;

}



/*--respond--*/

#respond {

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/respond.png) no-repeat top left;

	padding-top: 30px;

	margin-top: 15px;

	float: left;

	float: left;

	width: 600px;

}



#respond p {

	padding: 0 0 10px 10px;

}



#respond input {

	padding: 2px;

	border: 1px solid #2F6E00;

}





/*--footer--*/

#footer .footer-text {

	width: 960px;

	margin: 0 auto;

	font-size: 10px;

}



#footer .footer-text a {

	color: #FFF;

}



#footer .footer-text span {

	float: left;

	width: 600px;

}



#footer .footer-text em {

	float: left;

	width: 360px;

	text-align: right;

}



/*--widget-formatting*/

.textwidget {

	padding: 5px;

}



a.tag-link-11 {

	text-decoration: none;

	margin: 3px;

}



#tag_cloud {

	text-align: center;

}



/*--page nav--*/



.navigation {



	float: left;

	width: 600px;

	margin: 20px 0 0 0;

}



.navigation .previous {



	float: left;

	display:block;

	text-indent: -9999em;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/previous.png) no-repeat;

	width: 122px;

	height: 22px;

	margin: 7px 0 20px 20px;

	cursor:pointer;

}



.navigation .next {



	float: right;

	display:block;

	text-indent: -9999em;

	background: url(prato-pronto_wp/wp-content/themes/pratoweb/images/next.png) no-repeat;

	width: 94px;

	height: 22px;

	margin: 7px 20px 20px 0;

	cursor:pointer;

}



/*--contact--*/



.contact-form {

	

	width: 550px;

}



.contact-form input {

	

	border: none;

	border: 1px solid #b7b6b6;	

	color: #000;

}



.contact-form textarea {

	

	border: none;

	border: 1px solid #b7b6b6;	

	color: #000;

}



.contact-form form, fieldset {



	border: none;

	

}



.contact-form .cp_message {

	width: 90%;	

	

}



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption-dd {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

.alert {
	text-size: 9px;
	margin: 4px 0 4px 0;
	color: #FF0000;
}

hr {
	width:90%;
	height:3px;
	background-color: #eee;
	border: none;
	margin: 5px 0 27px 0;
	}

/*-- tratti  da old --*/

.style1 {	font-size: 12px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 16px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	font-size: 14px;
	color: #567;
	Padding: 8px 2px 8px 2px;
}

.tabella-alfa {
	color: #003300;
	background-color:#eeFFdd;
	text-align: center;
	padding: 5px;
	width: 70%;
	border: 1px solid #66CCFF;
}
.credits {
	font-size: 9px;
	text-align: center;
	margin: 30px;
	float: left;
}
.tm {
	font-size: xx-small;
}
