/*
Theme Name: New MLBA Theme
Theme URI: http://www.mlba.com/
Description: A reponsive WordPress theme for MLBA.
Version: 1.0
Author: InGroup Design
Author URI: http://www.ingroupdesign.com/
*/

/* =Full Layout (940-800px)
-------------------------------------------------------------- */

body {
	background: #fff url('images/body-bg.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
}

body.home {
	background: #fff url('images/home-body-bg.jpg') repeat-x top left;
}

#page {
	margin: 0 auto;
	max-width: 940px;
	padding: 20px;
}

.primary {
    float: left;
    width: 68%;
}

.secondary {
	float: right;
    width: 30%;
}

#header .primary {
    width: 30%;
}

#header .secondary {
    width: 68%;
}

#footer {
	margin: 0 auto;
	max-width: 940px;
	padding: 20px;
	text-align: center;
}

/* =Tablet Layout (800-480px)
-------------------------------------------------------------- */

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {

	body,
	body.home {
		background: #fff url('images/body-bg.jpg') repeat-x top left;
	}

	#page {
		min-width: 480px;
	}

	#footer {
		min-width: 480px;
	}

	#page #title {
		margin: 0 0 16px 0;
	}

	#page #header-widgets .widget_nav_menu {
		margin: 0;
	}

	#page #header-widgets .widget_nav_menu li a,
	#page .nav li a {
		float: left;
		font-size: 13px;
		padding: 10px 13px;
	}

	#page #header-widgets .widget_nav_menu li ul,
	#page .nav li ul {
		margin: 42px 0 0 0;
	}

	#page #header-widgets .widget_nav_menu li:hover ul,
	#page .nav li:hover ul {
		left: -9999px;
	}

	#page .sub-menu-toggle {
		background: #003466 url('images/toggle-bg.png') no-repeat center center;
		display: block;
		float: right;
		height: 42px;
		width: 42px;
	}

	#page .sub-menu-toggle:hover {
		background: #004d99 url('images/toggle-bg.png') no-repeat center center;
		cursor: pointer;
	}

	#page #header-widgets .widget_nav_menu li.open ul,
	#page .nav li.open ul {
		left: 0;
	}

	#page #header-widgets .widget_nav_menu li ul li ul,
	#page .nav li ul li ul {
		margin: 0;
		position: relative;
	}

	#page #header-widgets .widget_nav_menu li li a,
	#page .nav li li a {
		float: none;
		padding: 10px 13px 10px 13px;
	}

	#page #header-widgets .widget_nav_menu li li li a,
	#page .nav li li li a	{
		float: none;
		padding: 10px 13px 10px 33px;
	}

	#page #header-widgets .widget_nav_menu li li li li a,
	#page .nav li li li li a	{
		float: none;
		padding: 10px 13px 10px 53px;
	}

	h1 {
		font-size: 34px;
		line-height: 36px
	}

	h2 {
		font-size: 28px;
		line-height: 30px
	}

	h3 {
		font-size: 24px;
		line-height: 26px
	}

	h4 {
		font-size: 20px;
		line-height: 22px
	}

	blockquote {
		font-size: 15px;
	    line-height: 23px;
	}

	#page .home-post-1 h4 {
		font-size: 28px;
		line-height: 30px
	}

	#page .home-post-1 p {
		font-size: 13px;
	    line-height: 22px;
	}

}

