/***********************************************************************
 * style.css )c( HackLab Firenze <http://www.autistici.org/hacklab_fi> *
 * Layout, regole tipografiche e di colore                             *
 * v2009.0  (30.03.2009) Primo rilascio valido                         *
 ***********************************************************************/

body {
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #110; 
}

a {
	color: #770;
	background: inherit;
}

a:hover {
	color: #330;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #fff;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #f60;
	background: #fff;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: normal 1.3em Arial, Sans-Serif; 
	letter-spacing: /*-1px*/ normal;
	color: #330; 
	background: inherit;
	margin-bottom: 3px; 
}

p {	
	margin: 0 0 5px 0;	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.header { 
	height: 45px; 
}

.top_info {
	float: right;
	width: 570px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #eee;
}

	.top_info_left {
		width: 240px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.slogan {
	font-size: 0.9em;
	width: 160px;
}


.nav { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.nav li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #330;
		background: #fff;
		float: left; 
	}
	
	.nav li.active { 
		background: #fff url(nav.gif) no-repeat center bottom; 
		color: #9ec068;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.nav a { 
		font-weight: bold;
		color: #770; 
		background: inherit;
		text-decoration:none;	
	} 
	.nav a:hover { 
		color: #f60; 
	} 


.search_field { 
	background: #DCF2B8 /*url(barbg.gif) no-repeat*/; 
	color: #000;
	border-top: 1px solid #9ec068;
	border-bottom: 1px solid #dcf2b8;
	clear: both;
	text-align: center; 
	padding: /*10px 0 5px*/ 1px 0 0;
}

.subheader {
	margin: 1px 0 10px 0;
	padding: /*8px*/ 1px 0 0;
	background: #eee /*url(subheaderbg.gif) no-repeat*/;
	color: #808080;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #ddd;
}

/* left side
   --------- */

.left {
	float: left;
	width: 435px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}

	.left_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;	
		margin: 0 0 10px 0;
	}
	
	.left_links:hover {
		border: 1px solid #ccc;
	}
	
	.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 55px;	
		margin: 0 0 10px 0;
		letter-spacing: 1px;
		background: #fff url(gnu.jpg) no-repeat left center;
		color: #808080;
	}
	
	.left_message:hover {
		border: 1px solid #ccc;
	}
	
		.left_side {
			float: left;
			width: 180px;
		}
		
		.right_side {
			float: right;
			width: 200px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}
		
	.left_box {
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 10px;
	}
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #dcf2b8;
		color: #770;
		border-top: 1px dotted #9ec068;
		border-bottom: 1px dotted #9ec068;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}
		
/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.4em;
	color: #808080;
	background: #fff;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9ec068;
	background: #fff;
	text-decoration: none;
}




.full {
	float: left;
	width: 760px;
	margin: 0 0 10px 0;
	border:1px solid transparent;
	text-align:left;
}




.starleft {
	font-weight: bold;
	background: transparent url(star.jpg) no-repeat center left;
	padding:10px 0 10px 16px;
}



.touch {
	letter-spacing:1px;
	color: #dadada;
	line-height: normal;
}

