@charset "UTF-8";
/* CSS Document */
body.linear{
	background-color: #FF9000;
	/* To add a full page body CSS3 gradient you need to set this height to 100% */
	height:100%;
	/* For Mozilla/Gecko */
	/*background: -moz-linear-gradient(top,#FFFFFF,#FF9000) no-repeat #FF9000,  ;
	background-repeat: none, repeat;*/
	/* For WebKit (Safari, Google Chrome, etc) */
	background: /*-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FF9000)) no-repeat #FF9000*/ 		url(../img/bg.png) repeat;
	/* For Internet Explorer 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FF9000);*/
	/* For Internet Explorer 8 */
	/*-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FF9000);*/
}

h1 {
	margin: 5px 0px 5px 0px;
	font: normal 2em Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	color: #649DF6;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
}

body{
	font: 15px/25px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#333;
}

#content {
	margin: 10px auto;
	width: 960px;
	/*border:1px solid #608009;*/
}

#header {
	height: 126px;
	padding: 0;
	margin: 0;
}

/**********************************/
/********* NAVIGATION MENU ********/
/**********************************/
#navigationBox {
	float:left;
	width: 740px;
	heigth: 100px;
	display: block;
	margin-top: 10px;
	/*margin-left: 35px;*/
}

a {
    color: #333333;
	margin 5px;
}

#nav {
    background: -moz-linear-gradient(top, #93C204, #608009) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93C204), to(#608009), color-stop(1,#608009));
	background: -o-linear-gradient(top, #93C204, #608009) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#93C204, endColorStr=#608009, GradientType=1);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#93C204, endColorstr=#608009);
	font: normal .96em Arial, Helvetica, sans-serif;
    border: 1px solid #6D6D6D;
    /*border-radius: 2em 2em 2em 2em;*/
	-moz-border-radius: 2em 2em 2em 2em;
	-webkit-border-radius: 2em 2em 2em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    line-height: 100%;
    margin: 0;
    padding: 7px 6px 0;
	float: right;
}
#nav ul {
	
}
#nav li {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
    padding: 0 0 8px;
    position: relative;
	vertical-align: central;
}
#nav a {
/*    border-radius: 1.6em 1.6em 1.6em 1.6em;*/
    -moz-border-radius: 1.6em 1.6em 1.6em 1.6em;
    -webkit-border-radius: 1.6em 1.6em 1.6em 1.6em;
    color: #E7E5E5;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

ul#nav > li {
	cursor: pointer;
}
#nav .current a, #nav li:hover > a {
	
    background:  -moz-linear-gradient(top, #9ACD32, #B3EE3A); /*-moz-linear-gradient(center top , #EBEBEB, #A1A1A1) repeat scroll 0 0 transparent*/
	background: -o-linear-gradient(top, #9ACD32, #B3EE3A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ACD32), to(#B3EE3A), color-stop(1,#B3EE3A));
	/*IExplorer*/filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#9ACD32, endColorStr=#B3EE3A, GradientType=1);
	/*IExplorer8*/-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ACD32, endColorstr=#B3EE3A);
    
	/*border-top: 1px solid #F8F8F8;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}
#nav ul li:hover a, #nav li:hover li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    color: #666666;
}
#nav ul a:hover {
    background: -moz-linear-gradient(center top , #04ACEC, #0186BA) repeat scroll 0 0 transparent !important;
	background: -o-linear-gradient(center top , #04ACEC, #0186BA) repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#04ACEC), to(#0186BA), color-stop(1,#0186BA)) !important;
	/*IExplorer*/filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#04ACEC, endColorStr=#0186BA, GradientType=1) !important;
	/*IExplorer8*/-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#04ACEC, endColorstr=#0186BA) !important;
	
    border-radius: 0 0 0 0;
    /*-moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;*/
    color: #FFFFFF !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#nav ul {
    background: -moz-linear-gradient(center top , #FFFFFF, #CFCFCF) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CFCFCF), color-stop(1,#CFCFCF));
	background: -o-linear-gradient(center top , #FFFFFF, #CFCFCF) repeat scroll 0 0 transparent;
	/*IExplorer*/filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#CFCFCF, GradientType=1);
	/*IExplorer8*/-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
	border: 1px solid #B4B4B4;
/*    border-radius: 10px 10px 10px 10px;*/
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 185px;
	z-index: 7;
}
#nav li:hover > ul {
    display: block;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
#nav ul ul {
    left: 181px;
    top: -3px;
}
#nav ul li:first-child > a {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
#nav ul li:last-child > a {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
#nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}

#logo {
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	height: 126px;
	margin: 0px 10px 0px 10px;
	color: #003;
}
#my_social {
	float: right;
	width: 156px;
	height: 42px;
	padding: 0;
	margin-top: 20px;
	margin-left: 15px;
}
#my_social #facebook {
	background-image: url(../img/facebook.png);
	margin-left:10px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 32px;
	height: 32px;
	padding:0;
	float: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#my_social #youtube {
	background-image: url(../img/youtube.png);
	margin-left:10px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 32px;
	height: 32px;
	padding:0;
	float: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#my_social #dbland {
	background-image: url(../img/dbland.png);
	margin-left:10px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 32px;
	height: 32px;
	padding:0;
	float: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contatti {
	height: auto;
	width: 550px;
	position: relative;
	float: left;
	padding: 0;
	margin-top: 25px;
	z-index: -7;
}
#contatti p {
	font: normal 1em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