/* =Mobile Layout (480-320px)
-------------------------------------------------------------- */

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

	#page {
		min-width: 280px;
		padding: 10px;
	}

	#footer {
		display: none;
	}

	#page .primary {
		float: none;
		width: 100%;
	}

	#page .secondary,
	#footer-wrap #footer .secondary	{
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}

	#page .meteor-slides {
		border: none;
		box-shadow: none;
		height: 100% !important;
		margin: 0 0 20px 0;
	}

	#page #title {
		margin: 0 0 25px 0;
		text-align: center;
	}

	#page .sub-menu-toggle {
		background: #003466 url('images/toggle-bg.png') no-repeat center center;
		display: block;
		float: none;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		width: 46px;
	}

	#page .sub-menu-toggle:hover {
		background: #004d99 url('images/toggle-bg.png') no-repeat center center;
		cursor: pointer;
	}

	#page #header-widgets .widget_nav_menu li:hover ul,
	#page .nav li:hover ul {
		left: -9999px;
	}

	#page #header-widgets .widget_nav_menu li.open ul,
	#page .nav li.open ul {
		left: 0;
		position: relative;
	}

	#page #header-widgets .widget_nav_menu>div>ul,
	#page .nav>ul {
		float: none;
		padding: 10px;
	}

	#page #header-widgets .widget_nav_menu li,
	#page .nav li {
		border: none;
		float: none;
	}

	#page #header-widgets .widget_nav_menu li a,
	#page .nav li a {
		border: none;
		border-bottom: 1px solid #ccc;
		float: none;
		font-size: 14px;
		padding: 12px 15px;
	}

	#page #header-widgets .widget_nav_menu li.last a,
	#page .nav li.last a {
		border: none;
	}

	#page #header-widgets .widget_nav_menu li ul,
	#page .nav li ul {
		border-bottom: none;
		margin: 0;
		width: auto;
	}

	#page #header-widgets .widget_nav_menu li ul li,
	#page .nav li ul li {
		width: auto;
	}

	#page #header-widgets .widget_nav_menu li ul li a,
	#page .nav li ul li a {
		padding: 12px 15px 12px 25px;
	}

	#page #header-widgets .widget_nav_menu li ul li ul,
	#page .nav li ul li ul {
		border: none;
		margin: 0;
		position: relative;
		width: auto;
	}

	#page #header-widgets .widget_nav_menu li ul li ul li a,
	#page .nav li ul li ul li a {
		padding: 12px 15px 12px 35px;
	}

	h1 {
		font-size: 30px;
		line-height: 32px;
	}

	h2 {
		font-size: 24px;
		line-height: 26px;
	}

	h3 {
		font-size: 20px;
		line-height: 22px;
	}

	h4 {
		font-size: 16px;
		line-height: 18px;
	}

	blockquote {
		font-size: 15px;
	    line-height: 23px;
	}

	#page .home-post-1 h4 {
		font-size: 24px;
		line-height: 26px;
	}

	#page .home-post-1 p {
		font-size: 13px;
	    line-height: 22px;
	}

	#page .gallery .gallery-item {
		float: none;
		width: 100%;
	}

	#page .vendor {
		margin: 1%;
		width: 48%;
	}

	.single-listing #page .listing-details {
		float: none;
		width: 100%;
	}

	.single-listing #page .entry-content-column {
		float: none;
		width: 100%;
	}

}

/* =Header
-------------------------------------------------------------- */

#page #header {
	background-repeat: no-repeat;
}

#title a img {
	border: none;
}

/* =Navigation
-------------------------------------------------------------- */

#header-widgets .widget_nav_menu,
.nav {
	margin: 60px 0 0 0;
	position: relative;
	z-index: 2;
}

.nav {
	background: #eee;
	margin: 0 auto;
	z-index: 1;
}

#header-widgets .widget_nav_menu>div>ul,
.nav>ul {
	background: #003466;
	border-bottom: solid 1px #000;
	border-radius: 5px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 1px 10px 0 10px;
	text-transform: uppercase;
}

#header-widgets .widget_nav_menu>div>ul {
	float: right;
}

.sub-menu-toggle {
	display: none;
}

