/**
 * 
 *
 * Stylesheet for FoucaultStudies. Only contains changed elements as recommended in 
 * http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=4152 and 
 * http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=3696
 *
 * 20130626 Update af Claus Rosenkrantz Hansen, crh.lib@cbs.dk
 * #sidebar er blokeret med "display: none;"
 * #breadcrumb er blokeret med "display: none;"
 *

 * 
 */



 
 /**
 * Common HTML elements
 */

 body {
	background-color: #f9f9f9;
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f9f9f9;
}

#header {
	background-color: #337755;
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

#header h1 {
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
	color: #Ffffff;
}

#main {
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

#main h2 {
	font-size: 1.5em;
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
background-color: #337755;
color: #F9f9f9;
}

#breadcrumb {
/**	display: none; */
    font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

#content {
	font-size: 0.75em;
	border-top: 2px dotted #000000;
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

#content h3 {
	font-size: 1.5em;
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

#content h4 {
	font-weight: bold;
	font-size: 1.3em;
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}

#content h5 {
	font-family: Palatino Linotype, Verdana, Arial,Helvetica,Sans-Serif;
}