/* - - - - - - - - - */
/*     BASIC TAGs    */
/* - - - - - - - - - */
html {
  height: 100%;
  font-size: 100.01%
}

body {
	height: 100%;
	padding:0;
	margin:0;
	background:#141414;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1.5em;
	color:#141414;
	/*background:#fff url(../images/h_grid.gif) 0 0 repeat;*/
}
hr {
	display:none;
	border:0;
}
label {
	cursor: pointer;
}
a {
	color:#141414;
	text-decoration: underline;
}
a:hover {
	color:#CD0921;
}
a img {
	border:0;
}

/* - Headings - */
h1 {
	font-size:2.6em;
	font-weight:bold;
	line-height:27px;
	color:#CD0921;
	margin:0 0 9px 0;
	padding:0;
}
h1 a {
	color:#CD0921;
	text-decoration:none;
}
h1 a:hover {
	border-bottom:#CD0921 1px solid;
}
h2 {
	font-size:2.2em;
	font-weight:normal;
	line-height:27px;
	margin:0 0 9px 0;
	padding:0;
}
h2 a {
	text-decoration:none;
}
h3 {
	margin:0 0 18px;
	padding:0;
	font-size:1.4em;
	line-height:18px;
	font-weight:bold;
}

/* - Paragraphs - */
p {
	font-size: 1.2em;
	line-height:18px;
	margin:0 0 18px 0;
	padding:0;
}
p.day {
	font-size:1.6em;
	font-weight:bold;
	line-height:24px;
	margin:0;
}
p.cat {
	font-weight:bold;
	margin:0 0 27px 0;
}
p.msg1 {
	border:#F0B6BD 1px solid;
	padding:9px;
	background-color:#FAE7E9;
}
p.msg1 strong {	
	color:#CD0921;
	font-weight:bold;
	font-size:1.4em;
}
p.continua, #focus p.continua {
	font-weight:bold;
	margin-top:3px;
}
p.continua a {
	display:block;
	color:#CD0921;
	text-decoration:none;
	padding:0 0 0 39px;
	background:url(../images/sprite.gif) -10px -290px no-repeat;
}
p.continua a:hover {
	text-decoration:underline;
}

blockquote {
	color:#DA485A;
	margin:0 0 18px 0;
	padding:0 0 18px 0;
	background:url(../images/tratt_h_scuro.gif) 0 100% repeat-x;
}
blockquote p {
	font-size: 2.2em;
	line-height:27px;
	margin:0;
	padding:18px 0 0 0;
	background:url(../images/tratt_h_scuro.gif) 0 0 repeat-x;
}

/* - Unordered Lists - */
ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* - table - */
table {
	width:100%;
	border-collapse:collapse;
	font-size:1.2em;
	line-height:18px;
	margin-bottom:36px;
}
table td, table th {
	padding:9px;
}
table th {
	text-align:left;
	font-weight:bold;
}
table th.r {
	text-align:right;
}
table th.c {
	text-align:center;
}
table td {
	background-color:#FAE7E9;
}
table .odd td {
	background-color:#F3C2C8;
}
table .white td {
	background-color:transparent;
	padding:9px;
}

form table td {
	padding:4px 9px 3px 9px;
}
form table td {
	background-color:#efefef;
}
form table .odd td {
	background-color:#e3e3e3;
}


/* - form - */
form {
	margin:0 0 18px 0;
	padding:18px 0 0 0;
	background:url(../images/tratt_h_scuro.gif) 0 0 repeat-x;
	height:100%;
	overflow:hidden;
}
fieldset {
	margin:0 0 18px 0;
	padding:0 0 9px 0;
	background:url(../images/tratt_h_scuro.gif) 0 100% repeat-x;
	border:0;
	height:100%;
	overflow:hidden;
}
fieldset.last {
	padding:0;
	background:none;
	margin:0;
}
form.full fieldset {
	padding:0 0 18px 153px;
	margin:0;
}
input {
	font-family:inherit;
	font-size:1.2em;
	margin:0;
}
input.t1, input.t2, select {
	padding:5px;
	height:15px;
	border-style:solid;
	border-width:1px;
	border-color:#707070 #ccc #ccc #707070;
	background-color:#fff;
	background-image:url(../images/input_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
input.t1:focus, input.t2:focus, select:focus {
	background-color:#FAE7E9;
	background-position:0 -100px;
	border-color:#846468 #F0B6BD #F0B6BD #846468;
	color:#421117;
}
input.t1 {
	width:278px;
	float:left;
	margin:0 0 9px 0;
}
input.t2 {
	width:161px;
	margin:0 9px 0 0;
}
input.b {
	cursor:pointer;
	width:67px;
}
input.b2 {
	cursor:pointer;
	float:right;
	min-width:135px;
}
select {
	width:90px;
	height:auto;
	line-height:10px;
	float:left;
	margin:0 9px 9px 0;
}
label {
	display:block;
	float:left;
	font-size:1.2em;
	line-height:25px;
	font-weight:bold;
}
label.l1 {
	width:288px;
}
label.l2 {
	width:auto;
	display:inline;
}
form h3 {
	margin:0;
}
form .privacy {
	height:108px;
	overflow:auto;
	padding:0 18px;
	margin:0 18px 18px 0;
}
form .privacy p {
	font-size:1em;
}




/* - - - - - - - - - */
/*     BASIC DIVs    */
/* - - - - - - - - - */


#main {
	background:#fff;
	color:#141414;
	padding-bottom:72px;
}
.container {
	width:960px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}



/* --- head --- */

#head {
	margin:0 30px;
	height:175px;
	overflow:hidden;
}

#logo {
	display:block;
	float:left;
	width:352px;
	height:124px;
	overflow:hidden;
	margin:11px 0 0 0;
	text-indent:-9000px;
	background:url(../images/logo.gif) 0 0 no-repeat;
}
#bper {
	display:block;
	float:left;
	width:136px;
	height:41px;
	overflow:hidden;
	margin:95px 0 0 37px;
	text-indent:-9000px;
	background:url(../images/bper_logo.gif) 0 0 no-repeat;
}
#navBox {
	float:right;
	width:288px;
}
#navBox p {
	color:#fff;
	background:#141414 url(../images/tratt_h_chiaro.gif) 0 100% repeat-x;
	margin:0;
	padding:9px 18px;
	position:relative;
}
#navBox #rss, #navBox #mail {
	display:block;
	text-indent:-9000px;
	height:21px;
	background-image:url(../images/sprite.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:9px;
}
#navBox #rss {
	width:21px;
	right:62px;
	background-position:-10px -10px;
}
#navBox #mail {
	width:31px;
	right:13px;
	background-position:-10px -40px;
}
#navBox #mainNav {
	color:#fff;
	background-color:#141414;
	padding:9px 18px 6px 18px;
	font-size:1.4em;
	font-weight:bold;
}
#navBox #mainNav li {
	margin-bottom:2px;
}
#navBox #mainNav a {
	display:block;
	padding-left:27px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/sprite.gif);
	background-repeat:no-repeat;
	background-position:-280px -7px;
	height:15px;
	line-height:15px;
}
#navBox #mainNav a:hover, #navBox #mainNav li.selected a {
	color:#CD0921;
	background-position:-280px -77px;
}

#navBox #newsletter {
	padding:18px 18px 0 18px;
	font-size:1.2em;
}
#navBox #newsletter li {
	height:1%;
}
#navBox #newsletter a {
	display:block;
	height:100%;
	padding-left:27px;
	background-image:url(../images/sprite.gif);
	background-repeat:no-repeat;
	background-position:-280px -77px;
}




/* --- main content --- */

#content {
	float:left;
	width:594px;
	margin:18px 0 0 30px;
}

#linkBar {
	background-color:#141414;
	color:#fff;
	padding:0 9px;
	margin-bottom:27px;
	height:100%;
	overflow:hidden;
}
#linkBar a {
	color:#fff;
}
#linkBar a:hover {
	color:#CD0921;
}
#linkBar p {
	width:297px;
	margin:9px 0;
}
#linkBar ul {
	float:right;
	font-size:1.1em;
	margin-top:6px;
	height:100%;
	overflow:hidden;
}
#linkBar ul li {
	float:left;
	margin:0 0 0 18px;
}
#linkBar ul li a {
	display:block;
	padding-right:35px;
	text-decoration:none;
	line-height:24px;
	background-image:url(../images/sprite.gif);
	background-repeat:no-repeat;
}
#linkBar ul li a#l-bookmark {
	background-position:50px -80px;
}
#linkBar ul li a#l-mail {
	background-position:-47px -78px;
}
#linkBar ul li a#l-stampa {
	background-position:-115px -80px;
}

.post {
	padding:9px 0 0 0;
	margin-bottom:24px;
	background:url(../images/tratt_h_scuro.gif) 0 0 repeat-x;
	height:100%;
	overflow:hidden;
}
.first {
	padding:0;
	background:none;
}
.meta {
	float:left;
	width:135px;
}
.meta img {
	display:block;
	margin:0 0 27px 0;
	width:135px;
	overflow:hidden;
}
.text, .s-text {
	margin:0 0 0 153px;
}
.s-text p {
	margin-bottom:0;
}

