/*
Theme Name: QuickChic
Theme URI: https://www.quickonlinetips.com/projects/quickchic-wordpress-theme/
Description: 2-columns clean, lightweight, minimalistic, widget ready, SEO optimized, fast loading, easy to customize WordPress theme.
Version: 1.5.6
Author: QuickOnlineTips
Author URI: https://www.quickonlinetips.com/
Tags: two-columns, right-sidebar, threaded-comments, sticky-post, custom-background
Text Domain: quickchic
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
QuickChic WordPress Theme, Copyright 2018 QuickOnlineTips.com
QuickChic is distributed under the terms of the GNU GPL

*/


/* Begin Typography &amp; Colors
------------------------------------- */

body {
    font-size: 75%;
    font-family: arial, sans serif;
    background: #fff;
    color: #333;
    border-top: 10px solid #C32364;
}

#page {
    background-color: white;
    text-align: left;
}

#header {
    padding: 5px 15px;
    /*border-bottom: 2px dotted #C32364;*/
}

#header-responsive {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

#content {
    font-size: 1.3em;
    background: #fff;
}

.narrowcolumn .entry {
    line-height: 1.6em;
}

.narrowcolumn .postmetadata {}

.alt {
    background: #f3f3f3;
}

#footer {
    background: #fff;
    border: none;
}

small {
    font-size: 0.9em;
    line-height: 2em;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    font-family: arial, sans serif;
}

#content h1 {
    font-size: 1.8em;
    text-align: left;
}

#header td {
    font-size: 1.1em;
}

#header h1 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.blogtitle {
    font-size: 1.6em !important;
    text-align: left;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0;
    font-family: arial, sans serif;
}

.description {
    padding: 5px;
    color: #333;
    font-size: 1.1em;
    text-align: left;
}

h2 {
    font-size: 1.8em;
    text-align: left;
}

h2.pagetitle {
    font-size: 1.6em;
}

#sidebar h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.3em;
}

#header h1,
h1 a,
h1 a:hover,
h1 a:visited {
    text-decoration: none;
    color: white;
}

h1,
h1 a,
h1 a:visited {
    text-decoration: none;
    color: #333;
}

h1 a:hover
{
    text-decoration: none;
    color: #C32364;
}

h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited {
    color: #333;
}

h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
#sidebar h2,
#sidebar h4,
#wp-calendar caption,
cite {
    text-decoration: none;
}

h2 a:hover {
    color: #333 !important;
    text-decoration: none;
}

.commentlist li,
#commentform input,
#commentform textarea {
    font-size: 1em;
}

.commentlist li {
    font-weight: normal;
}

.commentlist cite,
.commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.4em;
    text-transform: none;
}

#commentform p {
    font-size: 1.1em;
}

.commentmetadata {
    font-weight: normal;
}

small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
    color: #777;
}

pre {
    font: 1em 'Courier New', Courier, Fixed;
    color: #666;
    background: #F8F8F8;
    padding: 5px;
    line-height: 1.5em;
    border: 1px solid #ddd;
    overflow-x: auto;
    /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    /* width: 99%; */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
    color: #666;
    padding: 0 2px;
    background: #fff;
    line-height: 1.5em;
    overflow: auto;
}

acronym,
abbr,
span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

a,
a:visited,
h2 a:hover,
h3 a:hover {
    color: #C32364;
    text-decoration: none;
}

a:hover {
    color: #C32364;
    text-decoration: underline;
}

.entry a {
    text-decoration: none;
}

.entry a:hover {
    text-decoration: underline;
}

#sidebar a:hover {
    text-decoration: underline;
}

.sticky {}


/* Begin Structure
------------------------------------- */

body {
    margin: 0 0;
    padding: 0 0;
}

#page {
    background-color: white;
    margin: 0 auto;
    padding: 0 30px;
    width: 920px;
    max-width: 1039px;
}

#header {
    margin: 0 0px;
    padding: 5px;
}

#header a {
    color: #333;
    text-decoration: none;
}

#header a:hover {
    color: #C32364;
    text-decoration: none;
}

.narrowcolumn {
    float: left;
    padding: 0 0 20px 20px;
    margin: 0px 0 0;
    width: 540px;
    background: #fff;
}

.post {
    margin: 0 0 40px;
    text-align: left;
}

.post hr {
    display: block;
}

.entry {
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.entry p {}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.postmetadata {
    clear: left;
}

#footer {
    color: #333;
    padding: 20px 5px;
    font-size: 1.2em;
    margin: 20px auto 10px auto;
    width: 100%;
    clear: both;
    border-top: 1px dotted #C32364;
}

#footer p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 60px;
}


/* Begin Headers
------------------------------------- */

#content h1 {
    margin: 30px 0 0 0;
}

h2 {
    margin: 30px 0 0;
}

h2.pagetitle,
h2.pagetitle {
    margin-top: 20px;
    text-align: center;
}

#sidebar h2 {
    margin: 10px 0 0;
    padding: 0;
}

#sidebar h4 {
    margin: 25px 0 0;
    padding: 0;
}

h3 {
    padding: 0;
    margin: 30px 0 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px;
}


/* Begin Images
------------------------------------- */

p img {
    padding: 0;
    max-width: 100%;
}

.entry img {
    padding: 5px;
    height: auto;
}

.rssicon {
    vertical-align: middle;
    border: 0;
    padding-right: 5px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.thumb {
    float: left !important;
    margin: 10px 5px 0 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}


/* Begin Lists
------------------------------------- */

html&gt;
body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 20px;
    padding-left: 10px;
}

html&gt;
body .entry li {
    margin: 2px 0 2px 10px;
}

.entry ol {
    padding: 0 0 0 20px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.entry td {
    padding: 5px;
    border: 1px solid #DDD;
}

.postmetadata ul,
.postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul,
#sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul p,
#sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul,
#sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
    margin: 6px 0 0;
    padding: 0;
}


/* Begin Form Elements
------------------------------------- */

#searchform {
    margin: 8px 0;
    padding: 5px 3px;
    text-align: left;
}

#searchform input {
    border: 1px solid #CCC;
}

#searchform #s {
    width: 180px !important;
    padding: 2px;
}

#searchsubmit {
    cursor: pointer;
    background: #0E337D;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 3px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
}

.screen-reader-text {
    display: none;
}

.formbutton {
    cursor: pointer;
    border: solid 1px #ccc;
    background: #C32364;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    border: 1px solid #CCC;
}

