/*
Theme Name: Luminescence Lite Child
Theme URI: http://demo.styledthemes.com/luminescence-free/
Description: Luminescence Lite Child is created for you to take advantage of making changes your theme so that when you update Luminescence Lite, you will not lose any modifications you made.

Template: luminescence-lite
Version: 1.0
Author: StyledThemes.com
Author URI: http: //www.styledthemes.com/
Tags: dark, gray, white, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready

License: GNU General Public License v3
License URI: license.txt 

Copyright: 2012-2013 Styledthemes.com


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Import Styles
-------------------------------------------------------------- */
@import url('../luminescence-lite/style.css');

	
/* Add your Bootstrap responsive.css changes here
-------------------------------------------------------------- */


/* Add your menu.css changes here
-------------------------------------------------------------- */


/* Add your style.css changes here
-------------------------------------------------------------- */
body {
  background: #1d2022 url('images/backgrounds/background1.jpg') 0 0 repeat fixed;
}

abbr {
  font-size: 100%;
}



  /* Main Wrapper containers
  -------------------------------------------------------------*/

#equal-well {
  background-color: #3f595a;
}


a,a:visited {
  color: #d2a76a;
}

a:hover {
  color: #787c7f;
}

#bottom-wrapper a {
  color: #abb3b4;
}

#bottom-wrapper a:hover {
  color: #cccccc;
}

#footer-wrapper a,
#footer-menu-wrapper a {
  color: #d2a76a;
}

#footer-wrapper a:hover,
#footer-menu-wrapper a:hover {
  color: #abb3b4;
}

#bottom-wrapper li {
  border-color: #1c2123;
}

#equal-well a,
#equal-well a:visited {
  color: #d2a76a;
}

#equal-well a:hover {
  color: #787c7f;
}

#equal-well .main-menu ul:first-child > li,
#equal-well .main-menu ul:first-child,
#equal-well .main-menu .menu ul li,
#equal-well li {
  border-color: #424748;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c4243;
}

.entry-title a {
  color: #3c4243;
}
.entry-title a:hover {
  color: #d2a76a;
}
.sidebar-heading {
  color: #f5f5f5;
}

#social-icons a {
  color: #c8c8c8;
}

#social-icons a:hover {
  color: #d2a76a;
}

#socialbar .genericon {
  background-color: #ededed;
}

.entry-date-box {
  background-color: #3d4344;
  color: #ffffff;
}

  /* Menus
  -------------------------------------------------------------*/

#equal-well nav.main-menu ul li,
#equal-well nav.main-menu ul li a,
#equal-well nav.main-menu ul li.home.current-menu-item a {
  color: #c2c5ac;
}

#equal-well nav.main-menu ul li a:hover {
  color: #d2a76a;
}

#equal-well .menu-desc {
  color: #8f8f93;
}

#equal-well .main-menu .menu ul {
  right: -150px; /* positioning the submenu so that it is more easily accessed by the mouse */
  background-color: #3f595a;
}

#equal-well .main-navigation .current-menu-item > a,
#equal-well .main-navigation .current-menu-ancestor > a,
#equal-well .main-navigation .current_page_item > a,
#equal-well .main-navigation .current_page_ancestor > a,
#equal-well .main-navigation ul.sub-menu li.current-menu-item > a,
#equal-well .main-navigation ul.sub-menu li.current-menu-ancestor > a,
#equal-well .main-navigation ul.sub-menu li.current_page_item > a,
#equal-well .main-navigation ul.sub-menu li.current_page_ancestor > a {
  color:#d2a76a;
}



/* mobile styling 
-------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}

