/*
ARTICLE CONTENT STYLES
*/

#article .article-content p {
    line-height: 1.35;
    margin-top: 1em;
}

/*
INLINES STYLES
*/

#article .article-content .inline {
    float: left;
    margin: 1em 0.5em 0.5em 0;
    width: 60%;
}
#article .article-content .inline.right {
    float: right;
    margin: 1em 0 0.5em 0.5em;
}
#article .article-content .inline.image img {
    border: 1px solid #666666;
    width: 100%;
}
#article .article-content .inline.text {
    background-color: #E8E8E8;
    padding: 0.5em;
    width: 40%;
}
#article .article-content .inline.full {
    float: none;
    margin: 1em 0;
    width: auto;
}
#article .article-content .inline.text h3 {
    margin-bottom: 0.5em;
}
#article .article-content .inline.text > div {
    font-size: 85%;
}
#article .article-content .inline.text p {
    margin-bottom: 0.8em;
}

/*
COMMENT FORM STYLES
*/

#comments {
    border-top: 1px dashed #999999;
    margin-top: 1em;
    padding-top: 1em;
}
#comments > h2 {
    text-transform: uppercase;
}
#comments .comment-form {
    margin-top: 1em;
    padding: 1em;
    background-color: #E8E8E8;
}
#comments .comment-form p {
    margin-top: 0.5em;
}
#comments .comment-form label {
    font-weight: bold;
    text-align: right;
    float: left;
    width: 6em;
    margin-right: 0.5em;
}
#comments .comment-form textarea {
    height: 5em;
    width: 25em;
}
#comments .comment-form p.submit {
    margin-left: 6.5em;
}
#comments .comment-form p.submit input {
    border: 1px solid #000000;
    padding: 0.4em 0.5em 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 85%;
}

/*
COMMENTS STYLES
*/

#comments .comment-list > li {
    margin-top: 1.5em;
}
#comments .comment-list .posted-by, #comments .comment-list .timestamp, #comments .comment-list .removal {
    float: left;
    clear: left;
    width: 145px;
    text-align: right;
    background-color: #FFFFFF;
    color: #666666;
}
#comments .comment-list .posted-by {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
}
#comments .comment-list .timestamp, #comments .comment-list .removal {
    font-size: 77%;
}
#comments .comment-list .content {
    padding-left: 160px;
    padding-top: 2px;
}
#comments .comment-list .content > div {
    border-top: 1px solid #666666;
    padding-top: 0.5em;
}
#comments .comment-list .content p {
    margin-bottom: 0.7em;
}

/*
ARTICLE TOOLS STYLES
*/

#side .sidebar-module.toolbox p {
    margin-top: 0.3em;
    background-color: #E8E8E8;
}
#side .sidebar-module.toolbox a {
    display: block;
    padding: 0.5em 0 0.3em 1.8em;
    background: transparent none no-repeat scroll 10px 8px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
#side .sidebar-module.toolbox a.print-link {
    background-image: url(/site_media/images/222222_11x11_icon_doc.gif);
}
#side .sidebar-module.toolbox a.mail-link {
    background-image: url(/site_media/images/222222_11x11_icon_folder_closed.gif);
}
#side .sidebar-module.toolbox a.share-link {
    background-image: url(/site_media/images/222222_11x11_icon_plus.gif);
}

