#comment-form { 
	width:320px;
	margin-bottom:30px;
	display:block;
	float:left;
}
#recaptcha_widget_div {
	margin-left:-3px;
}
.numComments {
	width:50px; line-height:28px; padding-bottom:10px;
	text-align:center;
	color:#fff!important; font-size:16px;
	background:url(../images/comments.png) top left no-repeat;
	position:absolute; top:0; right:0;
}
	.numComments a {
	color:#fff!important; font-size:16px;
}
.short-article {
	position:relative;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	*padding-bottom: 20px;
}
.short-article .read-more {
	text-align:left;
	width:100%;
	margin-top: -15px;
}
	.short-article h3 {
		margin-bottom: 2px;
	}
	.short-article h3 a:hover {
		color: #999;
	}

form div {
	clear:both;
	position:relative;
	margin:0 0 10px;
}
label { 
	cursor:pointer;
	display:block;
}
input[type="text"], textarea { 
	width:312px;
	border:1px solid #999;
	padding:5px!important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
input[type="text"]:focus {
	border-color:#777;
}

/* submit button */
input[type="submit"]        { cursor:pointer;border:1px solid #999;padding:5px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#eee; }
input[type="submit"]:hover,
input[type="submit"]:focus  { border-color:#333;background:#ddd; }
.clearer { clear:both; }
#captcha-img {
	margin-bottom:10px;
}
/* home news snippet */
#homeNews {
	margin-top: 20px;
	padding:0px 0px;
	background-image: url(../images/news_snip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*background-position: left 20px;
	margin-bottom: 40px;
}
#homeNews .date {
	width:100px;
	line-height:32px;
	padding-left:20px;
	color:#fff;
	font-weight:bold;
	float:left;
	margin-right:20px;
}
#homeNews .snippet {
	width:420px;
	line-height:32px;
	height:32px;
	padding:0 20px;
	white-space:nowrap;
	overflow:hidden;
	color:#424347;
	font-weight:bold;
	float:left;
	position:relative;	
}
#homeNews .snippet #news {
	width:420px; overflow:hidden;
	white-space:nowrap;
}
#homeNews .snippet span {
	background:url(../images/homeNewsFade.png) top right repeat-y;
	width:75px; height:100%;
	position:absolute;
	top:0; right:10px;
	z-index:99;
	display:block;
}

div.bubble {
	width: auto;
	margin-bottom: 24px;
}
div.bubble.reply {
	margin-left:50px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px 10px 10px 52px ;
	border: 1px solid #c9c2c1;
	background:url(../images/avat.png) 10px 10px no-repeat #fff;
}
div.bubble.sample-magic blockquote {
	background:url(../images/sample-avat.png) 10px 10px no-repeat #fff;	
}

div.bubble blockquote p {
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 35px;
	top: 5px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
