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

body {
}

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

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

form .posts a{text-decoration:underline;}

form a:hover {
	text-decoration:none;
}

form a:focus {
	outline: none;
}

form 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 {
}

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

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

}

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

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

form h4 {
	font-size:19px;
}

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

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

form input, form textarea{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e0e0e0;
	padding:5px;
	font-size:12px; 
	color:#999;
	margin:5px 0;
}

form input[type="button"] {
cursor: pointer;
border: 1px solid #F90;
background-color: #E7E7E7;
font-size: 14px;
font-weight: bold;
color: white;
background-color: #F60;
padding: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

form pre, form code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

form pre {
	border: 1px dashed #dddddd;
	margin: 15px 0 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
}

form 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
================================================== */

    form .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    form .clearfix:before,
    form .clearfix:after,
    form .row:before,
    form .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    form .row:after,
    form .clearfix:after {
      clear: both; }
    form .row,
    form .clearfix {
      zoom: 1; }

    form .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }