/*
Theme Name: Marilir
Theme URI: http://www.tematicaweb.com/
Description: Un tema a due colonne validato XHTML 1.0 Strict e CSS 2. Dimensione fissa 960px.
Version: 1.0
Author: Salvatore Tedesco, Giuseppe Marino, Paolo Manuella
Author URI: http://www.tematicaweb.com/
Tags: dimensione fissa, 2 colonne, valid CSS, valid XHTML
*/

*{
	margin:0;
	padding:0;
}
/* Float fix */
.contenttext {
	overflow:hidden;
}
* html .contenttext {
	height:1px;
	overflow:visible;
}
* html .contenttext p {
	overflow:hidden;
	width:99%;
}
body {
	background:#fff;
	color:#000;
	font:12px Verdana, Geneva, sans-serif;
	line-height:16px;
}
hr {
	clear:both;
}
a {
	color:#360;
	background-color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#663;
	text-decoration:none;
	background-color:#fff;
}

/*per link su immagini, funziona cross-browser */
a img {
	padding:2px;
	border:2px solid #360;
}
:link img { border:2px solid #360; }
:visited img { border:2px solid #360; }
:link:hover img, :visited:hover img { border:2px solid #cc9; }

a.more-link{
	clear:both;
	font-size:10px;
	float:right;
	width:150px;
	text-align:right;
	padding:10px;
}

h1, h2, h3, h4 {
	color:#360;
	background-color:#fff;
	font-weight:bold;
}
h1 {
	font-size:34px;
	line-height:34px;
	margin:10px 0 5px 25px;
}
h2 {
	color:#fff;
	font-size:14px;
	line-height:22px;
	height:35px;
	background: url('./images/titolo.jpg') top left no-repeat;
	margin:0;
	padding:6px 0 10px 55px;
}
h3 {
	font-size:16px;
	line-height:18px;
	margin:0 0 8px 10px;
	padding:1px 2px 2px 0;
}
h4 {
	font-size:14px;
	line-height:16px;
	margin:8px 0 6px 10px;
	padding:1px 2px 2px 0;
	font-style:italic;
}
p {
	margin:0 0 18px 10px;
}
ul, ol, dl {
	margin:2px 0 16px 35px;
}
ul ul, ol ol {
	margin:4px 0 4px 35px;
}
code{
	font-size:11px;
	background-color:#333;
	color:#fff;
	display:block;
	margin:5px 0 15px 0;
	padding:5px 5px 5px 7px;
	border:1px solid #ccc;
}
/* Classi Varie */
.post {
	margin:0 0 15px 0;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.hide {
	display:none;
}
.clearboth {
	clear:both;
}
/* Classi per allineamento img di WP */
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.wp-caption {
	border:1px solid #fc3;
	text-align:center;
	background-color:#000;
	padding-top:4px;
	margin:10px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding:0 4px 5px;
	margin:0;
}
#headbg {
	height:284px;
	background: url('./images/header-bg.jpg') top left repeat-x;
}
#header {
	height:284px;
	width:960px;
	margin:0 auto;
	background: url('./images/header.jpg') top left no-repeat;
}
#header h1, #header h2 {
	font-size:20px;
	line-height:20px;
	width:320px;
	height:20px;
	margin:40px 0 0 40px;
	background:none;
	padding:0;
	float:left;
}
#header h2 {	
	clear:left;
}
#header h1 a, #header h2 a{
	display:block;
	height:60px;
	background:none;
	text-decoration:none;
}
#header span {
	visibility:hidden;
}
#header ul {
	width:670px;
	margin:80px auto 0 auto;
	padding:0;
	list-style:none;
	height:22px;
	clear:both;
}
#header ul li {
	padding:0;
	margin:0;
	height:22px;
	float:left;
	color:#fff;
	font-size:14px;
}
#header ul li a {
	text-decoration:none;
	background:none;
	color:#fff;
	font-weight:bold;
	height:16px;
	padding: 0 3px 0 3px;
	margin:0 14px;
	float:left;
}
#header ul li a:hover, #header ul .current_page_item a {
	color:#360;
	text-decoration:underline;
}
#header ul .current_page_item a {
	cursor:default;
}
#divcerca {
	clear:both;
	float:right;
	width:250px;
	height:24px;
	padding:5px 0 5px 0;
	margin:10px 20px 0 0;
}
.searchbox {
	height:22px;
}
.searchbox label {
	display:none;
}
.searchbox input {
	font:12px Verdana, Geneva, sans-serif;	
	padding:2px 0 0 0;
	margin:0;
	width:150px;
	height:16px;
	border:2px solid #663;
	background-color:#fff;
	color:#333;
	vertical-align:top;
}
.searchbox #searchsubmit {
	width:80px;
	height:21px;
	color:#fff;
	border:none;	
	font-weight:bold;
	padding:2px 0 3px 0;
	margin:0 0 0 12px;
	background: url('./images/bottone-80.jpg') top left no-repeat;
	vertical-align:top;
}
#wrap {
	clear:both;
	margin:0 auto 0 auto;
	width:960px;
}