#commentform textarea {
    width: 90%;
    padding: 2px;
    border: 1px solid #CCC;
}

#commentform #submit {
    background: #C32364;
    padding: 7px;
    font-size: 0.9em;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    border-radius: 8px;
    -moz-border-radius: 8px;
}


/* Begin Comments
------------------------------------- */

.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    margin: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    display: none;
}

.commentmetadata {
    margin: 0;
    display: block;
}

img.avatar {
    float: left;
    margin: 0;
    padding: 0 4px 0 0;
    vertical-align: middle;
}

#respond {
    margin-bottom: 20px;
}

#reply-title a {
    color: #C32364 !important;
}

.bypostauthor {
    background: #FFF8FE !important;
}

ol.commentlist li div.comment-meta {
    font-size: 9px;
    margin-bottom: 10px;
}

ol.commentlist li div.comment-meta a {
    color: #999 !important;
}

ol.commentlist li div.comment-meta a:hover {
    color: #06c !important;
    text-decoration: underline;
}

ol.commentlist li p {
    font-size: 1em;
    margin: 0 0 1em;
}

ol.commentlist li ul {
    font-size: 1em;
    margin: 0;
}

ol.commentlist li ul li {
    font-size: 1em;
    list-style: square;
    margin: 0;
}

ol.commentlist li ol li {
    font-size: 1em;
    margin: 0;
    list-style: upper-roman;
}

ol.commentlist li div.reply {
    font-size: 1em;
}

ol.commentlist li div.reply a {
    text-decoration: none;
    padding: 5px;
}

ol.commentlist li ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

ol.commentlist li.comment {
    border: 1px solid #d5d5d5;
    padding: 1em;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
    background: #f9f9f9;
}

ol.commentlist li ul.children li.depth-2 {
    list-style: none;
    border-left: 1px solid #ccc;
    margin: 0 0 .25em .25em;
}

ol.commentlist li ul.children li.depth-3 {
    list-style: none;
    border-left: 1px solid #ccc;
    margin: 0 0 .25em .25em;
}

ol.commentlist li ul.children li.depth-4 {
    list-style: none;
    border-left: 1px solid #ccc;
    margin: 0 0 .25em .25em;
}

.commentlist table td {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
}

dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0 ;
	outline: 0;
    padding: 0;
    vertical-align: baseline;
}

dt {
    font-weight: bold;
    padding-top: 5px;
}

dd {
    padding-bottom: 15px;
}


/* Begin Sidebar
------------------------------------- */

#sidebar {
    padding: 25px 0 10px 20px;
    margin: 0px 0 10px 0px;
    float: right;
    width: 300px;
    background: #fff;
    font-size: 1.1em;
    border-left: 4px dotted #f3f3f3;
    overflow: hidden;
}

#adbox {
    text-align: center;
    padding: 5px;
    margin: 0 0 5px 0;
    background: #ffffff;
    border: 1px solid #ddd;
}

#sidebar_low {
    clear: both;
}

#l_sidebar {
    width: 170px;
    float: left;
    padding: 5px;
    border: 1px solid #DDD;
    background: #f6f6f6;
}

#r_sidebar {
    width: 170px;
    float: right;
    padding: 5px;
    background: #f6f6f6;
    border: 1px solid #DDD;
}

#sidebar form {
    margin: 0;
    margin-top: 18px;
}


/* Begin Tags &amp; Classes
------------------------------------- */

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 3px solid #CCC;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 1em;
}

.mainnav a {
    background: #C32364;
    color: #FFF !important;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}


/* Captions
------------------------------------- */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

#content .gallery {
    margin: 0 auto 18px;
}

#content .gallery .gallery-item {
    float: left;
    margin-top: 5px;
    text-align: center;
    width: 33%;
}

#content .gallery img {
    border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
    color: #888;
    font-size: 11px;
    margin: 0 0 12px;
}

#content .gallery dl {
    margin: 0;
}

#content .gallery img {
    border: 0px solid #f1f1f1;
}

#content .gallery br+br {
    display: none;
}

#content .attachment img {
    /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}


/* Responsive Design
------------------------------------- */

@media screen and (max-width: 820px) {
    body {
        background: #FFF;
    }
    body.custom-background {
        background-color: #FFF !important;
    }
    #page {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }
    #menu-header {
        margin: 0;
    }
    #header {
        display: none;
    }
    #header-responsive {
        display: block;
    }
    .narrowcolumn {
        float: left;
        display: block;
        padding: 5px;
        margin: 5px;
        width: 95%;
        background: #fff;
        clear: right;
    }
    #sidebar {
        float: none;
        display: block;
        padding: 5px;
        margin: 5px;
        width: 95%;
        background: #fff;
    }
}

/*++++++++++++ Custom Section ++++++++++++++++*/

/* Embedded Lists Style */
ul ol li {
    list-style: outside none lower-alpha;
}

/* To Hide Comments */
div#respond {
	display: none;
}

/* To Resize Images in Posts */
.narrowcolumn img {
    max-width: 580px;
}

/* Hide Bottom Links Div */
div.super, .imgP1 {
    display: none;
}

/* Format Layout */
#sidebar {
	font-family: verdana, Sans-Serif;
	padding: 13px 10px 13px;
	width: 265px;
	background: #7AB6FF;
	font-size: 1.2em;
	border-left: 3px dotted #ddd;
}
#page {
	width: 970px;
	/* margin-top: 100px; */
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 580px;
}
.narrowcolumn .entry {
	padding-top: 3px;
}
#footer {
	width: 940px;
	background-color: #BF9E5F;
}

/* Ads Zone Format */
.w2 a, .w2 a:hover, .mL4 * {
	color: #333;
	/*cursor: default;*/
}



.stepUp15, li.stepUp15 {
	margin-top: -1.39em;
	margin-bottom: 10px;
	position: relative;
	/*background-color: #67abff;*/
}
.stepUp35 {
	margin-top: -2.5em;
}
.stepImg
{
	margin-top: 15px;
}

.step30, .step20
{
	margin-top: 2em;
}

h6 
{
	font-size: 1em;
}

/* Underline to OutBound Links */
#linked a {
	text-decoration: u;
	text-decoration: underline;
}

/* Site Links Style */

span#input {
	display: none;
}

/* List Style */

ol li, ul li {
	padding-left: 3px;
	padding-bottom: 5px;
}
ol li ul li, ol ul li {
	padding-top: 0px;
	list-style: circle;
}

/* Removed Wrong Spaced li */
li {
	text-align: left;
}

