/*
Theme Name: FNESC 2015
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.navbar-style-one {
  position: absolute;
  right: -12px;
  top: 70%;
  margin-top: -25px;
  height: 50px;
}
.navbar-style-one .dropdown-menu > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 3px;
  color: #555;
}
.page-header-title {
  display: block;
  font-size: 21px;
  line-height: 1.4em;
  font-weight: normal;
  font-weight: 400;
  margin: 0px;
  color: #000;
  padding-left: 0px;
}
#page_title {
	float: right;
	width: 79%;
	margin-top: 30px;
	font-size: 32px;
	letter-spacing:-1px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}