/*
 * load after bootstrap.css to ovewrite those styles
 */

body {
	background-color: #a7a9ac;
	background-image: url('/img/noiset.png');
	font-family: "Cabin",san-serif;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Hammersmith";
}

body.admin {
	padding-top: 60px;
}

.container	{
	background-color: #fff;
}

.header {
	padding: 15px 0;
}

.site_logo	{
	margin: 0;
	padding: 0;
	width: 400px;
	height: 84px;
	display: block;
	background: url(../img/fp-logo.png) no-repeat;
	background-size: contain;
}

.fp	{
	background-color: #1068b0;
	color: #fff;
}

.navbar	{
	border-radius: 0;
}

.events, .feature {
	height: 300px;
	margin-bottom: 20px;
 }

.slider-container {
	max-height: 300px;
	margin-bottom: 20px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.slider-caption	{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: rgba(0,0,0,.65);
	padding: 2px 5px;
/*	font-size: .85em; */
}

.slider-caption	a {
	color: yellow;
	text-decoration: underline;
}

.slider-caption	a:hover {
	color: yellow;
	text-decoration: underline;
}


.events{
	background-color: #CECEF6;
}



.calendar	{
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.calendar-header {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #1068b0;
	font-weight: 400;
	font-size: 1.5em;
}

.calendar-list {
	max-height: 260px;
	overflow-y: scroll;
}

.calendar-message{
	text-align: center;
	padding: 5px 0 0 0;
	display: block;
	color: #1068b0;
}

.event {
  border-bottom: 1px solid #eee;
  margin: 0 10px;
  padding: 10px 0;
}

.event:last-child {
  border-bottom: none;
}

.event_date {
	display: inline-block;
	padding-right: .5em;
	font-weight: 400;
	margin-bottom: 3px;
}

.event_title {
	font-weight: 400;
	color: #1068b0;
	margin-bottom: 3px;
}

.event_description{
	display: block;
}

.feature	{
	background-color: #fff;
  overflow: hidden;
	position: relative;
}

.feature p {
	padding: 0 15px;
}

.feature .read-more {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-align: center;
}

.feature .label {
	font-family: "Cabin";
	font-weight: 300;
}

.feature .label:hover,article .label:hover {
	color: #fff;
	text-decoration: underline;;
}

.news-headlines {
	padding-bottom: 15px;
}

.news-headlines h2 {
  background-color: #1068b0;
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.news-headlines h3 {
	font-size: 1.4em;
	margin: 12px 0;
}

.news-headlines h3 small {
	font-family: "Cabin";
	font-weight: 400;
	color: #1068b0;
}


article {
	border-bottom: 1px solid #eee;
	overflow: auto;
}

article:last-child {
	border-bottom: none;
}

.figure {
	margin: 0 15px 10px 0;
	position: relative;
	max-width: 45%;
}

.figure img {
	width: 100%;
}

.figure .cutline {
	display: inline-block;
	font-size: .85em;
	padding: 3px 5px;
	background-color: #eee;
}

/*

.section-page article  img {
	padding: 0 15px 10px 0;
	max-width: 45%;
	max-height: 200px;
}
.article-page article p img {
	padding: 0 15px 10px 0;
	max-width: 65%;
	max-height: 250px;
}
*/


article .label {
	font-family: "Cabin";
	font-weight: 300;
}

h2.section {
	background-color: #1068b0;
	color: #fff;
	font-size: 1.5em;
	margin: 0;
	padding: 5px;
	text-align: center;
}


form	{
	padding: 20px 0;
}

.buttons	{
	text-align: center;
}

.address_info	{
	padding: 40px 0;
	font-size: 1.25em;
}



.sidebar-banner {
	max-height: 300px;
}

.sidebar-banner img {
	margin: 0 auto;
	max-height: 300px;
}

.banner img {
	margin: 0 auto;
}


.advertising {
	padding: 30px;
	font-size: 1.25em;
}




.footer	{
	background-color: #eee;
	border-top: 20px solid #222;
	padding: 15px 0;
	margin-top: 20px;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
 }

.footer ul li {
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #ddd;
	font-size: .85em;
}

.footer .copy-date {
	border-top: 1px solid #ddd;
	font-size: .85em;
	padding-top: 10px;
	margin-top: 10px;
}

/*
Bootstrap breakoints: 768px, 992px, 1200px
*/

@media screen and (max-width: 480px) {
	.site_logo	{
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.site_logo	{
		margin: 0 auto 15px;
		width: 100%;
	}
}
