/********************************************************************
    File:   
        postPage.css
    Brief:  
        Hold styles used in file postPage.html
*********************************************************************/

#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: #cc0066;
    font: 20px Verdana;
    padding-bottom:5px;
}

.postTextarea
{
    border: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;        
    margin-bottom: 10px;    
    width: 500px;
    max-width: 500px;
    height: 150px;
    max-height: 150px;
    overflow:auto;
    font-size: 14px;
    font-family: monospace;
    background-color: #f5f5f5;
    color: #222;
    padding-left: 3px;
    padding-top: 3px;
} 

.postLeaveReplayContainer {margin-top: 15px;}

.inspirationa {
	margin-left: 100px;
	margin-right: 100px;
}

.inspirationimg {
	border: 1px solid #eee;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inspirationimg:hover {
	opacity:0.9;
    filter:alpha(opacity=90); /* for IE*/
    cursor: pointer;
}

.imgcolor {
	float:right;
	border: 1px solid #ccc;
	padding: 3px;
	margin-left: 4px;
	background-color:#FFF;
}

.postimg {
	border: 1px solid #ccc;
	padding: 3px;
	background-color:#FFF;
}

.postimg:hover {
	opacity:0.9;
    filter:alpha(opacity=90); /* for IE*/
    cursor: pointer;
}