#sidebar {
	float:left;
	width:204px;
	margin:0 4px 0 24px;
	padding:30px 0 20px 0;
	color:#360;
	background: url('./images/sidebar.jpg') top left no-repeat;
}
#sidebar a {
	text-decoration:none;
	background:none;
}
#sidebar a:hover {
	color:#360;
	background-color:#cc9;
	text-decoration:underline;
}
#sidebar p, #sidebar ul, #sidebar .textwidget {
	margin:0 18px 0 40px;
}
#sidebar li {
	list-style-image: url('./images/freccia.gif');
	margin:10px 0 6px 0;
	text-transform:uppercase;
}
#sidebar .current-cat a{
	color:#360;
	background-color:#cc9;
	text-decoration:underline;
	cursor:default;
}
#sidebar ul ul {
	margin:5px 0 5px 10px;
}
#sidebar ul ul li {
	margin:0 0 5px 0;
	text-transform:none;
}
/*#sidebar ul ul li a{
	font-weight:normal;
	background:url('./images/tratt-active.jpg') 0 12px no-repeat;
}
#sidebar ul ul li a:hover, #sidebar .current-cat-parent .current-cat a {
	color:#360;
	background:none;
}*/
#sidebar .current-cat ul li a{
	color:#360;
	background:none;
	text-decoration:none;
	cursor:auto;
}
#sidebar .current-cat ul li a:hover{
	color:#360;
	background-color:#cc9;
	text-decoration:underline;
}
#sidebar #textwidget {
	height:100px;
	width:200px;
	margin:40px auto 0 auto;
}
#content {
	float:right;
	line-height:18px;
	text-align:left;
	width:668px;
	padding:0 20px 20px 20px;
}
#content ul, #content ol {
	margin:0 0 18px 40px;
}
#content ul li, #content ol li {
	margin:0 0 3px 0;
}
#content ul ul, #content ol ol {
	margin:5px 0 5px 25px;
}
#content img.alignleft {
	margin:5px 5px 0 0;
}
#content img.alignright {
	margin:5px 0 0 5px;
}
#content p {
	margin:0 10px 15px 10px;
	/*clear:both;*/
	text-align:justify;
}
#content p.timestamp, #content .introtext p {
	font-size:12px;
	text-align:right;
	font-style:italic;
	margin:0 0 15px 10px;
}
#content p.timestamp a {
	font-weight:normal;
}
#content p.postmeta {
	text-align:right;
	border-top:2px solid #360;
	line-height:18px;
}
#content #postnav {
	padding:5px;
	margin:5px 0 18px;
}
#content #postnav p {
	margin:0;
	padding-left:5px;
}
#content #postnav p.right {
	text-align:right;
	padding-right:5px;
	margin-top:-18px;
}
#content #map{
	width:650px;
	height:300px;
	margin:5px auto 0 auto;
	padding:2px;
	border:2px solid #c00;
}
#content #map a, #content #map a img{
	background:none;
}
#content div.separapost{
	border-top:2px solid #360;
	font-size:1px;
	clear:both;
}
#content div.printpost{
	clear:both;
	text-align:right;
	padding:5px;
}
#content div.printpost img{
	vertical-align:middle;
}
#content #containercomments {
	width:620px;
	padding:10px;
	margin:15px auto 0 auto;
	clear:both;
}
#content #comments {
	border-bottom:2px solid #663;
	margin:0 0 10px 0;
}
#content .comment a {
	background:none;
}
#content #respond #contacts{
	margin:0 auto;
}
#content #respond #contacts input, #content #respond #contacts textarea{
	border:1px solid #ccc;
}
#content #respond #contacts input.inputCheckbox, #content #respond #contacts input.send{
	border:none;
}
#content div.comment {
	border:1px solid #ccc;
	margin:10px 0;
}
#content .comment .commenticon{
	background-color:#cc9;
	color:#360;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	padding:10px;
	margin:0;
}
#footerbg {
	clear:both;
	height:140px;
	background: url('./images/footer-bg.jpg') top left repeat-x;
}
#footer {
	width:960px;
	margin:0 auto;
	height:120px;
	padding:20px 0 0 0;
	background: url('./images/footer.jpg') top left no-repeat;
	font-size:11px;
	font-weight:bold;
}
#footer p {
	margin:0;
	padding:0;
}
#footer p a img {
	border:none;
	margin:0 5px;
}
#footer p a {
	background:none;
}
#footer #copyright, #footer #statistiche {
	width:540px;
	float:left;
	margin:0 0 0 40px;
	display:inline;	
}
#footer #statistiche {
	width:290px;
	margin:0 80px 0 0;
	float:right;
	text-align:right;
}
#footer #wordpress {
	clear:both;
	width:195px;
	margin:0 0 0 40px;
	padding:20px 0 0 0;
	float:left;
	display:inline;	
}
#footer #validazioni {
	width:470px;
	padding:30px 0 0 0;
	margin:0 30px 0 0;
	text-align:right;
	float:right;
	display:inline;
}

