/* #Font
================================================== */



/* #Stile tipografia e testo
================================================== */



p {
	margin-bottom:15px;
	color:#555;
	font-size:13px;
	line-height:22px;
}

a {
	text-decoration:none;
	color:#333;
}

.posts a{text-decoration:underline;}



hr {
	margin:15px 0 25px 0;
	clear:both;
	height:2px;
	background:url('assets/border.png') 0 0 repeat-x;
	border:0;
}



input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px; 
	color:#999;
}

pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	border: 1px dashed #dddddd;
	margin: 15px 0 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
}

blockquote {
	background:url('assets/quote.png') 60px 0 no-repeat;
	font-size:15px!important;
	padding-left:105px;
	line-height:22px;
	text-shadow:-1px -1px #fff;
	font-style:italic;
	margin:30px 0;
	color:#222!important;
}

/* #Clearing
================================================== */

    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	
	
	
/* #STILE BASE DEMO ENGINE
================================================== */

.container-demo{  margin:0 auto; padding:0;  min-height:430px; }

.logo{ float:left;}
.ritorna{ float:right;}