/*  
Theme Name: Fresco2
Theme URI:http://www.legambienterieti.it/blog/wp-content/uploads/fresco2.zip

Description: basato su sul tema <a href="http://www.milienzo.com/wordpress-themes/fresco/">Fresco di miLienzo.com </a> e modificato da Renato Vidimari (modificato layout e migliorato l'uso dei widget nelle sidebar).La versione italiana, che permette l'uso dei widget, è di <a href="http://www.centrostudilaruna.it/huginnemuninn">Huginn e Muninn</a>. Per gli aggiornamenti si può controllare la <a href="http://www.milienzo.com/wordpress-themes/fresco/">pagina originale del tema</a> Il tema fresco2 è disponibile qui: <a href="http://www.legambienterieti.it/blog/wp-content/uploads/fresco2.zip">fresco2.zip</a>


Version: 2.1
Author: Renato Vidimari
Author mail: mailto:renatovidimari@tiscali.it

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Version history:
	7 April 2007 - Version 1.0 - initial release

*/


/* Page structure and general formatting */

body {
	margin:0px auto; padding:0;text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}


#wrap { /*width:1024px;*/ 
        margin: 0px auto;
        text-align:left;
        border-left:1px dotted #30B763;
        border-right:1px dotted #30B763;
        width:1000px;
        



}

p {
	font-size:14px;
	margin:0px 0px 12px 0px;
	line-height:22px;
}

p.post-date {
	color:#BC5B4F;
}

a {
	color:#2F60B3;
	text-decoration:none;
}

a img {
	border:none;
}

a:hover {
	color:#D13775;
	text-decoration:underline;
}

a:active {
	outline:none;
}

a:focus {
	-moz-outline-style:none;
}

h1 {
	font-size:26px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	color:#E9553D;
}

blockquote {
	border-left:#69CF90 solid 4px;
	margin:0px 0px 12px 19px;
	padding:0px 0px 0px 7px;
}

.hr {
	background:url(images/hr.gif) 0 50% repeat-x;
	height:50px;
	clear:both;
}

.navigation {
	font-size:18px;
	font-weight:bold;
	line-height:34px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

img.centered {
	display:block;
	margin:12px auto 12px auto;
}

img.alignright {
	display:inline;
	margin:12px 0px 12px 22px;
}

img.alignleft {
	display:inline;
	margin:12px 22px 12px 0px;
}


/* Header */

#header {
	background:url(images/header-bg-top.jpg)  no-repeat scroll center top #ffffff;
	height:180px;
}

.search {
	float:right;
	margin:120px 0px 0px 0px;
}

#search-form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}

.search-box {
	border:3px solid #F0C67A;
	width:102px;
}

.search-box:focus {
	background:#FBEDD6;
}

.search-submit {
	border:3px solid #688DCC;
	background:#FFFFFF;
}

.search-submit:hover {
	background:#CCDAF0;
	cursor:pointer;
	cursor:hand;
}

#header h1 {
	padding:62px 0px 0px 0px;
	font-size:48px;
}

#header .description {
	font-size:18px;
	color:#F8EFBB;
	margin:-10px 0px 0px 60px;
}

#header h1 a {
	color:#F0E07A;
}

#header h1 a:hover {
	color:#F8EFBB;
	text-decoration:none;
}


/* Menu */

#menu {
	background: #E9AC3D;
}

ul.menu-list {
	font-size:16px;
	line-height:39px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 30px;
}

ul.menu-list li {
	list-style:none;
	display:inline;
	margin:0px 20px 0px 0px;
}

ul.menu-list a {
	text-decoration:none;
	color:#ffffff;
	padding:10px;
}

ul.menu-list a:hover {
	text-decoration:none;
	color:#ffffff;
	background:#F0C67A;
}


/* Main column - layout and style */

.container {
	width:900px; 
	margin:0px auto;
        
}

.main-column {
	width:500px;
	border-top:#69CF90 solid 5px;
	margin:18px 20px 0px 0px;
	padding:20px 0px 0px 0px;
	float:left;
}

.main-column ul {
	font-size:14px;
	margin:0px 0px 12px 30px;
	padding:0px;
	line-height:22px;
	list-style:url(images/li.gif) outside;
}

