/* CSS Document */ /*
Theme Name: Css Style Text
Theme URI: /css/style.css
Description: Style Css
Version: 1.0
Author: Giada Ranieri  nefryt @ gmail.com

*/ /* +++++++++++++++ generic tags +++++++++++++++ */
body {
	color: #000;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	color: #000;
	text-align: justify;
	margin: 10px 30px;
}

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

a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

img {
	border: none;
}

/* +++++++++++++++ text +++++++++++++++ */
.mini {
	font-size: 10px;
}

.pink {
	color: #f39;
}

.centrato {
	text-align: center;
}

/* ----- box content ----- */
#content h1,#content_azienda h1 {
	background: #d8d8d8;
	width: 940px;
	font-size: 23px;
	color: #212839;
	font-weight: 500;
	text-align: left;
	padding: 5px 0px;
	padding-left: 20px;
	margin-left: 15px;
	border-bottom: 1px solid #999;
}

#content_azienda p {
	margin-left: 350px;
	margin-top: 30px;
	margin-right: 40px;
}

#content ul {
	margin-top: 20px;
	margin-left: 20px;
}

#content li {
	line-height: 2em;
	text-align: left;
}

#content a,a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover,a:active {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

#second_column {
	margin-top: 5px;
}

/* ----- footer ----- */
#footer p {
	color: #fff;
	font-size: 11px;
	text-align: left;
	background: none;
	border: none;
	margin: 0;
	margin-left: 30px;
}

#footer a,a:active,a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}