/* END GENERAL STYLES */
#blog
{
    width: 690px;
    float: left;
}
section
{
    display: block;
}

.widget
{
    border: none;
    padding: none;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ie-box-shadow: none;
    box-shadow: none;
}

.article
{
    margin-bottom: 20px;
}

.article-corps-title
{
    background: url("/images/feed/article_sprite.png") no-repeat;
    background-position: 0 -17px;
    min-height: 72px;
    max-height: 142px;
    position: relative;
}

.article-top
{
    position: absolute;
    top: 13px;
    right: 25px;
}
.article-top a
{
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #aaa;
    text-decoration: none;
    padding: 4px 12px 0 0;
    background: url("/images/feed/icons.png") no-repeat;
    background-position: top right;
}

h2.article-title
{
    font-size: 26px;
    font-weight: 700;
    margin-left: 80px;
    padding-top: 30px;
    color: #ce0709;
    text-shadow: #CCC 0 0 2px;
    max-width: 565px;
}
h2.article-title a, h2.page-title a
{
	color: #ce0709;
    text-decoration: none;
}
h2.article-title a:hover, h2.page-title a:hover
{
    color: #E00;
}

.article-date
{
    position: absolute;
    left: 11px;
    top: 26px;
    display: block;
    width: 40px;
    text-align: center;
}
.article-date .month
{
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color: #FFF;
    text-transform: uppercase;
}
.article-date .day
{
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
}

.article-meta-author
{
    font-size: 11px;
    color: #aaaaaa;
    margin-left: 80px;
}
.article-meta-author a, .article-meta-keywords a, .article-meta-comments a
{
    color: #aaaaaa;
    text-decoration: none;
    font-weight: 700;
}
.article-meta-author a:hover, .article-meta-keywords a:hover, .article-meta-comments a:hover
{
    text-decoration: underline;
}

.article-meta-comments
{
    position: absolute;
    bottom: 0;
    right: 45px;
    background: url("/images/feed/icons.png") no-repeat;
    background-position: 0 -54px;
    padding-left: 20px;
    font-size: 11px;
    color: #aaa;
}

.article-corps
{
    position: relative;
    background: url("/images/feed/article_sprite.png") repeat-y;
    background-position: -683px 0;
    margin-left: 30px;
    padding: 13px 43px 0 50px;
    line-height: 20px;
}

/* BEGIN ARTICLE-PAGE-CONTENTS STYLES */

.article-page-contents
{
    padding: 0 0 10px 0;
}

.article-page-contents p
{
    margin: 6px 0 10px 0;
}
.article-page-contents a, .page-link a, .edit-link a
{
    color: #CC0000;
    text-decoration: none;
}
.article-page-contents a:hover, .page-link a:hover, .edit-link a:hover
{
    text-decoration: underline;
}
.page-link
{
    text-align: center;
}
.article-page-contents h3
{
    font-size: 23px;
    font-weight: 700;
    color: #ce0709;
    margin-bottom: 15px;
}
.article-page-contents h4
{
    font-size: 18px;
    font-weight: 700;
    color: #990000;
    margin-bottom: 10px;
}
.article-page-contents h5
{
    font-size: 15px;
    font-weight: 700;
    color: #666;
    margin-bottom: 5px;
}
.article-page-contents h6
{
    font-size: 13px;
    font-weight: 700;
}
.article-page-contents .h7
{
    font-size: 11px;
    font-weight: 700;
}
.article-page-contents .h8
{
    font-size: 11px;
}
.article-page-contents table
{
    margin: 0 auto 20px auto;
    border: 1px solid #ce0709;
    border-collapse: collapse;
}
.article-page-contents caption
{
    color: #e39304;
    font-weight: bold;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
}
.article-page-contents td, .article-page-contents th
{
    padding: 3px 12px;
}
.article-page-contents th
{
    font-weight: 700;
}
.article-page-contents tbody tr
{
    border-bottom: 1px dashed #ce0709;
}
.article-page-contents thead th, .article-page-contents tfoot th, .article-page-contents tfoot td, .article-page-contents tfoot th
{
    background: #ce0709;
    color: #FFFFFF;
    text-align: left;
    font-weight: 700;
}
.article-page-contents .alternate
{
    background: #fffded;
}
.article-page-contents tbody tr:hover
{
    background: #ffedcc;
    color: #ce0709;
}
.article-page-contents table.nostyle, .article-page-contents table.nostyle td, .article-page-contents table.nostyle tr, .article-page-contents table.nostyle th, .article-page-contents table.nostyle tr:hover
{
    margin: 0;
    border: none;
    background: none;
    padding: 0;
    font-weight: normal;
    color: #666;
}
.article-page-contents ul
{
    list-style-type: disc;
    margin-left: 30px;
}
.article-page-contents ul ul
{
    list-style-type: circle;
}
.article-page-contents ul ul ul
{
    list-style-type: square;
}
.article-page-contents ol
{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}
.article-page-contents ol ol
{
    list-style-type: lower-latin;
}
.article-page-contents ol ol ol
{
    list-style-type: lower-roman;
}
.article-page-contents blockquote
{
    position: relative;
    background-image: url("/images/feed/quote.gif");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 20px 50px;
    margin-right: 50px;
    font-style: italic;
    margin-left: 20px;
}
.article-page-contents blockquote cite
{
    position: absolute;
    bottom: 0;
    right: 20px;
    font-style: normal;
}
.article-page-contents cite
{
    font-style: italic;
}
.article-page-contents address
{
    font-style: italic;
}
.article-page-contents abbr, .article-page-contents acronym
{
    border-bottom: #999 dotted 1px;
    cursor: pointer;
}
.article-page-contents b
{
    font-weight: 700;
}
.article-page-contents big
{
    font-size: 16px;
}
.article-page-contents code
{
    font-family: "Courier New" , Courier, monospace;
    border-left: #CCC 3px solid;
    margin-left: 20px;
    padding: 3px 10px;
}
.article-page-contents em
{
    font-style: italic;
}
.article-page-contents img
{
    border: #DDD 4px solid;
    padding: 2px;
    margin: 0;
}
.article-page-contents table img
{
    border: none;
    padding: 0;
    margin: 0;
}
.article-page-contents kbd
{
    font-family: "Courier New" , Courier, monospace;
}
.article-page-contents q
{
    background: url("/images/feed/quote.gif") top left no-repeat;
    margin-left: 20px;
    padding: 8px 0 8px 40px;
    font-style: italic;
}
.article-page-contents var
{
    font-style: italic;
}
.article-page-contents dl
{
}
.article-page-contents dt
{
    font-weight: 700;
}
.article-page-contents dd
{
    margin-left: 30px;
}
.article-page-contents .alignleft
{
    float: left;
}
.article-page-contents .alignright
{
    float: right;
}
.article-page-contents .aligncenter
{
    display: block;
    margin: 0 auto;
}

/* FOOTER STYLES */

.post-footer abbr
{
    border: none;
}

.article-meta-keywords
{
    position: absolute;
    bottom: 0;
    left: 50px;
    background: url("/images/feed/icons.png") no-repeat;
    background-position: 0 -34px;
    padding-left: 20px;
    font-size: 11px;
    color: #aaa;
}

.article-footer
{
    display: block;
    background: url("/images/feed/article_sprite.png");
    height: 17px;
}

/* END OF OFFICIAL CSS */