/* Enter Your Custom CSS Here */
.entry-content
{
	text-align:justify !important;	
	width : 93%;
}

.vn-main-header h1
{
	font-size:40px !important;
	font-weight:bold;
}

.entry-content p
{
	font-size:15px;
	
}

/*change footer color*/
.site-footer {
    /*background: #003300 !important;*/
		/*background: #bb141a !important;*/
	
	background: #f4f4f4!important;
    }

/* Change Menu Text Color*/
#vn-site-navigation.vn-theme-color .vn-menu > ul > li > a
{
	color: #990000 !important;
	font-size: 18px !important;
}

/* Change Site Title "UBINIG"*/
.vn-header.vn-white a
{
	font-weight:bold;
}

/* Provides Underline on Site Title*/
.vn-site-title a
{
	text-decoration:underline  #990000 !important;
}

.vn-site-description {
    font-size: 16px !important;
    font-style: normal !important;
    
}

/*front page heading h3 edit*/
.vn-post-title a:hover{
	color: #990000 !important;
}

/* front page h3 |= */
.vn-big-title a:hover
{
	color: #990000 !important;
}

.vn-post-content a:hover
{
	color: #990000 !important;
}

.entry-content a
{
	color : #000000 !important;
}

.vn-main-navigation.vn-theme-color .vn-menu > ul > li > a::after
{
	background: #990000 !important;
}

/*Footer Title*/
.vn-footer-block .widget-title {
        color: #990000 !important;
}

/* footer li */
.vn-contact-info ul li {
    
    color: #900;
}

/* Line under category heading front page*/
.vn-block-title span::before, .widget-area .widget-title span::before
{
	background : #900 !important;
}

/*footer copyright text*/
#vn-colophon a
{
	color : #900 !important;
}

#vn-colophon
{
	color : #900 !important;
}

.vn-read-more
{
	background : #900 !important;
}

.entry-post-info .entry-date
{
	background : #900 !important;
}


