/*
	Theme Name: Enterprise Child Theme
	Theme URI: http://www.studiopress.com/themes/enterprise
	Description: Enterprise is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1
	
	Tags: black, blue, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.7

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Home Top
* Home Middle
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #555;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #315b7b;
	text-decoration: none;
}

#content a,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a:focus, a:hover img.ctabutton {
	opacity: .85 !important;
	-webkit-transition:all .2s ease-in;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;

	}


/* Body
------------------------------------------------------------ */

body {
	background: #dcdde1 URL(images/bkgrd.gif) top center no-repeat;
	background-size: 100%;
	margin: 0 auto;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

/* Nick Additions */

@font-face {
    font-family: 'DSRegular';
    src: url('fonts/DroidSerif-Regular-webfont.eot');
    src: url('fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DSBold';
    src: url('fonts/DroidSerif-Bold-webfont.eot');
    src: url('fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}

#headerContainer {
	width: 100%;
	height: 101px;
	background: url(images/header_bar.png) top center repeat-x;
}

#header2 {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

#topNavLft {
	width: 250px;
	float: left;	
}

#topNavLft ul {
	list-style-type: none;
	margin: 0 auto;
	height: 32px;
}

#topNavLft li {
	float: left;
	background: url(images/top_nav_divider.png) no-repeat top left;
	height: 32px;
	
}

#topNavLft li.last {
	float: left;
	background: url(images/top_nav_divider.png) no-repeat top left;
	height: 32px;
	padding: 0;
}

#topNavLft li a {
	font-family: 'DSBold';
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 6px 10px 0 11px;
}

#topNavLft li a:hover {
	background: #7aa6c8;
	height: 25px;
}

#logo {
	width: 437px;
	float: left;
	margin: 0 0 0 11px;
}

#topNav {
	width: 225px;
	float: right;
}

#topNav ul {
	list-style-type: none;
	margin: 0 auto;
	height: 32px;
}

#topNav li {
	float: left;
	background: url(images/top_nav_divider.png) no-repeat top left;
	height: 32px;
}

#topNav li.last {
	float: left;
	background: url(images/top_nav_divider.png) no-repeat top left;
	height: 32px;
	padding: 0;
}

#topNav li a {
	font-family: 'DSBold';
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 7px 10px 0 10px;
}

#topNav li a:hover {
	background: #7aa6c8;
	height: 25px;
}

/* End Nick Additions */


#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0;
	width: 360px;
}

#title {
	border: none;
	font-family: 'Droid Sans', arial, serif;
	font-size: 36px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-family: 'Droid Sans', arial, serif;
	font-size: 14px;
}

#header .widget-area {
	width: 100%;
	margin: 0 auto;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: none;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 360px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	float: right;
	font-family: 'Droid Sans', arial, serif;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #222;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #222;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 130px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 149px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	/*-khtml-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: url(images/nav.png);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;*/
	clear: both;
	color: #fff;
	font-family: 'DSRegular', sans-serif;
	margin: 26px auto;
	overflow: hidden;
	width: 960px;
}

#nav ul {
	list-style-type: none;
	margin: 0 auto;
	height: 40px;
}

#nav ul ul {
	padding: 0;
}

#nav li {
	width: 185px;
	height: 40px;
	background: #7aa6c8;
	border: 1px solid #fff;
	float: left;
	margin: 0 5px 0 0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#nav li a,
#nav li.home a {
	width: 185px;
	height: 30px;
	font-family: 'DSRegular', sans-serif;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
	letter-spacing: -.5px;
}

#nav li#menu-item-24 {
	margin: 0;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #333;
	background: #a3c3db;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #333;
	font-size: 11px;
	padding: 6px 10px 5px;
	position: relative;
	text-shadow: #fff 1px 1px;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #fff;
	color: #333;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -32px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 13px 22px 12px 20px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
	text-shadow: #000 1px 1px;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	-khtml-border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: url(images/subnav.png);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	clear: both;
	color: #fff;
	font-family: 'Droid Sans', arial, serif;
	margin: 0 auto 20px;
	overflow: hidden;
	text-shadow: #000 1px 1px;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	padding: 0 0 0 10px;
	width: 950px;
}

