@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	font-family: Garamond, Palatino, "Times New Roman", serif;
	font-weight: normal;
	color: #993300;
}
h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
a:link, a:visited {
	font-weight: bold;
	color: #993300;
}
a:hover {
	background-color: #FFFFCC;
}
hr {
	margin: 1em 6em;
}
body {
	font-family: Calibri, "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 95%;
}
p {
	line-height: 1.5em;
}
li {
	list-style-image: url(../img/bullet.png);
	text-indent: -2em;
	margin-left: 2em;
	list-style-position: inside;
	list-style-type: square;
}
img {
	border: 0px;
}
table {
	border: 1px solid #ccc;
}
td {
	vertical-align: top;
	padding: 0.5em;
}
th {
  	text-align: left;
  	padding: 0.5em;
}
#content {
	border-top: 1px dotted #878787;
}
#header-title {
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header-subtitle {
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
#header-searchbox {
	text-align: center;
}
#sidebar {
	text-align: center;
}
#footer {
	border-top: 1px dotted #878787;
	text-align: center;
}
#about-image {
	clear: right;
	float: right;
	margin: 1em;
}
#volume-image {
	clear: right;
	float: right;
	margin: 1em;
	border: 1px solid #878787;
}
#iae-logo {
	clear: left;
	float: left;
	margin: 1em;
}
#ossolineum-logo {
	clear: right;
	float: right;
	margin: 1em;
}
#article-details-sep {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #993300;
}
#article-details {
	margin-left: 1em;
	padding-left: 1em;
}
.article-list li, .book-list li {
	line-height: 2em;
	text-indent: 0px;
	margin: 5px 0px;
	list-style-position: outside;
}
.article-list img, .book-list img {
	vertical-align: middle;
}
.list-title {
	letter-spacing: 0.15em;
}
