#content article {
    position:relative;
    background:#FFF;
    width:698px;
    margin-bottom:10px;
    padding-bottom:10px;
}

    #content article div { /* ie fix */
        position:relative;
    }

    #content article span {
        line-height: 19px;
        padding:0 85px 0 15px;
        display:block;
    } 


    #content article a.title {
        display:block;
        background:transparent url('../img/leftCaption.gif') no-repeat 0 0;
        position:relative;
        top:0;
        left:-16px;
        padding-bottom:7px;
        height:31px;

        text-decoration:none;

    }

        #content article a.title .titleText {
            display: block;
            background:#f1f1f1;
            height:31px;
            float:left;
            width:470px;

            line-height:30px;
            color:#4E4E4E;
            text-shadow:0px 0px 4px #777777;
            font-size:18px;
            float:left;
            display:block;
            padding-left:10px;
        } 

        #content article a.title .date {
            display : block;
            float:left;
            font-weight:bold;
            color:#FFFFFF;
            text-shadow: 2px 2px 3px black;
            text-align:center;
            padding:5px 0 0 10px;
            width:115px;
        } 

        #content article .comments {
            display : block;
            /*background:url('../img/commentBubble.png') no-repeat center 0;*/
            float:right;
            height:55px;
            width:55px;
            position:absolute;
            right:-10px;
            top:0px;
        } 


    #content article ul.tags {
        position:absolute;
        bottom:0px;
        right:50px;
        padding:0 10px;
    } 

    #content article ul.tags li {
        float:right;
        margin-left:10px;
    }


    #content article ul.tags li a{
        font-size:9px;
        text-decoration:none;
        text-shadow: 1px 1px 4px #999; /* gray */
        color:#BBB; /* gray */
    }

    #content article ul.tags li a:hover {
        text-shadow: 1px 1px 10px #28db00; /* green */
    }

