/**
 * Based on the lilac.css theme and modified by Fausto Cercignani for "Studia theodisca" (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: #FFEBE0; /* NOW: light red */ /* 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: #FF3300; /* red */
}

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: #FFEBE0; /* light red */ /* 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: #FF3030; /* ADDED: light red */
	img-align:center; /* ADDED */
	text-align:center; /* ADDED */
	font-family: Palatino,'Times New Roman',Times,serif;
}

#main {
	background-color: #FFF7EF; /* EX: FloralWhite */ /* EX: GhostWhite; */ /* EX: white */
	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;
}