/* reset */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { 
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;
	font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
} 
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
html { background-color: transparent; }

/*
 * Kalle Soderman, 2008 minimal.css 
 *
 * Copyleft : This work is free, you can copy, spread, and modify it under
 * the terms of the Free Art License http://artlibre.org/licence/lal/en/
 */

html {
	height:100%;
}
body {
	font-family: sans-serif;
	font-size: 87.5%; 
	background-color: white;
	color: #444;
	margin:0;
	padding:0;
	background-image: url('r-shade.png');
	background-position: top right;
	background-repeat: repeat-y;
	background-attachment: fixed;
	line-height: 1.5;
}

/* Homepage */

#homepage {
	margin:0;
}
#homepage h1 {
	padding-top: 0.5em;
}
#homepage #content {
	padding: 0 0 5px 0;
	margin: 10em 0 0 0;
}#homepage #container {
	margin-left: 0;
	margin-right: 0;
	}

#fullscreenimage {
	width:100%;
	z-index:5;
}
#homepage #fullscreenimage {
	width:100%;
}
#introduction, #homepage #content {
	background: url('../style/whiteshade.png');
	background-repeat:repeat;
}
#homepage #shortnews {
}
#shortnews p {
	line-height: 1;
}
#randomimg {
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	display:block; padding-bottom:18px; 
	background-image: url('bigshade.png'); 
	background-position:bottom; 
	background-repeat:repeat-x;
	min-height: 480px; 
	background-color: transparent;
}
#homepage #content {
	padding-left:5px;
}
.introduction {
	font-weight: bold;
}
#homepage #container {
	position:absolute;
	top:0;
	left:0;
	background:transparent;
	margin:0 0 0 0; 
	width:100%;
	padding:0 0 0 0;
}
#sitename {
	letter-spacing:-0.02em;
}

/* Navigation */


#topNav {
	margin:0 0 0 0;
	padding: 1px 0 9px 0;
	list-style: none;
	text-indent:0;
	display: block;
	background-image: url('white-screen-shadow-line.png');
	background-position: bottom left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#topNav a {
	text-decoration: none;
	padding: 0.25em;
}
#topNav a:hover {
	text-decoration: underline;
}
#topNav li {
	padding: 0 1em 0 5px;
	margin: 0;
	display: inline;
}
#secondNav, .imagePreview, #breadCrumbs {
	font-size: 0.75em;
	font-family: verdana, sans-serif;
}
#homepage #secondNav {
	position: absolute;
	top:50px;
}
#secondNav {
	list-style: none;
	text-indent:0;
	margin:0;
	padding:0;
	width: 13em;
	position: absolute;
	top:13em;
	left: 10px;
	display:none
}
#breadCrumbs {
	display: block;
	clear: both;
	padding: 0 5px 1em 5px;
	background-repeat:repeat-x;
	background-position:bottom left;
	text-align: right;
	font-style: italic;
}
#logga {
	width:25px;
	height:25px;
	background: url('flowerkiosk.png') no-repeat;
	position:absolute;
	top: 0; 
	right: 0px;
	position: fixed;
	z-index: 1000;
}
#container > #logga {
}
.active {
	color:black;
}

/* Image Preview */