#header-widgets .widget_nav_menu li,
.nav li {
	border: none;
	border-right: solid 1px #004d99;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#header-widgets .widget_nav_menu li a,
.nav li a {
	color: #fff;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
}

#header-widgets .widget_nav_menu>div>ul>li.current-menu-item>a,
.nav>li.current-menu-item>a {
	background: #004d99;
}

#header-widgets .widget_nav_menu li a:hover,
.nav li a:hover {
	background: #004d99;
	color: #fff;
}

#header-widgets .widget_nav_menu li a::selection,
.nav li a::selection {
        background: #003466;
}

#header-widgets .widget_nav_menu li a::-moz-selection,
.nav li a::-moz-selection {
        background: #004d99;
}

#header-widgets .widget_nav_menu .menu>.last,
.nav .menu>.last {
	border-right-style: none;
}

#header-widgets .widget_nav_menu li ul,
.nav li ul {
	background: #fff;
	left: -9999px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 172px;
	z-index: 9999;
}

#header-widgets .widget_nav_menu li:hover ul,
.nav li:hover ul {
	left: 0;
}

#header-widgets .widget_nav_menu li ul li ul,
.nav li ul li ul {
	background-color: #004D99;
	border-left-style: none;
	left: -9999px;
	list-style-type: none;
	margin: -37px 0 0 -172px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 172px;
}

#header-widgets .widget_nav_menu li:hover ul li ul,
.nav li:hover ul li ul {
	left: -9999px;
}

#header-widgets .widget_nav_menu li ul li:hover ul,
.nav li ul li:hover ul {
	left:0;
}

#header-widgets .widget_nav_menu li ul li,
.nav li ul li {
	width: 172px;
}

#header-widgets .widget_nav_menu li ul li a,
.nav li ul li a {
	background: none;
	background-color: #004D99;
	border: none;
	border-top: solid 1px #000;
	color: #fff;
	font-size: 11px;
	padding: 7px 5px;
}

#header-widgets .widget_nav_menu li ul li a:hover,
.nav li ul li a:hover {
	background: #003466;
	color: #fff;
}

#header-widgets .widget_nav_menu li.sfhover ul li ul,
.nav li.sfhover ul li ul {
	left: -9999px;
}

#header-widgets .widget_nav_menu li:hover ul,
#header-widgets .widget_nav_menu li.sfhover ul,
#header-widgets .widget_nav_menu li ul li.sfhover ul,
.nav li:hover ul,
.nav li.sfhover ul,
.nav li ul li.sfhover ul {
	left: 0;
}

/* =Content
-------------------------------------------------------------- */

#main {
	padding: 20px 0;
}

.home #main {
	padding: 10px 0;
}

#post-image {
	text-align: center;
}

#post-image img {
	border: solid 1px #4e4e4e;
}

.image-caption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#page .gallery-caption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.post {
	margin: 0 0 30px 0;
}

.post-date {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.sticky {
	border: 1px solid #E5E5E5;
	color: #333333;
	padding: 10px;
}

.sticky .post-date {
	color: #b1b1b1;
}

.sticky .postmetadata {
	border-top: 1px solid #E5E5E5;
	color: #b1b1b1;
	padding: 5px 0 0 0;
	margin: 0;
}

.sticky .post-date a,
.sticky .postmetadata a {
	color: #b1b1b1;
}

.sticky .post-date a:hover,
.sticky .postmetadata a:hover {
	color: #666;
}

.comment-status {
	float: right;
	font-weight: bold;
}

.single-date {
	float: left;
	font-style: italic;
}

.postmetadata {
	border-top: 1px solid #E5E5E5;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
}

.entry {
	margin: 10px 0;
}

object {
	position: relative;
	z-index: 1;
}

#nav-post {
	margin: 0 0 20px 0;
}

#left-post {
	width: 33%;
	float: left;
}

#parent-post {
	float: left;
	text-align: center;
	width: 33%;
}

#right-post {
	float: right;
	text-align: right;
	width: 33%;
}

#content #left-post,
#content #right-post {
	width: 50%;
}

.clear {
	clear: both;
}

/* =Comments
-------------------------------------------------------------- */

h5#comment-count {
	margin: 5px 0;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px;
	list-style: none;
}

.commentlist li ul li {
	margin: 15px 0 10px 40px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}

.comment {
	background: #fff;
}

.bypostauthor {
	background: #F7F7F7;
}

#commentform p {
	margin: 5px 0;
}

.commentmetadata {
	font-style: italic;
	margin: 0;
}

.comment-author {
	margin: 0;
}

.fn {
	font-weight: bold;
}

.on {
	font-style: italic;
}

.commentnav {
	border-bottom: 1px solid #afafaf;
	margin: 0 0 0 95px;
	padding: 8px 5px 8px 0;
}

.commentnav a {
	text-decoration: none;
}

.commentnav a:hover {
	text-decoration: underline;
}

.comment-content {
	margin: 0 0 0 90px;
	min-height: 90px;
	padding: 5px;
}

.comment-gravatar {
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	position: absolute;
	width: 75px;
	z-index: 1;
}

.comment-gravatar img.avatar {
	background-color: #afafaf;
	border: 1px solid #cecece;
	margin: 0 0 5px 0;
}

