/* CSS Document */

/*
Description: Tema per RadioCinema (Gen 2007)
Version: 1.0
Author: Nicolò Volpato - Marianna Cerato
Author URI: http://www.gnvpartners.com
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	font-weight: normal;
}

li, dd {
	margin-left: 0%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

a img {
	border: none;
}

html {
	background: #282828 url(../img/bg_body_pattern.png) left top;
}

body {
	background: transparent url(../img/bg_body.png) repeat-x left top;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #FFF;
}

html:lang(it) body {
	

/*  tutti tranne Safari */
	background: #2B2B2B url(../img/bg_body.png) repeat-x left top;
}

* html body {

/* solo IE6 */ 
	background: #232323 url(../img/bg_body.png) repeat-x left top;
}

*:first-child+html body {

/* solo IE7 */ 
	background: #232323 url(../img/bg_body.png) repeat-x left top;
}

h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #ED008C;
	margin: 10px 0 10px 0;
}

h3, .testo_form h3 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	margin: 30px 0 10px 0;
	line-height: 17px;
	font-size: 14px;
	color: #ED008C;
}

h3 a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #ED008C;
	text-decoration: none;
	line-height: 17px;
}

h3 a:hover {
	color: #ED008C;
	text-decoration: underline;
}

p, a, td, th {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #ED008C;
	text-decoration: none;
}

a:hover {
	color: #ED008C;
	text-decoration: underline;
}

#container {
	width: 960px;
	height: 1000px;
	margin: 0 auto;
}

a.commenta {
	color: #FFF;

/*text-transform:lowercase;*/
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------------------------------
		Header
-----------------------------------------------------------------------------------------------*/

#header {
	height: 320px;
	width: 960px;
	text-align: right;
	position:relative;
}

#flashcontent {
	width:960px;
	height:320px;
	z-index:1;
	top:0px;
	position:absolute;
}

#toplink {
	width:300px;
	height:20px;
	z-index:2;
	position:absolute;
	top:0px;
	right:0px;
}

/*-----------------------------------------------------------------------------------------------
		Sidebar
-----------------------------------------------------------------------------------------------*/

#sidebar {
	width: 220px;
	float: left;
}

#sidebar a.flame img {
	margin-top: 20px;
	margin-left: 50px;
}

#sidebar a.stuff-final img {
	margin-top: 25px;
	margin-left: 45px;
}

#sidebar a.btn img, #sidebar a.trasmetti img {
	margin-top: 30px;
	margin-top

/**/: 20px;
}

#sidebar a.segnala img, #sidebar a.iscriviti img {
	margin-top: 30px;
	margin-top

/**/: 20px;
}

#sidebar #menu {
	margin: 20px 0 0 17px;
}

* html body #sidebar #menu {
	margin: 20px 0 30px 17px;
}

#sidebar #menu ul, #sidebar #menu ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar #menu li {
	list-style-type: none;
	width: 85%;
	border-bottom: 1px solid #333;
}

#sidebar #menu a {
	display: block;
	width: auto;
	font-size: 14px;
	/*padding-left:3px;*/
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #menu a:hover, #sidebar #menu li.current_page_item a:hover, #sidebar #menu li.current_page_item ul li a:hover {
	background-color: #252525;
	color: #ED008C;
}

* html body #sidebar #menu a:hover, * html body #sidebar #menu li.current_page_item a:hover, * html body #sidebar #menu li.current_page_item ul li a:hover {

/* solo IE6 */ 
	background: none;
}

*:first-child+html body #sidebar #menu a:hover, *:first-child+html body #sidebar #menu li.current_page_item a:hover, *:first-child+html body #sidebar #menu li.current_page_item ul li a:hover {

/* solo IE7 */ 
	background: none;
}

#sidebar #menu a span {
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ED008C;
}

#sidebar #menu li ul li.page-item-6031 a {
	font-size: 12px;
	text-align: left;
}