.imagePreview {
	display:inline;
	float: left;
	padding-right:0;
	margin: 0 1.5em 0 10px;
	overflow:hidden;
	line-height: 10px;
	height:160px;
}
.thumbnail {
	background: url('dropshadow-b.png') bottom right no-repeat;
	display:block;
	margin:0;
	padding:0;
	float:left;
	min-width: 65px;
	min-height: 42px;
}
.thumbnail:hover {
	background-image: none;
}
.imagePreview img:hover {
	padding: 0;
	margin: 1px 3px 3px 1px;
	background-image: none;
	border: 1px solid #0035c7;
}
.imagePreview img {
	border: none;
	padding: 0 6px 6px 0;
	background: url('dropshadow-edge-b.png') top left no-repeat;
}
.thumbtitle {
	clear: both;
	display: block;
}
.imagePreview a {
	border-top: 1px solid transparent;
	background-color: transparent;
	margin: 0;
	padding: 0 ;
}
.imagePreview a:hover {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.imagePreview a {
	text-decoration: none;
}
.textdiv{
	clear:left;
	margin: 0 0 2em ;
}
.imagediv{
	height: auto;
	overflow: visible;
	clear:none;
	margin: 1.5em 0 1.5em -5px;
}
.projectPreview {
	float: left;
	margin: 0px 5px 5px 5px;
	background-image: url('shadow.png') ;
	background-position:left 10px; 
	background-repeat: no-repeat;
	width:106px;
	height:100px; 
	overflow:hidden;
	line-height: 10px;
}
.projectPreview a {
	padding: 1px 0 0 0;
	background-position: 0 10px;
	background-repeat:no-repeat;
}
.projectPreview a img {
	padding: 2px 0 0 2px;
}
.projectPreview a:hover img {
	padding:0;
}
.projectPreview a {
	text-decoration: none;
	height: 80px;
	width:100px;
	font-size:0.75em;
	display:block;
}
.projectPreview em {
	font-size:0.75em;
	font-weight:bold;clear:right;
}

/* Typography */

.textdiv h2, .textdiv h3, .textdiv h4, .textdiv h5 {
}
p {
	margin: 1.5em 0 1.5em 0;
}
acronym{
	text-transform:uppercase;
	font-size:0.9em;
}
.small {
	font-size: 0.75em;
}
img {
	font-size:0.9em;
	color: #999;
}
a {
	color: #0035c7;
}
a:hover {
	text-decoration: none;
	background-image:none;
	background-color: #f4efc1;
}
dd {
		margin-left: 2em;
}
blockquote{
	font-size:0.75em;
	margin: 1.5em 1em 1.5em 1.5em;
}
q {
	font-style: italic;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ul {
	margin: 1.5em 0 1.5em 0;
	list-style-type: disc;
}
ol {
	margin: 1.5em 0 1.5em 0;
	list-style-type: decimal;
}
#content {
	padding-bottom:4em;
	margin: 5px;
	padding: 0 0.5em 3em 0.5em;
	margin-top: 0;
}

#container {
	top:0;
	left:0;
	z-index:10;
	padding-left:0px;
	background-image: url('tl-shade.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 2.5em;
}
#background {
	position:absolute;
	top:0;
	left:0;z-index:0;
}
#background img {
	width:100%;
}
#screen{
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	background: url('../style/whiteshade-large.png');
	display:block;
	width:100%;
	height:100%;
}
#slides a:hover {
	background-color: transparent;
}

#slides a:hover img {
	border: 1px solid #0035c7;
}
#slides #topNav, .slides #topNav{
	display:none;
}
#slides #breadCrumbs, .slides #breadCrumbs {
	margin-left: 1.2em;
	position:absolute;
	display:none;
}
#slides, .slides {
	padding-bottom: 3em;
}
#slidenav {
	margin:0 0 1em 0;
	padding:1px 0 9px 5px;
	list-style: none;
	text-indent:0;
	display: block;
	background-image: url('white-screen-shadow-line.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
#slidenav li {
	padding: 0 2em 5px 0;
	margin: 0;
	display: inline;
}
#slidenav a {
	text-decoration: none;
	padding: 0.25em;
}
#slidenav a:hover {
	text-decoration: underline;
	background-color: #f4efc1;

}

