/* Name: dinkumstyle.css
   Description: Style sheet for dinkum.nl
*/

#content	{position:relative; width:70%; left: 15%; top: 20px;
		padding-bottom: 30px;}

body		{background-color: #444;
		font-family: Helvetica,sans-serif;
		font-size: 11pt;
		color: #eee;
		margin: 10;
		width: auto;}

a:link {
    color: #eee;
    text-decoration: none;
    border-width: 0;
    border-style: none;
}
a:visited {
    color: #eee;
    text-decoration: none;
    border: 0;
    border-width: 0;
    border-style: none;
}
a:hover {
    color: #eee;
    font-weight: bold;
    text-decoration: none;
    border: 0;
    border-width: 0;
    border-style: none;
}

h1 {
    font-size: 32pt;
    font-weight: normal;
    color: #eee;
    letter-spacing: .01em;
    margin: 0 .05em 0 0;
    text-align: center;
}
h1 a:link {
    color: #eee;
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #c0c0c0;
}
h1 a:visited {
    color: #eee;
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #c0c0c0;
}
h1 a#tagline { color: #56a49f }
h2 {
    font-family: acta-display, Georgia, Times, serif;
    font-size: 2em;
    color: #eee;
    font-weight: normal;
    margin-top: 1em;
    position: relative; left: 10%;
}
h3 {
    margin:0; padding:0;
    font-family: acta-display, Georgia, Times, serif;
    font-size:15pt;
    color: #eee;
    font-weight: normal;
    line-height: 1em;
    margin-top: 1.5em;
    position: relative; left: 10%;
}
h3.subtitle { 
    margin-top: .5em;
}
h4 {
    font-family: acta-display, Georgia, Times, serif;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #eee;
}

table		{color: #eee;}
td		{color: #eee;}
th		{color: #eee;}

strong		{color: #fff}

code		{color: #eee; font: 12pt courier;}
span.comment	{color: #eee;}

span.key	{border: 2px solid #aaa;
		padding-left: 2px;
		padding-right: 2px;
		line-height: 20pt;
		font-weight: bold;}

/* div used to give assignments a distiguishing background */
div.asmt	{width:75%; background-color: #444;
		color: #eee; font: 12pt courier; font-weight:bold;}

div.subjectsep	{position: relative; top: 5px;
		 width: 50%; border-top: 1px solid blue;
		}

/* Highlight tab characters in e.g. Makefile */
span.tab	{background-color:blue}

caption		{background-color: #d0d0d0;}