/* Center Main Post Images */
div.intro + div {
	text-align: center;
}

/* Hide Comments List */ 
ol.commentlist, h3#comments {
	display: none;
}

/* Format Unordered Lists */
ul li {
	list-style: circle;
}

/********* Buttons Image Rollover Style *************/
a.rollover {        
	display: block;        
	width: 277px;        
	height: 42px;        
	text-decoration: none;        
	background: url("https://dg139.s3.amazonaws.com/buttons/tutorialforlinuxButtons.png");
	color: #fff;
	text-align: center;
	line-height: 40px;   
	float: right;
	margin: 5px 5px;
	font-size: 1em;
	font-family: verdana, sans-serif;
}
a.rollover:hover {        
	text-decoration: none;   
	background-position: -277px 0;  
	line-height: 40px;      
}
a.rollover:active {        
	text-decoration: none;   
	background-position: -554px 0;  
	line-height: 40px;      
}
a.rollover.first, a:visited.rollover.first, a:hover.rollover.first {
	margin-top: 1.3em;
	color: #fff;
}
a.rollover-side {        
	display: block;        
	width: 240px;        
	height: 42px;        
	text-decoration: none;        
	background: url("https://dg139.s3.amazonaws.com/buttons/tutorialforlinuxButtons2Side2.png");
	color: #fff;
	text-align: center;
	line-height: 40px;   
	margin: 2px 5px;
	font-size: 1.2em;
	font-family: verdana, sans-serif;
}
a.rollover-side-orange {        
        display: block;        
        width: 240px;        
        height: 42px;        
        text-decoration: none;        
        background: url("https://dg139.s3.amazonaws.com/buttons/tutorialforlinuxButtonOrange.png");
        color: #fff;
        text-align: center;
        line-height: 40px;   
        margin: 5px 5px;
        font-size: 1.3em;
	font-family: verdana, sans-serif;
}
a.install-orange-button {        
        display: block;        
        width: 240px;        
        height: 42px;        
        text-decoration: none;        
        background: url("https://dg139.s3.amazonaws.com/buttons/tutorialforlinuxButtonOrange.png");
        color: #fff;
        text-align: center;
        line-height: 40px;   
        margin: 5px 5px;
        font-size: 1.2em;
        font-family: verdana, sans-serif;
}
a.rollover-side:hover {        
	text-decoration: none;   
	background-position: -240px 0;  
	line-height: 40px;      
}
a.rollover-side:active {        
	text-decoration: none;   
	background-position: -480px 0;  
	line-height: 40px;      
}
#sidebar a.rollover-side:hover {
    text-decoration: none;
}
#sidebar a.rollover-side.first {
    margin-top: 20px;
}

.displace {        
	position: absolute;        
	left: -5000px;         
}

/********** Style for Slick Social Plugin *********/
ul#nav-dcssb li {
    list-style: none outside none;
}

.mL4.fxL * {
    font-size: 14px;
    font-weight: normal; 
    margin-left:.1em;
    margin-right: -.1em;
}

.w2 a, .w2 a:hover {
    font-size: 1em;
    line-height: 18px;
    /*text-decoration: none;*/
    font-weight: normal;
}

.w2.z490.stepUp58e {
    margin-left: .2em;
    margin-top: -.2em;
    z-index: 1;    
    position: absolute;
    top: 2px;
/*  line-height: .8em;
    width: 238px;
    top: 40px;
    right: 60px;*/
}

p {
    clear: both;
}

.ngfb-buttons * {
    float: left;
    margin-right: 10px;
}

ul.ulInside {
    margin-top: -16px;
}

#sidebar ul li {
    padding-top: 0;
}

li.liComp {
    padding-top: 0;
}
ol.liComp li, ul.liComp li, ol li.liComp, ul li.liComp {
	padding-bottom: 0;
	font-size: .9em;
	line-height: 1.3em;
}

.spe_link > a {
    font-weight: bold;
}

.introPenguin {
    padding-bottom: 49px;
    margin-top: 49px;
}

.clearBoth {
    clear: both;
}

ol ul ol img, ol ol ol img, ul ol ul img, ul ol ol img, ol ul ul img, ol ol ul img {
    max-width: 500px !important;
} 

.floatLeft {
	float: left;
}

.repgo1 {
        margin-top: -.2em;
}

/* NGFB Buttons Style */

.ngfb-buttons * {
    margin-right: 3px;
}

/* Search Box Description */
#searchDesc {
	margin-left: 0px;
	/* background: #6C61BF; */
	padding: 2px 5px 2px 5px;
	/* color: #FF9B03;*/
	font-size: .7em;
	width: 247px;
}

/* SideBar Top Buttons */
#sideTopButtons {
	margin-top: 8px;
}

/* Site Slogan */
#slogan h1 {
	color: #C20B0D;
	font-size: 1.84em;
	line-height: 1.39em;
	font-family: verdana;
	text-align: center;
}

.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}

/* Replace top share */
.mashsharer-box {
	padding-left: 100px;
}
.mashsharer-sharetext {
        display: block;
        margin-top: -8px;
}
div#content {
	clear: both;
}

/* Page h1 style */
#content h1.page {
  font-size: 1.66em;
  margin: 5px;
}

/* Goople Plus One Button Style */
.wp_plus_one_button {
	padding-top: 13px;
	padding-left: 8px;
}

/* Linux Torvald Video */
div#linusVideo {
    margin-left: 7px;
    margin-top: 940px;
    text-align: center;
}

div.blockButtons {
	margin-top: -18px;
}

/* New Style */
w2 a, w2 a:hover {
	font-size: 10px;
	color: #333;
}

.mL4.fxL * {
     font-size: 14px;
     font-weight: normal;
     line-height: 19px;
     color: #333;
}

/* Hide SyntaxHighlighter Toolbar */
div.toolbar {
	position: relative;
	display: none;
}

/* Images into double List */
.narrowcolumn li li img {
  max-width: 526px;
}

/* Restore Top Margin on Pages */
body.page-template-default #sidebar {
  margin-top: 0;
}

/* Fix Title Margin on Pages */
body.page-template-default .narrowcolumn {
  margin-top: 13px;
}

/* Top Title on Home Page */
h1.page-with-shares {
	padding-top: 0px !important;
}

/* Post Bottom Social Share Buttons */
.ngfb-content-buttons {
	margin-top: 70px;
}

/* li bold steps */
li strong, li b {
	font-size: 1.04em;
}

/* Terminal Notice Style */
span.notice {
	font-size: 13px;
}

