/* #Font
================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900);

/* #Stile tipografia e testo
================================================== */

body {
	font:13px/22px 'Open Sans', sans-serif;
	color:#666;
	
	text-align:left;
}

p {
	margin-bottom:15px;
	color:#555;
	font-size:13px;
	line-height:22px;
}

a {
	text-decoration:none;
	color:#333;
}

.posts a{text-decoration:underline;}

a:hover {
	text-decoration:none;
}

a:focus {
	outline: none;
}

hr {
	margin:15px 0 25px 0;
	clear:both;
	height:2px;
	background:url('assets/border.png') 0 0 repeat-x;
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	font-size:35px;
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
	font-size:25px;
	margin-bottom:20px;

}

h3 {
	font-size:21px;
	margin-bottom:20px;
	font-weight:normal;
}

h3.resize {
	font-size:18px;
	margin-bottom:15px;
}

h4 {
	font-size:19px;
}

h5 {
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}

h6 {
	font-size:15px;
	margin-bottom:10px;
}

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 10px 0 0 ; padding:0; min-height:800px;  }

.logo{ float:left;}
.ritorna{ float:right;}

.form_field {
	box-shadow:none!important;
	line-height:18px;
	height:18px;
	font-size:13px;
	color:#666666;
	border-radius:0!important;
	padding:10px 14px 10px 14px;
	background:#f5f5f5 url(../images/bg_pattern2.png) repeat!important;
	border:#d9d9d9 1px solid!important;
	margin-bottom:5px;
	display:block;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;	
}