.post-subscribe {
	font-size:14px;
	background:url(images/subscribe.gif) 0 50% no-repeat;
	padding:5px 0px 5px 25px;
	float:left;
}

.post-share {
	font-size:14px;
	background:url(images/share.gif) 0 50% no-repeat;
	padding:5px 0px 5px 25px;
	margin:0px 0px 0px 20px;
	float:left;
}

.post-comment {
	font-size:14px;
	padding:5px 0px 5px 25px;
	float:right;
}


/* Comments */

.comment-head {
	background:url(images/comment-head.gif) 0 0 no-repeat #CCDAF0;
	padding:3px 10px 0px 10px;
	margin:20px 0px -12px 0px;
}

.comment-top {
	background:url(images/comment-top.gif) 0 0 no-repeat;
	padding:5px 10px 5px 10px;
}

.comment-middle {
	background:url(images/comment-middle.gif);
}

.comment-bottom {
	background:url(images/comment-bottom.gif) 0 100% no-repeat;
	margin:0px 0px 22px 0px;
}

.comment-box {
	border:3px solid #F0C67A;
}

.comment-box:focus {
	background:#FBEDD6;
}

.comment-submit {
	border:3px solid #688DCC;
	background:#FFFFFF;
}

.comment-submit:hover {
	background:#CCDAF0;
	cursor:pointer;
	cursor:hand;
}


/* Side columns */

.side-column {
	display:inline;
}

.side-left {
	width:180px;
	margin:18px 20px 0px 0px;
	padding:0px;
	float:left;
}

.side-right {
	width:180px;
	margin-top:18px;
         margin-left:0px;
         marging-right: 0px;
        
	padding:0px;
	float:left;
       /* clear:both; */
}

.left {
	border-top:#6CB5D3 solid 5px;
	margin:0px 0px 22px 0px;
	padding:20px 0px 0px 0px;
}

.right {
	border-top:#F0C67A solid 5px;
	margin:0px 0px 22px 0px;
	padding:20px 0px 0px 0px;
}

/****************** liste **********/
.side-left ul, .side-right ul  {
	font-size:14px;
	margin:0px;
	padding:0px;
	border-top:1px dotted #91A9CD;
}

.side-left li, .side-right li {
	list-style:none;
	border-bottom:1px dotted #91A9CD;
	margin:0px;
	/*padding:0px; */
        padding-top:10px;
        padding-bottom:10px;
        padding-left:0px; padding-right:0px;

}

.side-left a, .side-right a {
	/*display:block; */
	padding:10px 0px 10px 0px;
}

.side-left a:hover, .side-right a:hover {
	text-decoration:none;
	background:#CCDAF0;
	color:#2F60B3;
}


/* Footer */

#clear-row {
	clear:both;
}

#footer {
	background:#30B763;
	margin:30px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	overflow:hidden;
}

#footer p {
	color:#FFFFFF;
	margin:0px;
}

#footer p.milienzo {
	float:right;
	text-align:right;
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
}

#footer a:hover {
	color:#FFFFFF;
}


/* Print-friendly stylesheet */

@media print {
	#search-form {
		display:none;
	}

	#menu {
		display:none;
	}

	.comment-box {
		display:none;
	}

	.comment-submit {
		display: none;
	}

	.side-column {
		display:none;
	}

	.main-column {
		width:800px;
	}
}


/* titolo e datario */

#phead{
 width: 480px;
/* padding-left: 20px; */
/* padding-top: 20px; */
 height: 48px;
}
#date_container{
 width: 48px;
 height: 48px;
 background: url('images/date.gif') no-repeat;
 float: left;
}

.pmonth{
 text-align: center;
 width: 48px;
 color: #FFF;
 font-size: 12px;
 font-weight: bold;
 height: 20px;
}

.pday{
 width: 48px;
 text-align: center;
 color: #0e2b3f;
 font-size: 16px;
 font-weight: bold;
 height: 24px;
 padding-top: 4px;
}
#ptitle{
	margin: 0;
	padding-top: 6px;
	float: left;
	padding-left: 10px;
	height: 48px;
	font-size: 9px;
}

#ptitle a { color:#E9553D;}
#ptitla a:visited { color: #E9553D; }
#ptitla a:hover { color: #E9553D; }
#ptitla a:active { color: #E9553D; }