.comment-gravatar a {
	color: #4e4e4e;
	clear: right;
	display: block;
	font-size: 10px;
	float: right;
	margin: 2px 0;
	overflow: hidden;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-gravatar a:hover {
	text-decoration: underline;
}

#respond {
	clear: both;
	margin: 20px 0 0 0;
}

.pingslist {
	padding: 0;
}

.pingslist li {
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
}

.pingslist li a.url {
	background: transparent url('images/ping-icon.png')  no-repeat top left;
	display: block;
	width: 25px;
	height: 25px;
}

.pingslist li a.url:hover {
	background-position: 0 -25px;
}

#your-comment {
	display: none;
}

.comment-form-comment label {
	display: none;
}

#commentform .form-submit {
	margin: 0 0 60px 0;
}

#commentform .form-allowed-tags {
	display: none;
}

.page .nocomments {
	display: none;
}

.comment-navigation {
	clear: both;
}

.comment-navigation .pages {
	color: #737373;
	font-style: italic;
}

.comment-navigation span {
	border: none;
	color: #3f3f3f;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

.comment-navigation a {
	background-color: #ededed;
	border: none;
	color: #3f3f3f;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

.comment-navigation a.previouspostslink,
.comment-navigation a.nextpostslink,
.comment-navigation a.first,
.comment-navigation a.last {
	background: none;
	border: none;
	color: #3f3f3f;
	padding: 3px 5px;
	margin: 2px;
	text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation span.current {
	background-color: #c9c9c9;
	color: #3f3f3f;
}

.comment-navigation a:hover.previouspostslink,
.comment-navigation a:hover.nextpostslink,
.comment-navigation a:hover.first,
.comment-navigation a:hover.last {
	background: none;
	color: #3f3f3f;
	text-decoration: underline;
}

.comment-navigation span.current {
	font-weight: bold;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	margin: 0 0 20px 0;
}

.widget_text,
.bbp_widget_login {
	background: #f1f1f1 url('images/widget-bg.jpg') repeat-x bottom left;
    border-top: 1px solid #003366;
	margin: 0 0 20px 0;
	padding: 15px 20px 30px 20px;
}

.widget h4 {
	color: #003366;
	margin: 0 0 10px 0;
	text-align: center;
}

.widget_search {
	background: none;
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.widget_text {
	line-height: 20px;
}

.widget input {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #7f7f7f;
}

.login-username input,
.login-password input  {
	float: left;
	margin: 0 5px 5px 0;
	width: 60%;
}

.login-remember input {
	margin: 0;
}

.login-remember input:hover,
.login-remember label:hover {
	color: #4e4e4e;
	cursor: pointer;
}

.login-remember label {
	color: #bfbfbf;
	margin: 0;
}


#wp-submit {
	background-color: #808080;
	border: none;
	color: #fff;
	padding: 3px;
}

#wp-submit:hover {
	background-color: #5e5e5e;
	cursor: pointer;
}

select#cat {
	width: 100%;
}

.widget_archive select {
	width: 100%;
}

.widget_tag_cloud a {
	color: #666;
	text-decoration: none;
}

.widget_tag_cloud a:hover {
	color: #333333;
	text-decoration: none;
}

#search-widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

.widget h3 {
	color: #4e4e4e;
	margin: 0 0 5px 0;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	border-bottom: solid 1px #e5e5e5;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

.widget ul li.last {
	border: none;
}

.widget ul li a {
	color: #666;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #464646;
	text-decoration: underline;
}

.widget ul li ul {
	margin: 5px 0 0 0;
}

.widget ul li ul li {
	border-bottom: none;
	border-top: solid 1px #e5e5e5;
	padding: 5px 0 0 0;
}

.widget ul li ul li ul li {
	padding: 5px 0;
}

.widget ul li ul li a {
	padding: 0 0 0 25px;
}

.widget ul li ul li ul li a {
	padding: 0 0 0 50px;
}

.screen-reader-text {
	display: none;
}

#searchsubmit {
	background-color: #808080;
	border: none;
	color: #fff;
	padding: 3px;
}

#searchsubmit:hover {
	background-color: #5e5e5e;
	cursor: pointer;
}

.rsswidget {
	font-weight: bold;
	}

.rssSummary {
	font-size: 10px;
	line-height: 20px;
}

/* =Calendar
-------------------------------------------------------------- */

