/******************************************************************************

Project: linuxed.org style sheet
File: style.css
Author: Clay Wells <cwells at cwells dot org>

******************************************************************************/
#html, body {
top: 0px; right: 0px; bottom: 0px; left: 0px;
width: 100%;
height: 100%;
margin: auto;
font: normal 10pt Times,sans-serif;
color: #EEE;
background-color: #272e34; 
} 


/* Wrapper for the entire site */
#container {
color: #222;
background-color: #272e34;
}

/* content section */
#content {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width: 800px;
margin: auto;
padding: 5px 0px 5px 0px;
min-height: 380px;
height: auto !important;
height: 400px;
color: #444;
background-color: #FFF;
}

#middle {
/* clear: all; */
margin: 4em;
text-align: center;
}


#foot {
width: 800px;
top: 0px; right: 0px; bottom: 0px; left: 0px;
margin: auto;
font-size: 8pt;
text-align: center;
padding-top: 10px;
color: #EEE;
background-color: #272e34;
}

/* Biggest section header to lowest */
h1 {
float: left;
margin: 1em;
color: #444;
font: normal 1em/1.2 Georgia,Times,serif;
font-size: 2em;
text-align: left;
border-top: 1px solid #272e34;
border-bottom: 1px solid #272e34;
}

/* The second biggest section header */
h2 {
margin: 2em;
font-size: 12pt;
text-align: left;
}



