/*
Theme Name: Horizon
Theme URI: http://wordpress.org/
Description: Template di Horizon.
Version: 1.0
Author: Menexa
Author URI: http://www.menexa.it/
Tags: blue, custom header, fixed width, two columns, widgets

*/


/* horizon css */

#contenitore {
	width:50%;
	height:640px;
	margin-left: 0px;
	margin-right:0px;
	padding:0px;
}
#testata {
	width:90%;
	height:100px;
	padding:0px;
	border-bottom:none;
}
#menu {
	display:none;
	margin-left:20px;
	margin-top:10px;
	width:90%;
	height:40px;
}
#titolo {
	z-index:1;
	margin-top:0px;
	width:90%;
	padding:0px;
	height:30px;
	text-align:left;
	border-bottom:none;
 }
#contenuto {
	width:90%;
	height:auto;
	margin:0px;
	overflow:visible;
}
#home {
	width:90%;
	height:455px;
	margin:0px;
}
#scrollableText {
	width:90%;
	height:auto;
	padding:0px;
	margin:0px;
	display:block;
	overflow:visible;
}
#piede {
	width:90%;
	height:20px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	margin-top:5px;
	font-size:10px;
	display:none;
}
body {
	background:url(images/Fondo.jpg) no-repeat fixed center bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
}

#scrollableText img, #scrollableText .vvqbox  {
	position:relative;
	top:0px;
	z-index:1;
	clear:both;
}
p img {
	padding: 0;
	max-width:none;
	}


/*jScrollPane*/

.jScrollPaneContainer {
	position: relative;
	overflow: visible;
	z-index: 1;
}

.jScrollPaneTrack {
	display:none;
	position: relative;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	display:none;
	position: relative;
	background: #fff;
	cursor: pointer;
	/*overflow: visible;*/
}
.jScrollPaneDragTop {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	/*overflow: visible;*/
}
.jScrollPaneDragBottom {
	display:none;
	position: relative;
	bottom: 0;
	left: 0;
	/*overflow: visible;*/
}
a.jScrollArrowUp {
	display: none;
	position: relative;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: 0px;
	/*overflow: visible;*/
	background-color: #fff;
	height: 9px;
}
a.jScrollArrowUp:hover {
	display: none;
	background-color: #fff;
}

a.jScrollArrowDown {
	display: none;
	position: relative;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: 0px;
	/*overflow: visible;*/
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.colonna2{width:70%;text-align:justify;}
.colonna3{width:70%;text-align:justify;}