#subnav ul ul {
	padding: 0;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background: url(images/nav-hover.png);
	color: #333;
	text-shadow: #fff 1px 1px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #333;
	font-size: 11px;
	padding: 6px 10px 5px;
	position: relative;
	text-transform: none;
	text-shadow: #fff 1px 1px;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: none;
	background-color: #fff;
	color: #333;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -32px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 20px auto 0;
	overflow: hidden;
	width: 960px;
}


/* Home Top
------------------------------------------------------------ */

#home-top-bg {
	/*background: url(images/home-top.png);*/
	}

#home-top {
	/*background: url(images/home-top-wrap.png);*/
	height: 320px;
	margin: 30px auto;
	padding: 0;
	width: 960px;
}
	
#home-top .wrap {
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 9px;
	width: 940px;
	height: 302px;
}

#home-top a,
#home-top a:visited {
	color: #fff;
	text-decoration: underline;
}

#home-top a:hover {
	text-decoration: none;
}

#home-top p {
	color: #fff;
	font-size: 14px !important;
	line-height: 18px !important;
}

.home-top-1 {
	background: url(images/hero_text_bkgrd.png) no-repeat;
	height: 290px;
	width: 258px;
	position: absolute;
	z-index: 999;
	padding: 30px 28px 4px 37px;
	margin: -9px 0 0 81px;
}

.home-top-1 h1 {
	font-family: 'DSRegular';
	font-size: 38px;
	letter-spacing: -1px;
	text-transform:none;
	border: none;
	color: #fff;
	margin: -5px 0 10px 0;
}

.home-top-1 .widget {
	margin: 0;
	
}

.home-top-2 {
	position: absolute;
	height: 300px;
	width: 940px;
	z-index: 1;
}

/* Presidents Circle
------------------------------------------------------------ */
 
 .presidents-circle {
	clear: both;
    margin: 0 0 30px 0;
	width: 960px;
 }
 
 .presidents-circle-hdr {
	width: 310px;
	height: 35px;
	margin: 0 auto;
	
 }
 
.presidents-circle-content {
	padding: 10px;
    width: 940px;
	background: #fff;
	
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* Home Middle
------------------------------------------------------------ */

#home-middle {
	padding: 10px;
	width: 940px;
	background: #fff;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.home-middle-1 {
	float: left;
	margin: 0 15px 0 0;
	width: 223px;
}

.home-middle-2 {
	float: left;
	margin: 0 15px 0 0;
	width: 223px;
}

.home-middle-3 {
	float: left;
	margin: 0 15px 0 0;
	width: 223px;
}

.home-middle-4 {
	float: left;
	width: 223px;
}

.homeMiddle02 {
	clear: both;
    margin: 30px 0 30px 0;
	width: 960px;
}

.homeMiddle02 h1 {
	font-family: 'DSRegular', sans-serif;
	font-size: 24px;
	color: #496374;
	margin: 0 0 10px 0;
	border: none;
}

.homeMiddle02 a {
	font-weight: bold;
}

.homeMiddle02 ul li {
	list-style-type: none;
	margin: 0 0 6px;
	padding: 0 0 3px 5px;
	word-wrap: break-word;
}

.homeMiddle02 ul li {
	border: none;
	/*margin: 0;
	padding: 0;*/
}


/* Social Home
------------------------------------------------------------ */
 
 .social-home {
	clear: both;
    margin: -5px 0 15px -10px;
	width: 940px;
	padding: 0 10px 5px;
	border-bottom: 1px solid #bdbdbd;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	letter-spacing: -.5px;
 }
 
.social-home .text {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px 0 0;
}

