/* 	Screen CSS for under.ground - created By Andrew Bramley of 
http://www.visual-aid.co.uk 	*/


/*	General layout styles to set up the type, colours and remove unwanted margins and paddings	*/
body {
	margin:	0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9CF3FF;
}
	img {
		padding: 0;
		margin: 0;
		border:	none;
	}
	
	h1, h2, h3, p, ul, li, ol, blockquote {
		padding: 0;
		margin:	0;
	}
	a {
		color:#000000;
font-weight:bold;
text-decoration:none;
	}
	a:hover {
		color: #cdcdcd;
	}

/* 	The image style is not used in the layout but if you add any images this will allow them to 	*/
/*	float in the content; the margins and border can all be changed as necessary 					*/
img {
	float: center;

	margin-bottom: 0px;
	/*margin-left: 5px;
	border: 2px dashed #333333;*/
}


/* 	The header styles the header text and image at the top of the layout */
#header {
	background-attachment:scroll;
border:0 none;
height:254px;
margin:0 auto;
padding:0;
width:790px;
    /*background-color: #333333;*/
}

#header #text_container{
    float:left;
    text-align:center;
    width:20%;
    
}
	#header #testo {
		font-size:10px;
    margin-left:0%;
    margin-right:4%;
    display:block;
		float:right;
		clear:right;
		color:#FFFFFF;
		padding-top:7px;
	}


	#header img{
		margin-top:0px;
	}
	#heading {
		font-size:2.5em;
		font-weight:bold;
		color:#FFFFFF;
		padding-left:5%;
		padding-top:.5em;
		padding-bottom:2px;
	}
	.sub_heading {
		color:#73C342;
		font-size:.5em;
		font-variant:small-caps;
	}
	#header #header_image {
		width:790px;
		height:254px;
		text-align: left;
    //		margin: auto;
		float: left;
		clear: left;
	}

	
/*	The content wrapper holds the faded underground map image and sets the width of the content */
#content_wrapper {
	width:100%;
	background-attachment: scroll;
	margin:0 auto;
  height: 100%;

}

#user_bar{
    background-color: #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    bottom: 20px;
    box-shadow: 2px 2px 6px #FFFFFF;
    color: #000000;
    font-size: 16px;
    height: 50px;
    margin: 20px auto;
    padding: 15px;
    right: 15%;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
	
	}
	#user_bar a {
		color: #000;
		font-weight: bold;
	}

#bar_buttons{
    float:right;
    margin-right:10%;
    padding:2px;
    color: #FFFFFF;
}

#bar_buttons a{
    text-decoration:none;
    color:#FFFFFF;
}
	#bar_buttons a:hover{
		color: #006600;
		cursor: pointer;
	}

/* BoxSupremo aggiunto da PioneerSkies per centrare il template in =<IE7 */

#boxsupremo {
	text-align: center;
}

/* The content div sets up the main content of the page, paragraphs, headings etc... */
#content {
margin: 0 auto;
#width: 790px;
#display:block;
text-align: left;
}
	#content p {
	//	margin-left:15px;
		margin-right: 20px;
		text-align: justify;
		color: #333333;
		font-size: 1em;
		line-height: 1.3em;
	}
	#content h1, h2, h3 {
		margin-top:1.5em;
	}
	#content ul {
		margin-left: 15px;
	}
	
	#content ol {
		margin-top:1.5em;
		margin-left: 40px;
	}
	
	#content li {
		line-height:1.5em;
		margin-right: 15px;
	}
	
	#content li a{
		color: #000;
		cursor:pointer;
		font-weight: bold;
		text-decoration:none;
	}
	/* 	The blockquote styling is here, this includes a class called readmore, this allows a link to be placed
		at the bottom right of the blockquote */
	#content blockquote {
		float:left;
		//width:650px;
		background-color: #CCCCCC;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #1E81B9;
		padding-bottom: 2px;
		padding-top: 2px;
		margin-left:20px;
		margin-top:1em;
		margin-bottom:1em;
	}
		#content blockquote .readmore {
			float:right;
			font-size:.8em;
			text-transform:uppercase;
			padding-top:1em;
			padding-right:10px;
		}
	
	/* 	The clases below controls the 2 column layout within the main content. */
	.column {
		width:280px;
		float:left;
	}
	.right {
		margin-left:20px;
		/* Use this space to individually style the right column */
	}
	.left {
		/* Use this space to individually style the left column */
	}


	/* The navigation is styled here */