/* Posts Title */
#content .post h1 {
	font-size: 1.39em;
	margin-top: 20px !important;
}

/* Infolinks */
#topInfolinks {
	/*margin-top: -20px;*/
}
.entry > div#bottomInfolinks {
  margin-top: -80px;
}
ol {
	margin-bottom: 50px !important;
}

/* ngfb-buttons style */
.fb-like.facebook-button {
  margin-top: 19px;
}
.twitter-button {
  margin-top: 19px;
}
.stumble-button.stumbleupon-button {
  margin-top: 21px;
}
.tumblr-button {
  margin-top: 14px;
}

a.rollover:visited {
	color: #eee;
}

/*** Ads Section Style ***/
.mL4.fxL {
       /* margin-top: -1.5em;*/
	line-height: 2em;
}

.home h1 {
	margin-left: -45px !important;
	width: 670px;
}

#searchsubmit {
	font-size: .8em;
}

.step30i {
	margin-top: 30px !important;
}

/****** Best Software Table Style ********/
#software {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#software td, #software th {
    font-size: 1em;
    border: 1px solid #649afc;
    padding: 3px 7px 2px 7px;
}

#software th, #software th li a {
    position: relative;
    font-size: 1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: trasparent;
}

#software th li a {
    font-weight: normal;
}

#software {
	background-color:  #649afc;
}

#software tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}


#software span.title {
    position: absolute;
    top: -5px;
}

div#softwareTable {
    margin-right: 16px;
}

/****** Home Page Citations Style ********/
div#citationHome {
    width: 490px;
    padding-left: 50px;
}

/*** Replacing VMware Troubleshooting Ads ***/
div#vmwtroubleshooting {
  margin-top: 1.5em;
}

/*** Home Page Citations Style ***/
#citationHome > p {
  padding-top: 13px;
}

/*** Software Table ***/
#software {
  margin-top: 20px;
}

.entry ol li.step30 {
    margin-top: 30px;
}

.entry ol li.step20 {
    margin-top: 20px;
}

/** Syntax pre Tag Style **/
.syntaxhighlighter.nogutter.bash {
  width: 640px !important;
}
ol ul li .syntaxhighlighter.nogutter.bash,
ol ol li .syntaxhighlighter.nogutter.bash {
  width: 600px !important;
}

/***************** Google-Chrome CSS Style Section ****************/

@media screen and (-webkit-min-device-pixel-ratio:0) {

body {
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
}

.repgo1 {
        margin-top: -.2em;
}

li + li .repgo1 {
        margin-top: -.2em;
}

:not(li) > div.stepUp15 div.repgo1 {
        margin-top: -.2em;
}

.mL4.fxL * {
   font-size: 14px;
   font-weight: normal; 
}

.w2.z490.stepUp58e {
        z-index: 1;
        position: absolute;
        top: 3px;
        /*width: 238px;
        line-height: .8em;
        right: 60px;
        top: 40px;*/
}

ol li, ul li {
        padding-top: 20px;
}

.w2 a, .w2 a:hover {
    font-size: 1em;
    line-height: 18px;
    /*text-decoration: none;*/
    font-weight: normal;
}

}

/* ######### End Google-Chrome Style ######## */

/* ####### CSS Override New Template 08346C Posts Bkg ######## */
#sidebar {
    background: #649afc none repeat scroll 0 0 !important;
}

a.rollover {
background: rgba(0, 0, 0, 0) url("https://dg139.s3.amazonaws.com/buttons/tutorialforlinuxButtons.png") repeat scroll 0 0;
color: #eee;
}

a.rollover.first, a.rollover.first:visited, a.rollover.first:hover {
color: #eee;
}

#sideTopButtons a, #sideTopButtons a:hover, .blockButtons a, .blockButtons a:hover {
color: #eee;
}

h2 a:visited,
h3 a:visited,
h4 a:visited  {
	color: #aaa !important;
}

#page {
	background-color: #3b5594;
}

#content {
	background: #3b5594 none repeat scroll 0 0;
}

.mL4.fxL * {
	color: #333;
}
ol .mL4.fxL * {
        color: #333;
}

a, a:visited, h2 a:hover, h3 a:hover {
        color: #333;
        /*text-decoration: none;*/
}

ol a, ol a:visited, 
ol h2 a:hover, ol h3 a:hover {
  color: #333;
}

#sidebar h4, .textwidget {
  color: #333 !important;
  width: 238px;
}

#sidebar a.rollover-side {
	color: #7D4A02;
	font-family: verdana;
	font-size: 1.05em !important;
}

#sidebar a.rollover-side-orange {
	color: #eee;
	text-decoration: none;
}

body {
  background: #0E337D none repeat scroll 0 0 !important;
  color: #333 !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.entry ol {
  background: #8BB5FE none repeat scroll 0 0;
  color: #333;
  padding: 5px 30px 10px 30px;
  width: 678px;
}

ol a {
	color: #333;
}

body.page #page, 
body.page #content {
  background: #649afc none repeat scroll 0 0;
  color: #333;
}

body.page h1,
body.page h2,
body.page h3,
body.page h4,
body.page #content h1 a {
	  color: #333 !important;
}

body.page a, 
body.page a:visited, 
body.page h2 a:hover, 
body.page h3 a:hover {
  color: #333;
}

a[rel="tag"], a[rel="prev"], a[rel="next"] {
  color: #fff;
}

a.rollover {
	background: rgba(0, 0, 0, 0) url("https://dg139.s3.amazonaws.com/buttons/tutorialforlinuxButtons.png") repeat scroll 0 0;
	color: #fff !important;
}

a.rollover.first, a.rollover.first:visited, a.rollover.first:hover {
	color: #fff;
}

/* Size of the Commands Column */
#content.narrowcolumn {
  width: 685px;
}

/* Embeeded Order List */
ol ul ol li {
    list-style: lower-alpha;
}

/* Search Box Info */
span#searchInfo {
    color: #555;
    font-size: 10px;
}

/* Formatting Ad9 Margin */
#ad9 {
    margin-bottom: 30px;
}

/* Formatting Sidebar's H4 */
#sidebar h4 {
    text-align: center;
}

/* Formatting ol Top Margin */
ol {
    margin-top: 20px !important;
}

/* Fomatting SideBar Ad */
div#sideBarAd {
    position: fixed;
    bottom: 0;
    right: -10px;
    text-align: center;
    z-index: 10;
}

/*** New Larger Sizes ***/
#page {
    width: 1024px !important;
}

#content.narrowcolumn {
    width: 685px;
}

