/* *** ### NEW E FILMATI ### *** */
a.title, h1.post {
	text-decoration:underline;
	font-size:18pt;
	color:#C0C0C0;
	/*color: #9BB0DF;*/
	margin-bottom:7px;
	text-shadow: #A0A0A0 1px 1px 0;
	/*text-shadow: #88AACC 3px 3px 3px;*/
}

/*h1.post {

	background-image: -moz-linear-gradient(0% 0% 0deg,#3B69BC, #000, #000 25%);
	border: 1px solid #6B99EC;
	-moz-border-radius: 5px;
}*/

td.post h2 {
	font-size:14pt;
	text-align:left;
	text-decoration:underline;
}

td.post h3 {
	text-align:left;
	padding-left:20px;
	font-size:12pt;
	font-style: italic;
}

td.post p a {
	color:#6090CF;
	
	-moz-transition-property: text-shadow, color;
	-moz-transition-duration: 0.4s;
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: 0.4s;	
	-o-transition-property: text-shadow, color;
	-o-transition-duration: 0.4s;		
}

td.post p a:hover {
	color: #90B0FF;
	text-shadow: #A0C0FF 0px 0px 3px;
}

img.post {
	/*padding:10px;*/
	margin:10px;
	
	box-shadow: 0px 0px 8px 5px #A0C0FF;
	-moz-box-shadow: 0px 0px 8px 5px #A0C0FF;
	-webkit-box-shadow: 0px 0px 8px 5px #A0C0FF;
	-o-box-shadow: 0px 0px 8px 5px #A0C0FF;
}

a > img.post {
	border-style:none;
}

td.post p {
	text-align:justify;
}

/*td {
	text-align:justify;
}*/

td.new {
	border-width:1px;
	border-style:dashed;
	border-color:#666666;
	background-color:#333333;
}

/* >> contenitore appena sotto i titoli con la data e il n di commenti */
div.data {
	text-align:right;
	color:grey;
	padding-top:3px;
	padding-right:20px;
	/*padding-bottom:5px;
	margin-top:3px;*/
	border-top-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
}

/* >> contenitore usato nei post per il codice */
div.code {
	text-align:left;
	border-style:dashed;
	border-width:1px;
	background-color:#303030;
	padding: 10px 10px 10px 20px;
	margin: 7px 20px;
}

/* >> contenitore usato nei post per le citazioni */
div.quote {
	border-width:2px;
	border-style:dotted;
	border-color:#666666;
	background-color:#000000;
	font-style:italic;
	color:#999999;
	padding:10px;
	margin: 7px 20px;
	
	border-radius: 10px 0px;
	-moz-border-radius: 10px 0px;
	-khtml-border-radius: 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
}

/*div.comment a.ancora {
	color:#FFFFFF;
}*/

div.boxcomment {
	background-color:#222222;
	border-color:#444;
	border-style:solid;
	border-width:1px;
	padding:10px 0px 20px 0;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.precomment, div.comment, div.postcomment {
	margin:0px 20px;
	border-width:1px;
}

div.precomment, div.comment {
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

div.comment, div.postcomment {
	border-top-color:#444444;
	border-top-style:solid;

}

div.comment {
	padding:10px;
	text-align:left;
}

div.comment div {
	background-color:#111111;
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	width:30px;
	height:20px;
	padding:4px;
	float:left;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 5px;
}

div.addcomment {
	text-align:left;
	margin:0px 20px;
}

form.commentform input, form.commentform textarea {
	color: #AAAAAA;
	background-color: #111111;
	border: 1px solid #444;
	padding: 0.25em;
	margin-top: 4px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	-khtml-box-shadow: inset 1px 1px 3px #000;
}

form.commentform input[disabled = disabled], form.commentform textarea[disabled = disabled] {
	color: #777;
	background-color: #222;
	border: 1px solid #333333;
	padding: 0.25em;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	-khtml-box-shadow: 0px 0px 0px;
}

form.commentform input[type = submit] {
	background-color: #222222;
	padding: 0.5em;
	
	cursor:pointer;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	-khtml-box-shadow: 1px 1px 3px #000;	
}

form.commentform input[type = submit]:hover {
	background-color: #2A2A2A;

}

div.comment div h1 {
	font-size:16px;
	margin:0px;
}

div.comment h2 {
	margin:5px 0px 5px 50px;
}

div.precomment h2 {
	margin:0px 10px 10px 0;
	text-align:left;
	color:#888888;
}

div.addcomment h2 {
	color:#888888;
}

div.comment h3 {
	float:right;
	margin-top:0px;
	color:#888888;
}

/* ### regole per PAG. SUCCESSIVA ecc ### */
div.pageNav {
	background-color: #101010;
	border: solid 1px #404040;
	
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
}

a.pageNav {
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}

a.pageNav:hover {
	text-shadow: #A0A0A0 0px 0px 4px;
	
	-moz-transition-property: text-shadow, color;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: text-shadow, color;
	-o-transition-duration: 0.5s;	
}
