/* 
meaning.css controls the lay-out of Meaninglessness of the Word Architecture
(20100401-meaning.html, as included by publ.php). 
version 20120730
*/

@import url(iop.css);

#article {
background-image: url('/images/meaninglessness.png');
background-repeat: repeat-y;
background-position:right top;
padding-right: 150px;
font-family: georgia, times, "times new roman", serif;
}

.title { /* garamond vanwege de overeenkomst met de letter in het origineel */
font-family: garamond, georgia, times, "times new roman", serif;
font-size: 1.6em;
color: rgb(40,40,40); /* black is too black */
padding-bottom: 18px;
}

.body {
}

.refheader {
font-weight: bold;
padding-bottom: 18px;
}

.ref {
font-size: 0.9em;
}

.lastref {
font-size: 0.9em;
padding-bottom: 18px;
}

