/*
Theme Name: Naxion
Theme URI: http://www.tematicaweb.com/
Description: Un tema a una colonna validato XHTML 1.0 Strict e CSS 2. Dimensione fissa 960px.
Version: 2.0
Author: Salvatore Tedesco, Giuseppe Marino
Author URI: http://www.tematicaweb.com/
Tags: dimensione fissa, 1 colonna, valid CSS, valid XHTML
*/
* {
	margin:0;
	padding:0;
}
body {
	background:#333;
	color:#333;
	font:12px Verdana, Geneva, sans-serif;
	line-height:16px;
}
hr {
	clear:both;
}
a {
	color:#3c7388;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#b50000;
}
a img {
	padding:2px;
	border:1px solid #3c7388;
}
/*per link su immagini, funziona cross-browser */
:link img, :visited img {
	border:1px solid #3c7388;
}
:link:hover img, :visited:hover img {
	border:1px solid #b50000;
}
.noborder img, .noborder:hover img {
	border:none;
	padding:0;
}
a.more-link {
	clear:both;
	font-size:10px;
	float:right;
	width:150px;
	text-align:right;
	padding:10px;
}
h1, h2, h3, h4 {
	color:#b50000;
	font-weight:bold;
}
h1 {
	font-size:34px;
	line-height:34px;
	margin:10px 0 5px 25px;
}
h2 {
	font-size:18px;
	line-height:22px;
	margin:0 0 8px 0;
	padding:0 2px 4px 5px;
}
h3 {
	font-size:16px;
	line-height:18px;
	margin:0 0 8px 0;
	padding:2px 0;
}
h4 {
	font-size:14px;
	line-height:16px;
	margin:8px 0 6px 0;
	padding:1px 2px 2px 3px;
}
p {
	margin:0 0 18px 10px;
}
ul, ol {
	margin:2px 0 16px 35px;
}
ul ul, ol ol {
	margin:4px 0 4px 35px;
}
/* Classi Varie */
.post {
	margin:0 0 15px 0;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.hide {
	display:none;
}
.hidden {
	visibility:hidden;
}
.clearboth {
	clear:both;
}
/* Classi per allineamento img di WP */
.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
#wrap {
	margin:0 auto 0 auto;
	width:960px;
	background:#fff;
}
#header {
	height:364px;
	background:url('./images/header.jpg') top left no-repeat;
}
.logoh1, .logoh2 {
	font-size:20px;
	line-height:30px;
	width:320px;
	height:60px;
	margin:0 0 0 8px;
	padding:0;
	float:left;
}
.logoh2 {
	clear:left;
}
.logoh1 a, .logoh2 a {
	display:block;
	height:60px;
}
#divcerca {
	float:left;
	clear:left;
	width:320px;
	margin:12px 0 0 54px;
	display:inline;
}
.searchbox {
	height:50px;
}
.searchbox label {
	display:none;
}
.searchbox input {
	font:14px Verdana, Tahoma, Arial, sans-serif;
	width:194px;
	height:20px;
	padding:2px;
	border:none;
	color:#333;
	vertical-align:top;
}
.searchbox #searchsubmit {
	background:url('./images/bottone-cerca.jpg') top left no-repeat;
	width:80px;
	height:24px;
	border:none;
	color:#333;
	font-weight:bold;
	margin-left:24px;
}
.searchbox #searchsubmit:hover {
	background:url('./images/bottone-cerca.jpg') bottom left no-repeat;
	color:#FFF;
	cursor:pointer;
}
.slide {
	width:493px;
	height:226px;
	margin:30px 40px 0 0;
	float:right;
	background-color:#7d888d;
	display:inline;
}
.menu-menu-principale-container {
	width:600px;
	float:left;
	height:40px;
	margin:44px 20px 0 0;
	overflow:hidden;
}
#menu-menu-principale {
	margin:0;
	padding:0;
	list-style:none;
	height:40px;
	float:left;
	width:600px;
}
#menu-menu-principale li {
	padding:0;
	margin:0;
	height:40px;
	float:left;
}
#menu-menu-principale a {
	height:20px;
	font-size:16px;
	color:#000;
	margin:0 20px;
	padding:10px 0;
	float:left;
}
#menu-menu-principale a:hover, .current_page_item a, .current-menu-item a {
	color:#fff!important;
	background:url('./images/freccia.gif') bottom center no-repeat;
}
.current_page_item a, .current-menu-item a {
	cursor:default;
}
.elencoschede {
	width:150px;
	float:right;
	text-align:center;
	line-height:20px;
	margin:24px 30px 0 0;
	font-size:14px;
}
#social {
	clear:both;
	width:150px;
	height:20px;
	line-height:16px;
	float:right;
	margin:4px 0 0 0;
	font-style:italic!important;
}
#social img {
	vertical-align:top;
	margin:0 0 0 4px;
	border:none;
}
.cathome {
	width:302px;
	line-height:10px;
	margin:0 0 10px 0;
}
.thumbsart {
	width:164px;
	height:220px;
	overflow:hidden;
	line-height:14px;
	margin:0 0 0 16px;
	font-size:11px;
}
.catsingle {
	color:#fff;
	padding:10px;
	font-weight:bold;
	background: url('./images/bg-title-long.jpg') top left no-repeat;
}
.catsingle a {
	font-weight:bold!important;
}
#content {
	line-height:18px;
	text-align:left;
	padding:10px 20px;
}
.contenttext ul, .contenttext ol {
	margin:0 0 18px 30px;
}
.contenttext ul li, .contenttext ol li {
	margin:0 0 3px;
}
.contenttext ul ul, .contenttext ol ol {
	margin:5px 0 5px 15px;
}
.contenttext img {
	margin:5px;
}
.contenttext p {
	margin:10px 0;
	clear:both;
}
.pagetitle {
	height:26px;
	padding:4px 0 0 40px;
	background: url('./images/page.jpg') top left no-repeat;
}
.elencocat, .elencocat ul {
	list-style-type:none;
}
p.timestamp {
	font-size:14px;
}
p.timestamp a {
	font-weight:normal;
}
p.postmeta {
	padding:32px 0 0 0;
	text-align:right;
	background: url('./images/separa-tag.jpg') top left no-repeat;
	line-height:18px;
}
#postnav {
	padding:5px;
	margin:5px 0 18px;
}
#postnav p {
	margin:0;
	padding-left:5px;
}
p.preclink, p.succlink {
	width:450px;
	float:left;
	display:inline;
	margin:0 0 0 10px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}