.narrowcolumn img {
    max-width: 640px;
}

img#imgFeat {
    margin-left: 10px !important;
}

.narrowcolumn ol img {
    max-width: 640;
}

.narrowcolumn ol ol img {
    max-width: 600;
}

.narrowcolumn li img {
        max-width: 640px;
        margin-right: 30px;
	margin-top: -8px;
}

.post {
    margin-left: -20px;
}
/* Adjusting Paddings Inside the Code Section */
.entry ol {
    padding: 5px 10px 10px 30px;
    width: 549x;
}

/* Home Page */

div.blockButtons {
	margin-right: 70px;
	margin-left: -4px;
	width: 640px;
    
}

div#citationHome {
	padding-left: 5px !important;
}

#citationHome>p {
	width: 490px;
	padding-left: 8px;
}

a.rollover.first {
    margin-left: 28px;
}

a.rollover.first, a.rollover.first:visited, a.rollover.first:hover {
    margin-top: 22px;
}

a.rollover.left.primo {
    margin-right: -5px !important;
}

a.rollover {
    margin-left: 20px;
}

div#citationHome {
    width: 580px;
    padding-left: 50px;
}

/********************/


/** Style for little displays **/
/*
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .entry {
	margin-left: 30px !important;
  }

  h1, h2, h3, h4 {

	max-width: 600px;
 }

}
*/

/** Justification of Titles on Home **/
.page-id-22672 h3 {
    margin-bottom: 10px;
}

#content .post h1 {
    margin-left: 13px !important;
}

ol {
    margin-left: 1px !important;
}

/* Autocomplete Swiftype Search Box Items */
.autocomplete ul li .title {
    width: 175px !important;
    margin-left: 3px !important;
}

.narrowcolumn .entry {
   /* margin-left: 35px;*/
}

/* Re-Centering Ads and Intro Image */
.ad {
    margin-left: -15px;
}
.center {
    margin-left: -15px;
}
/* Centering in Posts */
img#imgFeat {
	margin-left: 20px !important;
}
/* And in Pages */
#page img#imgFeat {
	margin-left: -15px !important;
}

/* Centering Ads Inside ul Lists */
ul ins.adsbygoogle {
    margin-left: -40px !important;
}

/* Fomatting Table Best Linux Software */
table#software * {
    width: 180px;
}
table#software li.liComp {
    margin-left: 49px;
}

/* Formatting Text into ol Lists */
ol p , p {
    width: 600px;
}

/* Centering p */
.home p, .narrowcolumn .entry p {
    margin-left: 20px;
}

/* Correction p in Lists */
ol p {
	margin-left: 0 !important;
}

/* Centering #citationHome p */
.home #citationHome p {
	margin-left: 0;
}

/* Fixing Bottom Margin of 336 Ads */
.center.add, .center.ad {
    margin-bottom: 5px;
    margin-left: auto;
    margin-top: 0px;
}

/* Resizing pre in Embeeded lists */
ol ul, ol ul li, ol ul p,
ul ul, ul ul li, ul ul p {
    width: 540px;
}

li ul ul li, li ul ul li p {
    width: 500px;
}

/* Footer Style */
div#footer {
    text-align: center;
    width: 1005px;
}

#footer h5 {
  margin: 0;
}

/* Sidebar Lists Style */
#sidebar ul ul li, #sidebar ul ol li {
	width: 247px;
}

/* Style for visited Headers */
h2 a:visited, h3 a:visited, h4 a:visited {
    color: #444 !important;
}

/* Centering Intro Image without div */
#page p > img#imgFeat {
    margin-left: 35px !important;
}

/* Ads Style */
.ad {
    margin-bottom: 20px;
}
.ad1 {
    float: left;
}
.ad2 {
    float: right;
}

/* Clearing after Ads Floating */
li, p, h3, h4 {
	clear: both;
}

/* Resizing p to narrow column */
p {
    width: 580px;
    margin-left: 55px !important;
}
.entry ul li {
    width: 535px;
    margin-left: 70px;
}
ol ul li {
    margin-left: -10px !important;
    width: 535px !important;
}

ol ul ul li {
    margin-left: -10px !important;
    width: 500px !important;
}

/* Amending Embedded List Images */
.narrowcolumn ol ol li img {
    max-width: 550px;
}
.narrowcolumn ol ul li img {
    max-width: 550px;
    margin-top: 3px;
}

/* Best Software Table List Margin */
#software ul {
    margin-left: -58px;
}

/* Style Home Page with respoLinks */
div#slogan {
    margin-top: -15px;
}

/* Managing Homepage Links Ads */
div#respoLinksHome {
    height: 80px;
    margin-top: 50px;
    display: block;
}

/* Hide Bottom Hits Count Notice */
div.tptn_counter {
    display: none;
}
/* Replacing Tags */
div#bottomInfolinks {
    margin-top: 5px !important;
}

/* Images on Lists margin */
ol li img {
    margin-top: 3px !important;
}

/* Bottom's img Margin */
img.stepImg {
    margin-left: -30px;
}

/* Paragraph into Lists */
ul p, ol p, ul li p, ol li p {
    margin-left: 0px !important;
}

/* cite author format */
.author {
	text-align: right;
	margin-top: 20px;
	margin-right: -20px;
	font-size: 12px;
}

/* SwiftType Search Notice */
div#swiftype {
    font-size: 9px;
    text-align: right;
}

/* Twitter follow button */
div#twitterButton {
    margin-top: 8px;
    margin-left: 10px;
}

/* Repositioning ul List 236 Ads */
ul li .repgo1 {
    margin-left: 44px;
}

/* Homepage Sharing Buttons */
ul.heateor_sss_sharing_ul * {
    max-width: 50px !important;
}

/* Notice Linux SuperComputing */
.infoSuperC {
    margin-top: 5px;
}

/* Replacing 234 Ad into ul */
ul .repgo1 {
    margin-left: 40px;
}

/* Formatting Embedded Lists */
.entry ol ol, .entry ol ul {
    width: 600px;
}

/* Resizing Home Citations */
.home #citationHome p {
    margin-left: 0;
    width: 550px;
	margin-bottom: -20px;
}

/* Home Headers */
.homeH3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* New Pages Style */
body.page #page, body.page #content {
    background: #649afc;
}

/* Replacing First Button of Buttons Block Home Page */
a.rollover.left.lfirst {
    margin-right: -2px;
}

/* Formatting author on sidebar Gospel quotes */
.textwidget .author {
    font-size: 10px;
    margin-right: 15px;
    margin-top: 2px;
}

