/**
 * journalStyleSheet.css (for Journal 1: Afrika Spectrum) 
 *
 * Author: Pascal Ngoc Phu Tu, SUB Hamburg
 *
 * 2008/06/02
 */

/**
 * Common HTML elements
 */

a:link {
	color: #D3021D;
}

a:active {
	color: #D3021D;
}

a:visited {
	color: #D3021D;
}

a:hover {
	color: #FFFFFF;
	background: #D3021D;
}

/* referenzierte Grafik in \public\journals\1 */
ul {
	list-style-image:url(dot8x8_D3021D.gif);
}

ul.bg-list-style {
	list-style-image:none;
	list-style-type:none;
}

ul.bg-list-style li {
	background: url(dot8x8_D3021D.gif) no-repeat 0em 0.4em;
	padding: 0 0 0 16px;
}


/**
 * Main layout elements
 */
body {
background:#b2b2b2;
}

#container {
	background: #D3021D;
}

#header,
#headerTitle,
#headerTitle h1 {
	background: #D3021D; /*workaround fuer ie bug*/
}

#footerContent {

}

#main h2 {
	color: #D3021D;
}

#content table {
	background: url(dot8x8_D3021D.gif) repeat:no-repeat -10px 50px;
}

/**
 * Navigation bar
 */

#navbar {
	border-top: 1px solid #D3021D;
}

#navbar a {
	color: #D3021D;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#navbar a:hover, #navbar a.current {
	background: #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #D3021D;
	border-bottom: 1px solid #D3021D;
	border-left: 1px solid #D3021D;
}


/**
 * Breadcrumbs
 */

#breadcrumb a:hover {
	background: #D3021D;
}

/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}

#stabifooter { text-align: center; }

#stabifooter a:hover {
    color: #FFFFFF;
    background: #D3021D;
}

/* sub-oh 20180525 Hack, weil dieser Eintrag sich in OJS nicht löschen lässt */
#sidebar div.block:nth-child(2) {
	padding: 0 0;
	margin: 0 0;
	font-size: 1px;
	visibility: hidden;
}

