﻿
.ccsBase {
/*	font-family: Georgia, Arial , Helvetica, sans-serif;
	font-size: 16px;
	background-color: #99ccff;
*/

.Normal_text;

}

#ccscentre	{
	margin-left: 35%;
	width: 30%;
}

#HCB_comment_box a {
    text-decoration: none;
}

#HCB_comment_box {
	background-color: #77bbff; /* inner padding of the whole box area within its div*/
	padding: 1px 10px;		/*dark blue 'wrapper'*/
}


/*Heading_1 Heading_3
Normal_text
*/
.comment {
	background-color:#e1f0ff; /*whole individual comments area,*/
	/*padding:40px; light blue?
*/}

.comment blockquote	{
	background-color:#f2f9ff; /*individual text comments area themselves*/
	padding:12px; /*even lighter blue?*/
}

#HCB_comment_box #comments_list .comment img { /*resizes all big pics, unfortunately*/
    width: 100%;
    height: auto;
}

#HCB_comment_box #comments_list .comment p a img {
    width: 16px;
    height: 16px;
}

#HCB_comment_box #comments_list .comment blockquote img {
    width: 40px;
    height: 40px; /*fixes Gravitar to correct size*/
}

#HCB_comment_box #comments_list .comment p a img {
    width: 12px;
    height: 12px;
}

#HCB_comment_box #comments_list .comment div { /*fixes the THUMBS UP outer space*/
/*    padding:2px;*/
    margin:6px;
}

#HCB_comment_box #comments_list .comment div img { /*fixes the THUMBS UP icon*/
 	width: 12px; 
 	height: 12px; 
 	padding:2px; 
 	margin:2px; 
 }

#HCB_comment_box #comments_list .comment img.hcb-icon {
    width: 16px;
    height: 16px;
}

.comment div {
	/*background-color:white;*/	/* background of the LIKE THUMB UP img! weird */
/*	padding:5px;*/
}

#comments_list .comment blockquote img {
	padding-right:10px;
}

#HCB_comment_box #comments_list .comment {
/*	border-style:ridge;
	border-width: 4px;
	border-color: #dddddd;
*//*	border-top-style:groove;
	border-top-width: 14px;
	border-top-color: #dcdcdc;
*/	margin:8px;
	padding:8px; /*outer space for individual comments area IMPORTANT*/
}

#HCB_comment_box .hcb-comment-tb { /*space under the controls*/
	/*margin-bottom:8px !important;*/ /*hmmm?*/
}

