body{
	background-color:#f1efe7;
	margin:0px auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
}
#container{
	margin:0px auto;
	text-align:center;
	width: 1015px;
}
/*tool*/
#tool{
	margin:0px auto;
	text-align:center;
	width: 1015px;
}
#toptool{
	height:30px;
	background: url(/blogs/style_css/journalism/cream/images/top_tool.gif)  no-repeat bottom;
}

#centertool{
	background: url(/blogs/style_css/journalism/cream/images/bg_tool.gif) no-repeat bottom;
	height: 53px;
	overflow: hidden;
	font-size:14px;
	font-weight:bold;
	color:#505052;
	text-align:left;
	padding:0px 42px 13px 42px;
	font-size:14px;
}
.nomeblog{font-size:28px; font-weight:bold;}
#containercenter{
	margin:0px auto;
	text-align:center;
	width: 993px;
	background: url(/blogs/style_css/journalism/cream/images/bg_center.gif) repeat-y;
	padding:0px 11px;
}

#menu{
	background: url(/blogs/style_css/journalism/cream/images/menu.jpg) no-repeat;
	height:30px;
	text-align:left;
	color:#656462;
	padding-left:33px;
	font-size:11px;
	padding-top:9px;
}
#menu a, #menu a:link, #menu a:hover, #menu a:active{color:#656462; text-decoration:none; }

#bottom{
	background: url(/blogs/style_css/journalism/cream/images/footer1.jpg) no-repeat top;
	height: 30px;
	padding:55px 60px 0px 0px;
	text-align:right;
}
#bottom a, #bottom a:link, #bottom a:visited, #bottom a:hover, #bottom a:active{
	text-decoration:none;
}
.textcolor, .textcolor a, .textcolor a:link, textcolor a:visited, textcolor a:hover, textcolor a:active{
	font-weight:bold;;
}

a, a:link, a:visited, a:active{color:#000;}
a:hover{color:#000;}
/*sinistra*/
#sinistra{
	width: 160px;
	float:left;
	color:#000;
	text-align:left;
	padding:0px 0px 0px 24px;
}
.servizio{
	margin-bottom:40px;
}
/*parte di mezzo*/
#mezzo{
	margin:0px 20px 50px 20px;
	float: left;
	width:510px;
	text-align: left;
}
.post{
margin:36px 0px 0px 0px;
}
.testopost{
	margin-top:27px;
}
.data{
	font-size: 11px;
	color:#666;
	margin-bottom: 30px;
}
.titolopost{
	font-weight: bold;
}
.pulsantipost{
	text-align: right;
}

.postutil{
	margin-top:28px;
	font-size:10px;
}
.postutil h1{
	font-weight: bold;
	font-size:14px;
}
.commentovoci{
	color:#000;
}
.commento{
	padding:16px 0px 16px 0px;
}
#sfoglia{
margin: 49px  auto auto 15px;
}
.big{
font-size:14px;
color:#000;
font-weight: bold;	
}
.titolopost{
	font-size: 14px;
}
/*parte di destra*/
#destra{
	width: 237px;
	float: right;
	text-align:left;
	
}
.destra a, .destra a:link, .destra a:visited, .destra a:active {
	color: #505052;
	text-decoration: none;
}
.destra a:hover{
	color: #929292;
}
.destra{
	padding:10px 24px;
	color:#505052;
}

#calendario{
	padding:10px 24px;
}
#podcast{
	margin:22px 0px 0px 0px;
	background: url(/blogs/style_css/journalism/cream/images/podcast.jpg) no-repeat;
	height: 21px;
	font-size:14px;
	text-align: right;
	padding-right:57px;
	color:#e6d8a8;
}
.titolidestra{
	margin:22px 0px 0px 0px;
	background: url(/blogs/style_css/journalism/cream/images/titoli.gif) no-repeat;
	height: 21px;
	font-size:14px;
	text-align: right;
	padding-right:27px;
	
}
form{
	padding: 0px;
	margin: 0px;
}
.input{
	background-color: #e5441e;
	font-size: 9px;
	height: 18px;
	border: 1px solid #0090ff;
	color:#000;
}
.input2{
	border: 1px solid #e5441e;
	font-size: 9px;
	color:#e5441e;
	margin-top:1px;
}
.destra ul{
	margin:0px;
	padding:0px;
}
.destra li{
	margin: 0px 0px 0px 15px;
	padding:0px;
	list-style-image: url(../../commonimages/li_destra.gif);
}
/*non toccare*/
.clear{
	clear: both;
}

.servizio  img{
	width: auto;
	/*max-width: 160px;*/
	/*width: expression( document.body.clientWidth > 760 ? "160px" : "auto");*/
	/*width: expression( Math.min( parseInt(this.offsetWidth), 160 )+"px");*/
}
.testopost  img{
	width: auto;
	/*max-width: 360px;*/
	/*width: expression( document.body.clientWidth > 760 ? "360px" : "auto");*/
	/*width: expression( Math.min( parseInt(this.offsetWidth), 360 )+"px");*/
}
img{
	border: 0px;
}
#fotopersonale  img{
	width: auto;
	/*max-width: 160px;*/
	/*width: expression( document.body.clientWidth > 760 ? "160px" : "auto");*/
	/*width: expression( Math.min( parseInt(this.offsetWidth), 160 )+"px");*/
	margin-bottom:50px;
}
#sinistra ul{
	margin:0px;
	padding:0px;
}
#sinistra li{
	margin: 0px 0px 0px 15px;
	padding:0px;
	list-style-image: url(/blogs/style_css/journalism/cream/images/li_sinistra.gif);
}
/*Calendario*/
table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 11px;
}
table.calendar td {
	border: 0px;
	font-size: 11px;
	text-align: left;
}
div.mainheading {
	margin: 0px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0px;
}
table.caldayheading td {
	border: solid #a9a9a7 0px;
	text-align: left;
	color: #333;
	font-weight: bold;
	width: 20px; /*should match calendar cell's width*/
}
div.monthyear {
	color:#cabe98;
	font-weight: bold;
	font-size:11px;
}

table.caldayheading td.wkhead {
	border-right: double #a9a9a7 0px;
}
table.calcells {
	border-collapse: collapse;
	cursor: default;
	margin: 0px;
}
table.calcells td {
	border: solid #a9a9a7 1px;
	vertical-align: center;
	text-align: center;
	font-weight: bold;
	width: 20px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0px;
}
table.calcells td.wkhead {
	background-color: #f4eeda;
	text-align:left;
	border-right: double #a9a9a7 3px;
	color:#333;
}
table.calcells td.wkday {
	background-color:  #f4eeda;
	color:#333;
}
table.calcells td.wkend {
	background-color:  #f4eeda;
	color:#333;
}
table.calcells td.curdate {
	color:#fff;
}
table.calcells td.cell_selected {
	background-color:#cabe98;
	color: #000;
	cursor: pointer;
}
table.calcells td.notmnth {
	background-color:#f4eeda;
	color: #cccccc;
}
table.calcells td.notallowed {
	background-color:#f4eeda;
	color: #cdc9bb;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #f4eeda;
}
