/* CSS Document */

body {
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:center;
	color:#000;
	background:url(images/sfondo2.jpg) no-repeat;
	}
	
#body2 {
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:center;
	color:#000;
	background-color:#d1d2d6;
	background:url(images/sfondo1.jpg) no-repeat;
	}
	
p, ul, h1, h2, h3 {margin:0;padding:0}
img {border:0}

#header {
	margin:100px auto 0 auto;
	width:960px;
	padding-left:95px;
	text-align:left;
	}
	h1 {margin-bottom:11px;}
	h1 a span {display:none;}
	h1 a {
		width:367px;
		height:43px;
		display:block;
		background:url(images/logo.gif) no-repeat top left;
		}
	h2 span {display:none;}
	h2 {
		margin-bottom:45px;
		float:left;
		width:274px;
		height:12px;
		display:block;
		background:url(images/byline.gif) no-repeat top left;
		}
	h3 span {display:none;}
	h3 {
		margin-bottom:45px;
		float:right;
		width:300px;
		height:12px;
		display:block;
		cursor:pointer;
		background:url(images/bio.gif) no-repeat 0 0;
		text-align:right;
		}
		
		h3 a{
		text-decoration:none;
		color:#000;
		}
		
	h3.acc-selected {background-position:0 -24px}
	ul#acc {list-style:none}
	.acc-description {clear:both;overflow:hidden}
	.acc-content {padding-bottom:50px;overflow:auto;}
	.acc-content p {
	margin-right:20px;
	float:left;
	width:450px;
		}
	.acc-content p.contact {
		margin-right:0;
		float:left;
		width:192px;
		}
	.acc-content p.contact a, .acc-content p.contact a:visited {
		color:#000;
		text-decoration:none;
		}
	.acc-content p.contact a:hover {
		text-decoration:underline;
		}

	.acc-content p.link{
		margin-right:0;
		float:left;
		width:150px;
		}
	.acc-content p.link a, .acc-content p.link a:visited {
		color:#000;
		text-decoration:none;
		}
	.acc-content p.link a:hover {
		text-decoration:underline;
		}


#article {
	margin:0 auto;
	padding-bottom:20px;
	padding-left:95px;
	width:960px;
	overflow:auto;
	clear:both;
	text-align:right;
		}
	#article .post {
		float:left;
		width:192px;
			}
		#article .post a.thumb:hover img {
			filter:alpha(opacity=80);
     		-moz-opacity: 0.8; 
     		opacity: 0.8;
     		-khtml-opacity: 0.8;
			}
		#article .post a.thumb img {
			filter:alpha(opacity=100);   
			-moz-opacity: 1.0;   
			opacity: 1.0;
			-khtml-opacity: 1.0;
			}
		.post img {vertical-align:bottom}
#section {
	margin:0;
	width:646px;
	float:left;
	}
	#article #section .post {
		float:none;
		width:646px;
		}
#aside {
	margin:0;
	padding:20px 20px 160px;
	width:152px;
	float:left;
	/*position:fixed;
	left:768px;*/
	background: url(images/bg_aside.png) no-repeat bottom left;
	}
	#aside p, #aside ul {margin-bottom:1em}
	#aside ul {list-style:none}
	#aside li a, #aside li a:visited {
		padding-left:12px;
		background:url(images/arrow_left.gif) no-repeat center left;
		}
	#aside a, #aside a:visited {
		color:#7e7e7e;
		text-decoration:none;
		}
	#aside a:hover {text-decoration:underline;}
	#aside p.home a, #aside p.home a:visited {
		padding-left:12px;
		background:url(images/arrow_left.gif) no-repeat center left;
		}

/* Tooltip */
#tt {position:absolute;display:block;}
#tttop {display:block;height:5px;margin-left:5px;overflow:hidden}
#ttcont {display:block;padding:12px 14px 14px;margin-left:5px;text-align:left;background:#000;color:#fff}
#ttbot {display:block;height:5px;margin-left:5px;overflow:hidden}