#calendar_wrap {
	background: #fff;
	border: 1px solid #959494;
}

#calendar_wrap table {
	border: none;
}

#calendar_wrap caption {
	color: #828282;
	font-style: italic;
}

#calendar_wrap table tr th {
	background: none;
	padding: 2px 10px;
	text-align: center;
	text-transform: uppercase;
}

#calendar_wrap thead {
	background-color: #fff;
}

#calendar_wrap tbody {
	background-color: #f0f0f0;
}

#calendar_wrap table tr td {
	border-top: none;
	padding: 3px 10px;
	text-align: center;
}

#calendar_wrap table tr td:hover {
	background-color: #fff;
}

#calendar_wrap table tr .pad:hover {
	background: none;
}

#calendar_wrap table tr td#today {
	background-color: #d6d6d6;
}

#calendar_wrap table tr td#today:hover {
	background-color: #fff;
}

#calendar_wrap table tr td a {
	font-weight: bold;
	text-decoration: none;
}

#calendar_wrap table tr td a:hover {
	color: #000;
	text-decoration: underline;
}

#calendar_wrap table tr td#prev {
	text-align: left;
}

#calendar_wrap table tr td#next {
	text-align: right;
}

#calendar_wrap table tr td#prev a,
#calendar_wrap table tr td#next a {
	color: #828282;
	font-weight: normal;
	text-decoration: none;
}

#calendar_wrap table tr td#prev a:hover,
#calendar_wrap table tr td#next a:hover {
	color: #333333;
	text-decoration: underline;
}

/* =Footer
-------------------------------------------------------------- */

#footer-wrap {
	background: #f2f2f2;
}

#footer a {
	color: #4b4b4b;
	text-decoration: none;
}

#footer a:hover {
	color: #272727;
	text-decoration: underline;
}

#footer .secondary {
	float: left;
	margin: 0 0 0 5%;
	padding: 0;
}

#footer .secondary.first {
	margin: 0;
}

#footer h1 {
	margin: 0 0 20px 0;
}

/* =Copyright
-------------------------------------------------------------- */

#copyright {
	border-top: solid 1px #f2f2f2;
	color: #bfbfbf;
	font-size: 11px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.home #copyright {
	border-top: none;
}

#copyright a {
	color: #bfbfbf;
	text-decoration: none;
}

#copyright a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}

/* =404 Template
-------------------------------------------------------------- */

.error404 #content {
    float: none;
    margin: 20px;
    overflow: hidden;
    width: auto;
}

/* =Image Template
-------------------------------------------------------------- */

.single-attachment #content {
    float: none;
    margin: 20px;
    overflow: hidden;
    width: auto;
}

/* =Home Template
-------------------------------------------------------------- */

.home-post {
	border-top: solid 1px #ccc;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
}

.home-post h4 {
	margin: 0;
}

.home-post .more {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.home-post a:hover.more {
	text-decoration: underline;
}

.home-post-1 {
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.home-post-1 h4 {
	font-size: 40px;
	line-height: 44px;
}

.home-post-1 p {
	font-size: 16px;
	line-height: 26px;
}

/* =Wide Template
-------------------------------------------------------------- */

.page-template-page_wide-php #main .primary {
    float: none;
    overflow: hidden;
    width: auto;
}

.page-template-page_wide-php #nav-post {
	border-top: 1px solid #afafaf;
	color: #afafaf;
	margin: 20px 0;
	padding: 5px 0;
}

.page-template-page_wide-php #nav-post a {
	color: #afafaf;
}

.page-template-page_wide-php #nav-post a:hover {
	color: #7f7f7f;
}

/* =Archives Template
-------------------------------------------------------------- */

.half-column {
	float: left;
	margin: 0 4% 4% 0;
	width: 48%;
}

.half-column.last {
	margin: 0 0 4% 0;
}

/* =Post Format: Image
-------------------------------------------------------------- */

.format-image {
	border-bottom: solid 1px #E5E5E5;
	border-top: solid 1px #E5E5E5;
}

.format-image .post-title,
.format-image .post-date,
.format-image .postmetadata {
	display: none;
}

.format-image .entry {
	margin: 0;
	padding: 15px 0 0 0;
}

/* =Post Format: Link
-------------------------------------------------------------- */

