/*
Theme Name: NicheLabs Custom Theme 
Theme URI: http://nichelabs.com/
Description: Search engine optimized theme. Theme designed by <a href="http://nichelabs.com" target="_blank">NicheLabs LLC</a>.
Version: 1.1
Author: NicheLabs LLC
Author URI: http://nichlabs.com
Tags: 2 columns, 3 columns, white, widgets, fixed width, wooden mannequin, solbergs, blue, gravatars, business, fixed width, one column, two columns, three columns, clean, lorem ipsum, search engine optimized,
*/

@import url(modal_basic.css);

@font-face {
    font-family: 'TrajanProBold';
    src: url('fonts/trajanpro-bold-webfont.eot');
    src: url('fonts/trajanpro-bold-webfont.eot%3F') format('embedded-opentype'),
         url('fonts/trajanpro-bold-webfont.woff') format('woff'),
         url('fonts/trajanpro-bold-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot%3F') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Body */
* {
	margin:0;
 	padding:0;
	outline: 0;
	border: 0;
}
body {
	background: url(img/pg_bg.jpg) top left;
	color:#404040;
	font-size: 13px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: justify;
}
#wrapper {
}

/* Links */
a {
	text-decoration:underline;
	color: #172d55;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}

/* Header */
#header-wrapper {
	background: url(img/header_wrapper_bg.jpg) top left;
	height: 97px;
}
#header {
	width: 980px;
	height: 97px;
	margin: 0 auto;
	background: url(img/header_bg.jpg) top center no-repeat;
}
#logo {
	width: 277px;
	height: 84px;
	padding: 5px 0 0 9px;
	float: left;
}
#search {
	width: 260px;
	padding-top: 20px;
	text-align: right;
	float: right;
}
#search p {
	font-size: 13px;
	color: #919191;
	font-style: italic;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#search input {
	width: 145px;
	height: 22px;
	padding: 0 5px;
	background: url(img/input_bg.jpg) top left;
	border: 1px solid #dbe0cb;
	border-right: none;
	margin: 0;
}
#search input#searchsubmit {
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	vertical-align: top;
	margin: 0;
}
#nav-wrapper { 
	clear:both; 
	height: 37px; 
	position: relative;  
	z-index: 100;
	background: url(img/top_nav_wrapper_bg.jpg) top left;
}
#main-nav {  
	margin: 0px auto 0; 
	width: 980px;
	height: 37px; 
}
#menu-main  {
	list-style: none;
	padding: 3px 9px 0;
	height: 37px; 
	margin: 0;
}
	
#menu-main li {
	float: left;
	text-align: center;
	padding: 0;
	position: relative;
	height: 30px;
}
#menu-main li a {
	display:block;
	text-indent: -9999px;
	height: 30px;
}
#menu-main li#menu-item-109 a {
	width: 127px;
	background: url(img/home_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-109 a:hover,
#menu-main li#menu-item-109.current_page_item a {
	background: url(img/home_sel_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-112 a {
	width: 137px;
	background: url(img/about_us_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-112 a:hover,
#menu-main li#menu-item-112.current_page_item a {
	background: url(img/about_us_sel_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-116 a {
	width: 156px;
	background: url(img/strategies_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-116 a:hover,
#menu-main li#menu-item-116.current_page_item a {
	background: url(img/strategies_sel_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-115 a {
	width: 137px;
	background: url(img/insights_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-115 a:hover,
#menu-main li#menu-item-115.current_page_item a {
	background: url(img/insights_sel_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-114 a {
	width: 238px;
	background: url(img/investment_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-114 a:hover,
#menu-main li#menu-item-114.current_page_item a {
	background: url(img/investment_sel_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-121 a {
	width: 167px;
	background: url(img/contact_bttn.jpg) top center no-repeat;
}
#menu-main li#menu-item-121 a:hover,
#menu-main li#menu-item-121.current_page_item a {
	background: url(img/contact_sel_bttn.jpg) top center no-repeat;
}

#menu-main li ul {
	margin: 0;
	display: none; 
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 90;
	text-align: center;
	list-style:none;
	background: #506a96 !important;
	width: 100%;
	border: 1px solid #1c325a;
	border-top: none;
	padding: 0;
}
#menu-main li li {
	float: none;
	padding: 2px !important;
	height: auto !important;
}
#menu-main li li a {
	display: block;
	margin: 0 !important;
	padding: 5px !important;
	width: auto !important;
	background: none !important;
	color: #fff !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px !important;
	height: auto !important;
	text-indent: 0;
}
#menu-main li li:hover {
	background: #1c325a !important;
}
#menu-main li li ul {
	background: none;
	position: relative;
	top: 0px;
	left: 0;
	padding: 0;
}
#menu-main li li ul li {
	padding: 0;
	margin: 0;
}
#menu-main li li li a {
	color: #fff;
	font-weight: normal;
}
	
#menu-main li:hover ul, #menu-main li.sfhover ul {
	display: block;
}

/* Sidebars */
#leftside {
	clear:left;
	float:left;
	padding:0;
	width:240px;
	margin-left: -4px;
}
#badge {
	text-align: center;
	font-size: 15px;
    font-family: 'TrajanProRegular';
	background: url(img/badge_bg.jpg) top center no-repeat;
	height: 104px;
	color: #fff;
	padding: 30px;
	margin-top: -2px;
}
#leftside .menu-main-container {
	position: relative;
	width: 232px;
	margin: 0 auto;
}
#leftside .menu  {
	list-style: none;
	margin: 0; 
	padding: 0;
	background: url(img/widget_bg.jpg) top left;
}
	
#leftside .menu li {
	width: 232px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#leftside .menu li a {
	height: 36px;
	margin: 0 auto;
	display:block;
	font-size: 16px;
	line-height: 30px;
	background: url(img/submenu_hdr.jpg) top center no-repeat;
    font-family: 'TrajanProRegular';
	text-decoration: none;
	color: #fff;
}

