/*
Theme Name: Hueman_cbemol-1
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: Administrator
*/
/* Your awesome customization starts here */
/* Page Title */
.page-title  {
	background-color: whitesmoke;
	width: 100%;
}
/* fonts */
.page-title h1 {
	font-size: 1.75em;
}
/* Page content */
.main p, td, li {
	color: #eff;
}
.entry h2,h3 {
	font-size: 1.20rem !important;
	color: #fcfcfc;
	line-height: 1.4em;
}
.entry p {
	font-size: 1.00rem;
	line-height: 1.4em;
}
.entry a {
	color: cyan;
}
.entry a:hover {
	color: blue;
}
.entry dd, dt, ol, ul, li  {
	font-size: 1.00rem!important;
	line-height: 1.4em;
}
.entry td {
	font-size: 1.0em;
}
.alt td{
	color: #eff;
}
/* backgrounds */
.entry {
	background-color: #888
}
.alt {
	background: #888!important; 
}
.main-inner {
	background-color: #888;
}
.nav-container {
	background-color: #888;
}
/* sidebar */
.sidebar-content {
	background-color: whitesmoke!important;
}
.sidebar-content p {
	color: #333;
}
.sidebar-content a {
		color: blue;
	}
.sidebar-content a:hover {
	color: blueviolet;
}
