/*
@font-face fonts:

	PfBeauSansProBold
	PfBeauSansProLightRegular
	PfBeauSansProThinRegular
	PfBeauSansProBbookRegular

*/

body {
    color: #4C4C4C;
    font-family: 'PfBeauSansProLightRegular';
}
.navbar {
    border-bottom: 1px solid #5588A5;
    height: 42px;
    font-size: 18px;
    font-family: 'PfBeauSansProBbookRegular',Arial;
    line-height: 42px;
}
.navbar a.brand {
    margin: 0 65px 0 10px;
    padding: 9px 0 0;
}
.navbar-inner {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #65A4C7;
    height: 42px;
}
.navbar-inner .search-query {
    margin-top: 0;
}
.navbar-inner .navbar-search input {
    background-color: white;

}
.navbar-inner .container a,
.navbar .nav > li > a,
.navbar .nav > li > a:hover {
    color: #FFFFFF;
}

.main-footer {
    height: 64px;
    border-top: 1px solid #c3c3c3;
    background: #fafafa;
    text-align: center;
    /*position:  absolute;*/
    /*bottom: 0;*/
    width: 100%;
}

.main-footer .links {
    margin: 11px 0 7px;
    font-weight: bold;
}
.main-footer .links a {
    color: #588dab;
}
.main-footer .links li {
    display: inline-block;
    border-right: 1px solid #efefef;
    padding: 0 7px;
    height: 23px;
    line-height: 25px;
}
.main-footer .links li:last-child {
    border: none;
}
.main-footer .copyright {
    line-height: 1;
    color: #888;
}

.breadcrumb {
    background: none repeat scroll 0 0 #FAFAFA;
    border-top: 0;
    border-bottom: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
}
#content, #sidebar {
    margin-top: 20px;
}
.main-content {
    min-height: 600px;
}

.nav.pull-left li a {
    padding: 12px 15px 0;
}
.nav.pull-right li form {
    margin-top: 7px;
}

.nav.pull-left li.active a {
    height: 31px;
    color: #2E2E2E;
    background-color: #ffffff;
}
.nav.pull-left li.active a:hover {
    color: #2E2E2E;
    background-color: #ffffff;

}

body.entry-list .entry-footer,
body.entry .entry-footer {
    min-height: 140px;
    margin-bottom: 20px;
    padding-bottom: 19px;
    background-color: white;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0) inset;
}

body.entry .entry-footer {
    min-height: 0;
}

a.read-more {
    color: #28ADF2;
    font-size: 13px;
    font-weight: bold;
    font-family: helvetica Neue,Arial;
}

h2.entry-title {
    color: #68A7CB;
    text-decoration: none;
    font-family: 'PfBeauSansProBbookRegular',Arial;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.main-footer-column {
    height: 100%;
    display:block;
    float:left;
    width:125px;
}
.main-footer-container {
    display:inline-block;
    margin:0 auto;
    width:500px;
    float:none;
    clear:both;
    background: none repeat scroll 0 0 #FAFAFA;
    height: 70px;
}
.copyright {
    background: none repeat scroll 0 0 #FAFAFA;
}
.footer-header {
    margin-bottom:5px;
}
#spot_list_footer {
    display: block;
    height: 97px;
}