p.succlink {
	float:right;
	text-align:right!important;
	margin:0 10px 0 0;
}
.introtext p {
	margin:0 0 15px 10px;
}
.separapost {
	border-top:1px solid #999;
	font-size:1px;
	clear:both;
}
.printpost {
	clear:both;
	text-align:right;
	padding:5px;
}
.printpost img {
	vertical-align:middle;
}
/*MAPPA GOOGLE*/
.mapp-div {
	width:610px;
	height:310px;
	margin:10px auto;
	border:2px solid #3c7388;
}
.mapp-div a, .mapp-div a img {
	background:none;
}
#mapp0_poweredby, #mapp1_poweredby {
	display:none!important;
}
.mapp-container {
	padding:0;
	border:2px solid #fff;
}
/*MAPPA GOOGLE*/

#sidebar {
	padding:10px 40px 0 40px;
	background: url('./images/side-top.jpg') top center no-repeat;
}
#sidesx {
	float:left;
	width:426px;
}
#sidedx {
	float:left;
	width:426px;
	margin:0 0 0 28px;
}
#sidebott {
	padding:10px 40px;
	background: url('./images/side-bottom.jpg') top center no-repeat;
}
.sidetit {
	color:#fff;
	padding:0 0 14px 10px;
}
#menu-menu-categorie {
	margin:0;
	padding:0;
	list-style:none;
	width:426px;
}
#menu-menu-categorie li {
	padding:0;
	margin:0;
	float:left;
	width:212px;
	font-size:12px;
	line-height:20px;
}
#menu-menu-categorie a {
	margin:0 0 0 14px;
	float:left;
}
#menu-menu-categorie a:hover, #menu-menu-categorie .current-menu-item a {
	color:#b50000!important;
	background:none!important;
}
#footer {
	clear:both;
	height:136px;
	padding:2px 10px;
	background: url('./images/footer.jpg') top left no-repeat;
	color:#fff;
	line-height:18px;
}
#footer a {
	color:#000;
	text-decoration:underline;
}
#footer a:hover {
	color:#fff;
}
#footer p {
	margin:0;
	padding:0;
}
.footsx, .footdx {
	clear:both;
	float:left;
	width:200px;
	margin:64px 0 0 20px!important;
	display:inline;
}
.footcx {
	float:left;
	width:480px;
	text-align:center;
	margin:44px 0 0 20px!important;
	display:inline;
}
.footcx img {
	margin:0 5px;
	border:none;
}
.footdx {
	clear:none;
	text-align:right;
}
.wpcf7-form {
	width:500px;
	margin:0 auto;
}
.wpcf7-form input, .wpcf7-form textarea {
	width:500px;
	font:12px Verdana, Geneva, sans-serif;
	border:1px solid #3c7388;
	background-color:#fff;
	color:#333;
	height:16px;
	padding:2px 0 0 0;
}
.wpcf7-form textarea {
	height:100px;
}
.wpcf7-form #contactsub {
	clear:both;
	float:right;
	width:80px;
	height:24px;
	border:none;
	margin:20px 0 0 0;
	font-weight:bold;
	padding:2px 0 3px 0;
	cursor:pointer;
	text-align:center;
	color:#fff;
	background:url('./images/bottone.jpg') top left no-repeat;
}
.wpcf7-form #contactsub:hover {
	background:url('./images/bottone.jpg') bottom left no-repeat;
	cursor:pointer;
}
.wpcf7-form .wpcf7-acceptance {
	border:none;
	width:auto;
	background:none;
	vertical-align:middle;
	margin:0 0 0 4px;
}
