/*  MICROTHEMER STYLES  */


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

/** General >> Paragraph:(1) link **/
.menu-other-guides-container > p:nth-of-type(1) > a {
	color: rgb(51, 117, 173) !important;
}

/** General >> Paragraph link **/
p a {
	color: rgb(51, 122, 183) !important;
}

/** General >> Toc link **/
.toc_list a {
	color: rgb(51, 117, 173) !important;
}

/** General >> Widget link **/
.widget a {
	color: rgb(51, 122, 183) !important;
}

/** General >> Widget title _3 **/
.widget-title {
	font-size: 22px !important;
	line-height: 18px !important;
}

/** General >> Menu item 1454 link **/
#menu-item-1454 a {
	color: rgb(51, 117, 173) !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
}

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

/** General >> Post title **/
.post-title {
	padding-bottom: 5px !important;
	margin-top: 1px !important;
	margin-bottom: 5px !important;
}

/** General >> Menu item 1454 link _2 **/
#menu-item-1454 > a {
	font-size: 15px !important;
	line-height: 1.8 !important;
}

/** General >> Site title link **/
.site-title a {
	color: rgb(51, 117, 173) !important;
}

/** General >> Entry content link **/
.entry-content a {
	color: rgb(51, 117, 173) !important;
}

/** General >> Time **/
#comments time {
	color: rgb(12, 58, 69) !important;
}

/** General >> Main **/
#main {
	margin-top: -25px !important;
}