#leftside .menu li ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style:none;
	width: 198px;
	position: relative;
	padding: 0 17px 5px;
	background: url(img/widget_bot_bg.jpg) bottom center no-repeat;
	margin-bottom: 8px;
}
#leftside .menu li ul li {
	width: 198px;
	height: 33px;
}
#leftside .menu li ul li a {
	display: block;
	height: 33px;
	margin: 0 !important;
	background: url(img/submenu_item_bg.jpg) top center no-repeat;
	color: #fff;
	font-size: 13px;
	line-height: 29px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#leftside .menu li ul li a:hover {
	color: #efefef;
}
	

#badge img {
	padding-top: 8px;
}
.widget {
	width: 232px;
	margin: 8px auto 0;
	background: url(img/widget_bg.jpg) top left;
}
.widget h3,
.widget h3 a {
	font-size: 13px;
	color: #122342;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.widget a.more-link {
	width: 80px;
	height: 23px;
	background: url(img/view_archives_bttn.jpg) top center no-repeat;
	display: block;
	float: right;
	text-indent: -9999px;
}
#news-hdr {
	height: 36px;
	background: url(img/recent_news_hdr.jpg) top center no-repeat;
}
#news,
#podcast,
#white-papers {
	padding: 5px 15px 9px;
}
#podcast-hdr {
	height: 36px;
	background: url(img/podcast_hdr.jpg) top center no-repeat;
}
#podcast a {
	text-align: left;
}
#white-papers-hdr {
	height: 36px;
	background: url(img/white_papers_bg.jpg) top center no-repeat;
}
#widget-bot {
	width: 232px;
	height: 4px;
	background: url(img/widget_bot_bg.jpg) top center no-repeat;
}
	
#blog-column-wrapper {
	width: 232px;
	padding-top: 8px;
	margin: 0 auto;
}
#blog-column-top {
	width: 232px;
	background: url(img/blog_column_top_bg.jpg) top center no-repeat;
	height: 5px;
}
#blog-column {
	padding-top: 10px;
	width: 232px;
	background: url(img/blog_column_bg.jpg) top center repeat-y;
}
#blog-column-bot {
	width: 232px;
	background: url(img/blog_column_bot_bg.jpg) top center no-repeat;
	height: 6px;
}
#categories {
	margin: 10px 12px 0;
	border-bottom: 1px solid #d5d5d5;
}
#archives,
#calendar-wrapper {
	margin: 0px 12px;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d5d5d5;
}
#calendar-wrapper {
	border-bottom: none;
}
#categories h3,
#archives h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #172d55;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#categories ul,
#archives ul {
	list-style: none;
	text-align: center;
	margin: 0 0 24px; !important;
	padding: 0;
}
#categories ul li,
#archives ul li {
	text-align: center;
	margin: 0;
	padding: 0;
}
#categories ul li a,
#archives ul li a {
	color: #a6b178;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
#calendar {
	width: 158px;
	margin: 0 auto;
	border: 1px solid #fff;
	text-align: center;
	padding: 15px;
	background: url(img/calendar_bg.jpg) top center no-repeat;
}
#calendar table#wp-calendar {
    margin: 0;
	padding: 5px;
    width: 100%;
	border: 1px solid #fff;
	border-top: none;
	color: #061019;
	background: #dde1eb;
}
#calendar table#wp-calendar a {
	color: #061019;
}
#calendar table#wp-calendar caption {
	border: 1px solid #fff;
	border-bottom: none;
	background: #dde1eb;
	color: #061019;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
