



	#com_heading {
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 15px;
	}

	#com_heading a{
		color: #B17050;
		text-decoration: none;
		color: red;
	}
	#com_heading a:hover{
  		text-decoration: underline;
	}



	#commentlist {
		xbackground: #FFF;
		xopacity:0.9;filter:xalpha(opacity=90);
		clear:both;
	  	width: 798px;
		margin:auto;
		margin-top: 20px;
		background: #FFF;
		padding:20px;
		margin-bottom: 20px;
	    
        -moz-box-shadow: threedshadow  0px 0px 2px 2px ;
        -webkit-box-shadow: threedshadow 0px 0px 2px 2px ;
        box-shadow: threedshadow 0px 0px 2px 2px ;
		    -moz-border-radius: 8px 8px 8px 8px ;
		    -webkit-border-radius: 8px 8px 8px 8px ;
		    -khtml-border-radius: 8px 8px 8px 8px ;
		    border-radius: 8px 8px 8px 8px ;
	
	}

	#com_brick {
		xmargin:20px;
		margin-bottom: 20px;
		border: 1px outset #CCC;
		background: #EFEFEF;
		padding: 20px;
	    -moz-border-radius: 8px 8px 8px 8px ;
		    -webkit-border-radius: 8px 8px 8px 8px ;
		    -khtml-border-radius: 8px 8px 8px 8px ;
		    border-radius: 8px 8px 8px 8px ;
		}


	#com_author {
	   font-weight: bold;
	   font-size: 12pt;
	}

	#com_date a{
		padding-left: 20px;
		font-size: 9pt;
		text-decoration: none;
		color: #361818    ;

	}
	#com_date a:hover{
		text-decoration: underline;
	}

	#com_text {
		text-align: justify;
		margin: 10px 30px 4px 30px;
		xborder: 1px solid  #DDD;
		padding: 0px 15px 5px 15px;
		color: #111;
		line-height: 125%;
		font-size: 11pt;
		xopacity:0.95;filter:xalpha(opacity=95)    ;
		xborder: 3px solid red;


	}


#com_text, #com_text a, #com_author a {
	color: rgba(0,0,0,.8);
	font-size: 12pt;
 	font-family: "Century Gothic";
 	text-shadow: 1px 1px 3px #888;
 	text-align: justify;
 	font-weight: normal;
}

#com_text a{
    text-decoration: underline;
}

#com_author a {
    font-size: 14pt;
    text-decoration: underline;
    font-weight: bold;
}

	#com_text:hover {
		xborder: 1px solid #000;
		color: #000;
		xopacity:1.0;filter:xalpha(opacity=100)    ;

	}