.social-home .icons {
	float: left;
	margin: 0 5px 0 0;
}



/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 30px;
	padding: 0 0 5px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.home .full-width-content #content-sidebar-wrap {
	width: 960px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 940px;
	background: #fff;
	padding: 10px;
	margin: 0 0 30px 0;
	
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
	
	background: #fff;
	padding: 10px;
	margin: 0 0 30px 0;
	
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}



/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 440px;
	padding: 10px 0 10px 0;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 620px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #666;
	font-family: 'Droid Sans', arial, serif;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Droid Sans', arial, serif;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1,
h2 {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px;
	padding: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #333;
	font-family: 'DSRegular', sans-serif;
	font-size: 24px;
	color: #496374;
	line-height: 24px;
}

.taxonomy-description h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 4px 0 5px;
}

h2 a:hover {
	color: #008dcf;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	font-family: 'DSRegular';
	font-style: italic;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

h4 {
	font-size: 18px;
	font-family: 'DSRegular';
	font-style: italic;
	margin: -10px 0 3px 0;
	padding: 0;
}

#home-top h4 {
	background: none;
	border-bottom: 1px dotted #56b7e3;
	color: #fff;
	font-size: 20px;
	padding: 0 0 7px;
	text-shadow: #045ea4 1px 1px;
}

.home h4 {
	background: url(images/sidebar-headline.png) left no-repeat;
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
	line-height: 21px;
    margin: 0 0 10px;
	padding: 0 0 4px 15px;
	text-transform: uppercase;
}

.widget-area h4 {
	background: url(images/sidebar-headline.png) left no-repeat;
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
    margin: 0 0 10px;
	padding: 0 0 4px 15px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}


.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 4px 0 5px;
	text-transform: none !important;
}


h5 {
	font-size: 18px;
	margin: 15px 0 10px 0 !important;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: -5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ccc;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 3px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 3px 0 2px 22px;
}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 3px 0 2px 22px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 3px 0 2px 22px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background: #fff;
	border: 4px solid #eee;
	margin: 0 0 5px;
	padding: 1px;
}