#calendar table#wp-calendar thead,
#calendar table#wp-calendar td {
	font-size: 11px;
}

table#wp-calendar {
	margin:0 0 20px;
 	width:140px;
}

/* Content */
#slideshow {
	width: 960px;
	height: 301px;
	padding: 0 0 10px;
	background: url(img/slideshow_bg.jpg) top center no-repeat;
}
#slides {position:relative; width:960px; height:301px; list-style:none; overflow:auto}
#slides li {width:960px; height:301px}
#featured {
	width: 960px;
	height: 280px;
	padding: 0 0 10px;
	background: url(img/featured_bg.jpg) top center no-repeat;
}
#content-wrapper {
	background: url(img/content_wrapper_bg.jpg) top left;
}
#content {
	background: url(img/content_bg.jpg) top center repeat-y;
	width: 960px;
	padding: 7px 11px;
	min-height: 400px;
	margin: 0 auto;
}
.home.post-wrapper {
	width: 718px;
	float: right;
	padding: 0;
}
.post {
	background: #fff;
	border: 1px solid #a8a8a8;
	padding: 28px;
	width: 662px;
	min-height: 959px;
	float: right;
}
.home.post-wrapper .post {
	float: none;
	min-height: 1px;
}
.home.post-wrapper .post.commentary {
	min-height: 532px;
}
.post a {
	color: #a1ad64;
}
.post ul {
	text-align: left;
}
.post-wrapper {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}
.post-thumb {
	float: left;
	padding-right: 20px;
}
.read-more {
	width: 81px;
	height: 23px;
	background: url(img/read_more_bttn.jpg) top center no-repeat;
	text-indent: -9999px;
	display: inline-block;
}
.aboutus .post,
.ourteam .post {
	min-height: 812px;
}
.strategies .post {
	min-height: 879px;
}
.apamunicipalmarketinsights .post,
.podcasts .post,
.whitepapers .post {
	min-height: 682px;
}
.podcast1 .post {
	min-height: 942px;
}
.addthis_toolbox {
	float: right;
	width: 150px; 
	padding: 5px; 
	border: 1px solid #ececec;
	background: #fff;
}
.post h1 {
	font-size: 24px;
	color: #122342;
    font-family: 'TrajanProRegular';
	font-weight: normal;
	margin-bottom: 5px;
}
.post h2 {
	font-size: 18px;
	color: #122342;
    font-family: 'TrajanProRegular';
	margin:0 0 0px;
}
.post.index h2 {
	color: #21375f;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.post.index h2 a {
	text-decoration: none;
	color: #21375f;
}
.post.index a {
	color: #a6b178;
}
.post.index .nextlink {
	float: right;
}
.post h3 {
	font-size: 16px;
	margin:0 0 8px;
}
.post h4 {
	color: #172d55;
	font-wieight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.post h5 {
	color: #172d55;
	font-wieight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.commentary h5 a {
	color: #172d55;
	font-wieight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.post hr {
	clear: both;
	height: 1px;
	color: #d2d2d2;
	background: #d2d2d2;
	margin: 10px;
}
.post #crumbs,
.post #crumbs a {
	font-size: 13px;
	color: #b6bf90;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 23px;
}
.post ul,.post ol {
	margin:0 0 15px 40px;
	padding: 0;
}
.post ul ul,.post ol ol {
	margin: 15px 0 0 40px;
	padding: 0;
}
.post li {
	padding:0 0 12px 0px;
}
.post ul ul,.post ol ol, {
	margin:0 0 0 16px;
}
.post .staff-title {
	color: #bfbfbf;
	font-size: 11px
	font-style: italic;
}
#ajax {
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	padding: 28px;
	margin-top: 45px;
}
#ajax .staff-title {
	font-style: none;
	font-size: 14px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

/* Footer */
#footer-wrapper {
	background: url(img/footer_wrapper_bg.jpg) top left repeat-x;
}
#footer {
	clear:both;
	width: 980px;
	height: 130px;
	padding: 0 140px;
	margin: 0 auto;
	font-weight:normal;
	text-align:center;
	background: url(img/footer_bg.jpg) top center no-repeat;
}
#footer-top {
	height: 87px;
	padding-top: 14px;
}
#footer-top h4 {
	font-size: 15px;
	color: #1d335b;
    font-family: 'TrajanProRegular';
	padding-bottom: 10px;
}
#contact {
	width: 506px;
	float: left;
	text-align: center;
}
#contact p {
	font-size: 12px;
	color: #6c6c6c;
	font-family: Arial, Helvetica, sans-serif;
}

