/* ---------------------------------------- */
/*  Global Styles                           */
/* ---------------------------------------- */
a, a:link, a:visited {
    color: #D61212;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

blockquote {
    color: #444444;
}

h1 {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: left;
}

h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

h5 {
    color: #222;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    width: 60px;
}

h6 {
    color: #222;
    font-size: 16px;
    font-weight: normal;
    left: 32px;
    position: relative;
    text-align: right;
    top: 12px;
    width: 18px;
}

/* ---------------------------------------- */
/*  PAGE HEADER                             */
/* ---------------------------------------- */
#date {
    color: #4F5555;
    font-family: inherit;
    font-size: 36px;
    line-height: 24px;
    text-align: right;
    text-transform: uppercase;
}

#date small {
    font-size: 18px;
    font-weight: normal;
}

/* ---------------------------------------- */
/*  PAGE CONTENT                            */
/* ---------------------------------------- */
#content {
    text-align: justify;
}

span .author {
    color: #999;
    font-size: 14px;
}

.more-link {
    font-size: 12px;
}

p {
    font-size: 10pt;
    line-height: 18px;
    margin-bottom: 14px;
}

.related-posts,
.related-posts  a {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.postmetadata {
    font-size: 8pt;
    font-style: italic;
}

/* ---------------------------------------- */
/*  ANIMATION                               */
/* ---------------------------------------- */
#animation .slide h1  {
    font-size: 36px;
    filter: alpha(opacity = 75);
    font-weight: bold;
    opacity: 0.75;
    text-transform: uppercase;
}

.top-left,
.top-right,
.bot-left,
.bot-right {
    color: #FFF;
}
.top-left-dark,
.top-right-dark,
.bot-left-dark,
.bot-right-dark {
    color: #000;
}

#controls {
    color: #888;
    font-size: 16px;
}

#controls a {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

/* ---------------------------------------- */
/*  SIDEBAR                                 */
/* ---------------------------------------- */
#sidebar a:active, #sidebar a:hover {
    background: #D61212;
    color: #FFF;
    text-decoration: none;
}

#wp-calendar {
    font-size: 12pt;
}

#wp-calendar a:hover {
    background: transparent;
    color: #222;
}

/* Calendar Styles */
#wp-calendar caption {
    font-weight: bold;
    text-align: center;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
}

/* ---------------------------------------- */
/*  FOOTER                                  */
/* ---------------------------------------- */
#information {
    color: #F2F2F2;
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
}

#information a:link, #information a:visited {
    color: #F2F2F2;
    font-size: 12px;
    font-weight: normal;
}

#wordpress {
    color: #4F5555;
    font-size: 13px;
}