/**
 * Skin: Black
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category CyberChimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
 * @link     http://www.cyberchimps.com/
 */
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro');
/********************************************************************************************************************/
/******************************************** NAVIGATION *****************************************************/
/********************************************************************************************************************/

#navigation .navbar .nav > li
{
	line-height:1.8;
}

#navigation .navbar .nav > li > a
{
	padding: 16px 20px;
	font-size:13px;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.077em;
    text-transform: uppercase;
}

.main-navigation .nav > li > a
{
	border-top:2px solid #b6b6b6;
}

.main-navigation .nav > li > a:hover
{
	border-top:2px solid #000;
}

.navbar-search
{
	margin-top:10px;
}


#secondary #sidebar h3.widget-title
{
	padding: 8px 20px;
	font-size:13px !important;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    text-align:center;
}

h2.entry-title a
{
	padding-top:1.66667em;
	font-weight:600;
	line-height:1.25em;
	margin-bottom:1.25em;
}

h1, .entry-header h1.entry-title, .entry-content > h1, .entry-summary > h1, .page-title
{
	font-weight:600;
	line-height:1.33333em;
	margin:10px 0 0 0;
}

.entry-content
{
	letter-spacing:0.25px;
}

body
{
	color:#43464b;
	line-height:1.66667em;
}

.entry-meta
{
	color:#43464b;
}

article.post p, article.page p
{
	margin-bottom:1.66667em;
	line-height:1.66667em;
}

#sidebar .widget_search, .widget_search
{
	padding:0;
}
.widget-container #searchform.pull-right
{
	padding:15px;
}

.widget_search h3
{
	padding: 5px 15px 0 15px;
}
