

/* CSS Document 
Subject: Styles for the  dissertation website
Title: Author: Henriette Roued Olsen
Publisher: Henriette Roued Olsen
Date 20.09.2007
Form: css stylesheet
Identifier: diss_style.php
Relation: Used on the whole  dissertation web-site
Language: English (en)
*/

/* The main body */
body
{
	background-color: #555555;
	color: #FFFFFF;
	font-family: 'Garamond', monospace;

}





 

 

/* --- COMMON STUFF --- */

/* ---- Header stuff ---- */
.header h1{
	color: #F3F3F3;
	position: absolute;
	margin-top: 0.8em;
	margin-left: 0.7em;
}	  

.header a:hover {
	color: #006699;
}

.header a:visited {
} 


/* ---- Form stuff ---- */
select  {
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	color: #5c5a4e;
	background-color: #FFFFFF;
	font-family: 'Garamond', monospace;

}

.textbox input  {
	font-size: 85%;
	font-style: normal;
	font-weight: bolder;
	color: #5c5a4e;
	background-color: #EEEEFF;
	font-family: 'Garamond', monospace;
}

/* ---- Text styles ---- */

h1 {
	font-size: 180%;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

li {
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #5C5A4E;
	list-style-type: square;
}

p {
	font-size: 100%;
	font-weight: normal;
	color: #5c5a4e;
	text-align: justify;			
}

a {
	font-size: 100%;
	color: #006699;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;	
}

a:visited {
} 
a:hover {
	color: #009966;
	text-decoration: underline;
}
em{
	font-size: 100%;
	font-style: normal;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
}

/* ---- Image and divider stuff ---- */
img{
	border-style: none;
	max-width: 100%;
}

object{
	border-style: none;
	width: 100%;
	height:100%;	
}

hr {
	width: 80%;
}

.figure{
font-style:italic;
}