﻿/* --- GENERAL --- */
body
{
    font-family: Georgia, Gill Sans, Palatino, serif;
    font-size: 14px;
    color: #414141;
}

a
{
    text-decoration: none;
}

a:link, a:visited
{
    color: #808080;
}

a:hover
{
    color: #414141;
}

a:active
{
    color: #6193d0;
}

/* --- PAGE --- */
#page
{
    width: 900px;
    margin: auto;
}

/* --- HEADER --- */
/* PAGE - HEADER */
#header
{
    width: 100%;
    height: 44px;
    margin-top: 17px;
}

/* PAGE - HEADER - TITLE */
#title
{
    width: 275px;
    height: 42px;
    float: left;
    background-image: url(images/title.png);
}

#title span
{
    display: none;
}

/* PAGE - HEADER - MENU */
#menu
{
    float: right;
    height: 13px;
    margin: 29px 0 0 0;
    overflow: hidden;
    text-align: right;
    width: 500px;
}

#menu li
{
    display: inline;
    margin-left: 10px;
}

#menu a
{
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

a#rss
{
    color: #ea5602;
}

a#twitter
{
    color: #6193d0;
}

/* PAGE - HEADER - UNDERLINER */
#underliner
{
    clear: both;
    height: 2px;
    width: 900px;
    background-image: url(images/underline.png);
}

/* --- MAIN --- */
/* PAGE - MAIN */
#main
{
}

/* PAGE - MAIN - TIMELINE */
#timeline
{
    height: 31px;
    width: 100%;
    border-bottom: solid 1px #dadada;
}

#previous, #next
{
    cursor: pointer;
    width: 8px;
    height: 9px;
    margin: 12px 0 0 0;
    background: url(images/arrows-timeline.png) no-repeat;
}

#previous
{
    float: left;
}

#next
{
    float: right;
    background-position: -7px 0;
}

#previous.disabled
{
    background-position: -15px 0;
    cursor: default;
}

#next.disabled
{
    background-position: -22px 0;
    cursor: default;
}

#date
{
    float: left;
    width: 125px;
    text-align: left;
    text-transform: uppercase;
    margin: 8px 0 0 10px;
}

#days
{
    margin: 8px 8px 0 0;
    float: right;
}

#days li
{
    float: left;
    width: 22px;
    text-align: center;
}

#days li.selected a
{
    color: #6193D0;
}

#days li.future a
{
    color: #c9c9c9;
    cursor: default;
}

#days li a:hover
{
    font-size: 18px;
}

/* PAGE - MAIN - PORTRAIT */
#portrait
{
    margin: 18px auto;
}

#wrapper
{
    margin: 0 auto;
    padding: 1px;
    border: solid 4px #000;
}

#canvas
{
    position: relative;
    text-align: center;
}

#browse
{
    left: 0;
    margin: 0 -10px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

#browse a
{
    outline-style: none;
    outline-width: medium;
}

#browse_prev, #browse_next
{
    display: block;
    height: 100%;
    width: 50px;
}

#browse_prev
{
    float: left;
    left: 0;
    top: 0;
}

#browse_next
{
    float: right;
    right: 0;
    top: 0;
}

#browse_prev:hover, #browse_prev:visited:hover
{
    background: #000 url(images/previous.gif) no-repeat scroll left center;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

#browse_next:hover, #browse_next:visited:hover
{
    background: #000 url(images/next.gif) no-repeat scroll right center;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

/* PAGE - MAIN - PORTRAIT - INFO */
#info
{
    margin: 10px auto;
}

#name
{
    font-size: 30px;
}

#name h1, #name p
{
    display: inline;
}

#datelocation
{
    color: #808080;
}

/* PAGE - MAIN - COMMENTS */
#comments
{
    border-top: solid 1px #dadada;
    margin: 25px 0 0 0;
    text-align: left;
}

#numbervote
{
    margin: 5px 0;
    width: 100%;
    height: 5px;
}

#commentnumber
{
    float: left;
}

/* PAGE - MAIN - COMMENTS - VOTE */
#vote
{
    float: right;
}

/* PAGE - MAIN - COMMENTS - DISQUS */
#disqus_thread
{
    clear: both;
    margin: 30px 0 0 0;
    text-align: left;
}

#disqus_thread h3
{
    font-size: 22px;
}

.dsq-by, .dsq-item-feed, #dsq-comments-count, .dsq-comment-footer, #dsq-comments-title, .dsq-options, .dsq-dc-logo
{
    display: none;
}


/* --- FOOTER --- */
/* PAGE - FOOTER */
#footer
{
    border-top: solid 1px #dadada;
    font-size: 12px;
    padding: 10px 0 0 0;
    clear: both;
}

#footer a
{
    text-transform: capitalize;
}

/* --- ABOUT --- */
#regiswrapper
{
    margin: 10px;
    padding: 1px;
    border: solid 4px #000;
    width: 500px;
    height: 400px;
    float: left;
}

#about
{
    float: left;
    margin: 10px;
    text-align: justify;
    width: 350px;
}

#about p
{
    margin: 7px 0;
}

#about span
{
    font-weight: bold;
    color: #414141;
}

/* --- CONTACT --- */
#intro
{
    width: 450px;
    float: left;
    margin: 10px;
    text-align: left;
}

#intro p
{
    margin: 10px;
}

#intro li
{
    margin: 0 0 3px 50px;
    list-style-type: disc;
}

#form
{
    width: 400px;
    float: right;
    margin: 120px 0 0 0;
    text-align: left;
}

#form p
{
    margin: 10px;
}

/* --- DONATE --- */
div#donation
{
    float: left;
    width: 450px;
    text-align: left;
    margin: 10px 0;
}

#donation p, #donation form
{
    margin: 10px;
}

#donate
{
    float: right;
    margin: 70px 175px 0 0;
}
