/* @override http://www.nuovocinemadigitale.it/wp-content/themes/nuovocinemadigitale/style.css */

/*
Theme Name: Nuovo Cinema Digitale
Theme URI: http://wordpress.org/
Description: new digital cinema theme
Version: 1.0
Author: Fabrizio Tucci - fabriziotucci.com - helloadv.com

*/
html {
     width:100%
}

body {
    background-color: #fff;
    color: #000;
    font-size: 12pt;
	font: 100%/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
    color: #000;
}

img {
    border: 0;
}


/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }
}

#menu, #search, #nav, #topnav, h1.title, h1, .navigation, #sidebar, .commentsblock, #comments, #postcomments, #commentform, #footer, .copyright, .comment-author, #navigation, #social, #comments-block2, #right, .meta, .rightblock, .infolabel { display: none; }

h2, h3, h4 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}

.content img {
	padding: 5px;
	border: 1px solid #d6d6d6;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left {
	float: left;
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-top: 15px;
}


h3 {
	color: #464646;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font: bold 1.6em Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
}
h3 a {
	color: #464646;
	text-decoration: none;
}
h3 a:hover {
	color: #686868;
}





