/********************************************************************
    File:   
        postPageCSS.css
    Brief:  
        Hold styles used in file postPage.html
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

#postPageContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#postPageContainer
{
    width:600px;
    float:left;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 60px;
}    

.postPageWrapper
{
    margin-top:15px;
}

.postPageImage
{
   width: 600px;
   height: 250px;
   margin-bottom: 5px;
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;   
}

.postPageTextWrapper
{
   font: 12px/16px Verdana;
   margin-top:10px;
   line-height: 150%;
   color: #000;
}

.postPageTextWrapper p
{
    text-indent: 20px;
}

.postCommentsField
{
    margin-top:15px;
    margin-right:0px;
    text-align:center;
    height:30px;
    width:110px;
    float:left;
    background-color:transparent;
    font:10px/20px Verdana;
    color:#000;
    background-image:url('../img/common/img/commentsFieldWhiteRight.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;                        
}

#recentPostList
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.postRecentWrapper
{
    height: 168px;
    padding-left: 10px;
    width: 590px;
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 1px solid #eee;
    cursor:pointer;
}

.postRecentWrapperLast
{
    height: 168px;
    padding-left: 10px;
    width: 590px;
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 0px solid #eee;
    cursor:pointer;
}

.postRecentWrapperLast:hover
{
   background-color: #eee;
}

.postRecentWrapper:hover
{
   background-color: #eee;
}

.postRecentImageWrapper
{
    height: 140px;
    width: 320px;
    border: 1px solid #eee;
    padding: 3px;
    margin-top: 10px;
    float:left;
    background-color: #FFF;
    
    background-image: url('../img/common/ajax/loading1.gif'); ;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.postRecentDescWrapper
{
    height:148px;
    width:240px;
    float:left;
    padding-left:10px;
    padding-right:10px;
    font:11px Verdana;
    color:#000;
    margin-top:10px;
}

.postRecentDateComments
{
   text-align:left;
   font:10px/12px Verdana;
   color:#000;
   width:280px;
   padding-top:5px;
}

.postRecentTitle
{
    color: #3399CC;
    font: 20px Verdana;
    padding-bottom:5px;
}

.postLeaveReplayContainer
{
    margin-top: 15px;
} 

