/*
    Elements Definitions
*/
body
{
    background-color: rgb(16, 16, 82);
}

/*
    IDs Definitions
*/
#wrapper
{
    width: 700px;
    border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgb(255,255,255);
}

#serendipity_banner
{
    height: 160px;
}

/*
    Classes Definitions
*/
.threeside
{
    width: 25%;
}

.entry-content
{
    text-align: justified;
}
