/* 
Burnt 1.0 for OSWD
- http://smallpark.org 
- Design and Code by Anthony Yeung
- Last Revision: August 16th 
- Modified by: R. Karasz
- Last Revision: 12:22 01/09/08
- Comments: None. 
*/

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

/* General Configs */

body {
	font-family: "Lucida Grande, Arial, Verdana, Helvetica, sans-serif";
	font-size: 12px;
	line-height: 2em;
	color: rgb(0,0,0);
	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:16px;
line-height: 1em;
font-weight: 900;
}

#header {
height: 60px;
line-height: 60px;
width: 730px;
}


#header h1 {
padding-top: 20px;
font-size: 30px;
line-height: 30px;
font-weight: normal;
color: rgb(0,70,0);
}

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

h2 {
color: rgb(153,153,153);
margin-bottom:2em;
}

.text {
width: 400px;
padding-top: 20px;
background: url(dot.gif) right top repeat-y; 
padding-right: 20px;
margin-right: 0px;
}

#infinitum {
padding-top: 20px;
float: right;
width: 175px;
background: url(dot.gif) right top repeat-y; 
padding-left: 20px;
}

#mightylinks {
padding-top: 20px;
float: right;
width: 175px;
background: url(dot.gif) right top repeat-y; 
padding-right: 20px;
}


a {
color: rgb(0,80,0);
}

a:hover {
color: #999999;
}

li {
margin-bottom: 2em;
}

form {
height: 15px;
}

input {
border: 1px solid #CCCCCC;
background-color:#FFFFFF;
font-size: 11px;
padding: 1.5px;
color: #666666;
}