/**
 * Main
 */

body{
    margin:0px;
    padding:0px;
    background:#23238E url(../images/bubbles.gif) repeat-y;
    font-family:helvetica, serif;
}

a:link{
    text-decoration:none;
}

a:focus{
    text-decoration:underline;
}

a:hover{
    text-decoration:underline;
}

a:visited{
    text-decoration:underline;
}

#head a{
    text-decoration:none;
    color:#ffffff;
}

#head{
    height:5em;
}

#head-title{
    margin-top:1em;
    margin-left:5em;
    font-family:sans-serif;
    font-size:2.5em;
    color:#ffffff;
}

#sidebar{
    background: #ffffff;
    float:left;
    width:200px;
    top:6em;
    font-weight:bold;
}

#sidebar li{
    color:#D3D3D3;
    size:larger;
}

#sidebar hr{
    border:0;
    color:#23238E;
    background-color:#23238E;
    width:50%;
    height:1px;
}

.sidebar-title-block{
    display:block;
    font-weight:normal;
    text-align:center;
}

.sidebar-title-block .title{
    font-weight:bold;
}

ul.nav{
    list-style: none;
}

.nav li a:hover{
    text-decoration:underline;
}

.nav li{
    display:block;
    _display:inline;
    margin-right: 5px;
}

.nav li a{
    text-decoration:none;
}

ul.last{
    border-bottom: none;
}

.main-content{
    background: #ffffff;
    top:6em;
    margin-left: 220px;
    margin-right: 0px;
}

#content{
    padding:0.5em;
    padding-left:1em;
    padding-top:1em;
}

.topRight{
    width:10px;
    height:10px;
    float: right;
    margin: 0px;
    padding: 0px;
    background: url(../images/tr.gif) no-repeat;
}

.bottomRight{
    width:10px;
    height:10px;
    float: right;
    margin: 0px;
    padding: 0px;
    background: url(../images/br.gif) no-repeat;
    _float: none;
    _background: none;
}

.topLeft{
    height: 10px;
    width:10px;
    float:left;
    background: url(../images/tl.gif) no-repeat;
}

.bottomLeft{
    height: 10px;
    background: url(../images/bl.gif) no-repeat;
    _float: none;
    _background: none;
}

#footer{
    padding:0.5em;
    text-align:center;
}

#footer hr{
    border:0;
    color:#000000;
    background-color:#000000;
    width:60%;
    height:1px;
}

.errorlist{
    color:#FF0000;
}

.pagination{
    text-align:center;
}

/**
 * Blog
 */

.article-title{
    display:block;
    font-size:large;
    font-weight:bold;
}

.tagline{
    display:block;
    font-style:italic;
}

.article-info{
    display:block;
    font-size:small;
    padding-left:1em;
}

.article-content{
    padding-left:1em;
    _margin-right: 15px;
}

.comments{
    font-family:helvetica, serif;
}

.comment-form-label{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

.comment {
    display: block;
    border-left: 1px solid #23238E;
    border-bottom: 1px solid #23238E;
    background-color: #f8f8f8;
    padding: 0.5em;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-top: 1.5em;
    width: 80%;
}

.comment-info {
    padding-top: 1em;
    display: block;
    font-size: smaller;
}

.comments .admin {
    background-color: #e7e7ff; /*#ddf;*/
    border-left: 2px solid #60f;
    border-bottom: 1px solid #60f;
}

.admin .comment-info {

}
/**
 * General
 */

pre, .code-snippet {
    background-color: #EDEDED;
    white-space: pre;
    font-family: monospace;
    display: table;
    padding: 0.5em 1em;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.quote {
    background-color: #EDEDED;
    display: table;
    padding: 0.5em 1em;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