#navigation {
	padding: 5px;
	position: relative;
	width:780px;
	background-color:#FFFFFF;
	
}

	#navigation #istruz {
		color:#363636;
		font-size:14px;
		font-weight:bold;
		font-family:Verdana,Helvetica;
	}

	#navigation b {
		color:#363636;
		font-size:14px;
		font-weight:bold;
		font-family:Verdana,Helvetica;
	}

	#navigation p {
		color:#000000;
		font-size:10px;
		font-weight:bold;
		font-family:Verdana,Helvetica;
	}
			
			
	/* The menu is styled using an unordered list */
	#navigation ul {
		float:left;
		margin-bottom:0;
		width:20%px;
	}
	#navigation li {
		font-weight: bold;
		font-variant: normal;
		font-size:10px;
		list-style-type: none;
		text-align: left;
		
		padding-left:5px;
		
	}
	#navigation li a {
		text-decoration:none;
		color: #363636;
	}
		/* 	The active class is to allow the 'current' link to be distinguished from other links
			This is set in the HTML by adding 'class="active"' to the link */
		#navigation li a:hover, #navigation li .active {
			text-decoration:underline;
			color: #EA581A;
			cursor: pointer;
		}
			
	/* Extra content boxes that can be placed in the navigation column can be styled here */
	#navigation .extra_content {
		background-color: #CCCCCC;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #1E81B9;
		margin-bottom:1em;
		margin-left:20px;
		padding-top:3px;
		padding-bottom:3px;
		font-size:1em;
		width:165px;
		clear:both;
	}
		#navigation .extra_content h1 {
			display:block;
			text-align:center;
			text-transform:uppercase;
			font-size:1.2em;
			margin:0;
		}
		#navigation .extra_content p {
			padding:0;
			margin-top:1.2em;
			margin-left:5px;
			margin-right:5px;
			margin-bottom:.2em;
			text-align:justify;
		}

#login{
   background-color:#FFFFFF;
display:block;
height:190px;
margin: 0 auto;
padding:30px;
position:relative;
width:726px;
}

#search {
    float:left;
    display:block;
    background-color:#FFFFFF;
    margin:5px;
    padding:5px;
    //padding-top:20px;
    width:95%;
}

/* The footer is styled here */
#sidebar {
   background-color: #FFFFFF;
    box-shadow: 0 6px 10px #BBBBBB;
    width: 100%;
    top: -50%;
    margin: 0 auto;
    position: fixed;
    height: 50%;
    z-index: 10;
}
#sidebar p {
		//line-height:2em;
		font-size:10px;
		padding:0;
		margin:0;
		text-align:center;
		color:#FFFFFF;
	}

div#sidecontent{
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    height: 100%;
    overflow: hidden;
}
	
#sidecontent1, #sidecontent2,#sidecontent3 ,#sidecontent4, #sidecontent5 {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    height: 80%;
    overflow: auto;
	padding: 20px;
	display: none;
	}
	
#sidecontent1 ul li a, #sidecontent2 ul li a, #sidecontent3 ul li a, #sidecontent4 ul li a, #sidecontent5 ul li a{
	color: #ffffff;
}

.terzaparte{
  float: left;
  width: 30%;
  margin: 0 10px;
  text-align: left;
}

	#cat_var {
background-color:#FFFF00;
margin-right:15px;
padding:5px;
}

#cat1 {
background-color:#FF0000;
height:15px;
margin-right:15px;
padding-left:5px;
}

#cat2 {
background-color:#0000FF;
height:15px;
margin-right:15px;
padding-left:5px;
}

#static {
background-color:#FFFFFF;
display:block;
margin-left:-7px;
margin-top:-30px;
padding:30px;
width:730px;
}


#main{
background-color:#FFFF00;
font-size:18px;
font-weight:bold;
padding:20px;
text-align:center;
}

div#mappa{
	width: 100%;
}

#ics1, .ics{
    background: url("../images/plus.png") no-repeat scroll left top #333333;
    border: 1px solid #444444;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    left: 0;
    padding-left: 25px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    width: 115px;
}

.active{
	background: url("../images/minus.png") no-repeat scroll left top #333333 !important;
}

#ics2{
    top: -27px;
}

#ics3{
    top: -54px;
}

#ics4{
    top: -81px;
}

#ics5{
    top: -108px;
}

div#logo{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 125px;
	background: transparent url(../images/title.png) center center no-repeat;
}

div#new a{
		color: #fff;
		cursor: pointer;
}

