/*------------------Vinthai Ulagam---------490A3D---------------*/
::selection {
	background: #490A3D;
}
#header-wrapper,
#topheader{
	background: #490A3D;
}
#footer-widgets{
	border-top: 6px solid #490A3D;
}
.pagination {
    height: 20px;
    margin:0;
}
.page-count{
	color: #490A3D;
}
.pagination span, .pagination a {
    color: #fff;
    background: #490A3D;
}
.pagination a:hover, .pagination .current {
     background: #33062a;
}
#commentSubmit {
    color: #fff;
    background: #490A3D !important;
}
#commentSubmit:hover { background: #33062a !important;}
.read-more{
	float: right;
	padding: 3px 6px;
	color: #fff;
	background: #490A3D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.read-more:hover{
	background: #33062a;
	color: #fff;
}