#sidebar #menu li ul li {
	border-top: 1px solid #333;
	border-bottom: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#sidebar #menu li ul li a, #sidebar #menu li.current_page_item ul li a {


/*font-size:11px;*/
	color: #AAA;
	padding-left: 5px;
	font-size: 12px;
}

#sidebar #menu li.current_page_item a {
	color: #ED008C;
}

/*-----------------------------------------------------------------------------------------------
		Content
-----------------------------------------------------------------------------------------------*/

#content {
	background: transparent url(../img/bg_content.png) repeat-x left top;
	width: 520px;
	padding: 30px 10px 15px 10px;
	margin: 0;
	min-height: 800px;
}

* html body #content {
	height: 800px;
	overflow: visible;
}

#content-wrapper {
	float: left;
	background: #252525 url(../img/bg_content_pattern.png) left top;
	width: 540px;
	margin-right: 20px;
	padding: 0;
	margin: 0;
	color: #FFF;
}

* html body #content-wrapper {

/* solo IE6 */ 
	background: #1d1d1d url(../img/bg_content.png) repeat-x left top;
}

*:first-child+html body #content-wrapper {

/* solo IE7 */ 
	background: #1d1d1d url(../img/bg_content.png) repeat-x left top;
}

.double {
	clear: both;
	margin: 50px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.double2 {
	clear: both;
	margin: 50px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.custom_image_bloglist {
	float: left;
}

.post_h3 {
	float: left;
	margin: 7px 0 10px 0;
	width: 100%;
}

* html body .articolo {

/* solo IE6 */ 
	margin-top: -20px;
}

*:first-child+html body .articolo {

/* solo IE7 */ 
	margin-top: -20px;
}

*:first-child+html .double2 {
	clear: both;
	margin: 75px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

*:first-child+html .double {
	margin: 0 0 0 0;
}

* html body .double {
	margin: 0 0 0 0;
}

* html body .double2 {
	clear: both;
	margin: 75px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .double p {
	font-size: 11px;
	line-height: 17px;
	margin-top: 30px;
}

#content .double img, #content .articolo img, #content .highlight img {


/*float:left;*/
	margin: 10px 0 10px 0;
	border: 2px solid #FFF;
}

#content .sx img, #content .dx img {
	width: 248px;
	height: 58px;
	border: 1px solid #FFF;
	margin: 0 0 8px 0;
}

#content .highlight {
	margin-top: 50px;
}

#content .highlight p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}

.articolo {
	clear: both;
	margin: 50px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.art_sx {
	width: 50%;
	float: left;
	clear: left;
}

.art_dx {
	width: 50%;
	float: right;
	position: relative;
	display: block;
	top: 10px;
}

#content .articolo p {
	font-size: 11px;
	line-height: 17px;
	clear: both;
	position: relative;
}

#content .double a, #content .articolo a {


/*font-size:11px;*/
	line-height: 17px;
	color: #ED008C;
	text-decoration: none;
}

#content .double a:hover, #content .articolo a:hover {
	color: #AAA;
	text-decoration: none;
}

#content .articolo a.continua {
	padding: 1px 10px 2px 10px;
	background-color: #ED008C;
	color: #FFF;
	float: right;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}

#content .articolo a.continua:hover {
	color: #000;
}

#content .articolo .sottotitolo {
	margin: 30px 0 0 0;
}

#content .articolo .details p, #content .articolo .details a {
	font-size: 10px;
	line-height: 15px;
}

#content .double .sottotitolo {
	margin: 15px 0 0 0;
}

#content .double .sottotitolo p, #content .articolo .sottotitolo p {
	font-size: 12px;
	color: #AAA;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
}

#content .details {
	margin-top: 20px;
	padding-top: 3px;
	border-top: 1px solid #333;
	width: 100%;
	float: left;
}

#content .details p {
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 19px;
	font-size: 10px;
	color: #AAA;
}

#content .details img {
	margin: 0 3px 3px 0;
	vertical-align: bottom;
	border: 0;
}

#content .details a, #content li a {
	color: #FFF;
	text-decoration: underline;
	padding: 2px 0 2px 0;
}

