﻿/* Posts list */
ul.wsp_postListing 
{
	margin: 0;
	padding: 0;
}
ul.wsp_postListing li
{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
ul.wsp_postListing li p, .wsp_singlePost p, .wsp_postComments p
{
	margin: 0 0 5px;
	padding: 0;
}
.wspSinglePost
{
    color: #000 !important;
}
.wsp_postTitle 
{
/*
	margin: 20px 0;
	padding: 0;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.2em;
	*/
	
}
.wsp_postContent
{
    
}

.wsp_postDate 
{
	/*
	margin: 0;
	padding: 0;
	font-size: .85em;
	color: #666;
	*/
}
.wsp_commentDate
{
    font-size:8pt;
    line-height: 8px;
    margin: 0;
    padding: 0;
}
.wsp_commentText
{
    margin-top: 10px  !important;
}
.wsp_postAuthor, .wsp_commentAuthor, .wsp_commentContent
{
    font-weight: bold;
}
.wsp_commentListing .wsp_authorComment, .wsp_commentListing .wsp_anonymousComment 
{
	padding: 10px;
	background:#FDEBD5 none repeat scroll 0 0;
    border:1px solid #F8C492;
    color: #000;
}
.wsp_authorComment 
{
	background-color: #eee;
}
/* Comments List */
.wsp_commentListing 
{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.wsp_commentListing li
{
	margin: 0 0 10px;
	padding: 0;
}
.wsp_commentListing abbr 
{
	font-size: .8em;
}
.wsp_commentListing strong 
{
	font-size: 1.1em;
}
/* Post Comments Form */
fieldset.wsp_postNewComment 
{
	
	padding: 10px;
	border: solid 1px #F8C492;
	background: #FDEBD5;
	color: #000;
	


}

.wsp_postNewCommentTitle
{
    font-weight: bold;
    background:transparent url(images/blogComments.gif) no-repeat scroll 0 0.2em;
    padding-left:20px;
    text-transform:uppercase;
}
fieldset.wsp_postNewComment ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset.wsp_postNewComment li
{
	margin: 0 0 10px;
	padding: 0;
}
fieldset.wsp_postNewComment label
{
	display: block;

}


/* Pager */
ol.wsp_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.wsp_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.wsp_pager li a
{
	padding: 3px 5px;
}
ol.wsp_pager li a[disabled="disabled"], ol.wsp_pager li a.wsp_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}

.wsp_comments
{
    font-weight: bold;
    background:transparent url(images/blogComments.gif) no-repeat scroll 0 0.2em;
    padding-left:20px;
    text-transform:uppercase;
}

table.wsp_answerList input {
  width: 20px;
  display: block;
  float: left;
}
   
table.wsp_answerList label {
  width: 90%;
  display: block;
  float: left;
   margin-left: 0.4em !important;
}


.wsp_answerList li
{
    list-style-type: none;
}


.wsp_error
{
    font-weight: bold;

  
}

.captchaErrorMsg
{
    font-weight: bold;
    color: #F00;
}
