* {
    font-family: Palatino,Georgia;
    font-weight: lighter;
    color: #333333;
    line-height: 150%;
    aborder: 1px solid #999;
}

img {
    border: none;
}

.endpost {
    font-size: 5em;
    text-align: center;
}

.blogpost {
    margin-bottom: 6em;
}

.blogpost small {
    font-family: Helvetica;
    color: #ffffff;
    padding: .5em;
    background-color: #333;
}

.blogpost small a {
    font-family: Helvetica;
    color: #ffffff;
    padding: .5em;
    background-color: #333;
}


form, input, label, textarea {
    font-family: Helvetica;
    font-size: 1em;
}

.commentmeta {
    font-family: Helvetica;
    color: #ffffff;
    padding: .25em;
    background-color: #333;
    display: block;
    margin-bottom: 1em;
    margin-top: 3em;
}

.commentbody {
    font-size: 1em;
    margin-bottom: 2em;
    margin-top: 2em;
}

h2 {
    font-size: 2em;
    display: inline;
}




h3, #header h1, #header h2 {
    visibility: hidden;
    display: none;
    height: 0px;
    line-height: 0px;
    margin-top: 0px;
    padding: 0px;
    margin: 0px;
}


.greenbg {
    background-color: #b4ff99;
}
.bluebg {
    background-color: #99fff4;
}
.purplebg {
    background-color: #fb99ff;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0em;
}

p {
    text-align: justify;
    margin-bottom: 1.5em;
}

#header {
    width: 100%;
    ttext-align: center;
}

#content {
    width: 65em;
}

#logo {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/logo4.png',sizingMethod='scale');
}


#links, #medias, #microblogs {
    float: right;
    right: 6em;
    width: 20em;
    position: relative;
    margin-bottom: 2em;
}


#microblogs p {
    text-align: left;
    margin-top: .5em;
    margin-bottom: .5em;
}

#microblogs hr {
    margin: 0px;
    padding: 0px;
    
    border: 1px solid #ddd;
    
}


#blogs {
    float: left;
    left: 6em;
    width: 30em;
    position: relative;
}


code, pre {
    overflow: scroll;
    display: block;
    padding: 1em;
    font-family: Monaco,Courier;
    font-size: 9pt;
    background: #000d30 ;
    color: #EEEEEE;
}

label {
    color: #333;
    float: left;
    width: 75px;
    text-align:right;
    padding:5px;
}

input, textarea {
    width: 350px;
    margin-bottom: 5px;
}

textarea {
    height: 150px;
}

.boxes {
    width: 1em;
}

.commentform {
    margin-top: 5em;
    width:100%;
}
.commentform br{
clear:both;
}
.commentform img{
    margin-bottom: 2em;
}

#submitbutton {
    margin-left: 85px;
    margin-top: 5px;
    width: 155px;
}