.author-box .avatar {
	border: 4px solid #e5e5e5;
	float: left;
	height: 70px;
	margin: 0 10px 0 0;
	width: 70px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	border: 4px solid #e5e5e5;
	float: right;
	margin: 0 5px 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 5px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


.img.ctabutton {
	padding: 0;
	display: inline;
	}	

.ctabutton {
	position:relative;
	margin: 0;
	float: left !important;
	}




/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 270px;
	padding: 10px 0 0 0;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
	
	background: #fff;
	padding: 20px 10px 10px 10px;
	margin: 0 0 30px 0;
	
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar_pops {
	margin: 0 0 10px 0 !important;
	display: block;
	padding: 0;
}

.sidebar .sidebar_pops {
	margin: 0 0 10px 0 !important;
}

.sidebar_pops_last {
	margin: 0 0 30px 0;
	overflow: auto;	
}

.sidebar .widget {
	margin: 0 0 25px 0;
}

.textwidget p {
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

#home-middle ul li,
.widget-area ul li {
	list-style-type: none;
	margin: 0 0 6px;
	padding: 0 0 3px 5px;
	word-wrap: break-word;
}

#header .widget-area ul li {
	border: none;
	/*margin: 0;
	padding: 0;*/
}

.sideNavContainer {
	background: #8398ac url(images/about-nav-bg.png) left repeat-x;
	padding: 10px 10px 10px 15px;	
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: -10px 0 20px 0;
	overflow: auto;
	color: #ffffff;
	box-shadow: 4px 4px 4px #777777;
}

.sideNavContainer h2 {
	color: #ffffff !important;
}

.sidenav {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.sidenav ul li {
	background: url(images/sidenav_arrows.png) left center no-repeat;
	padding: 0 0 0 12px;
}

.sidenav ul li a {
	color: #ffffff !important;
}
.sidenav ul li a:hover {
	color: #e4e5e9 !important;
}

ul.xoxo.blogroll {
	margin-left: 10px !important;
}

ul.xoxo.blogroll li {
	background: url(images/sidenav_arrows-blue.png) left center no-repeat;
	padding: 0 0 0 15px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(images/gradient.png);
	border-radius: 3px;
	color: #999;
	display: inline;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 0;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0;
	overflow: hidden;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background: #4B6475;
	border: 1px solid #496273;
	color: #fff;
	cursor: pointer;
	font-family: 'Droid Sans', arial, serif;
	font-size: 14px;
	font-weight: normal !important;
	padding: 10px 14px !important;
	text-decoration: none;
	text-shadow: #496273 1px 1px;
	text-transform: uppercase;
	margin: 20px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background: #89A1B5;
	text-shadow: #496273 1px 1px;
	color: #fff;
	text-decoration: none;
}

/* Color Buttons
------------------------------------------------------------ */

.button-blue,
.button-gray,
.button-green,
.button-orange {
    color: #fff !important;
    text-decoration: none !important;
    padding: 6px 10px;
    margin-top: 30px !important;
    border-radius: 8px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-orange:hover {
    text-decoration: none;
    border-radius: 8px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.button-blue {
    background-color: #437cad;
    border: 1px solid #366b98;
}

.button-blue:hover {
    background-color: #366b98;
    border: 1px solid #295880;
}

.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}

.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}

.button-green {
    background-color: #73a431;
    border: 1px solid #638c2a;
}

.button-green:hover {
    background-color: #638c2a;
    border: 1px solid #557923;
}

.button-orange {
	background-color: #dd7518;
	border: 1px solid #c25f07;
	text-shadow: 1px 1px #c25f07; 
}

.button-orange:hover {
	background-color: #c6650e;
	border: 1px solid #c85e00;
	text-shadow: 1px 1px #c85e00;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 50px 0 0;
}

#nav .searchform {
	float: right;
}

.s {
	background: url(images/gradient.png);
	color: #999;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 6px;
	width: 190px;
}

#header .s {
	margin: 5px 0 0;
	width: 250px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background: url(images/gradient.png);
	color: #999;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	margin: 5px 3px 0 0;
	padding: 6px;
	width: 210px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	font-size: 12px;
	margin: 0 auto 30px !important;
	overflow: hidden;
	width: 960px !important;
}

#footer-widgets a {
	font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 12px !important;
	font-weight: bold;
}

#footer-widgets .wrap {
	margin: 0 auto !important;
	width: 960px !important;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 20px !important;
}

#footer-widgets .widget-area h2, widget-area h2 a {
	font-weight: normal !important;
	font-size: 12px !important;
}

#footer-widgets .widget-area .more-from-category {
	font-size: 16px !important;
}

#footer-widgets h1 {
	font-family: 'DSRegular', sans-serif;
	font-size: 24px;
	color: #496374;
	margin: 0 0 10px 0;
	border: none;
}

#footer-widgets p {
	padding: 0 0 10px;
}


.footer-widgets-1 {
	float: left;
	padding: 10px !important;
	margin: 0 15px 0 0;
	width: 290px;
	height: auto !important;
	min-height: 300px;
	background: #fff;
	
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.footer-widgets-2 {
	float: left;
	padding: 10px !important;
	margin: 0 15px 0 0;
	width: 290px;
	height: auto !important;	
	min-height: 300px;	
	background: #fff;
	
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.buyLocalLogo {
	margin: -3px auto;
	width: 290px;
	text-align: center;
	z-index: 9;
}

.footer-widgets-3 {
	float: left;
	padding: 10px !important;
	width: 290px;
	height: auto !important;	
	min-height: 300px;
	background: #fff;
	
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	font-size: 12px;
	margin: 0 auto 10px;
	overflow: hidden;
	padding: 10px;
	/*text-shadow: #fff 1px 1px;*/
	width: 940px;
	background: #d1d2d6;
	border: 1px solid #bdbdbd;
	color: #666;
}

#footer .addresses {
	width: 350px;
	float: left;
	line-height: 18px;
}

#footer .addresses .col01 {
	width: 184px;
	float: left;
	border-right: 1px solid #bdbdbd;
}

