/*
Design by, Roberto Falco
http://www.falcodesign.it
+ visual design for print & pixel
*/

/* Elements */

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/squarecross.jpg) fixed left top;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
h1 {
	font-family: Arial, Helvetica, serif;
	font-size: 42px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 50px;
	color: #CCCCCC;
	line-height: 20px;
}
h2, h3 {
	margin-top: 0px;
}
h4, h5, h6 {
}
p, ol, ul, dl, blockquote {
	list-style-type: square;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px solid #FFFFFF;
}
.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}
/* Header */

#header {
	width: 790px;
	height: 125px;
	background-color: #ffffff;
	margin: 0px auto;
	text-align: left;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
}
#header_sx {
	float:left;
	width: 395px;
	height: 125px;
	background-color: #ffffff;
	margin: 0px auto;
	text-align: left;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
}
#header_dx {
	float:right;
	width: 395px;
	height: 125px;
	background-color: #ffffff;
	margin: 0px auto;
	text-align: left;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
}
#header h1 {
	margin: 0px;
	padding-top: 10px;
	font-size: 40px;
	letter-spacing: -2px;
}
#header h2 {
	margin: 0px;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 0px;
}
#header a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Post */

.latest-post {
margin-top: 20px;
	padding: 0px 2em 1em 3em;
}
.latest-post h2 {
	font-size: 1.6em;
	color: #666666;
}
.latest-post h3 {
	margin-right: 15px;
	border-bottom: 1px dotted #96bd0d;
	border-bottom-style: dotted;
}
.post {
	padding: 2em 3em 1em 3em;
}
.post h3 {
	border-bottom: 3px solid #96bd0d;
	background-position: top;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 12px;
	color: #999999;
}
.file * {
	color: #000000;
}
.file a {
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	padding-right: 20px;
}
.file a:hover {
	text-decoration: none;
	color: #000000;
}
/* Content */

#content {
	width: 790px;
	margin: 0px auto;
	background: #ffffff;
	padding: 0px;
}
#colOne {
	float: right;
	width: 790px;
	color: #000000;
	background-image: url(images/logo-grafica-web.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#colOne .search {
	width: 370px;
	background: url(images/img3.jpg) no-repeat;
	margin-bottom: 20px;
	padding-left: 5px;
	height: 65px;
}
/* Footer */

#footer {
	background: url(images/foto-Avezzano.jpg) no-repeat;
	width: 790px;
	height: 120px;
	margin: 0px auto;
	padding: 0px 0px;
	color: #ffffff;
}
#footer p {
	margin: 0px;
	padding-top: 85px;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
