/*
Theme Name: DiscoveryPro
Theme URI: http://www.templateexpress.com/discovery-pro-theme/
Author: Ossie Heffell
Author URI: http://www.templateexpress.com/
Description: Discovery Pro is a highly customizable, fully responsive and Premium design WordPress Theme. With a focus on simple customization, Discovery allows you to add your own logo, header, featured areas, social media links and much more with a click of a button. This multi-purpose theme has a premium quality design that can fit the needs of any website.
Version: 1.7
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready, theme-options, full-width-template, black, responsive-layout, blue, left-sidebar, right-sidebar

This theme, like WordPress, is licensed under the GPL.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*
discoverypro Theme based on Underscores (_s) Theme
_s ("Underscores") WordPress Theme, Copyright 2012 Automattic, Inc.
_s ("Underscores") WordPress Theme is distributed under the terms of the GNU GPL
*

/*
discoverypro WordPress Theme, Copyright 2014 Ossie Heffell
discoverypro Theme is distributed under the terms of the GNU GPL

 Template:     discoverypro
 Text Domain:  discoverypro-child
**/


@import url("../discoverypro/style.css");

/* =Theme customization starts here

**/
.client h3{
	max-width: 200px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

.site-logo {
    float: left;
    padding: 40px 0 10px 10px;
    min-height: 70px;
}

 a {
   text-decoration: underline;
}

/* Increase secondary and tertiary by 6% and decrease primary by 6%  **/

#primary {
    float: left;
    margin: 0 -27% 0 0;
    width: 88%;
    padding: 10px;
}
#secondary, #tertiary {
    background: #FFF;
    float: right;
    margin: 0 0.2em 0.4em;
    padding: 0.6em 1em 0;
    position: relative;
    width: 26%;
    border-radius: 0.2em;
}

.footer_container {
    background: #969;
}

.footer_container a {
   color:#FFF;
   text-decoration: underline;
}

.widget h4 {
    border-bottom: 1px solid #FFF;
}

.cat-post-title {
    font-size: 15px;
}
