#container
{
text-decoration: none;
font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
width: 900px;
margin: 10px auto;
background-color: #fff;
color: #333;
font-size:11pt;
line-height: 130%;
}

#top
{
float:left;
margin: 5px;
font-size: 18pt;
}

#topright {
margin: 5px;
float: right;
}

#topper {
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
clear: both;
}

#col1, #col2, #col3, #studio, #lab
{
margin: 5px;
text-align: justify;
float: left;
width: 290px;
}

#col1, #col2, #col3
{
font-size: 11pt;
color: gray;
}
#studio, #lab
{
font-size: 10pt;
}

#quote
{
color: lightgray;
}

#nav
{
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;

border-bottom: thin solid;
border-bottom-width: 1px;
border-bottom-color: lightgray;

clear: both;
margin: 0px;
color: darkblue;
/*padding: .5em;*/
}






#headposts
{
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
clear: both;
margin: 0px;
}

#sidebar
{
font-size: 10pt;
float:left;
margin-right: 10px;
width:290px;
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
text-align: left;
}

#postscontainer
{
margin: 0px;
float:left;
width: 600px;
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
}


.post{
text-align: justify;
clear: right;
font-size: 10pt;
padding: 0em;
}
.entry{

}

.postmetadata{
text-align: right;
}
.navigation{
font-size: 10pt;
}

.alignleft {
float: left;
margin:15px 15px 15px 15px;
}

.alignright{
float: right;
clear: right;
margin:15px 15px 15px 15px;
}

#footer
{
margin: 0px;
font-size: 10pt;
margin-top: 5;
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
clear: both;
text-align: right;
}


a
{
text-decoration: none;
}
h1
{
font-weight: normal;
font-size: 18pt;
padding: 0;
margin: 0;
margin-bottom: 5;
}

h2
{
font-size: 10pt;
padding: 0;
margin: 0;
}



A:link, A:visited
{
color: darkblue;
}