#contact div {
	width: 55%;
	float: left;
	text-align: center;
	position: relative;
	top:-10px;
}
#contact div + div {
	width: 45%;
}
#social {
	width: 200px;
	margin-left: 508px;
	text-align: center;
}
#newsletter {
	width: 268px;
	float: right;
	text-align: center;
}
#newsletter input {
	font-size: 10px;
	width: 198px;
	height: 21px;
	background: url(img/input_bg.jpg) top left;
	border: 1px solid #dbe0cb;
	color: #6C6C6C;
	font-size: 10px;
	color: #c2c2c2;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#newsletter input.submit {
	width: 64px;
	height: 25px;
	border: none;
	vertical-align: top;
	background: url(img/newsletter_submit_bttn.jpg) top center no-repeat;
	cursor: pointer;
}
#legal {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
#legal,
#legal a {
	font-size: 11px;
	color: #5f6875;
}

#copyright {
	width: 402px;
	float: left;
	text-align: left;
}
#design {
	width: 346px;
	float: right;
	text-align: right;
}
#links {
	text-align: center;
}

/* Subpage menu */
#subpages {
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	float:right;
	font-weight:bold;
	line-height:1.3em;
	margin:-5px 0 8px 15px;
	padding:0 0 10px 10px;
	width:190px;
}
#subpages h2 {
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.3em;
	margin:0 0 12px;
}
#subpages ul.submenu {
	line-height:1.4em;
	list-style:none;
	margin:0;
}
#subpages ul.submenu li {
	display:inline;
	line-height:1.4em;
	width:180px;
	padding:0;
}
#subpages ul.submenu li a {
	background-color:#f4f4f4;
	border-left:0px solid #cccccc;
	color:#505050;
	float:left;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 1px 3px 5px;
	text-decoration:none;
	width:180px;
}
#subpages ul.submenu li ul {
	margin:0 0 5px 10px;
	width:170px;
}
#subpages ul.submenu li ul li a {
	width:170px;
}
#subpages ul.submenu li ul ul {
	margin:0 0 5px 10px;
 	width:160px;
}
#subpages ul.submenu li ul ul li a {
	width:160px;
}
#subpages ul.submenu li ul ul ul {
	margin:0 0 5px 10px;
 	width:150px;
}
#subpages ul.submenu li ul ul ul li a {
	width:150px;
}
#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a {
	background-color:#eaeaea;
 	border-left:0px solid #286ea0;
 	color:#555;
}
#subpages ul.submenu li.current_page_item ul li a {
	background-color:#f4f4f4;
 	border-left:0px solid #cccccc;
 	color:#555;
}

/* Tags */
p,ul,ol {
	padding:0 0 15px;
}
blockquote {
	border-left:0px solid #e0e0e0;
 	margin:20px;
 	padding:8px 8px 8px 15px;
}
blockquote p {
	background-color:inherit;
 	color:#505050;
 	font-size:0.9em;
 	line-height:1.3em;
}
label {
	background-color:inherit;
 	color:#606060;
 	font-size:0.9em;
 	font-weight:bold;
}
table#wp-calendar {
	margin:0 0 20px;
 	width:140px;
}

/* Forms */
#s,#submit {
	background-color:#ffffff;
 	border:1px solid #cccccc;
 	color:#505050;
 	font-size:0.9em;
 	margin:0 0 16px;
 	padding:4px;
 	width:130px;
}
#author,#email,#url,#comment {
	border:1px solid #cccccc;
 	font-size:1em;
 	margin:0;
 	padding:4px;
}
#commentsection {
	margin:25px 0 0;
}
#commentsection p {
	margin:0 0 6px;
}


/* WP image align classes */
img.centered {
	display:block;
 	margin-left:auto;
 	margin-right:auto;
}
.alignright {
	float:right;
	padding: 0 0 10px 20px;
}
.alignleft {
	float:left;
}

/* Various classes */
.left {
 	float:left;
}
.right {
 	float:right;
}
.center {
 	text-align:center;
}
.textright {
	text-align:right;
}
.small {
	font-size:0.8em;
}
.clr {
	clear: both;
}
/* Contact Form */
.wpcf7-form {
	width: 350px;
	padding: 20px 14px;
	background: url(img/contact_form_bg.jpg) top left;
	border: 1px solid #808080;
}
.wpcf7-form p {
	padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
	width: 310px;
	background: #f8f8f8;
	border: 1px solid #fff;
	color: #9a9a9a;
	font-size: 13px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	height: 28px;
	margin-bottom: 10px;
}
.wpcf7-form textarea {
	height:90px;
}
.wpcf7-form input#submit {
	width: 64px;
	height: 25px;
	margin: 0 auto;
	background: url(img/submit_bttn.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.podPress_downloadlinks {
    border: 0 none !important;
    display: block;
    font-size: 13px !important;
    line-height: 15px !important;
    margin: 0.5em 0 1em;
    padding: 1px 0 0 !important;
    width: 100%;
}