/* #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;
	background:#e8e8e8 url('assets/body.jpg') 50% 30px no-repeat;;
	text-align:justify;
}

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;
}
.testored {
	color: #FF0000;	
	text-align: center;
}

.testogreen {
	color: #AFAF00;
    font-size: 14px;
	text-align: left;
}

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;
	border-radius: 6;
	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;
    }
