#dispo {
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	background: url(../images/bg_principal.png) no-repeat center 15px;
	box-shadow: 1px 1px 5px #aaa;
	-webkit-box-shadow: 1px 1px 5px #aaa;
	-moz-box-shadow: 1px 1px 5px #aaa;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#dispo h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #E89931;
	/*background: #E89931 url(../images/bg_form_head.png) no-repeat center top;*/
	margin: 0px;
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#dispo fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#dispo fieldset fieldset {
	margin: 0px;
	padding: 10px 0px 0px 18px;
	width: 238px;
	float: left;
	background: url(none);
	border-style: none;
	height: auto;
}
#dispo label {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #333;
}
#dispo input, #dispo textarea {
	margin: 0px 0px 5px;
	padding: 2px 3px;
	width: 228px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}
#dispo ul {
	margin: 0px 0px 5px;
	padding: 5px 0px 0px 20px;
	list-style: none;
}
#dispo li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(none);
	font-weight: normal;
}
#dispo li input {
	width: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#dispo .messaggio {
	margin: 0px;
	padding: 10px 10px 0px 18px;
}
#dispo .messaggio textarea {
	width: 484px;
}

.captc, .invia {
	text-align: center;
	margin: 0px;
	padding: 35px 10px 0px;
	clear: both;
	background: url(../images/ruler.png) no-repeat center 15px;
}
#dispo .captc input, #dispo .invia input{
	width: auto;	
}
#dispo .invia input{
	border: 1px solid #F4CB95;
	font-size: 13px;
	color: #FFF;
	background: #E89931;
	font-weight: normal;
	padding: 2px 6px;
	cursor: pointer;
	margin: 0px 0px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.alert {
	color: #CC0000;
	padding: 10px;
	border: 1px solid #CC0000;
	background: #FFE8E8;
	margin-bottom: 20px;
}
.alert-ok {
	color: #009900;
	padding: 10px;
	border: 1px solid #009900;
	background: #E2FAD1;
	margin-bottom: 1em;
}
#guestMes {
	margin: 0px auto 20px;
	padding: 0px;
	width: 600px;
	border: 1px solid #CCC;
	border-radius: 1em;
}
#guestMes fieldset {
	border-style: none;
	padding: 15px;
}
#guestMes h3 {
	line-height: 40px;
	color: #735F47;
	background: #FCE88F;
	margin: 0px;
	padding: 0px 20px;
	height: 40px;
}
.post {
	margin: 0px 45px 20px;
	padding: 0px 0px 10px;
	position: relative;
	background: url(../images/ruler.png) no-repeat center bottom;
}
.post .date {
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/bg_principal.png) no-repeat -400px 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow:3px 3px 5px #aaa;
	-webkit-box-shadow:3px 3px 5px #aaa;
	-moz-box-shadow: 3px 3px 5px #aaa;
}

.post .date .month {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	display: block;
	background: #CB7B3A;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post .date .day {
	font-size: 25px;
	line-height: 30px;
	color: #CB7B3A;
	text-align: center;
	display: block;
	font-weight: normal;
}
.post .date .year {
	font-size: 10px;
	line-height: 10px;
	color: #999;
	text-align: center;
	display: block;
	margin-top: -1px;
}
#principal .post h3{
	color: #CB7B3A;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 65px;
}
#principal .post p {
	padding: 0;
	margin: 0px 25px 1em 65px;
	text-align: justify;
}
.record-nav {
	font-size: 16px;
	padding-bottom: 2em;
}
.record-nav span {
	font-style: italic;
	font-size: 15px;
}