#lastNews {
	margin: 30px 0px 20px 5px;
	padding: 0;
	height: 300px;
	width: 720px;
	float:left;
	background-color: #608009;
}
/**********************************/
/************* CINEMA *************/
/**********************************/
#cinema {
	float: left;
	padding: 0;
	height: 300px;
	width: 230px;
	margin: 30px 0px 20px 5px;
}

#cinemaBox {
	margin: 0;
	padding: 0;
	background: url(../img/cinema-box.png) no-repeat;
	position: absolute;
	width: 230px;
	height: 300px;
	z-index: 4;
}

#cinema ul{
	width: 190px;
	height: 272px;
}
#cinema il {
}
#cinema h1 {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #649DF6;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	width: 100%;
	text-align: center;
}
	
#button button {
	float:left;
}
#cinema .carousel {
	width: 170px;
	height: 243px;
	margin-left: 30px;
	margin-top: 29px;
	z-index: -1;
}

/**********************************/
/************** NEWS **************/
/**********************************/
#news {
	float: left;
	margin: 10px 5px 10px 0px;
	width: 350px;
	padding: 0;
}
#news div#news_top {
	margin: 0;
	padding: 0;
	background: url(../img/news_top.png) no-repeat;
	width: 350px;
	height: 56px;
}
#news div#news_bottom {
	margin: 0;
	padding: 15px 0px 0px 0px;
	background: url(../img/news_bottom.png) no-repeat;
	width: 350px;
	height: 47px;
	clear: both;
}
#news div#news_bottom a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px 0 #999;
	font-size: 11px;
	margin: 0px 0px 0px 40px;
}
#news ul {
	list-style: none;
	padding:3px 0px 7px 0px;
	margin: 0;
	background: url(../img/news_bg.png) repeat-y scroll left top transparent;
	height: auto;
	clear: both;
}

#news ul li {
	margin: 3px 0px 0px 0px;
	padding: 2px 14px;
	clear: both;
	display: block;
	height: 64px;
}

#news ul li a {
	display: inline-block;
	text-align: left;
	float: right;
	margin: 0px 0px;
	width: 78%;
	padding: 0;
	text-decoration: none;
}

#news ul li a:hover {
	text-decoration: underline;
}

#news ul li a h2{
	color: #900;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}

#news ul li img {
	width:60px;
	height: 60px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 4px #e5e5e5;
	padding: 2px;
	display: inline-block;
	float: left;
}

#news ul li p {
	display: inline-block;
	float:right;
	width: 78%;
	margin: 2px 0px;
	line-height: 1;
	font-size: 13px;
	padding: 0;
}

/**********************************/
/**** SETTIMANA DELLA COMUNTIA ****/
/**********************************/

#settimana {
	float: left;
	margin: 10px 0px 10px 5px;
	width: 600px;
	padding: 0;
	overflow:visible;
}

#settimana > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#settimana > ul > li {
	width: 198px;
	height: 198px;
	float: left;
	margin: 0;
	background-color: #FFFFFA;
	border: 1px solid #ececec;
	/*box-shadow: 0px 0px 1px 1px #ececec inset;*/
}

#settimana h1 {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #649DF6;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
}
#settimana h2 {
	margin: 0px 0px 15px 0px;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	width: 100%;
	text-align: center;
}
	
#settimana ul > li > ul {
	margin: 5px 0px 0px 0px;
	width: 100%;
	list-style: none;
	z-index: 5;
	padding: 0;
	position: relative
}