#footer #tematica {
	clear:both;
	padding:10px 20px 0 0;
	text-align:right;
}
#footer #tematica a{
	color:#fff;
}

/* ??? */
/*
#toplinks {
	padding:5px 2px 2px 3px;
	text-align:right;
}
*/

/* Tags (???) */
/*
blockquote {
	border:1px solid #fc3;
	font-size:0.9em;
	margin:20px 10px;
	padding:8px;
}
blockquote p {
	padding:2px 0;
	margin:0;
	font-weight:bold;
}
*/

/* Calendario (Disabilitato) */
/*
table #wp-calendar {
	width:180px;
	margin:0 0 18px 10px;
}
table #wp-calendar caption {
	font-size:18px;
	line-height:22px;
	border-bottom:2px solid #fc3;
	margin:0 0 8px 0;
	padding:0 2px 4px 5px;
}
*/




/* Commenti (Disabilitati) */
/*
#content div.comment {margin-bottom:20px;}
#content div.comment p {margin:0 0 4px 10px; padding:3px 0 0 0;}
#respond p {margin:0 0 5px 10px;}
#respond input,#respond textarea {padding:5px; width:330px;}
#respond textarea#comment {width:700px;}
#respond input#submit {width:75px;color:#000; background-color:#fff;}
#respond input,#respond textarea,form div.searchbox input {font:94% Verdana,Tahoma,Arial,sans-serif; border:1px solid #ccc;}
.gravatarside {width:48px; height:48px; float:right; margin:0 5px 3px 5px;}
*/
