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

/*
    $Id: style.css 235 2009-02-19 16:16:46Z 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;
}

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') repeat-x top; 
    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') repeat-y left; 
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px
}

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

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

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

#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;
}

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

a {
    color: #CC6600;
}

a:hover {
    color: #999;
}
a {
    color: #666;
}
a.black, strong   {
	color: #666;
	font-size: 18px;
	text-decoration: none;
}
a:link, a:visited {
   color: #CC6600;
   font-size: 13px;
}
body {
    line-height: 1.25em;
}
strong {
	font-weight: normal;
}
.rootItem {
	border-bottom: solid 5px #d09800;	
}

a.black, strong   {
	color: #666;
	font-size: 17px;
	text-decoration: none;
}
pre a {
//  display:none;
}

