/* 
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: 11px;
	line-height: 2em;
	color: #666;
	background-color: #FFFFFF;
	margin-top: 4em;
	margin-left: 4em;
	margin-bottom: 10em;
	background-image: none;
}

img {
	margin: auto;
}

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

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


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

#container {
	width: 730px;
	margin-bottom: 5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
}

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

.text {
	width: 400px;
	margin-right: 20px;
	padding: 20px;
	border: thin dashed #FFCEB7;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
}

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

#mightylinks {
	float: right;
	width: 235px;
	padding-right: 20px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
}


a {
color: #CC6600;
}

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