#footer .addresses .col02 {
	float: left;
	padding: 0 0 0 18px;
}

#footer .links {
	width: 285px;
	float: right;
}

#footer .links .col01 {
	width: 129px;
	float: left;
	border-right: 1px solid #bdbdbd;
}

#footer .links .col02 {
	float: left;
	padding: 0 0 0 18px;
}

#footer p {
	color: #555;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	margin: 0;
	padding: 2px 0 0 15px;
	background: url(images/footer-top.png) no-repeat left center;
	}

#footer .creds {
	float: right;
	padding: 0 5px 0 0;
	text-align: right;
	width: 745px;
}

#copyright {
	width: 960px;
	margin: 0 auto 10px;
	font-size: 10px;
	text-align: center;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #999;
	font-family: 'Droid Sans', arial, serif !important;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Social Bar
----------------------------------------------------------- */

#nav-dcssb, #nav-dcssb li {
margin: 0; 
padding: 0; 
list-style: none;
}
#nav-dcssb {
	border-radius: 8px; -webkit-border-radius: 8px;
	background: #fff;
	width: 70px;
	padding: 5px 0;
}
#nav-dcssb li {
padding: 5px;
}
#nav-dcssb li.size-box {
text-align: center;
height: 60px;
}
#nav-dcssb li.size-small {
height: 30px;
}
/* Floater */
#dcssb-float {
	width: 70px;
}
.dc-social-float .tab {
cursor: pointer;
height: 44px;
margin-left: -1px;
display: none;
}
.dc-social-float .dc-social-float-content {
padding: 0px;
}
.dc-social-float .dc-social-float-content {
border-radius: 8px; -webkit-border-radius: 8px;
}

/* Contact Form
----------------------------------------------------------- */

#contactContainer {
	overflow: auto;
}

#contactContainer p {
	line-height: 12px;
}

#contactContainer .formLeft {
	width: 280px;
	padding: 15px 0 0 0;
	float: left;
}

#contactContainer .formLeft div {
	float: left;
	padding: 0 10px 0 0;
}

#contactContainer .formRight {
	width: 280px;
	float: left;
}


/* Table 01
----------------------------------------------------------- */

#table01 {
	font-size: 12px;
	margin: 0 auto;
}

#table01 td {
	text-align: center;	
	vertical-align: top;
}

#table01 h2 {
	font-size: 18px;
	font-weight: normal;
	border: none;
	text-transform: none;
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 22px;
}

#table01 td .divider {
	height: 15px;	
}


/* Carousel Settings
-------------------------------------------------------------- */

a.pb_carousel_default_prev {
    background-position: 0 0;
    left: -40px;
}
a.pb_carousel_default_prev, a.pb_carousel_default_next {
    display: block;
    height: 50px;
    position: absolute;
    width: 45px;
}

.pb_carousel_default img {
    background-color: #FFFFFF;
    border: 0px solid #CCCCCC !important;
    display: block;
    float: left;
    margin: 5px;
    padding: 4px;
}

/*----------------------- Directory Style ----------------------------*/

dt.text {
	display: none !important;
	font-size: 14px !important;
	line-height: 16px !important;
	color: #777777 !important;
	margin: 10px 0 0 20px;
}

dt.fileupload {
	display:none;
}

dt.id {
	display:none;
}

#content dt.address {
	display:none;
}

.entry-view-field-name {
	display:none;
}

.entry-view-field-value {
	display:none;
}

#content dd { 
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0;
}