#settimana ul > li h1 {
	margin: 5px 4px 5px 4px;
	font: normal 1.1em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #CC071E;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px solid #FFFFF7;
}
#settimana ul > li > ul li {
	font: normal 0.85em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px;
	text-indent: 5px;
}

/**********************************/
/************* FOOTER *************/
/**********************************/
#footer {
	height: 25px;
	background: -moz-linear-gradient(top, #93C204, #608009) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93C204), to(#608009), color-stop(1,#608009));
	background: -o-linear-gradient(top, #93C204, #608009) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#93C204, endColorStr=#608009, GradientType=1);
	/*IExplorer8*/
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#93C204, endColorstr=#608009);
	font: normal .96em Arial, Helvetica, sans-serif;
    border: 1px solid #6D6D6D;
    /*border-radius: 2em 2em 2em 2em;*/
	-moz-border-radius: 2em 2em 2em 2em;
	-webkit-border-radius: 2em 2em 2em 2em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    line-height: 100%;
    margin: 15px 0;
    padding: 6px 0;
	width: 100%;
}

#footer h1 {
	color: #E7E5E5;
    font-weight: bold;
	width: 100%;
	text-align: center;
    margin: 0;
	padding-top: 3px;
	font: normal .96em Arial, Helvetica, sans-serif;
}

/**********************************/
/************ TOOLBAR *************/
/**********************************/
#toolbar {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 70px;
	width: 100%;
	float: left;
	padding: 0;
	
}

#toolbar .section {
	margin: 0px 3px 0px 3px;
	height: 70px;
	width: 150px;
	float: left;
}

#toolbar .section .title {
	height: 25px;
	margin: 0;
	width: 150px;
	border-bottom: 2px solid  #999;
	padding: 0;
	float: left;
}

#toolbar h1 {
	font-size: 1em;
	margin-top: 3px;
	padding: 0;
	width: 100%;
	text-align: center;
}

#toolbar img {
	margin: 2px;
	padding: 0;
}

#toolbar .section .tool {
	height: 45px;
	width: 150px;
	margin-top: 10px;
	padding: 0;
	float: left;
	padding-left: auto;
}

#toolbar .username {
	float: right;
	text-align: right;
}

#toolbar .administration {
	float: right;
}
#toolbar .section .username p {
	font-size: 0.95em;
	margin-bottom: 10px;
}

/**********************************/
/************* ARTICLE *************/
/**********************************/
#articleBox {
	margin-top: 20px;
	width: 920px;
	border: 1px solid #333;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	background-color: #FFFFFA;
	padding: 20px;
}

#articleContent {
	
}

#articleContent img#article_image {
	float: left;
	margin-right: 10px;
	display: block;
	padding: 45px;
	height: 230px;
	width: 230px;
	background-image: url(../img/news_image_bg.png);
	background-size: contain;
}

/**********************************/
/********* BOX CREATE USER ********/
/**********************************/
#createUserBox {
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	height: 300px;
	width: 500px;
	border: 1px solid #6D6D6D;
	padding: 10px;
    border-radius: 2em 2em 2em 2em;
	background: -moz-linear-gradient(top, #93C204, #608009) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93C204), to(#608009), color-stop(1,#608009));
	background: -o-linear-gradient(top, #93C204, #608009) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#93C204, endColorStr=#608009, GradientType=1);
	/*IExplorer8*/
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#93C204, endColorstr=#608009);
}

#createUserBox #user {
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 100%;
}
#createUserBox #pwd {
	margin-top: 10px;
	margin-bottom: 25px;
	position: relative;
	float: left;
	width: 100%;
}
#createUserBox span {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 5px;
	position: relative;
	float: left;
	color: #E7E5E5;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#createUserBox.log {
	float: none;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}

#createUserBox #permessi{
	margin-top: 10px;
	margin-bottom: 25px;
	position: relative;
	float: left;
	width: 100%;
}

/**********************************/
/******* IN PROGRAMMAZIONE ********/
/**********************************/
#inProgrammazione .movie {
	width: 920px;
	margin-top: 20px;
	border: 1px solid #333;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	background-color: #FFF;
	padding: 20px;
}

#inProgrammazione .movie img {
	float: left;
	margin-left: 5px;
	border: 6px solid #CCC;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
}

#inProgrammazione .movie p {
	text-align: justify;
}

#inProgrammazione .movie #info{
	float: right;
	width: 640px;
	margin-right: 5px;
}
#inProgrammazione .movie #info h1 {
	color: #C03;
	font-size: 24px;
}

#inProgrammazione .movie #info h2 {
	font-size: 18px;
}
