/*  MICROTHEMER STYLES  */


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

/** General >> Primary menu **/
#primary-menu {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

/** General >> Author Details **/
.entry-header .entry-meta {
	text-transform: uppercase;
}

/** General >> Homepage article title **/
.entry-title a {
	font-size: 38px;
	line-height: 46px;
}

/** General >> Category links **/
.cat-links {
	margin-top: 30px;
	margin-bottom: 50px;
}

/** General >> Nav previous **/
.nav-previous {
	font-size: 22px;
}

/** General >> Nav next **/
.nav-next {
	font-size: 22px;
}

/** General >> About the Author **/
.saboxplugin-wrap {
	background-color: rgb(110, 110, 110);
}

/** General >> Author description **/
.fn p {
	color: rgb(255, 255, 255);
}

/** General >> Author Name **/
.saboxplugin-authorname {
	color: rgb(0, 0, 0);
}

/** General >> Inside article **/
.inside-article {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/** General >> Page title **/
.page-title {
	text-transform: capitalize;
}

/** General >> Cat links **/
.cat-links {
	margin-bottom: 20px;
}

/** General >> Tags links **/
.tags-links {
	margin-bottom: 30px;
}

/*= Content =================== */

/** Content >> Author description text **/
.saboxplugin-desc p {
	color: rgb(255, 255, 255);
}
