/* 	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:790px;
	background-attachment: scroll;
	margin:0 auto;

}

#user_bar{
   background-color:#59FF00;
border:0 none;
color:#000000;
height:25px;
margin:0 auto;
padding:0;
width:790px;
	
	}
	#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-top:1.5em;
		margin-left: 15px;
		list-style-type: none;
	}
	#content ol {
		margin-top:1.5em;
		margin-left: 40px;
	}
	#content li {
		line-height:1em;
		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 */
#footer {
	float:center;
	margin: 0 auto;
	width:790px;
	height:434px;

}
	#footer p {
		//line-height:2em;
		font-size:10px;
		padding:0;
		margin:0;
		text-align:center;
		color:#FFFFFF;
	}
	
/*The left box*/
#leftbox{
	width: 300px;
	min-height: 200px;
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px;
}

#headleftbox{
height: 11px;
}

#mainleftbox{
min-height: 178px;
background-image: url(../images/leftboxmain.gif);
padding: 5px;
}

#footleftbox{
height: 11px;
}

/*The right box*/
#rightbox{
	width: 445px;
	min-height: 200px;
	position: absolute;
	margin-top: 15px;
	margin-left: 330px;
	padding: 0px;
}

#headrightbox{
height: 11px;
}

#mainrightbox{
min-height: 178px;
background-image: url(../images/rightboxmain.gif);
padding: 5px;
}

#mainrightbox ul li{
font-size:20px;
list-style-image:url(../images/square.gif) !important;
margin-bottom:10px;
margin-left:30px;
}

#footrightbox{
height: 11px;
}

#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;
}

#footmsg{

}

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

/* End - Visit http://www.visual-aid.co.uk for more free templates */
