﻿/* Article Wrappers */
.footerWrapper
{
    display:block;
    height: auto;
    margin-top: 20px;
    padding: 2px 0px;
    border-top: solid 1px #e7d9d0;
    font-size:70%;
    color:#ab7c04;
}
* html .footerWrapper{ /*IE6 hack*/
    margin-top:10px;
}
.titleWrapper
{    
    height:70px;
    width: 100%;
    margin-top: 0px;
    padding: 7px 2px;
}
* html .titleWrapper{ /*IE6 hack*/
    margin-top:0px;
    margin-left:0px;
}
.descriptionWrapper
{
    height: auto;
    margin-bottom: 0px;
    margin-top:-10px;
    padding: 0px 20px;
    padding-right:20px;
}
* html .descriptionWrapper{ /*IE6 hack*/
    margin-top:0px;
    margin-left:20px;
}
.scribblerWrapper
{
    height: auto;
    margin-bottom: 0px;
    margin-top:-10px;
    padding: 0px 20px;
    padding-right:50px;
    border:solid 1px red;
}
* html .scribblerWrapper{ /*IE6 hack*/
    margin-top:0px;
    margin-left:20px;
}

/* Text Styles */
.articleTitle
{
    display: block;
    font: bold 120%/130% "Microsoft Sans Serif" , Arial, Tahoma;
    color: #BC8D0A;
    padding: 30px 9px;
    margin-left:-12px;
    margin-top:-29px;
    height:70px;
    background: transparent url('images/bgArticleTitle.png') repeat-x center top;
    border:solid 1px #ded08f;
    border-bottom:none;
}

.titleWrapper .articleTitle
{
    display: block;
    font: bold 120%/130% "Microsoft Sans Serif" , Arial, Tahoma;
    color: #BC8D0A;
    padding: 30px 9px;
    margin-left:-12px;
    width:100%;
    height:70px;
    background: transparent url('images/bgArticleTitle.png') repeat-x center top;
    border:solid 1px #ded08f;
    border-bottom:none;
}
.articleDescription
{
    display: block;
    font: normal 98%/170% "Microsoft Sans Serif" , Tahoma, Arial;
    color: #1b1718;
    padding: 2px 5px;
}