/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #000000;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}
.footer {
	font-size:10px;
	color:#8A9092;
}
a {
	text-decoration: underline;
	color:#CC0066;
}
A:HOVER {
	text-decoration: none;
	color:#CC0066;
}
#tag {
	width:98%;
	position:absolute;
	margin:0 0 0 0; 
	color:#999999;
	text-align:right;
	bottom: 7px;
	right: 5px;
	font-family:Tahoma;
	font-size:8pt;
	padding: 0px;
	align:right;
} 

#artic, #desig, #scrip { border-bottom: 2px solid #000000; }
#artic:hover, #desig:hover, #scrip:hover { background-color: #000000; }
#articsub a:hover, #desigsub a:hover, #scripsub a:hover { background-color: #000000; }
h1 { border-bottom: 2px solid #000000; }
.tgrey a, .twhite a { border-left: 4px solid #000000; }
.tgrey p, .twhite p { border-left: 4px solid #000000; }
.pgrey p, .pwhite p { border-left: 4px solid #000000; }
pre, code { color: #000000; }
.titolo {
	color:#CC0066;
	font-size:16px;
}
.artista {
	color:#CC0066;
	font-size:21px;
}
.data {
	color:#000000;
	font-size:14px;
	font-weight: bold;
}
.grey {
	color:#CCCCCC;
}

.tgrey, .twhite {
	margin: 10px 0;
	cursor: pointer;
}
.tgrey a, .twhite a {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 20px;
	border-left: 4px solid;
}
.tgrey p, .twhite p {
	margin:0;
	padding: 0 0 10px 20px;
	font-size: 11px;
	border-left: 4px solid;
}
.tgrey, .pgrey { 
	background-color: #eeeeee;
}
.pgrey, .pwhite {	
	margin: 20px 0;
}
.pgrey p, .pwhite p {
	padding: 5px 5px 10px 20px;
	margin: 0;
	border-left: 4px solid;
}
.pgrey img, .pwhite img, .tgrey img, .twhite img {
	float: none;
} 