/*!
 *
 * File specifico per sito 
 *
 * Copyright 2014 SpoonDesign di Cattorini Davide
 * Tutti i diritti riservati - All rights reserved
 * http://www.spoondesign.it - info@spoondesign.it
 *
 */

body, td, li  {
	font: 11px/1.4em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, select, label, button {
	font: 11px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}
body, td, li {
	/**/
}
body {
	background: #f8f8f8;
}
a {
	text-decoration: underline;
	color: #990100;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #990100;
}

/* LAYOUT */

#wrapped {
	width: 1000px;
	margin: 40px auto;
}
#col1 {
	width: 455px;
	float: left;
	padding: 280px 35px 0 0;
	background: url('../images/bg.jpg') top left no-repeat;
}
#col1 h1 {
	margin: 0;
	font: bold 30px Garamond, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #9A0000;
}
#col1 ul {
	margin: 8px 0 10px 300px;
	padding: 0;
	list-style: none;
}
#col1 ul li {
	height: 29px;
	border-top: 1px dotted #CFCFCF;
}
#col1 ul li:first-child {
	border-top: 0;
}
#col1 ul a {
	width: 120px;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	line-height: 29px;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	background: none;
}
#col1 ul a:before {
	padding-right: 8px;
    font-family: FontAwesome;
    font-weight: normal;
	color: #999;
    content: "\f192";
    opacity: 0.6;
}
#col1 ul a:hover, #col1 ul a:hover:before {
	color: #9A0000;
}
#col1 p {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 11px;
	color: #666;
}

#col2 {
	width: 465px;
	min-height: 600px;
	float: left;
	padding: 15px 15px 15px 30px;
	background: url("../images/line.gif") top left repeat-y;
	font: 13px/1.7em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #666;
}
#col2 h1, #col2 h2 {
	margin: 0 0 15px 0;
	padding: 0px 0px 0px 15px; 
	font: bold 20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url("../images/title.jpg") 1px no-repeat;  
}