div.comment {
	margin: 10px 5px 0;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;	
}

div.val {
	background-image: url(img/comm_val.png) !important;
	background-image: url('img/comm_val.gif') !important;
	background-position:  right top;
	background-repeat: no-repeat
}

div.gio {
	background-image: url(img/comm_gio.png) !important;
	background-image: url('img/comm_gio.gif') !important;
	background-position:  right top;
	background-repeat: no-repeat
}

.comment h4 {
	font-size: 1.1em;
	color: #777777;
	font-weight: bold;
}

.comment h4 span.wrote {
	font-size: 0.9em;
	color: #989898;
	font-weight: normal;
}

span.m4mboyz {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #56B2EC;
}

.name {
	text-shadow: 2px 2px 1px #fff;
}

a.name:hover, a.name:active, a.name:focus {
	text-shadow: none;
}

.normal {
	background-color: #f7f7f7;
}

.alt {
	background-color: #fefefe;
}

div.comment p {
	margin: 0;
	line-height: 1.0em;
	color: #5c5c5c;
	margin-top: 5px;
}
div.comment p, div.comment ul, div.comment ol, div.comment blockquote {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

div.time {
	text-shadow: 2px 2px 1px #fff;
	text-align: right;
	clear: both;
	color: #989898;
	padding: 0 5px 2px;
	font-size: 0.9em;
}

div.datenum {
	text-shadow: 2px 2px 1px #fff;
	text-align: center;
	float: left;
	padding: 5px 5px 0;
	background: url(img/commnum.png) top right no-repeat !important;
	background: none;
}

div.datenum span {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

div.datenum span.month, div.datenum span.weekday {
	font-size: 1.0em;
	color: #919191;
}

div.datenum span.day {
	color: #56b2ec;
	font-size: 1.0em;
	margin: -2px;
}

span.count {
	text-shadow: 2px 2px 1px #f7f7f7;
	font-size: 1.9em;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
	color: #d5d5d5;
}

div.commtext {	
	padding: 5px;
	margin-left: 3.5em;
	height: 100%;
}

div.commtext h4.author {
	margin-top: 2px;
}

h3.comments {
	font-size: 1.8em;
	color: #989898;
	margin-top: 10px;
	margin-left: 5px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
}

.inlink {
	font-size: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	padding: 0;
	border-top: 1px dashed #e1e1e1;
	border-bottom: 1px dashed #e1e1e1;
	background: #fff url('img/quote.gif') no-repeat top left;
	margin-left:10px; margin-right:5px; margin-top:10px; margin-bottom:5px
}

blockquote p{
	color: #777 !important;
	padding: 0 0 0 10px;
	margin: 0 0 0.3em;
	font-style: italic;
}

div.comment p a:link, div.comment p a:visited {
	color: #56b2ec;
	border-bottom: 2px solid #b4e0fc;
}

div.comment p a:hover, div.comment p a:active, div.comment p a:focus {
	color: #fff;
	background-color: #FFDFED;
	border-bottom: 2px solid #81c9f7;
}

div.comment code {
	font-family: "Courier New", Courier, monospace;
	color: #919191;
	padding: 2px;
	display: block;

}

div.comment pre {
	overflow: auto !important;
	overflow: scroll;
	min-height: 35px;
	font-size: 1em !important;
	font-size: 0.85em;
	width: 334px;
	border-bottom: 1px dotted #D5D5D5;
	border-top: 1px dotted #D5D5D5;
	background: #ECECEC;
}
