
a {
    text-decoration: none;
    color: blue;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: blue;
}

body {
    background-color: #a0a0c8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:10px;
}

.rounded {
    background:#fcfcfc;
}

#maincontainer {
    width:70%;
}

#rightcontainer {
    width: 28.5%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.content {
    margin-right:15px;
    font-size: smaller;
    margin-left: 10px;
}

#maincontent {
    padding-bottom:20px;
}

#rightcontent {
    margin-top: -10px;
}

#rightcontent h3 {
    margin-bottom: 2px;
}

#title {
    width: 75%;
    background: #e0e0ff;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 5px;
}

.post-title {
    margin-bottom: 3px;
}

.post-created {
    font-size: 80%;
}

.post-tags, .admin-info {
    font-size: 85%;
}

#rightcontent {
}

p,h1,pre {
    margin: 5px;
}

#title h3, #title h4 {
    margin: 5px;
}

#rightcontent p {
    margin-left:0px;
}

#flash {
    border-style: dashed;
    border-width: 1px;
    position: fixed;
    right: 10px;
    top: 10px;
    background-color: yellow;
    padding: 5px;
    font-size: 9px;
    z-index: 100;
}

.small {
    font-size: 75%;
}

.error {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

.error-message {
    color: red;
    font-weight: bold;
}
