/* 
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; */
	font-size: 12px;
	line-height: 2em; 
	color: #666;
	background-color: #FFFFFF;
	margin-top: 0.5em; 
	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; */
width: 730px;
}


#header h1 {
padding-top: 20px;
font-size: 30px;
font-weight: normal;
color:#CC6600;
}

#header img {
margin-bottom: 0px;
padding-bottom: 5px;

}

#container {
background: url(/sites/all/themes/neonix/images/dot-top.gif) top repeat-x; 
width: 730px;
margin-bottom: 5em;
padding-top: 3px;
}

h2 {
color: #CCC;
margin-bottom:2em;
}

h3 {
 color: #ccc;
}

.text {
width: 520px;
/* width: 350px; */

padding-top: 20px;
background: url(/sites/all/themes/neonix/images/dot.gif) right top repeat-y; 
padding-right: 20px;
margin-right: 20px;
}

#infinitum {
float: right; 
width: 150px;
padding-top: 20px;
background: url(/sites/all/themes/neonix/images/dot.gif) right top repeat-y; 
padding-left: 20px;
}

#infinitum H2 { 
 margin-bottom:0.2em; 
 color:#666666;
 font-family:Lucida Grande,Arial,Verdana,Helvetica,sans-serif;
 font-size:11px;
 line-height:2em;
}



#infinitum LI.leaf, LI.en, LI.lv  { 
  list-style-type: none;
  list-style-image: none;
  padding-left: 0px;
  margin-left: -10px;
  list-style-position: outside;
}

#mightylinks {
padding-top: 20px;
float: right;
width: 150px;
background: url(/sites/all/themes/neonix/images/dot.gif) right top repeat-y; 
padding-right: 20px;
}


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;
}


H2.title {
 margin-bottom: 0px;
 line-height: 1.5em;
 font-size: 14px;
/* font-size: 12px; */
}

DIV.post {
  padding-bottom: 20px;
}

#content {
float: left;
}

#content P {
 margin-bottom: 5px;
 line-height: 120%;
}
