html, body 
{
background-color:#ffffff;
margin-top:0px;
height:100%; 
}

/*wrapper to make page centered, as well as some other stuff*/
#wrapper{
background:#ffffff;
width:800px;
min-height:100%;
position:relative;
left:50%;
margin-left:-400px;
margin-top:0px;
}

#head
{
background:#ffffff;
padding:0px;
margin-bottom:20px;
}

#navi a
{
font:14px  Verdana, Helvetica, Century Gothic, sans-serif;
color: #7f7f7f;
font-weight:bold;
text-decoration:none;
margin-right:50px;
}

#navi li
{
display: inline;
list-style-type:none;
margin:0px;
}

#navi ul
{
border-bottom:1px solid #6f6f6f;
border-top:1px solid #6f6f6f;
}

/*this is where the content goes*/
#content
{
 padding:20px;
padding-bottom:50px; 
font:0.9em  Verdana, Helvetica, Century Gothic, sans-serif;
color:#7f7f7f;

}
.ec3_schedule
{
font:1.4em  Verdana, Helvetica, Century Gothic, sans-serif;
color:#6f6f6f;
}


#content h1
{
font:1.5em  Verdana, Helvetica, Century Gothic, sans-serif;
}


#content li
{
list-style-type:none;
padding-left:1px;
margin-left:1px;
}

#content #links li
{
margin-top:15px;
}

#content ul
{
padding-left:1px;
margin-left:1px;
}

#content li ul
{
margin-bottom:70px;
margin-top:30px;
}
#content h2
{
font:1.3em  Verdana, Helvetica, Century Gothic, sans-serif;
margin-top:40px;
}

#content h2.post
{
font:1.3em  Verdana, Helvetica, Century Gothic, sans-serif;
margin-top:90px;
margin-bottom:6px;
}


#content h3
{
font:1.1em  Verdana, Helvetica, Century Gothic, sans-serif;
}
#content a
{
font:0.9em  Verdana, Helvetica, Century Gothic, sans-serif;
color: #6d6d6d;
font-weight:bold;
text-decoration:none;
}
#content a:hover
{
font:0.9em  Verdana, Helvetica, Century Gothic, sans-serif;
color: #4d4d4d;
font-weight:bold;
text-decoration:underline;
}

#content .picture
{
width:200px;
float:left;
}

#content .meta
{
font:0.8em  Verdana, Helvetica, Century Gothic, sans-serif;
}
#content .tags
{
font:0.9em  Verdana, Helvetica, Century Gothic, sans-serif;
width:700px;
}

/*this is where the foot goes */
#foot
{
background: #ffffff;
   position:absolute;
   bottom:0;
   height:20px;
width:100%;
border-top:1px solid #6f6f6f;
}


#foot a
{
font:0.8em  Verdana, Helvetica, Century Gothic, sans-serif;
color:#6f6f6f;
text-decoration:none;
margin-right:30px;
}