.slide {
	position: relative;
	margin: 0 0 0 -5px;
	clear:left;
	text-align: center;
}
.slide img {
	max-width: 100%;
	max-height: 92%;
}
.slide a{
	background-image:none;
}
.slide a img {
	display:inline;
	border:0;
	border: 1px solid transparent;
}
.caption {
	margin: 10%;
	margin-top: 2em;
	border-top: 1px solid #ccc;
}
.caption h3 {
	margin:0.5em 0 0 0;
}
.caption p {
	margin-left:0;
}
#secondNav .lang {
	position:absolute;
	top: 0.5em;
}
.highlight{
	border: 1px solid #d9d3c8; 
	max-width: 32%;
	font-size: 0.75em;
	background-color: #fafafa;
	padding: 1em;
	margin: 2em 0 2em 0;
}
.highlight a {
	color: #00f;
}
#slideshow {
	margin:1em 0 1em 0;
}
#play	{
	text-align:right;
	padding: 5px 25px 5px 5px;
	margin: 0 5px 10px 0;
	font-weight: bold;
	font-size: 0.75em;	
	background: #00f url('arrowcrop.gif') center right no-repeat;
	color:white;
}
#play:hover	{
	text-decoration: none;
	background: #000 url('arrowcrop.gif') center right no-repeat;
}
#randomlinks {
	/*
	 font-style:italic;
 	*/
}
#caption ul {
	list-style: decimal-leading-zero;
}
.toc, #toc {
	padding: 2em;
	margin:2em 0 2em 0;
	border: 1px solid #d9d3c8; 
	font-size:0.75em;
	background-color: #fafafa;
}
.toc ul, #toc ul{
	padding:0;
	margin:0;
	text-indent:0;
	list-style:none;
}
.toc ul ul, .toc ul ul ul, .toc ul ul ul ul {
	margin-left:1em;
}
.toc li, #toc li {
}
.help, .googleearth {
	font-size:0.75em;
	text-indent:1em;
	font-style: italic;
	background-image: url(paledot.gif); 
	background-repeat:repeat-x; 
	background-position:top left;
	padding-top:0.5em;
	margin-top:1em;
	display:inline;
}
q:before {
	content:no-open-quote;
}
q:after	{
	content:no-close-quote;
}
ul {
	text-indent:0;
	padding:0;margin:1em;
}
ul li{
	text-indent:0;
	margin:0;
	list-style-position:outside;
}
li ul {
	font-weight:normal;
	font-style:normal;
	text-indent:1em;
}
.cv {
	max-width:40em;
}
.cv ul {
	margin-left:1em;
}
.cventry h4 {
	margin-left: 9em;
}
.cventry .dates {
	float:left;
	padding-right: 1em;
}
.cventry p {
	margin-left: 10.4em;
}
#video img {
	margin-top: 1em;
}

#imgSubject {
	font-weight:bold;
}
#imgItem {
	border:0;
	border-top:1px solid black;
}
#imgItem:hover {
	border-top:1px solid blue;
}
.ajaxslideshow {
	background-color:black;
	background-image: none;
	height:100%;
}
.ajaxslideshow #topNav {
	background: url('../style/whiteshade.png');
	background-repeat:repeat;
	padding-left:5px;
}
.ajaxslideshow #breadCrumbs {
	display:none;
}
#slideInfo {
	font-size: 0.75em;
	padding-left:5px;
	color:white;)
}
#slideInfoZone {
	background-color:black;
	color:white;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;padding:0;width:100%;
}
#mySlideShow {
	font-size: 0.75em;
	position:absolute;
	top:0;
	left:-50px;
}
#slideInfoZone h2 {
	font-size:0.75em;
	font-weight:bold;
	width:100%;
	display:block;
	margin:0 5px 0 5px;
}
#slideInfoZone p {
	margin: 0 5px 5px 5px;
}
a.global {
	display:block;
	margin:auto;
}

h1
, h2
, h3
, h4
, h5
, h6 {
	font-weight: 600;
	color: black;
}
h1 {
	line-height: 0.8;
	font-weight: normal;
	font-size: 1.875em;
	margin: 0.8em 0 0.8em 0;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 1em 0;
	color: #222;
}
h3 {
	font-size: 1.125em;
	line-height: 1.333em;
	margin: 1.333em 0 0 0;
	color: #222;
}

h4 {
	font-weight: normal;
	font-style: italic;
	margin: 1.5em 0 1.5em 0;
}
h5 {
	font-style: italic;
	font-size: 0.75em;
	margin: 2em 0 2em 0;
}
ol,ul {
	padding-left: 1.5em;
	margin-left:0;
	margin: 1.5em 0 1.5em 0;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
	}
th {
	font-weight: bold;
	margin: 1.5em 0 1.5em 0;
	}
hr {
	border: none;
	background-color: #bbb;
	height: 1px;
	margin: 1.4375em 0 1.5em 0;
}
