/*
-----------------------------------------------
Universiteit Leiden
Author:   	Marcel Villerius
Version:  	27 June 2006

Change History:

---

Version: 	18 september 2006
Added: 		section 3 to occur that the text appears *under* 
			the images in the news and section indexes 

----------------------------------------------- */

/* Content
----------------------------------------------- 
1.  Main
2.  Print URLs after link text
3.	Place text next to images in index
----------------------------------------------- */



/* 1.  Main 
----------------------------------------------- */

body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	}

h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
#nav, #theme, #c-main-right, #author, #footer, #topnav, #header, #hornavdiv, #big-bird-branding, .local-nav, hr {
	display: none;
	}
a:link, a:visited{
	color: gray;
	}	
#print{
	height: 79px;
	width: 200px;
	}

/* 2.  Print URLs after link text
----------------------------------------------- */

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}


/* 3.  Place text next to images in index
----------------------------------------------- */

.news, .index {
	padding: 0 0 15px 0;
}

.news dt img, .index dt img {
	float: left;
	margin: 5px 10px 5px 0px;
	display: block;
}

.newsheader, .indexheader {
	font-weight:bold;
}