/**
 * plugins/themes/classicBlue/classicBlue.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */
 
 
/* NEU 
/* #00457D = Blau der Uni Bamberg */

@font-face {
                font-family: OpenSansImported;
                src:    url('OpenSans-Regular.ttf') format('truetype');
                                url('OpenSans-Regular.eot') format('eot'),; /*IE9 Compat Modes */
        }

body {
        background-color: #fff;
        font-family: 'OpenSansImported', Fallback, sans-serif;
}



a {
	text-decoration: none;
}

a:link {
	color: #00457D; /* Blau der Uni Bamberg */
}

a:active {
	color: #39c;
}

a:visited {
	color: #00457D; /* Blau der Uni Bamberg */
}

a:hover {
	color: #00457D;	/* Blau der Uni Bamberg */
	text-decoration: underline;
	background: transparent; /* davor: #000 (schwarz) */
	text-decoration: bold;
}

a:hover.logo {				/* NEU */
	background: transparent
}


label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #000;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	/*text-transform: uppercase; */  /*ÄNDERUNG*/
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #fff; /*Default: #000*/
	color:  #000; /*Default: #fff*/
}

#footer {
	background-color: #000;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px dotted; /*ÄNDERUNG: war davor gelb und solid*/
	border-bottom: 1px dotted #000; /*Default: #000*/
	margin-top: 15px;
}

#main h2 {
	font-family: 'OpenSansImported', Fallback, sans-serif;
	color: #808080; /*ÄNDERUNG: neu hinzugefügt*/
	/*text-transform: uppercase;*/
}

#main h3 {
	font-family: 'OpenSansImported', Fallback, sans-serif;
	/*text-transform: uppercase;*/
}

#navbar {
	border-bottom: 1px dotted #000;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #000;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #000;
	font-size: 14px; /* Schriftgrösse neu festgelegt, davor war die Zeile nicht da*/
}

#content h3 {
        font-family: 'OpenSansImported', Fallback, sans-serif;
	/*text-transform: uppercase;*/
}

#content h4 {
        font-family: 'OpenSansImported', Fallback, sans-serif;
	/*text-transform: uppercase;*/
}

#content h5 {
	/*text-transform: uppercase;*/
}

span.highlight {
	border-bottom: 1px dotted #000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #000;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #000;
}