/* Replacing 234 Ad in Split Posts Unordered Lists */
ul.split li .repgo1 {
    margin-top: -2.8em;
}

/* formatting bottom pages links */
div#bottomPageLinks a {
    background: #fafafa;
    color: #000;
    font-size: 1.1em;
    padding: 5px;
}
div#bottomPageLinks {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* setting images margin */
img {
margin-top: 8px !important;
}

/* formatting top respolinks split posts */
.center.ad.split.respo {
    margin-left: 0px !important;
    margin-top: -40px;
    margin-bottom: -30px;
}

/* formatting ul list split posts */
ul.split {
    margin-left: -50px;
}

/* formatting bottom tags */
a[rel~="tag"] {
    color: #fff;
}

/* formatting PHP Widget Color */
.execphpwidget {
    color: #333;
}

/* formatting post's links */
.post a:hover, .post h2 a:hover, .post h3 a:hover {
    color: #444;
}
.post a:visited, .post h2 a:visited, .post h3 a:visited {
    color: #444;
}
.post a, .post h2 a, .post h3 a {
    color: #eee;
}

/* formatting h1 title headers */
.post h1 a, .post h1 a:hover, .post h1 a:visited {
    color: #fcfcfc;
}

/* formatting links inside ordered lists */
.entry ol a, .entry ol a:hover {
    color: #333;
}
.entry ol a:visited {
	color: #444;
}


/* forcing color on Here Ad Links */
ol .mL4.fxL * {
    color: #333 !important;
}

/* Set Here Ad Color */
ul.split li .mL4.fxL *, ul.splitShortcode li .mL4.fxL * {
    color: #333;
}

/* Set Home Top respoLinks */
div#“homeTopRespoLinks” {
    margin-top: -45px;
    margin-bottom: -40px;
}

/* New 234 Ad Replacement with Shortcode Plugin */
ul.splitShortcode li .repgo1 {
    margin-top: -.2em;
}

/* 336ad1 Split Set Top Margin */
h3.splitShortcode {
    margin-top: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
h3.splitShortcode {
    margin-bottom: -20px;
}
}

h2.splitShortcode {
	margin-bottom: 30px;
	margin-top:20px;
}

/* Replacing respoLinks Split with Shortcode */
div.splitShortcode.respoLinks {
	margin-top: 0px;
	margin-left: 5px;
	text-align: center;
}
/* Replacing Normal Top respoLink */
div.normalShortcode.respoLinkTop {
        margin-top: 0px;
        margin-left: 5px;
        text-align: center;
}

/* Replacing ul Lists into Split Shortcode posts */
ul.splitShortcode {
    margin-left: -85px;
}

/* Google Auto Placed Ads CSS */
div.google-auto-placed {
    margin-left: 10px;
}

/* Formatting h3 splitShortcode Steps */
h3.splitShortcode {
    text-align: left;
    margin-left: 30px;
    background: #8F6814;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}

div#468BottomLinks {
    margin-top: 20px;
    margin-bottom: -30px;
}

div#adLinksSidebar {
    margin-top: 5px;
    margin-bottom: -15px;
    margin-left: -8px;
}

/* 336Ad2 olSplit Style */
.olSplit336Ad2 {
    margin-top: 20px;
}

/* New olSplit ol List Style */
ol.olSplitShortcode li {
    display: block;
    margin-left: -10px;
}
ol.olSplitShortcode li h3 {
    text-align: left;
    background: #8F6814;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    font-size: 1.15em;
    margin-top: 50px;
}
ol.olSplitShortcode li h3::first-letter {
    background: #8F6814;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
}

#bestSoftware h3 a {
    color: #333;
}

/* Formatting Multisplit Posts Ad Link */
.split .fxL a {
    color: #333;
}

/* Styling Sidebar Text */
#sidebar a.rollover-side, #sidebar a.rollover-side-orange {
    font-size: 1.1em;
    font-weight: 500;
/*    color: #444; */
}

/* Styling Home Page Buttons */
a.rollover {
/*    color: #444 !important; */
    font-weight: 600;
}

/* Styling Top Ads */
.ad.h2Top, .ad.h3Top {
        margin-left: 0px !important;
	margin-top: 20px;
}

/*
##### Begin New 234 Ads Styling #####
*/

/* Replacing 234Ads Download Links */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.w2.z490.stepUp58e {
        position: relative;
	margin-top: .3em;
}
.repgo1 {
        margin-top: -.2em
}
}

.w2.z490.stepUp58e {
        position: relative;
}
.repgo1 {
        margin-top: -.2em;
}

/* Repositioning Text above 234Ads */
.stepUp15, li.stepUp15 {
    margin-top: 0em;
}

/*     
##### End New 234 Ads Styling #####
*/

/* Replacing 234Ad in ol splitShortcode */
ol.olSplitShortcode .repgo1, .repgo1, li .repgo1, li + li .repgo1 {
	margin-top: -.2em;
}

/* Repositioning respoLinks malibu */
.center.ad.respoLinks {
    margin-left: 0;
}

.stepUp15 {
	margin-top: -1.39em;
}

/* Changing Post Background Color */
#page, #content {
	background: #649afc;
}

/* Set Content Text Color */
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
.post h1 a, .post h1 a:hover, .post h1 a:visited {
        color: #333;
}
.post {
        color: #333;
}
.post small {
        color: #444;
}
.navigation a, .navigation a:hover, .navigation a:visited {
    color: #444;
}
a[rel="tag"], a[rel="prev"], a[rel="next"] {
  color: #444;
}
a:hover[rel="tag"], a:hover[rel="prev"], a:hover[rel="next"] {
  color: #333;
}
.post a, .post h2 a, .post h3 a {
    color: #333;
}
.post a:hover, .post h2 a:hover, .post h3 a:hover {
    color: #333;
}
.post a:visited, .post h2 a:visited, .post h3 a:visited {
    color: #444;
}

/* Modifing Headers on ol Lists Split Posts */
h3.splitShortcode, ol.olSplitShortcode li h3, ol.olSplitShortcode li h3::first-letter {
    background: #8F6814;
    color: #fff;
}


/* Home Page Styling */
div#slogan {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Margins of h1 h3 Tags */
#content .post h1 {
    margin-left: 13px !important;
    margin-top: 30px !important;
    margin-bottom: 20px;
}
#content .post h2#53552 {
    margin-top: -10px !important;
}

