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

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

/* General Configs */

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

img {
margin-bottom: 2em;
}

h1 {
font-family:"georgia";
font-size:25px;
line-height: 1em;
font-weight: 900;
color:#000;
}

#header {
height: 222px;
width: 730px;
}


#header h1 {
padding-top: 20px;
font-size: 40px;
font-weight: bold;
color:#CC6633;
padding-bottom: 5px;
}

#header h1 a{
color:#CC6633;
}

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



h2 {
color: #CCC;
margin-bottom:2em;
}



.text {
width: 165px;
padding-top: 10px;
background: url(dot.gif) right top repeat-y; 
padding-right: 5px;
height: 800px;
margin-right: 5px;
}


#infinitum {
float: right;
width: 120px;
padding-top: 10px;
background: url(dot.gif) right top repeat-y; 
padding-left: 15px;
height: 800px;
}

#mightylinks {
padding-top: 10px;
float: right;
width: 469px;
background: url(dot.gif) right top repeat-y; 
padding-right: 10px;
padding-left: 10px;
height: 800px;
}


a {
color: #000;
}

a:hover {
color: #999;
}

li {
margin-bottom: 2em;
}

form {
height: 15px;
}

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