/*
Theme Name: Suffusion Child
Description: Child theme for the Suffusion theme
Author: MenSparkle
Template: suffusion
*/

@import url("../suffusion/style.css");



/* ========== standard templete for MP, FY, HMF ========== */


/* ===== position, space, gap, font size settings ===== */


/* prevent words from moving the right side of pix */
.floatstop {
        clear: both;
        padding-left: 0;
        width: 100%;
}


/* move post and image to the middle position of content */
.entry,
.non-wp-entry {
	padding: 15px 0 5px 0;
	clear: both;
	font-size: 116%;
	line-height: 1.6em;
	margin-bottom: 1em;
	overflow: hidden;
}


/* make image responsive */
img {
        max-width: 100%;
        width: 100%;
        height: auto;
}


/* make text look dark and clear */
p { text-shadow: transparent 0px 0px 0px, rgba(0,0,0,0.68) 0px 0px 0px !important; 
}


/* customize search submit button */
.searchform input[type="submit"].searchsubmit {
	background:url("../suffusion/images/search-button-rblue.png") no-repeat scroll 0pt 0pt transparent;
}


/* comments align to right */
.postdata .comments {
	padding-right: 0;
	float: right;
}


/* post tags start in the new line */
.postdata .tags {
	clear: both;
	max-width: 100%;
	text-align: left;
}


/* modify title font size in sidebar */
.suf-widget h3 {
        font-size: 14px;
}


/* modify font size and gaps in sidebar */
#sidebar.right a {
        font-size: 14px;
	line-height: 23px;
}
#sidebar.right p {
        font-size: 14px;
}


/* change gaps, font size of categories, tags under post title */
.postdata a, .postdata a:visited {
    color: #0A11F2;
	font-size: 15px;
	margin-left: 15px;
	line-height: 30px;
}


/* set margin and font size for page number */
a.page-numbers, span.page-numbers.current {
    font-size: 15px;
    margin-left: 8px;
}


/* change header margin bottom */
#header {
	min-height: 55px;
	padding: 8px 0;
}


/* change main content margin top */
#content {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}


/* change post border and margin bottom */
.post, article.page {
    border: 0px solid #c0c0c0;
    background: #FFF;
    padding: 15px;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}


/* change sidebar margin top */
#sidebar, #sidebar-b,
#sidebar-2, #sidebar-2-b {
	margin-top: 15px;
	width: 265px;
	color: #666666;
	line-height: 160%;
}


/* change sidebar margin bottom */
.dbx-box {
    margin: 0 0 15px 0;
    padding: 0;
    clear: both;
}



/* ===== color settings ===== */


/* change wrapper border color */
#wrapper {
    width: 895px;
    margin: 20px auto;
    position: relative;
    border: 1px #242424;
    background-color: #242424;
    padding: 15px;
}


/* change sidebar background color */
.dbx-content, .dbx-handle {background: #D7D7D7;}


/* change page navigation bar background color */
.page-nav, .suf-page-nav {background: #D7D7D7;}


/* change comment title background color */
h3.comments, h3#respond, h3.respond, #reply-title {
background-color: #D7D7D7; }


/* change comment body background color */
.commentlist li.comment, .commentlist li.pingback, .commentlist li.trackback {
background-color: #D7D7D7; }


/* change the color of posted by author on date */
span.author {
    float: left;
    display: inline-block;
    color: #454545;
    padding-top: 2px;
    max-width: 250px;
    line-height: 33px;
}


/* change the color of page navigation */
.page-nav a, .page-nav a:visited {
    color: #0A11F2;
    text-decoration: none;
}



/* ===== individual settings for MP ===== */


/* comments margin */
.postdata .comments {
    padding-right: 0;
    float: right;
    line-height: 33px;
}


/* remove space of pictures of Hot Scenes */
#text-41 .dbx-content {
        padding: 0;
}

/* change font size of About MenSparkle */
#text-25 .textwidget p {
        font-size: 14px;
}


/* avoid social icon fill the container on sidebar */
.snicon {
    object-fit: snicon;
    width: 30px;
    height: 30px;
}