/* New ol with H3 List Style */
ol.olH3 li, ul.ulH3 li {
    display: block;
    margin-left: -10px;
}
ol.olH3 li h3, ul.ulH3 li h3 {
    text-align: left;
    background: #204FA4;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff !important;
    font-size: 1.15em;
    margin-top: 50px;
    margin-left: -10px;
    width: 670px;
}
ol.olH3 li h3::first-letter, ul.ulH3 li h3:first-letter,
ol li ol.olH3 li h3::first-letter {
    padding-left: 5px;
    padding-bottom: 1px;
}

/* Margin Top Ads */
.ad {
    margin-top: 20px;
}

/* Resizing Headers */
h2, h3 {
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
}
ol h3 {
    width: 640px;
    margin-left: 0px;
}

/* Margin of Home Citations */
div#citationHome.second {
    margin-top: -10px !important;
}
div#citationHome.first {
   margin-top: -10px !important;
}

/* ol Images Margin */
ol li img {
    margin-left: 0px !important;
}

/* olH3 234Ad Margin */
.olH3 .stepUp15 {
    margin-top: -1.3em;
} 

/* pre Tag Style */
pre {
	border: 1px solid #dedede !important;
	font-family: geneva, sans-serif;
	margin-top: 8px !important;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 10px;
	overflow: auto;
	overflow-y: hidden;
	font-size: 14px;
	line-height: 16px;
	background: #333 !important;
	border: 1px solid #777;
	background: url(lines.png) repeat 0 0;
	padding: 25px;
	color: #efefef;
        margin-left: 20px;
}

/* RespoLinks Margins */
.respoLinksAd {
    margin: auto;
}

/* Formating Copy Button */
pre .copy-to-clipboard {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #4d5257;
    color: #ccc;
    border-radius: 2px;
    width: 80px;
    height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    font-size: 14px;
    opacity: 0.25
}

.copy-active, pre .copy-to-clipboard:hover  {
  /* todo this isn't right... */
  opacity: 1 !important;
}

.copy-to-clipboard:hover {
  cursor: pointer;
}
.block-code-code pre {
  position: relative;
}
/* End Copy Button */

/* Sidebar p Style */
#sidebar p {
    max-width: 250px;
}

/* Subscribe Form */
.es_button {
    margin-top: -13px;
    margin-bottom: -13px;
}

/* Buttons SideBar */
button.btn.sidebar {
    min-width: 238px;
    margin-left: 8px;
    color: #444;
}

/* Home Page Buttong Color */
a.rollover {
	color: #444 !important;
}

a.rollover:hover {
	color: #eee !important;
}

/* Buttons Sidebar & Home Google Ads Style */
a.sidebar-link, a.home-link {
    width: 95%;
    height: 90%;
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    line-height: 31px;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.35) inset, 0px 1px 1px rgba(0,0,0,0.3);
    align-items: center;
    justify-content: center;
    background-color: #4e9cff;
    border: 1px solid #333;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

a.sidebar-link:hover, a.sidebar-link:active,
a.home-link:hover, a.home-link:active {
	text-decoration: none;
}

/* Twitter Button Style */
#twitterButton {
    margin-bottom: 10px;
}

/* Home Page Links Styling */
.grid-home-box {
    display: table;
    table-layout: fixed;
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    height: 90px;
    width: 705px;
    margin-bottom: -50px;
}

.grid-container {
    height: 71px;
    width: 705px;
    display: table-row;
    display: inline-block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    vertical-align: top;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.grid-link-container {
    height: 35px;
    width: 352px;
    display: table;
    display: inline-block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -2px \9;
}

/* Home Page H3 Margin */
#home-buttons h3 {
    margin-bottom: 30px;
}

/* Size of Ads Links */
.mL4.fxL {
    font-size: 14px;
}

/* Disable Underline from Links */
.mL4.fxL a:hover {
	text-decoration: underline !important;
}
body a:hover {
    text-decoration: none !important;
}
body #sidebar a.blogtitle:hover {
    color: #222 !important;
    text-decoration: none !important; 
}
a.sidebar-link:hover, a.home-link:hover {
    background-color: #333;
    color: #649afc !important;
}

/* Replacing 234 bottom links */
.w2.z490.stepUp58e {
    margin-top: -.2em !important;
}

/* Home Links Height */
.grid-home-box-2 {
    height: 1390px;
}

/* Search Form Style */
#s {
    width: 184px !important;
}

/* Centering Titles */
h1, h2 {
    text-align: center;
}
.entry {
	margin-top: 25px;
}

/* Formatting Header */
#header, .description {
        text-align: center;
}
#header {
	padding: 8px;
	background-color: #649afc;
}

/* H1 Headers Formatting */
#content h1 {
	text-align: center;
}
#content .post h1 {
    font-size: 1.66em;
    margin-bottom: 10px;
}

/* Margin Top of Posts */
.narrowcolumn .entry {
	margin-top: -5px;
}

/* Fixing Homepage Buttons */
.grid-link-container {
    margin-top: 10px;
}

/* pre Tag Max Width */
pre {
	width: 585px;
	max-width: 585px;
}

/* Search Submit Button */
#searchsubmit {
	font-size: 0.7em;
}

/* H2 Line Height */
h2 {
    line-height: 1.39em;
    font-size: 1.4em;
}
h2.entry-subtitle {
    line-height: 1em;
}

/* Multi Page Plugin Style */
ul.multipage-toc li.toc-header {	
	background: #204FA4 !important;
	color: #fff !important;
	width: 687px;
}

/* H2 Top Title */
h2#h2Top {
    margin-top: 5px;
}

/* Link Underlined on Hover */
.entry a:hover {
	text-decoration: underline !important;
}

/* Footer Size */
#footer {
    width: 100% !important;
    padding-left: 55px;
    margin-left: -30px !important;
    display: inline-flex;
    background-color: #FFC355;
}

/* Contents List Bottom */
ul#toc li {
    list-style-type: none;
}

/* 336 Split Ad Margin */
.center.ad.split.\33 36ad1 {
    margin-top: 20px;
}

/* Live Search */
#liveSearch {
    font-size: 11px;
}

/* Top 728x90 Ad */
#topAd728 {
    margin-left: -20px;
}

/* H3 Centering */
h3 {
    text-align: center;
}

/* Sidebar Links Underline */
#sidebar a:hover {
    text-decoration: underline !important;
}

/* Restoring Bullets on olH3 ul */
ul.ulH3 li {
    display: list-item;
}