.format-link {
	border-bottom: solid 1px #E5E5E5;
	border-top: solid 1px #E5E5E5;
}

.format-link .post-title,
.format-link .post-date,
.format-link .postmetadata {
	display: none;
}

.format-link .entry {
	margin: 0;
	padding: 15px 0 0 0;
}

/* =Post Format: Quote
-------------------------------------------------------------- */

.format-quote {
	border-bottom: solid 1px #E5E5E5;
	border-top: solid 1px #E5E5E5;
}

.format-quote .post-title,
.format-quote .post-date,
.format-quote .postmetadata {
	display: none;
}

.format-quote .entry {
	background: #fff url(images/blockquote-bg.jpg) left top no-repeat;
	color: #AFAFAF;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	margin: 0;
	padding: 15px 15px 0 75px;
}

/* =Post Format: Status
-------------------------------------------------------------- */

.format-status {
	border-bottom: solid 1px #E5E5E5;
	border-top: solid 1px #E5E5E5;
}

.format-status .post-title,
.format-status .post-date,
.format-status .postmetadata {
	display: none;
}

.format-status .entry {
	margin: 0;
	padding: 15px 0 0 0;
}
/* =Member Directory Filter
-------------------------------------------------------------- */
.directory-filter p {
	font-family: "Anton", Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 20px 0 0 0;
	padding: 0;
}
.deals-filter {
	display: flex;
	padding:0;
	margin: 10px 3px;

}
.deals-filter li {
	display: block;
	background-color: #003466;
	border-right: solid 1px #656565;
}
.deals-filter li:hover,
.deals-filter .current {
	background-color: #004d99;
}
.deals-filter li:first-of-type {
	border-radius: 5px 0 0 5px;
}
.deals-filter li:last-of-type {
	border-radius: 0 5px 5px 0;
	border-right: none;
}
.deals-filter li a {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	font-size: 16px;
}

.deal-left {
	float: left;
	width: 60%;
}

ul.deal-box {
	margin: 0;
	background: #f1f1f1;
	border: 1px solid #003366;
	padding: 8px;
	list-style-type: none;
}

p.deals-login {
	margin: 0;
}

/* =Members Listings
-------------------------------------------------------------- */

.single-listing #content img {
	border: none;
}

.listing-details {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content .listing h5 {
	margin: 20px 0 5px 0;
}

.listing-details li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: solid 1px #e9e9e9;
}

.listing-details li.last {
	margin: 0;
	padding: 5px 10px;
	border-bottom: none;
}

.single-listing .entry-content-column {
	float: right;
	margin: 0;
	width: 38%;
}

.single-listing .entry-content-column p {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

#content .directory-listings h4 {
	margin: 20px 0 10px 0;
}

.page-template-pagelisting-php .post-edit-link {
	display: none;
}

.page-template-pagelisting-php #content .page {
	padding: 0;
}

.directory-listings ul {
	font-size: 12px;
	font-weight: bold;
	/* list-style-type: square; */
	/* padding: 0; */
	/* margin: 0; */
	list-style: none;
	margin-left: 0;	
	padding-left: 1em;
	text-indent: -1em;
	padding-right: 1em;
	list-style-position: inside;
}

.directory-listings li {
	width: 200px;
	float: left;
	margin: 0 10px 0 10px;
}

i.fa-usd {
	color: #009927;
}

.directory-listings i.fa {
	display: inline;
}

/* =Miscellaneous
-------------------------------------------------------------- */

.vendor {
    float: left;
    height: 135px;
	line-height: 18px;
    margin: 10px;
    text-align: center;
	width: 168px;
}

#mlba-login {
	display: block;
	float: left;
	width: 310px;
}

#mlba-login a {
	background: transparent url('images/start-training.png') no-repeat top left;
	display: block;
	height: 234px;
	text-indent: -9999px;
	width: 310px;
}

#mlba-register {
	display: block;
	float: left;
	margin: 23px 0 0 0;
	width: 310px;
}

#mlba-register a {
	background: transparent url('images/mlba-training-registration.jpg') no-repeat top left;
	display: none;
	height: 211px;
	text-indent: -9999px;
	width: 310px;
}

#mlba-register #loggedout-link {
	display: block;
}

body.logged-in #mlba-register a {
	display: block;
}

body.logged-in #mlba-register #loggedout-link {
	display: none;
}
