body {
    background-color: #FFFFFF;
    background: transparent url('../images/pink_ribbon_bow.png') top right no-repeat;
}

div#login,
div#content {
    font-family: 'Lucida Grande','Lucida Sans Unicode', Arial,Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px;
}

/* Start: Log CSS */

div.log {
    margin-bottom: 50px;
}

div.log div.body {
    line-height: 21px;
    margin-bottom: 20px;
}

div.log div.header {
    margin-bottom: 20px;
}

div.log div.title {
    color: #FCB2BF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}

div.log div.subtitle {
    font-size: 10px;
}

div.log div.img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* End: Log CSS */

/* Start: Reaction CSS */

div.reaction {
    margin-bottom: 20px;
}

div.reaction div.body {
    line-height: 21px;
    margin-bottom: 20px;
}

div.reaction div.header {
    margin-bottom: 20px;
}

div.reaction div.header {
    font-weight: bold;
    margin-bottom: 2px;
}

/* End: Reaction CSS */

/* Start: Twitter CSS */

div.twit {
    margin-bottom: 20px;
}

div.twit div.message {
}

div.twit div.detail {
}

/* End: Twitter CSS */

div#header {
    display: block;
    position: relative;
    width: 905px;
}

div#header div#logo {
    background: transparent url('../images/topoktober2010.jpg') 0 0 no-repeat;
    float: left;
    height: 275px;
    width: 925px;
}

div#header div#titleA {
    display: none;
    /*
    background: transparent url('../images/summienl_julisprite.png') -284px -170px no-repeat;
    float: left;
    height: 116px;
    margin-left: 260px;
    position: relative;
    top: 30px;
    width: 130px;
    */
}

div#header div#titleB {
    display: none;
/*
    background: transparent url('../images/summienl_julisprite.png') -10px -296px no-repeat;
    float: left;
    height: 59px;
    margin-left: 100px;
    position: relative;
    top: 40px;
    width: 450px;
*/
}

div#main {
    background-color: #FFFFFF;
    width: 582px;
    margin-left: 323px;
    padding: 10px;
    padding-top: 40px;
    position: relative;
}

div#copyright {
    margin-left: 323px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 582px;
}


div#previewBody {
    background-color: #EFEFEF;
    border-color: #000000;
    border-style: dashed;
    border-width: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 6px;
}

div#side {
    display: block;
    font-size: 10px;
    left: 40px;
    line-height: 15px;
    padding-top: 40px;
    padding: 10px;
    position: absolute;
    top: 313px;
    width: 200px;
}

div#archive {
    left: 10px;
    line-height: 21px;
}

div#archive a {
    color: #000000;
    margin-left: 10px;
    text-decoration: none;
}

div#prevLogs {
    float: left;
}

div#nextLogs {
    float: right;
}

h1,
h2,
h3,
div.log a,
div.reaction a,
div.twit a,
div#previewBody a,
div#copyright a,
div#loginAnchor a,
div#prevLogs a,
div#nextLogs a {
    color: #FCB2BF;
    text-decoration: none;
}

h1 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 2px;
}

h2 {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 2px;
}

h2.accHead {
    cursor: pointer;
}

/* Login */

div#loginLogo {
    background: transparent url('../images/summienl_oktober2010.png') 0px 0px no-repeat;
    height: 60px;
    width: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}

div#login,
div#register,
div#noticeBox,
div#errorBox {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

div#login label,
div#register label {
    float: left;
}

div#login {
    width: 250px;
}

div#login label {
    width: 100px;
}

div#register {
    width: 428px;
}

div#register label {
    width: 160px;
}

div#loginCopyright,
div#loginAnchor {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}

div#register .inputerror {
    border: 1px solid red;
    background-color: #FFDFDF;
}

div#login .input,
div#register .input {
    font-size: 11px;
    border: solid 1px #000000;
    margin: 1px;
    padding: 1px;
}

div#noticeBox,
div#errorBox {
    width: 600px;
}

div#noticeBox {
    border: 1px solid #022F00;
    background-color: #B3FFAF;
    padding: 4px;
    text-align: center;
}

div#errorBox {
    border: 1px solid #FF0000;;
    background-color: #FFDFDF;
    padding: 4px;
    text-align: center;
}

