/* ==|== primary styles =====================================================
   Primary styles.
   Layout & graphic

   Colors:
   - yellow: #
   - green:  #
   - blu:    #
   - red:    #
   - grey:   #


   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700|Open+Sans+Condensed:300,700);




body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
}

a, a:active, a:visited {
    text-decoration:none;
	color:#008cbb;
}

a:hover {
    text-decoration:none;
    color: #000;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    margin: 14px 0;
	color:#444343;
	text-shadow: 1px 1px 0 rgba(255,255,255,.6);
}

h1 {
    font-size: 28px;
    line-height: 28px;

}
h2 {
    font-size: 19px;
    line-height: 21px;
	color:#666;
}
h3 {
    font-size: 16px;
    line-height: 16px;
}
header h3 {
	font-size: 20px;
}

h4 {
    font-size: 14px;
    line-height: 16px;
}

p {
    margin: 14px 0;
}

article ul li {
	padding-bottom:8px;
}


/* #################### struttura #################### */
#wrapper {
    width: 99.4%;
    margin: 0 0;
    background-color: #fff;
    color: #333;
}
article {
	font-size:12px;
	width:750px;
	margin:10px auto 0;
	overflow:hidden;
}
/* #################### header #################### */
#header {
    overflow: hidden;
	padding:3px 0;
	background:#bcbcbc url(../img/layout/foro.png) center center no-repeat;
}
#header #logo {
    width: 70px;
    height: 45px;
    background:url(../img/layout/logoSmall.png) no-repeat 0 0;
    text-indent: -999em;
    display: block;
	margin-left:40px;
	margin-top:10px;
}


/* #################### footer #################### */
#footer {
    border-top: 1px solid rgba(153,153,153,1);
    border-bottom: 1px solid rgba(153,153,153,1);
}

#footer p {
    margin: 25px 0px 5px;
	font-size:11px;
}
#footer p.credits {
	text-align:right;
}
#footer a {
    font-weight: 700;
}

/* #################### tiers #################### */
.tier {
    overflow:hidden;
    margin:0;
    position: relative;
}
.break {
	margin:20px 0 15px;
}


/* #################### cols #################### */
.col { margin-right: 20px; }

.col2 { width: 520px; }

.col1 { width: 205px; background:#ebebeb; text-align:center; height:395px; }

.col.last {
    margin-right: 0;
}

.grid .col {
    background: #ddd;
    height: 100px;
}
.evid {
	color:#008cbb;
	font-weight:700;
	font-size:18px;
}
.icons {
	display: block;
	padding: 3px 0;
	padding-left: 28px;
}
a.icons {
}

.icons.email {
	background:url(../img/icons/email-16x16.png) 7px 4px no-repeat;
}
.icons.link {
	background:url(../img/icons/link-16x16.png) 7px 4px no-repeat;
}
.icons.twitter {
	background:url(../img/icons/twitter-16x16.png) 7px 4px no-repeat;
}
.icons.pdf {
	background:url(../img/icons/page-16x16.png) 7px 4px no-repeat;
}
.text {
	border:1px solid #aeaeae;
	padding:5px 6px;
	-webkit-border-radius: 8px;
       -moz-border-radius: 8px;
        -ms-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
	
}
.text p {
	padding:0px;
	margin:0px;
} 

.gallery {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.gallery li {
	float:left;
	width:100px;
	height:100px;
	margin-right:20px;
	border:1px solid #aeaeae;
	padding:2px;
}

.thumb {
}

.leftCol {
	float:left;
	width:180px;
}
.rightCol {
	float:left;
	margin-left:170px;
}
.payoff {
	font-family: 'Open Sans COndensed', sans-serif;
	font-weight:700;
	font-size:19px;
	padding:30px 10px;
	line-height:22px
}

hr {
	border-top:3px solid #428bc0;
	border-bottom:3px solid #428bc0;
	background:#428bc0;
}