/**
 * Based on the lilac.css theme and modified by Fausto Cercignani for "Studia austriaca" (14th March 2012)
 *
 * Copyright (c) 2003-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 *
 * $Id$
 */

body {
	background-color: #B9CADC; /* NOW: light blu EX: lilac #ead5ff */
	color: #000000; /* NOW: black EX: #444444 dark grey */
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-size: 120%;
}

a:link {
	color: #000000; /* NOW: black EX: violet #663399 */
}

a:active {
	color: #000000; /* NOW: black EX: violet #663399 */
}

a:visited {
	color: #808080; /* not so dark grey */
}

a:hover {
	color: #ffffff; /* NOW: white EX: #808080 not so dark grey */
	background: #0042A3; /* NOW: variant of blu */
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
}

input.defaultButton {
	background-color: #000000; /* black */
	color: #ffffff; /* white */
}

#container {
	text-align: center;
}

#header {
	background-color: #003399; /* NOW: blu EX: #ba99da variety of violet */
	border-bottom: 1px solid black;
}

#headerTitle {
	color: #000000; /* black */
	img-align:center; /* ADDED */
	text-align:center; /* ADDED */
}

#header h1 {
	 /* padding-top: 30px; */
	 /* padding-bottom: 30px; */
	padding-left: 0%;
	padding-right: 0%;
	background-color: #003399; /* ADDED: blu */
	img-align:center; /* ADDED */
	text-align:center; /* ADDED */
	font-family: Palatino,'Times New Roman',Times,serif;
}

#main {
	background-color: GhostWhite; /* EX: white. Qui sotto 2a riga uguale per imporre border-left */
	border-left: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#main h2 {
	padding-left: 10px;
	font-family: Palatino,'Times New Roman',Times,serif;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

#content {
	padding-left: 10px;
	border-top: 0px solid #000;
}

#content h3 {
	font-family: Palatino,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Palatino,'Times New Roman',Times,serif;
}