/* Positioning Lists Not in Tutorial */
ol.notTut, ul.notTut {
    margin-left: 60px !important;
    background: #649afc;
}

/* Positioning Respolinks Ads Entry Resizing */
.narrowcolumn .entry {
	margin-left: -35px;
	padding-left: 20px;
}

/* Resizing Bottom Post Contents */
.mpp-toc-container {
	max-width: 67% !important;
}

/* blockquote Background */
blockquote {
	    background-color: #fff;
}

/* Styling the p inside ul lists */
ul > p {
    margin-left: 70px !important;
}

/* Multipage Continue Style */
.mpp-page-link.page-link {
    text-align: center;
    font-weight: bold;
}
.mpp-page-link.page-link a {
    text-decoration: underline !important;
}

/* Daily Quote Style */
div#dqFrame {
    margin-top: 20px !important;
    margin-left: 10px !important;
}
div#dqContent {
    margin-left: 10px !important;
}

/* Next page link continue style */
.mpp-page-link.page-link {
    /* text-align: center; */
    background: #9EC8FF;
    width: 300px;
    margin-left: 210px;
}

/* Styling Translate Bar */
#translate {
    display: flex;
    margin-left: 13px;
}
span.translate {
    margin-top: 8px;
}

/* Fixing SwiftType Cascade */
.autocomplete {
    margin-top: -10px;
}

/* Privacy Policy Widget */
#privacyPol {
    text-align: center;
    margin-top: 20px;
}

/****** Responsive Images Layout for Home Page *******/
.rowR {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.columnR {
	flex: 50%;
	max-width: 45%;
	padding: 0 13px;
	text-align: center;
}

.columnR img, .columnR p img, .columnR h3 {
	margin-top: 8px;
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
	width: 100%;
}

div#linksBlock {
    margin-top: 40px;
}

/* pre tag copy button style */
button.copy-the-code-button {
    padding: 5px 10px !important;
}

/* ol, ol.olH3 Margin */
ol.olH3, ol {
    margin-left: -10px !important;
}

/* Daily quote widget margin */
div#w_quotescollection_3 {
    margin-bottom: -40px;
    margin-left: 20px;
}

/* Bodhidharma Pic Style */
div#bodhidarma img {
    margin-top: -20px !important;
}

/* Margin for the G Translate Widget */
.skiptranslate.goog-te-gadget {
    margin-left: 10px;
}

/*** Begin Custom DropDown Menu ***/

nav ul {
	text-align:center;
}
nav ul li {
	display:inline-block;
}
nav ul > li a {
	display:block;
	letter-spacing:1px;
	padding:0px 30px;
	padding-bottom:15px;
	color:#000;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}
nav ul.sub-menu-0 {
	position:absolute;
	text-align:center;
	padding:0px;
	padding-top:20px;
	left:0px;
	width:100%;
	background:#649afc;
	display:none;
	z-index:300; 
}
nav ul.sub-menu-0 > li  {
	text-align:left;
	display:inline-block;
	text-transform:uppercase;
	vertical-align:top;
	font-weight:normal;
	font-size:13px;
}
nav ul.sub-menu-0 > li a  {
	font-weight:normal;
	padding:0px;
}
nav ul.sub-menu-1 > li a  {
	font-weight:normal;
	font-size:12px;
}
nav ul > li:hover ul.sub-menu-0 {
	display:inline-block;
}
nav ul.sub-menu-1 {
	text-align:left;
	width:140px;
	padding:20px 30px 40px 0px;
}
nav ul.sub-menu-1 li {
	display:block;
	font-size:12px;
}
nav ul.sub-menu-1 li a {
	padding:0px;
	padding-bottom:5px;
	text-transform:none;
	}
nav ul.sub-menu-1 li a:hover {
	padding-left:15px;
	text-decoration:none;
}
nav ul > li a:hover {
	text-decoration:underline;
	color:#581311;
}

/* Here below to counter site wide rules */
nav ul#menuOfLinks ul, nav ul#menuOfLinks ul li {
    width: auto !important;
}

.entry ul#menuOfLinks li {
    margin-left: 10px;
}

/* Styling menu entries */
li.sub-menu-0-item, li.sub-menu-0 {
    padding-top: 0px;
}
nav ul.sub-menu-1, li.sub-menu-1-item {
    padding: 0px;
}
nav ul.sub-menu-1 li a:hover {
    padding-left: 0px;
}
nav ul.sub-menu-1 > li a {
    line-height: 1em;
}
nav ul.sub-menu-0, nav ul.sub-menu-0 > li {
    margin-top: -15px;
    padding-right: 10px;
}

/* Centering Dropdown Menu */
nav#menuLinux {
    margin-left: -130px;
}

nav ul.sub-menu-0 {
    position: relative;
    width: 670px !important;
    text-align: left;
    margin-left: 20px;
}

/* Setting Up Menu Width and Centering */
.entry ul#menuOfLinks li {
    width: 670px;
    text-align: center;
}
ul#menuOfLinks {
    margin-left: -58px;
}

/* Top 336 Ad Margin */
div#menuAdTop {
    margin-top: 20px;
}

/*** End Custom DropDown Menu ***/

/* Styling bottom multipage navigation */
nav.toc ul > li a {
    padding: 0 10px;
}

/* Styling text in widgets */
div#thanks, div#widgnotice {
    margin-left: 10px;
    font-size: 0.9em;
}

/* Fixing olH3 Embedded Lists */
ol.olH3 li ul li, ol.olH3 li ol li,
ol.olH3 li ul li.liComp, ol.olH3 li ol li.liComp {
    display: list-item;
}
ol li.liComp {
    margin-left: 20px;
}
ol.liComp {
    margin: 0 !important;
}

/* Sidebar Spiritual Widget */
div#spiritualIcon {
    margin-left: 10px;
}

/* Styling Personal's Quotes */
.quote {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: -20px;
}

/* Top Quote */
#quoteTop {
    margin-top: -5px;
    font-size: .8em;
}

/* Christmas Background
#page .home {
    background: #62a3f2 !important;
}

#content .home {
    background: #62a3f2 !important;
}
*/

/* Blog Title */
a.blogtitle {
    font-size: 2em !important;
}

/* Image Widget Style */
.picWidget img {
    margin-left: 20px;
}

/* Spotify Button */
iframe#spotifyBtn {
    margin-left: 5px;
}

/* Gnome Penguin Easter div */
.introPenguinEaster {
    margin-top: -20px;
}

/* Sidebar centered text links */
div.center a.text {
    text-align: center;
    margin-left: 10px;
}

