@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

h1,h2,h3,h4,h5,h6 { font-size : 100%; }

ol,ul { list-style : none; }


address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

table { border-collapse : collapse; border-spacing : 0; }

fieldset,img { border : 0; }

caption,th { text-align : left; }

q:before, q:after { content :''; }

h1,h2,h3,h4,p,li{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}

h1{font-size: 2.0em;}
h2{font-size: 1.0em;}
h3{font-size: 0.8em;}
h4{font-size: 0.7em;}
p{font-size: 0.8em;}

html{
text-align: center;
font:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
margin: 0 auto;
padding:5px;
background:#FFF;
color: Black;
}

#wrapper{
width:80%;
}

#header{
height:5em;
background-color:#996600;
}

#menu {
text-align: center;
background-color:#33FF99;
}

#menu ul li {
width: auto; /* lets the menu item buttons be same size as menu title*/
/* width: 3em; */ /* sets menu buttons to fixes width */
display: inline;
list-style: none;
text-align: center;
text-transform: uppercase;
font-size: 0.6em;
padding: 0 1em; /* spacing between menu items experiment with this*/
color:Black;
}

#menu ul li a {
text-decoration: none;
text-transform: uppercase;
}


#menu ul li a:hover, #menu ul li a.active {
color: Red;
}

div#content{
width:100%;
float:left;
margin:0 4px 10px 0;
text-align: left;
background-color:#99FFFF;
}



div#content h2{
background: white;
}

div#content h2{
/*text-transform:uppercase;*/
padding: 8px;
text-align:center;
font-size: 1.0em;
color: white;
}

div#content h3{
text-transform:uppercase;
padding: 8px 0;
text-align:center;
background: white;
font-size: 0.8em;
color: Black;
margin: 10px;
/*padding: 0 30px;*/
}

div#content p{
margin:0;
padding:5px 8px 15px;
/*font-size: 0.7em;*/
}

/* ===== comments ===== */
div.comments div{
background: #EEEEEE;
padding: 4px 3px;
margin-bottom:10px;
}

div.comments div.odd{
background:#E7EEF8;
}

div.comments p{
padding: 10px;
margin:0;
}