/*********************************************************************************************

Theme Name: Academica Pro Child
Theme URI: http://www.wpzoom.com/themes/academica-pro/
Version: 1.0.8
Author: WPZOOM
Author URI: http://www.wpzoom.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: academica_pro

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License below.

**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Page Structure  --------------------  All Theme Files
2.  Page Structure: Header -------------  header.php
3.  Page Structure: Main Content  ------  All Theme Files
4.  Page Structure: Individual Blocks --
5.  Single: Post/Page Styling ----------  single.php, page.php
6.  Comments Styling -------------------  comments.php
7.  Page Structure: Footer  ------------  footer.php
8.  Miscellaneous ----------------------
9.  Elements: Forms, Buttons  ----------
10.  Lightbox effect (ColorBox) styling   featured-posts.php
11.  Media Queries  --------------------  All Theme Files

**********************************************************************************************/


/*********************************************************************************************

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/

/* Reset & General Styling */

@import url("../academica_pro/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#nav-main-menu {
        background-color: #253746;
	border-top-color: #959ca2;
        border-bottom-color: #959ca2;
}

#nav-main-menu .dropdown ul {
        border-top-color: #959ca2;
}
