﻿/* Styles */

*, html {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

i, em, strong, b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	height: 100%; 
	max-height: 100%; 
}

a {
	text-decoration: none;
}

#container{
	height: 100%; 
	max-height: 100%; 
}

#left-bar {
	position: absolute;
	background-color: #f8f8f8;
	top: 0;
	left: 0;
	width: 200px; /*Width of frame div*/
	height: 100%;
	min-height: 1200px;
	border-right: 1px solid #badffa;
}

#left-bar p {
	padding-left: 20px;
	margin-top:  20px;
}

#left-bar ul {
	padding-left: 30px;
	margin-top: 5px;
	list-style:none;
	margin-bottom: 20px;
}

#left-bar ul  li {
		margin-top: 3px;
}
 
.horizontal-ruler {
	clear: both;
	margin-left: 15px;
	margin-right: auto;
	display: block;
}


#right-bar {
	position: absolute;
	top: 0; 
	right: 0;
	left: 220px; /*Set left value to WidthOfFrameDiv*/
	
}


#topmenu {
	width: 99,9%;
	border-bottom: 1px solid #aad9f9;
	margin: 0px;
	margin-bottom: 30px;
}

#topmenu ul {
	list-style:none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
	
#topmenu  li {
	margin-bottom: -1px;
	margin-left: -4px;
	padding: 7px;
	display: inline-block;
	border-left: 1px solid #aad9f9;
	border-right: 1px solid #aad9f9;
	border-bottom: 1px solid #aad9f9;
	background-image: url('../images/bg_topmenu_btn.jpg');
	background-repeat: repeat-x;
	font-size: 13px;
}

#topmenu  .selected {
	background-color: white;
	border: 1px solid white;
	background-image: none;
}

#topmenu    .middle{
	border-left: 1px solid #aad9f9;
}

	
#topmenu    .last{
	border-left: 1px solid #aad9f9;
}

#indice {
	max-width: 300px;
	background-color: #f6f6f6;
	border: 1px solid grey;
	padding: 15px;
	margin-bottom: 10px;
}

#indice ul {
	color: blue;
	margin-left: 15px;
	list-style: none;	
	font-size: 13px;
}

#indice ul  li{
	padding: 2px;
}

.paragrafo {
	display: block;
	
}

h1 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: normal;
	display: block;
	clear: both;
}

h4 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: block;
	clear: both;
	margin-top: 30px;
}

.subh4 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.titolo {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 24px;
	display: block;
	margin-top: 30px;
}

.sottotitolo {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.testo {
	font-size: 14px;
}

.grassetto {
	font-weight: bold;
}

div.hr {
	margin-top: 5px;
	width: 99,9%;
	border: 0px;
	border-bottom: 1px solid #a4a2a2;
}

.photobox {
	float: right;
	width: 300px;
	text-align: center;
	margin: 10px;
	margin-bottom: 10px;
}

.photobox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.didascalia {
	display: inline-block;
	 text-align: left;
	 width: 150px;
	 font-size: 10px;
}

.cast_image {
	padding: 10px;
	padding-left: 0px;
	float: left;
}

.elenco_generico {
	margin-left: 15px;
}

.video {
	display: block;
	margin-bottom: 20px;
}