/**
 *
 * Custom.css file helps you override css style elements defined in style.css and the skins too. Very handy for customization without touching the
 * theme code.
 * You may want to backup and retain this file when updating the theme to retain customizations.
 *
 */


/* ul#menu-primary-menu li a {
    text-transform: none;
}   */

/* ---------------------------------------------- Override Syntax Highlighter  ----------------------------------------- */

.syntaxhighlighter.nogutter {

border: 1px solid #E0E0E0 !important;

}

/* #site-title {
    margin: 10px 0 0 0;
}

#site-title a {
    height: 90px;
    width: 300px;
	background-image: url("images/logo.png");
}     */


/*-----------------------  Override Style 2  ---------------------------------------------------------- */
#navigation-link-unit {
	display: block;
	margin: 0 10px;
	padding: 5px 0;
	clear: both;
	border-bottom: 1px solid #dedede;
	text-align: left;
}

#horizontal-link-unit {
	display: block;
	margin-top: 15px;
	padding: 5px 0;
	clear: both;
	border-top: 1px solid #dedede;
	text-align: left;
}

#yarpp-related-posts {
	margin-top: 0px;
}

/* -------------- Wordpress Popular Posts ---------------- */

.wppp_list li {
    padding-left: 18px;
    background: url('images/icons/bullet-arrow2.png') no-repeat -2px 8px;
    zoom:1;
}