/* item.css
 *
 * Foglio di stile per un'articolo della rivista
 *
 * Autore: Gianluca Franco
 * Creato il: 20.12.2006  
 * Ultima rev. 20.12.2007
 */
@import url('journal.css');


#item {
	margin: 0px;
	border: 0px;
	float: left;
	text-align: left;
	width: 680px;
	min-height: 500px;
	background: #FFFFFF;
}

#item h1, #item h3, #item h6 {
	margin: 15px 20px 0px 20px;
	border: 0px;
	padding: 0px;
	background: transparent;
	color: #000000;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 20pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

#item h2, #item h5 {
	margin: 15px 20px 0px 20px;
	border: 0px;
	padding: 0px;
	background: transparent;
	color: #D31123;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	letter-spacing: 4px;
	text-transform: uppercase;
}

#item h2 a, #item h2 a:hover, #item h2 a:visited, #item h2 a:active {
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #D31123;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	letter-spacing: 150%;
	text-transform: uppercase;
	text-decoration: none;
}

#item h2 a:hover {
	background: #EADDDE;
	border-bottom: 1px solid #D31123;
}

#item h3 {
	margin: 0px 20px 0px 20px;
	font-style: italic;
}

#item h4 {
	margin: 10px 20px 0px 20px;
	background: transparent;
	color: #00447B;
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

#item h4 span {
	color: #D31123;
}

#item h4 em {
	color: #00447B;
	font-size: 12pt;
	font-style: normal;
}

#item h5 {
	margin: 20px 20px 0px 20px;
	color: #3D3D3D;
	font-size: 12pt;
}

#item h6 {
	margin: 10px 20px 0px 20px;
	color: #3D3D3D;
	font-size: 12pt;
}

#item h6.author {
	margin: 20px 20px 0px 20px;
	color: #3D3D3D;
	color: #D31123;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
}

#item h6.author a, #item h6.author a:hover, #item h6.author a:visited, #item h6.author a:active {
	margin: 0px;
	color: #3D3D3D;
	color: #D31123;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

#item h6.author a:hover {
	background: #EADDDE;
	border-bottom: 1px solid #D31123;
}

#item #abstract, #item #keywords {
	margin: 20px 20px 0px 20px;
	padding: 0px 15px 0px 0px;
	border: 0px;
	background: transparent;
	color: #00447B;
	color: #3D3D3D;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
}

#item #abstract {
	font-style: normal;
}

#item #keywords b {
	font-style: normal;
}

#item table {
	margin: 20px 20px 30px 20px;
	border: 1px dashed #00447B;
	background: #DAE1EA;
	width: 640px;
}

#item table td {
	width: 50%;
	background: transparent;
	padding: 5px;
}

#item table a, #item table a:hover, #item table a:visited, #item table a:active {
	padding: 3px 0px;
	color: #00447B;
	font-family: Verdana, Trebuchet MS, "Times New Roman", serif;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}

#item table a:hover {
	border-bottom: 1px solid #00447B;
	background: #7690B9;
	color: #FFFFFF;
}

#item table img {
	margin: 0px 5px;
	vertical-align: middle;
}

#item #view_item {
	margin-left: 4px;
}