/* .hl {
	background-color:#141414;
	color:#fff;
	padding:9px 9px 0 9px;
	margin-bottom:27px;
	height:100%;
	overflow:hidden;
} */
.hl img {
	display:block;
	float:left;
	margin:0 18px 18px -9px;
}
.player, .hl {
	padding:18px 0 0 0;
	margin:0 0 18px 0;
	background:url(../images/tratt_h_scuro.gif) 0 0 repeat-x;
	height:100%;
	overflow:hidden;
}
.player h3 {
	margin:0;
}
.player p {
	margin:0 153px 0 0;
}
.player img {
	display:block;
	float:right;
}
#page {
	padding:18px 0 0 0;
	margin:0 0 18px 0;
	background:url(../images/tratt_h_scuro.gif) 0 0 repeat-x;
	height:100%;
	overflow:hidden;
}
#page p {
	font-weight:bold;
}
#page #prev a, #page #next a {
	display:block;
	text-decoration:none;
	background-image:url(../images/sprite.gif);
	background-repeat:no-repeat;
}
#page #prev {
	float:left;
}
#page #prev a {
	padding:0 0 0 39px;
	background-position:-10px -250px;
}
#page #next {
	float:right;
}
#page #next a {
	padding:0 39px 0 0;
	background-position:100% -330px;
}
#page #numbs {
	width:171px;
	text-align:center;
	margin:0 auto;
}

.archItem {
	padding:18px 0 0 0;
	background:url(../images/tratt_h_scuro.gif) 0 0 repeat-x;
}




/* --- side column --- */

#sideCol {
	width:288px;
	padding:18px 0 0 0;
	margin:18px 30px 0 642px;
	background:url(../images/tratt_h_scuro.gif) 0 0 repeat-x;
}

#sideCol form {
	padding:0 18px 18px 18px;
	background:url(../images/tratt_h_scuro.gif) 0 100% repeat-x;
}
#sideCol fieldset {
	margin:0;
	padding:0;
	background:none;
}
#sideCol div {
	margin:0 0 18px 0;
	padding:0 18px 18px 18px;
	background:url(../images/tratt_h_scuro.gif) 0 100% repeat-x;
}
#sideCol ul, .archItem ul {
	font-size:1.2em;
	margin-bottom:18px;
}
#sideCol li, .archItem li {
	margin-bottom:9px;
	height:1%;
}
#sideCol li a, .archItem li a {
	display:block;
	height:100%;
	line-height:18px;
	padding-left:27px;
	background-image:url(../images/sprite.gif);
	background-repeat:no-repeat;
	background-position:-280px -75px;
}
#sideCol .pdf li a, .archItem .pdf li a {
	background-position:-280px -150px;
}
#sideCol p.archivio {
	margin-bottom:0;
}
#sideCol p.archivio a {
	display:block;
	padding-left:27px;
	text-decoration:none;
	color:#CD0921;
	background:url(../images/sprite.gif) -280px -75px no-repeat;
}
#sideCol p.archivio a:hover {
	text-decoration: underline;
}

#sideCol p.tag {
	color:#fff;
	background-color:#141414;
	margin:0 -18px;
	padding:9px 18px;
	font-size:1em;
	line-height:27px;
}
#sideCol p.tag a {
	color:#fff;
	text-decoration:none;
}
#sideCol p.tag a:hover {
	color:#CD0921;
}




/* --- foot --- */


#foot .container {
	overflow:visible;
}

#foot p {
	float:left;
	width:558px;
	margin:18px 0 0 30px;
	padding:0 0 135px 36px;
	color:#fff;
	background:url(../images/sprite.gif) -280px -207px no-repeat;
}
#foot p a {
	color:#fff;
	text-decoration:none;
}
#foot p a:hover {
	color:#CD0921;
}

#foot ul {
	margin:0 30px 0 642px;
	padding:36px 18px 36px 18px;
	font-size:1.2em;
	background-color:#141414;
	position:relative;
	top:-18px;
}
#foot ul li {
	height:1%;
}
#foot ul a {
	color:#fff;
	display:block;
	padding-left:27px;
	text-decoration:none;
	background-image:url(../images/sprite.gif);
	background-repeat:no-repeat;
	background-position:-280px -7px;
	height:100%;
	line-height:15px;
}
#foot ul a:hover {
	color:#CD0921;
	background-position:-280px -77px;
}




