/* Humanist Studies & the Digital Age */

#main {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	margin-left: 3%;
	width: 66%;
	background-color: white;
	border: solid thin #AAAAAA;
	-moz-box-shadow: 0pt 0pt 8px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0pt 0pt 8px rgba(0, 0, 0, 0.7);
	box-shadow: 0pt 0pt 8px rgba(0, 0, 0, 0.7);
}
div#navbar {
	font-family: arial,helvetica,sans-serif;
	font-size: 110%;
	top: 170px;
	left: 52px;
	background-color: white; /*#F8B748;*/
	opacity: .85;
	filter: alpha(opacity=85);	/* for IE */
	padding-top: .2em;
	padding-left: 1em;
	margin-left: -1em;
	margin-right: -1em;
}
ul.menu li {
	padding-right: 1em;
}
/* reduce size of announcements section */
#announcementsHome {
	margin-top: 1em;
	margin-bottom: 0em;
}
table.announcements td {
	padding-top: 0em;
	padding-bottom: 0em;
}
table.announcementsMore td {
	padding-top: 1em;
}
#content h3 {
	margin-top: .5em;
	padding-top: 0em;
}

div#rightSidebar {
	font-size: .7em;
}

#main h2, #main h3, #content h3, #content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
	text-transform: none /* capitalize */;
}

/* the standard in-page header */
#headerTitle h1 {
	background-color: black /*#ddc5a7 */;
	background-image: url(/public/journals/6/homeHeaderTitleImage_en_US.jpg); 
	background-repeat: no-repeat;
	font-weight: bold;
	color: white;
	padding: 0 1em 0 0; /* was 50px 0 0  220px; */
	height: 169px;	/* height of background-image */
	font-size: 25px;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	line-height: 2;
	letter-spacing: 2px;
	/* fix for parents who set an explicit width */
	width: auto;
}
#headerTitle h1 img {
    display: none;
}
#headerTitle h1 .headerText {
    padding-top: 30px;
}


#breadcrumb {
	text-align: left;
}

#main {
	background-color:#FFFFFF;
	border-top:1px solid white;
	margin-top:15px;
}

div#container {
	/* temporary patch for reviewing tools, which are in their own frame in early
	   versions of OJS */
	min-width: 150px !important;
}

/* float the text of the description side by side with the image */
/*
div#issueCoverImage img {
	float: left;
	margin-right: 2em;	
}
*/
/* scale the image to full width, pushing the text below down a bit */
div#issueCoverImage img {
	width: 100%; height: auto; max-width: 704px;
	margin-bottom: 1em;
}

div#issueCoverDescription:after {
	clear: left;
	content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
