/*  MICROTHEMER STYLES here  */


/*= General =================== */

/** General >> Category link **/
.category a {
	color: rgb(127, 127, 127) !important;
}


/** General >> Cwp widget 2 **/
#cwp-widget-2 {
	color: rgb(119, 119, 119) !important;
}


/** General >> Widget title **/
.widget-title {
	font-family: Arial !important;
	color: rgb(83, 81, 81) !important;
	font-weight: 700 !important;
}


/** General >> Share your problem, complaint or comment **/
#reply-title {
	color: rgb(0, 0, 0) !important;
}


/** General >> Comment body paragraph **/
.comment-body p {
	color: rgb(44, 44, 44) !important;
}


/** General >> Header container **/
#header > .container {
	color: rgb(234, 234, 234) !important;
}


/** General >> Logo **/
.logo {
	padding-top: 0px !important;
	padding-bottom: 5px !important;
}


/** General >> Main _2 **/
#main {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}


/** General >> Entry link **/
.entry a {
	color: rgb(46, 119, 215) !important;
}


/** General >> Entry heading 2 **/
.entry h2 {
	font-size: 28px !important;
	padding-top: 3px !important;
	padding-bottom: 10px !important;
}


/** General >> Entry box **/
.entry-box {
	margin-top: 5px !important;
}


/** General >> Post heading 1 **/
.post h1 {
	font-size: 30px !important;
}


/** General >> Entry heading 3 **/
.entry h3 {
	font-size: 22px !important;
	padding-top: 5px !important;
}