#content li a {
	text-decoration: none;
}

#content .details a:hover, #content li a:hover {
	color: #ED008C;
}

#content ul {
	margin: 25px 0 10px 0;
	padding: 0;
	border-top: 1px solid #333;
	color: #FFF;
}

#content li {
	list-style-type: none;
	width: auto;
	margin: 5px 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #333;
	color: #FFF;
}

#content li span {
	color: #ED008C;
}

#content .separator, .testo_form .separator {
	height: 20px;
	width: 100%;
	background: transparent url(../img/bg_separator.gif) no-repeat left center;
	margin: 25px 0 20px 0;
	float: left;
}

#content .sx {
	width: 48%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#content .dx {
	width: 48%;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#content .dx .thumb {
	height: 64px;
	width: 64px;
	border: 3px solid #FFF;
	float: left;
	margin-top: 20px
}

#content .dx .text {
	margin-left: 90px;
}

#content-wrapper #footer {
	width: 520px;
	min-height: 100px;
	float: left;
	margin-left: 10px;
	background: transparent url(../img/bg_footer.gif) no-repeat top center;
	margin-top: 50px;
}

#content-wrapper #footer p {
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height: 21px;
	font-weight: normal;
	margin-top: 30px;
}

#content-wrapper #footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

#content-wrapper #footer a:hover {
	border-bottom: 1px solid #CCC;
}

/*-----------------------------------------------------------------------------------------------
		Extra
-----------------------------------------------------------------------------------------------*/

#extra {
	width: 180px;
	float: left;
	text-align: right;
}

#extra {
	margin-top: 70px !important;
	margin-top: 51px;
}

#extra .aggiornamento, #extra .sponsor {
	text-align: left;
	margin: 12px 10px 38px 10px !important;
	margin: 0 10px 37px 10px;
}

.sponsor_esterni {
	margin-bottom: 15px;
	margin-right: 4px;
	margin-left: 10px;
	padding: 15px 10px 1px 6px !important;
	padding: 15px 0 1px 6px;
	background: transparent url(img/adv.gif) no-repeat right top;
	text-align: left;
}

.sponsor_esterni img {
	border-top: 2px solid #ED008C;
}

#extra .aggiornamento h1, #extra .aggiornamento h3 {
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 12px;
}

#extra img#banner, #extra iframe {
	margin: 0 4px 35px 0;
	border-top: 2px solid #ED008C;
}

#adv {
	margin: 10px 0 15px 0;
	padding: 5px 0 1px 0 !important;
	padding: 5px 0 1px 0;
	background: transparent url(../img/adv.gif) no-repeat right top;
	text-align: left;
}

/* GOOOGLE ADV
#extra #adv{
	margin-bottom:0;
	margin-right:4px;
	margin-left:110px;
	padding:1px 10px 1px 0;
	background:transparent url(img/adv.gif) no-repeat right bottom;
	font-size:8px;
	font-weight:bold;
	color:#FFF;
	text-indent:-99999px;
	text-align:left;
}

/*
* html body #extra img#adv{	 solo IE6
	display:none;
}
 */

/*
*:first-child+html body #extra img#adv{	 solo IE7
	display:none;
}
 */

/* 	Search	 */

#extra .cerca {
	text-align: left;
	margin: 0 10px 50px 10px;
	background: transparent url(img/bg_search.gif) no-repeat left top;
}

#searchform input {
	color: #FFF;
	border: 1px solid #444;
	background: #222;
	padding: 3px;
	width: 127px;
	margin: 0 0 0 25px;
}

#searchsubmit {
	display: none;
}

/*-----------------------------------------------------------------------------------------------
		Commenti
-----------------------------------------------------------------------------------------------*/

ol#comments {
	display: block;
	margin: 20px 0 20px 0;
	padding: 0;
}

ol#comments li {
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #666;
	font-size: 11px;
}

ol#comments li div.content {
	display: block;
	width: 100%;
	text-align: left;
	color: #999;
	font-size: 11px;
}

