/******* Body Styling *******/

body{
	height: 100%;
	margin:0;
	color:#686868;
	min-width:986px;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	background:#F2C3C1 url(images/bg-body.jpg) no-repeat center top;
}

a{
	color:#e4386d;
	text-decoration:none;
}
.container a{color:#E4386D;}
.button-holder a{
	text-align:center;
	padding-top:4px;
	display:block;
	font-weight:normal;
	color:#fff;
	width: 150px;
	height: 30px;
	background-repeat:no-repeat;
	background-image:url(images/btn-blue.gif);
}
.btn-gray{background-image:url(images/btn-gray.gif) !important;}
.tab {
	height:60px;
	width:25px;
	background:url(images/tab.png) no-repeat;
	position:absolute;
	left:-22px;
	padding:5px;
}
.tab .month {
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}
.tab .day {
	font-size:20px;
	text-align:center;
	color:#fff;
}

/******* Sidebar Styling *******/

.title-list .current_page_item{
	color:#fff;
	position:relative;
	background:url(images/bg-title-list-active.gif) no-repeat;
	height:21px;
	overflow:hidden;
	margin-top:-2px;
}
.current_page_item a {
	color:#fff;
}
.signup-form-submit{
	border:none !important;
	padding:0;
	margin:1px 0 0;
	float:left;
	font-size:0;
	line-height:0;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/bg-signup-form-submit.gif) no-repeat;
	width: 67px;
	height: 26px;
}

/******* Footer Styling *******/

#footer{
	position: relative;
	height:1%;
	padding:35px 0 40px;
	margin:0 13px;
	font-size:11px;
	color: #4D4D4D;
	background: #F8DFDE /*#AE7172 url(images/bg-footer.png) no-repeat*/;
}

.links a{color:#EE779C;}
.links a:hover{
	color:#F5AFC5;
	text-decoration: none;
}
.news li a{color:#ee779c;}


/*==========================*/
.logo a{
	position:absolute;
	top:0px;
	right:0;
	width: 389px;
	height: 135px;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

/* apr 2010 */

#main{
	height:1%;
	padding:0;
	background-image: none
}

.search-form{
	background:url(images/bg-search-form.png) no-repeat;
}
.search-form-input{
	color:#E0CDCC;
}
.search-form-submit{
	background:url(images/bg-search-form-submit.gif) no-repeat;
}


.blog-news li
, .news li
, .nav li
{
	border-top:1px dotted #BE8D8E;
}


.copy{
	height:1%;
	margin: 0 10px;
	padding:8px 0 0;
	overflow:hidden;
	border-top:dotted 1px #BE8D8E;
	color:#BE8D8E;
}

.copy a {
	color:#BE8D8E;
	text-decoration: underline;
}
.copy a:hover {
	text-decoration: none;
}

.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 5px 15px 5px 0; float: left; }
.alignright { margin: 5px 0px 5px 15px; float: right; }

#credits {
	position: absolute;
	right: 10px;
	bottom: 10px;
	
}

#credits a, #credits a:visited{
	display: block;
	width: 112px;
	height: 32px;
	background: url(../../../images/realizzazione-sito.png) no-repeat;
	color: #fff;
	text-indent: -9999px;
}
#credits a:hover {
	background-position: right;
}

