.cf:before, .cf:after {
    content: " "; /* 1 */
    display: block; /* 2 */
	display: table-cell;
}

.cf:after { clear: both; }
.cf { *zoom: 1; }

/* main page */
.wpbdp-main-page  {
    float: left;
    margin-bottom: 20px;
	margin-top: 15px;
	display: table;
	width: 99.9%;
}
.wpbdp-main-page #wpbdp-categories {
    margin-bottom: 0;
	display: table-cell;
	vertical-align: top;
	/*background: #C8E6E6;*/
	height: 100%;
	width: 21%;
	padding-bottom: 25px;
}
.wpbdp-main-page #wpbdp-categories ul {
    list-style: none;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wpbdp-main-page #wpbdp-categories ul li {
	height: auto;
	/*border-bottom: 1px solid #ccc;*/
}
.wpbdp-main-page ul.wpbdp-categories-list,.wpbdp-main-page ul.pages {
    margin: 0 5px 0 0;
}
.wpbdp-main-page ul.wpbdp-categories-list > li,.wpbdp-main-page ul.pages > li {
    float: none;
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.wpbdp-main-page ul.wpbdp-categories-list > li a,.wpbdp-main-page ul.pages > li a {
    color: #000;
	padding: 0 0 10px 15px;
	display: block;
	height: auto;
	
}
.wpbdp-main-page ul.wpbdp-categories-list > li#on,
.wpbdp-main-page ul.wpbdp-categories-list > li#on a,
.wpbdp-main-page ul.wpbdp-categories-list > li:hover,
.wpbdp-main-page ul.pages > li#on,
.wpbdp-main-page ul.pages > li#on a,
.wpbdp-main-page ul.pages > li:hover,
.wpbdp-main-page ul.pages .current_page_item, 
.wpbdp-main-page ul.pages .current_page_item a {
    background-color: #3DBDEC;
	color: #fff;
	text-decoration: none;
}
.wpbdp-main-page ul.pages .current_page_item a,
.wpbdp-main-page ul.pages .current_page_item a:link,
.wpbdp-main-page ul.pages .current_page_item a:visited {
	color: #fff;
}
.wpbdp-main-page ul.wpbdp-categories-list li#category-end,
.wpbdp-main-page ul.pages li#category-end,
.wpbdp-main-page ul.wpbdp-categories-list > li a:hover,
.wpbdp-main-page ul.pages > li a:hover {
	color: #fff;
}
.wpbdp-main-page ul.wpbdp-categories-list li .category-div {
    border-top: 1px dashed #666;
	width: 22px;
	height: 5px;
	margin: 7px 15px 15px 15px;
}
.category-div {
    border-top: 1px dashed #666;
	width: 29px;
	height: 5px;
	margin: 7px 15px 15px 0;
}

.bd-content-wrap {
	width: 74%;	/* 565 / 940 = 0.601063829787234 */
	display: table-cell;
	padding: 0;
}
.bd-content-wrap-full {
	width: 100%;
	padding: 0;
}
.bd-content-wrap-full .aside {
	float: left;
	width: 30%;
	padding: 0;
}

.bd-content-wrap #content,.bd-content-wrap-full #content {
	margin-top: -11px;
	padding: 0 0 0 0;
}
.bd-content-wrap #content h2,.bd-content-wrap-full #content h2 {
	margin-top: -13px;
	color: #3DBDEC;
	text-transform: uppercase;
}
.wpbdp-bar {
	display: none;
}
.bd-content-wrap #content,.bd-content-wrap #content .hfeed,.bd-content-wrap-full #content,.bd-content-wrap-full #content .hfeed {
	padding-right: 0;
}
.bd-content-wrap #content .hfeed .hentry,.bd-content-wrap-full #content .hfeed .hentry {
	width: 100%;
	margin-right: 0;
}
.listings-body {
	padding: 0 0 0 15px;
}
.listings-body p {
	margin: 0 0 20px 0;
}
.listings-body p strong, .listings-body p b  {
	color: #666;
}
.listings h1 {
	color: #D18C41;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.listings .listings-divider {
	clear: both;
	height: 10px;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 0;
}
.listings .listing-thumbnail {
	float: left;
	padding-bottom: 10px;
	margin-right: 10px;
}
.listings .listing-body {
	float: left;
	padding: 0 0 10px 0;
}
#wpbdp-category-page .listings .listing-body {
	max-width: 550px;
}
.listings .listing-body p {
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2#business-intro, h2#business-extro {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
h2.category-name {
	font-size: 16px;
	padding: 3px 0 10px 0;
	margin: 0 10px -7px 15px;
	border-bottom: 1px solid #ccc;
}
.bd-content-wrap h1.page-title, .bd-content-wrap-full  h1.page-title {
	font-size: 16px;
	font-weight: normal;
	color: #3DBDEC;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 23px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}
.bd-content-wrap h3, .bd-content-wrap-full h3 {
	color: #3DBDEC;
	margin: 0;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
}
div#wpbdp-category-page {
	width: 101.5%;
}
p.business-address {
	margin-top: 20px;
}
.mapp-container {
	margin-left: 0;
}
dl { 
	margin: 0 0 1.75em 0; 
}
dl dt {
	margin: 0;
	font-size: 1em;		/* 16 / 12 = 1.333333333333333 */
	line-height: 1.75em;
	font-family:  'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #888;
	text-transform: capitalize;
}
dt a, dt a:active, dt a:visited {
	color: #000;
}
dt a:hover {
	color: #3DBDEC;
}

h1.ai1ec_event-title.entry-title, h1.post-title.entry-title {
	font-size: 16px;
	font-weight: normal;
	color: #3DBDEC;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 23px;
	border-bottom: 1px solid #ccc;
}
h1.post-title.entry-title {
	padding-bottom: 10px;
}
.ai1ec-agenda-widget-view li {
  border: none;
}
.ai1ec-agenda-widget-view li.ai1ec-date.ai1ec-today {
  border: none;

  background-color: transparent;
  background-image: #f4f4bf;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}
a, a:visited, .page-template-front .hfeed-more .hentry .entry-title a:hover, .entry-title a, .entry-title a:visited, h1.ai1ec_event-title a, h1.ai1ec_event-title a:visited, .hentry .post-title a, .hentry .post-title a:visited { 
	color: #3DBDEC; 
}
a:hover, .comment-meta a, .comment-meta a:visited, .page-template-front .hentry .entry-title a:hover, .archive .hentry .entry-title a:hover, .search .hentry .entry-title a:hover { 
	border-color: #3DBDEC; 
}

.read-more, .read-more:visited, .comment-navigation a:hover, #respond #submit, .button, a.button, #subscribe #subbutton, .wpcf7-submit, #loginform .button-primary { 
	background-color: #3DBDEC; 
}
a:hover, a:focus { 
	color: #000; 
}
.read-more:hover, #respond #submit:hover, .button:hover, a.button:hover, #subscribe #subbutton:hover, .wpcf7-submit:hover, #loginform .button-primary:hover { 
	background-color: #111;
}
current-page-ancestor
.menu ul#menu-primary-items li a, .menu ul#menu-primary-items li.current-menu-item li a,.menu ul#menu-primary-items li a:visited, .menu ul#menu-primary-items li.current-menu-parent li a, .menu ul#menu-primary-items li.current-page-ancestor li a {
	color: #3DBDEC;
}
.menu ul#menu-primary-items li.menu-item.current-menu-item a,.menu ul#menu-primary-items li.menu-item.current-menu-item a:visited,.menu ul#menu-primary-items li.menu-item.current-menu-parent a,.menu ul#menu-primary-items li.menu-item.current-menu-parent a:visited,.menu ul#menu-primary-items li a:hover,.menu ul#menu-primary-items li.menu-item.current-page-ancestor a,.menu ul#menu-primary-items li.menu-item.current-page-ancestor a:visited { 
	color: #000;
}
	/* Nav CSS */
	body.singular-page-32 .menu ul#menu-primary-items li.menu-item#menu-item-309 a {
		color:#000;
	}

html { margin-top: 0; }
* html body { margin-top: 0; }





.pagination a:hover, a.page-numbers:hover { background-color: none }


/* resources */
.bd-content-wrap #content h2.resources, .bd-content-wrap-full #content h2.resources {
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
}
.resources-page {
	padding-right: 25px;
}
.resources-page a,.resources-page a:visited {
	color: #000;
}
.resources-page a:hover {
	color: #3DBDEC;
}
.resources-column {
	float: left;
	padding-right: 25px;
}
.resources-column-mid,.resources-column-end {
	float: left;
	width: 32%;
	padding: 0 25px 25px 25px;
	margin-bottom: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.resources-column-end {
	padding: 0 0 25px 25px;
	border-right: none;
	border-left: none;
}
.entry-content {
	padding-top: 10px;
}
.postimg {
	float: left;
	margin-right: 10px;
}
#commentform {
	clear: both;
}
.menu ul#menu-primary-items li a, .menu ul#menu-primary-items li.current-menu-item li a,.menu ul#menu-primary-items li a:visited {
	color: #3DBDEC;
}