.tablenav dd {
	font-size: 18px !important;
	line-height: 26px !important;
	margin: 10px 0 10px 30px;
}

#content dd a { 
}

#content dd a:hover { 
	text-decoration: underline !important;
}

#content .wrap dl { 
	margin: 0 0 24px;
}

dl.even {
	background: #edeef0 !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0 !important;
}

.makebold:first-line {
	font-weight:bold;
}

.tablenav {
	font-size: 16px ;
	line-height: 26px;
	margin-top: 20px;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}

.tablenav a {
	font-size: 14px !important;
	line-height: 26px !important;
}

.tablenav-pages	{
	padding: 20px 0px !important;
	font-size: 14px !important;
}

.tablenav-pages .displaying-num {
	margin-right: 30px !important;
}

.tablenav-pages .next {
	margin-top: 0 !important;
}

.page-numbers {
	border: 1px solid #ccc !important;
	margin-right: 1px !important;
	background: #e6e6e6 !important;
	padding: 4px 2px !important;
}

.page-numbers:hover {
	border: 1px solid #ccc !important;
	margin-right: 1px !important;
	background: #ffffff !important;
	padding: 4px 2px !important;
}


/*------------------------------ Events Calendar Styling ---------------------------- */

dd[itemtype="http://schema.org/PostalAddress"] > dd[itemprop="addressCountry"] {
	display: none !important;	
}

dd[itemprop="addressCountry"] {
	display: none !important;	
}

.tribe-events-list-widget-events h4 a {
	font-size: 16px !important;
	line-height: 20px !important;
	margin: 10px 0 5px 0 !important;
	text-transform: none !important;
	color: #496374 !important;
}

.sidebar ol li {
	list-style-type: none !important;
}

.tribe-events-list-widget-events {
	margin-bottom: 15px !important;
}



/* ----------------------------- Slickr Flickr styling ----------------------------- */

.flickrbg {
	background: url(images/sunburst-bg.jpg) no-repeat; 
	width: 240px; 
	height: 180px; 
	float: left !important; 
	margin: 4px 15px 8px 0;
	border: 1px solid #dcdde1;
	box-shadow: 3px 3px 3px #555555;

}

/* ----------------------------- Chamber News ----------------------------- */
#text-62 {display:none;}



/* ----------------------------- Chamber Notes - hide date ----------------------------- */
#sidebar .mn-scroll-date, .page-id-3707 #mn-content .mn-news-details-date, .mn-scroll-date  {display:none;}





.callout {
text-transform: none !important;
background: #f8f8f8;
padding: 10px;
border: 1px solid #e8e8ea;
}

.mn-ad img {border:1px solid #ccc !important;width:618px !important;height:98px !important; overflow:hidden;}


.home-full {text-align:center;}

.hover:hover {
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     filter: alpha(opacity=80);
     -moz-opacity:0.8;
     -khtml-opacity: 0.8;
     opacity: 0.8;
}

/* Robby Edits
------------------------------------------ */

.spea {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.spea img {
	width: 800px;
	margin: 30px auto;
	float: none;
}




.read-more {
background: #DCDDE1;
width: 100px;
display: block;
padding: 5px 0 5px 0;
margin: 10px 0 0 0;
text-align: center;
text-decoration: none;
border: 1px solid #b1bac1;
text-shadow: #FFFFFF 1px 1px;
border-radius: 3px;
text-decoration:none !important;
}

img.profiles {
	border: 10px solid #000 !important;
	margin: 7px 0 !important;
}

.page .entry-content h4 {
	margin-top: 0;
}





/*** CANDIDATES 2014 ***/

.category .post{
width: 42%;
margin: 0 50px 20px 15px !important;
float: left;
overflow: hidden;
}
.category .post:nth-child(odd) { clear: both; }

.category .post-info, .category .post-meta {display:none;}

.category .entry-content {border-bottom: 1px dotted #ccc;margin-bottom:15px;}







#title-area {
	display: none;
}
