/*
Theme Name: Paperpunch
Theme URI:  http://thethemefoundry.com/paperpunch/
Description:  A clean and versatile theme featuring two gorgeous fonts, hand crafted social icons, and a theme options page allowing you to customize your background colors and more.
Version:    1.03
Author:   The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, blue, right-sidebar, threaded-comments, custom-colors, theme-options, translation-ready
*/

/*
    Copyright 2009 - 2010 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");
@import url("functions/stylesheets/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme.  Any custom 
changes you make here will be overidden when you upgrade.
-----------------------------------------------------------*/

#menu-nav-menu, #menu-nav-menu ul {
  float: left;
  width: 960px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  width: 100%;
}
#menu-nav-menu { padding: 15px 20px 7px 30px; }
#menu-nav-menu a {
  display: block;
  color: #555;
  text-decoration: none;
  margin: 0 25px 0 0;
}
#menu-nav-menu a:hover { color: #111; }
#menu-nav-menu li { float: left; }
#menu-nav-menu ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 151px;
  font-weight: normal;
  line-height: 20px;
  border: 0;
  z-index: 99999;
}
#menu-nav-menu li li {
  width: 170px; 
  background: #eaeaea;
}
#menu-nav-menu li li a {
  font-size: .9em;
  padding: 8px 12px;
  width: 146px;
}
#menu-nav-menu li ul ul { margin: -37px 0 0 170px; }
#menu-nav-menu li li:hover { background: #f6f6f6; }
#menu-nav-menu li ul li:hover a, #menu-nav-menu li ul li li:hover a, #menu-nav-menu li ul li li li:hover a, #menu-nav-menu li ul li li li:hover a { background: #f6f6f6; }
#menu-nav-menu li:hover li a, #menu-nav-menu li li:hover li a, #menu-nav-menu li li li:hover li a, #menu-nav-menu li li li li:hover li a { color:#444; }
#menu-nav-menu li:hover ul ul, #menu-nav-menu li:hover ul ul ul, #menu-nav-menu li:hover ul ul ul ul, #menu-nav-menu li.sfhover ul ul, #menu-nav-menu li.sfhover ul ul ul, #menu-nav-menu li.sfhover ul ul ul ul { left: -999em; }
#menu-nav-menu li:hover ul, #menu-nav-menu li li:hover ul, #menu-nav-menu li li li:hover ul, #menu-nav-menu li li li li:hover ul, #menu-nav-menu li.sfhover ul, #menu-nav-menu li li.sfhover ul, #menu-nav-menu li li li.sfhover ul, #menu-nav-menu li li li li.sfhover ul { left: auto; }
#menu-nav-menu li:hover, #menu-nav-menu li.sfhover { color: #000; }
#menu-nav-menu li.current_page_parent a, #menu-nav-menu li.current_page_ancestor a, #menu-nav-menu li.current-cat-parent a, #menu-nav-menu li.current-cat a, #menu-nav-menu li.current_page_item a  { color: #111; }