/* journal.css
 *
 * Foglio di stile per la rivista: impostazioni comuni
 *
 * Autore: Gianluca Franco
 * Creato il: 5.12.2006 
 * Revisione: 18.12.2006 
 * Ultima rev. 20.12.2007
 */
@import url('general.css');
@import url('header.css');
@import url('menu-jou.css');
@import url('main.css');

* {
	margin; 0px;
	border: 0px;
	padding: 0px;	
}

#content {
	background: #7690B9;
}

#header {
	width: 900px;
	height: 115px;
	margin: 0px auto;
	background: url(../pics/header-gjornal-top2.png) no-repeat top left;
	vertical-align: bottom;
	text-align: right;
}

#header-bottom {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 75px;
	width: 900px;
}

#auth, #searching {
	float: left;
	width: 449px;
	height: 30px;
	background: #00447B;
	border: 1px solid #DCE6F0;
	margin: 0px;
}

#searching {
	float: right;
}

#auth h2, #auth h5, #searching h2, #searching h5 {
	margin: 5px 2px 0px 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	text-align: left;
	float: left;
}

#searching h2, #searching h5 {
	float: right;
}

#auth h5, #searching h5 {
	font-size: 8pt;
	font-weight: normal;
}

#auth input, #searching input, #main input {
	margin: 5px 5px 0px 0px;
	border: 1px solid #100080;
	padding: 0px 2px;
	width: 100px;
	height: 15px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold;
	color: #100080;
	background: #DCE6F0;
	vertical-align: middle;
	line-height: 15px;
	float: left;
}

#searching input {
	float: right;
	width: 200px;
}

#auth input[type="image"], #searching input[type="image"]{
	width: 20px;
	height: 20px;
	padding: 0px;
	border: 0px;
	background: transparent;
}

#authors, #journals, #books, #items {
	margin: 0px 0px 0px 35px;
	padding: 5px 0px 15px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	color: #00447B;
	display: none;
}

/*
 * journal_top
 * Sezione per il link per il cambio lingua
 *
 */
#journal_top {
	margin: 0px;
	padding: 3px;
	position: absolute;
	top: 90px;
	left: 930px;
}

#journal_top a, #journal_top a:hover, #journal_top a:visited, #journal_top a:active {
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #FFFFFF;
	color: #3D3D3D;
	color: #D31123;
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

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

/*
 * Impostazioni comuni per paragrafi, titoli ed elenchi
 */
#content #main h1, #content #main h2, #content #main h3 {
	margin: 15px 20px 0px 20px;
	border: 0px;
	padding: 10px 20px;
	background: url(../pics/bgp.png) repeat-y top left;
	color: #D31123;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 20pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

#content #main h2 {
	margin: 0px 20px;
	padding: 25px 0px 0px 20px;
	font-size: 16pt;
}

#content #main h3 {
	margin: 0px 20px 0px;
	padding: 25px 0px 0px 20px;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #D31123;
}

#content #main p, #content #main ol, #content #main dl, #content #firma {
	margin: 0px 20px;
	border: 0px;
	padding: 10px 25px 0px 20px;
	background: url(../pics/bgp.png) repeat-y top left;
	color: #030303;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

#content #main ol li {
	margin: 0px;
	padding: 0px 10px 10px 15px;
	width: 550px;
	vertical-align: middle;
	line-height: 150%;
	text-align: left;
	list-style-type: none;
	background: url(../pics/ol.gif) no-repeat top left;
}

#content #main dt {
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
}

#content #main dd {
	margin-left: 25px;
}

#content #main a, #content #main a:visited, #content #main a:active, #content #main a:hover {
	border-bottom: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Trebuchet MS, serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	background: transparent;
	color: #D31123;
}

#content #main a:hover, #content #main a:visited:hover {
	background: #EADDDE;
	border-bottom: 1px solid #D31123;
}

#content #main #firma {
	padding: 30px 0px 30px 440px;
}
