/* 
Based on:

Burnt 1.0 for OSWD
- http://smallpark.org 
- Last Revision: August 16th 
- Design and Code by Anthony Yeung
- Comments: None. 
*/

/*
    $Id: style.css 240 2009-03-08 18:40:57Z bart $
*/

/* 
and now onto the meat and potatoes... 
*/

/* General Configs */

body {
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2em;
	color: #666;
	background-color: #FFFFFF;
	margin-top: 4em;
	margin-left: 4em;
	margin-bottom: 10em;
}

img {
    margin-bottom: 2em;
}

h1 {
    font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
    font-size: 140%;
    line-height: 1em;
    font-weight: 900;
}

#header {
    height: 60px;
}

#header h1 {
    padding-top: 20px;
    font-size: 30px;
    font-weight: normal;
    color: #CC6600;
}

#container {
    background: url(dot-top.gif) top repeat-x; 
    margin-bottom: 5em;
}

h2 {
    font-size: 120%;
    margin-top: 0.4em;
}

h3 {
    font-size: 110%;
    margin-top: 0.4em;
}

.text {
    padding-top: 20px;
    margin-right: 20px;
}

.text p {
    padding-bottom: 0.8em;
}

.text li {
    margin-left: 1.4em;
    list-style: disc;
}

#navigatie {
    float: right;
    width: 15%;
    padding-top: 20px;
    background: url(dot.gif) left repeat-y; 
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#navigatie li {
    font-weight: bold;
}

#navigatie li.submenu {
    padding-top: 2em;
}

#navigatie .submenu * {
    font-weight: normal;
    padding-top: 0;
}

#meetings {
    margin: 0 0 0px 20px;
    float: right;
    width: 25%;
    padding: 20px 0px 0px 20px;
    background: url(dot.gif) left repeat-y;
}

#meetings h3 {
    font-size: 100%;
    margin-top: 0;
}

#meetings dl {
    padding-bottom: 1em;
}

#meetings dd {
    margin-left: 2em;
    padding-left: 0;
}

#meetings dt {
    padding: 0 0.5em 0 0.5em;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 15px;
    text-align: center;
    font-size: 80%;
    padding-bottom: 10px;
    border-top: 1px solid #efefce;
    color: #a6a695;
    background: rgba(255, 255, 255, 0.8)
}

#footer .revision {
    font-family: monospace; display:none;
}

a {
    color: #CC6600;
}

a:hover {
    color: #999;
}

strong {
   background: #D8F3F9;
   -webkit-border-radius: 0.8em;
   -moz-border-radius: 0.8em;
   border-radius: 0.8em;
   padding: 0.5em;
}

strong a {
    color: #04677E;
}

strong a:hover {
    color: black;
}