ol#comments li .content p {
	font-size: 11px;
}

ol#comments li .content img {
	border: none;
	padding: 0;
	margin: 0;
}

#comment-form {
	margin-top: 30px;
}

#comment-form label {
	width: 200px;
	display: block;
}

#comment-form input, #comment-form textarea {
	color: #999;
	border: 1px solid #444;
	background: #222;
	padding: 3px;
	width: 300px;
	margin: 5px 0 5px 0;
}

#comment-form textarea {
	height: 120px;
	width: 97%;
}

#comment-form input.submit {
	float: left;
	color: #FFF;
	border: 1px solid #444;
	background: #333;
	padding: 3px;
	width: auto;
	margin: 10px 0 15px 0;
}

/*-----------------------------------------------------------------------------------------------
		Form
-----------------------------------------------------------------------------------------------*/

.testo_form input.form_utente, .testo_form textarea, .testo_form select {
	color: #999;
	border: 1px solid #444;
	background: #222;
	padding: 3px;
	width: 300px;
	margin: 5px 0 5px 0;
}

.testo_form select.form_utente_provincia {
	width: 150px;
}

.testo_form select.form_utente_sesso {
	width: 50px;
}

.testo_form input.invia_form {
	float: left;
	color: #FFF;
	border: 1px solid #444;
	background: #333;
	padding: 3px;
	width: auto;
	margin: 15px 0 35px 0;
}

.testo_form table {
	clear: both;
}

/*----- NEWS SCROLLANTI IN HOMEPAGE -----*/

#bg {
	position: relative;
	z-index: 1000;
	width: 250px;
	height: 180px;
}

#wn {
	position: absolute;
	top: 20px;
	width: 250px;
	height: 180px;
	z-index: 1;
	clip: rect(0, 250px, 180px, 0);
	overflow: hidden;
}

#cnt {
	position: absolute;
	z-index: 1;
}

#cnt .item {
	width: 250px;
	/* hei

ght: 150px; */
    padding-bottom: 25px;
	border-bottom: 1px solid #333;
}

#cnt h3 {
	margin: 0 0 10px 0;
	text-indent: -9999px;
}

#cnt p {
	margin: 10px 0 0 0;
}

#cnt ul {
	margin: .5em 0 0 0;
	padding: 0;
}

#cnt ul li {
	margin: .5em 0 0 1em;
}

/*-----------------------------------------------------------------------------------------------
LINK COMPRA BANNER + IMG BANNER
*-----------------------------------------------------------------------------------------------*/

.compra_banner {
	text-align: center;
	font-size: 9px;
	margin: 10px 0 0 5px;
}

.compra_banner a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

.compra_banner a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

/*-------------------------*/

.bannerino_logo {
	text-align: center;
	margin: -30px 0 0 6px !important;
	margin: -10px 0 0 6px;
	padding-bottom: 10px;
	border-bottom: #252525 solid 1px;
}

.bannerino_logo a {
	text-decoration: none;
	border: none;
}

.bannerino_logo a:hover {
	text-decoration: none;
	border: none;
}

/*-----------------------------------------------------------------------------------------------
COMINGSOON
*-----------------------------------------------------------------------------------------------*/

IFRAME#cinematografo {
	position: relative;
	width: 320px;
	height: 240px;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.spot_cinema {
	position: relative;
	margin-top: 20px;
	text-align: center;
	background-color: #000000;
}

/*-----------------------------------------------------------------------------------------------
PALINSESTO
*-----------------------------------------------------------------------------------------------*/

.orari_palins {
	color: #ED008C;
}

/* accordion */

/*-----------------------------------------------------------------------------------------------
ALTRO
*-----------------------------------------------------------------------------------------------*/

#content li span.mostc {
	color: #aaaaaa;
}

.italia {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	display: block;
	text-align: center;
}

h3.toggler {
	margin: 0px 0 10px 0;
}

.regioni_hidden {
	display: none;
}
