/*

Theme Name: PSSD Schools
Description: A theme for Prairie South School Division Schools websites
Version: 1.0.0
Author:	Jim Gasper
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Created:  March 25, 2014
Last Revised:  April 24, 2014
*/


@import url("css/screen.css");
@import url("css/wp-default.css");
@import url("css/superfish.css");

/* Blog Header Font Import */
@font-face {
    font-family: 'dk_crayon_crumbleregular';
    src: url('fonts/CrayonCrumble/dk_crayon_crumble-webfont.eot');
    src: url('fonts/CrayonCrumble/dk_crayon_crumble-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CrayonCrumble/dk_crayon_crumble-webfont.woff2') format('woff2'),
         url('fonts/CrayonCrumble/dk_crayon_crumble-webfont.woff') format('woff'),
         url('fonts/CrayonCrumble/dk_crayon_crumble-webfont.ttf') format('truetype'),
         url('fonts/CrayonCrumble/dk_crayon_crumble-webfont.svg#dk_crayon_crumbleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* TABLE OF CONTENTS

	00 - Global Elements
	01 - Header
	02 - Google Maps
	03 - Photo Galleries
	04 - Image Slider
	05 - Home
	06 - Main Content
	07 - Posts
	08 - Pagination
	09 - Sidebar
	10 - Widget Areas, Custom Areas
	11 - Footer
	12 - Default Colors
	13 - Navigation
	13.1 - Mobile Navigation
	14 - Events
	15 - Featured Areas
	16 - FlowPlayer (Live Streaming) Content
	17 - Embedded Video Content
	18 - Tabular Data
	19 - Teacher Blogs
	20 - News Articles
	21 - Tribe Events Calendar
-------------------------------------------------------------- */



/* 00 - GLOBAL ELEMENTS
-------------------------------------------------------------- */

/*.primary {background-color:#049240;}
.secondary {background-color:#E67819;}*/

html
{
	background-color: #636467; /* this is the default background color */
}

body
{
	min-width: 270px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', serif;
    font-weight: normal;
}

a {
    font-weight: normal;
}

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input.text,
textarea
{
	padding: 10px 9px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 15px 0;
    -webkit-appearance: none;	
}

/* 01 - Header
-------------------------------------------------------------- */
#header {
	padding-top:15px;
}
#header #logo {
}
#header .description {
}
#header .social-links {
}

#header .grid_8
{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

#header .grid_4
{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	float: right;
}

.header-logo {
	float:left;
	max-width: 250px;
	width: auto;
	overflow: hidden;
}

.header-logo a img
{
	max-width: 100%;
}

.school-name {
	float:left; 
	max-width:350px; 
	font-size:2em;
	line-height: 1; 
	text-align:center; 
	/*padding-top: 30px;*/
}

.tagline
{
	font-size: 14px;
	font-style: italic;
}

/* 02 - Google Maps
-------------------------------------------------------------- */
#map-contact, #contact-map {
    width:100%; 
    height:260px; 
    margin-bottom:20px;
    
}

#map-contact img {
    max-width:none; 
    height: auto; 
    
}

/* 03 - Photo Galleries
-------------------------------------------------------------- */

.gallery .gallery-item
{
	overflow: hidden;
}

.gallery-caption {
	font-size: 12px;
	padding: 5% 10%;
	text-align: center;
	font-style: italic;
	line-height: 160%;
}

.gallery .gallery-item img {
	width: 90%;
	/*max-height: 200px;*/
	border: 10px solid #f1f1f1;
}

.gallery-columns-1 .gallery-item:nth-child(1n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 0 0 3% 0;
}

.gallery-columns-2 .gallery-item {
	width: 48.1%;
	margin: 0 2% 3% 0;
	float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
	margin: 0 0 3% 0;
}

.gallery-columns-3 .gallery-item {
	width: 32.1%;
	margin: 0 1% 3% 0;
	float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
	margin: 0 0 3% 0;
}

.gallery-columns-4 .gallery-item {
	width: 22.7%;
	margin: 0 2% 3% 0;
	float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
	margin: 0 0 3% 0;
}

.gallery-columns-5 .gallery-item {
	width: 17.5%;
	margin: 0 2% 3% 0;
	float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
	margin: 0 0 3% 0;
}

.gallery-columns-6 .gallery-item {
	width: 14%;
	margin: 0 2% 3% 0;
	float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
	margin: 0 0 3% 0;
}

.gallery-columns-7 .gallery-item {
	width: 11.6%;
	margin: 0 2% 3% 0;
	float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
	margin: 0 0 3% 0;
}

.gallery-columns-8 .gallery-item {
	width: 9.7%;
	margin: 0 2% 3% 0;
	float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
	margin: 0 0 3% 0;
}

.gallery-columns-9 .gallery-item {
	width: 8.3%;
	margin: 0 2% 3% 0;
	float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
	margin: 0 0 3% 0;
}



/* 04 - Image Slider
-------------------------------------------------------------- */
#content #slider-slides {
    background: none transparent;
    border: 1px solid rgba(218,215,215,0.5);
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.4);
    margin: 0 auto 50px;
    overflow: hidden;
    padding: 10px 11px 0;
    position: relative;
    width: 916px;
    height: 350px;
}
#slider-slides #slider {
	height: 310px;
	width: 916px;
}
#slider .slider-slide {
	height: 310px;
	overflow: hidden;
	width: 916px;
}
#slider-slides #slider-nav-wrap {
    float: left;
    position: relative;
    left: 50%;
    margin: 15px 0;
    text-align: center;
}
#slider-slides #slider-nav {
    position: relative;
    left: -50%;
    right: auto;
    bottom: auto;
    top: auto;
    text-align: center;
}
#slider-slides #slider-nav a {
    color: #fff;
    display: block;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
}
#slider-slides #slider-nav a.activeSlide,
#slider-slides #slider-nav a:hover {
    color: #174e7a;
}
#slider .slider-slide-text-box {
    background: rgba(0,0,0,0.5);
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 20px;
    position: absolute;
    left: auto;
    right: 1px;
    top: 170px;
    width: 460px;
    min-height: 60px;
    height: auto;
    z-index: 10;
}
#slider .slider-slide-text h3 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 20px;
    margin-top: 0;
}
#slider .slider-slide-text h3 a {
    color: #fff;
    text-decoration: none;
}
#slider .slider-slide-text h3 a:hover {
    color: #fff;
    text-decoration: underline;
}
#slider .slider-slide-text {
    color: #fff;
    font-size:13px;
    line-height: 18px;
    position: static;
    text-shadow: 0 1px 1px #000;
}
#slider .slider-slide-read-more a {
    display: none;
    color: #fff;
    font-size:13px;
    line-height: 18px;
    position: static;
}
#slider .img-container {
    position: relative;
}
#slider img {
    border: 1px solid rgba(218,215,215,0.5);
    display: block;    
    height: 308px;
    width: 914px;
}
#slider .img-container:after {
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
}

/* 05 - Home
-------------------------------------------------------------- */
.home #content-wrap
{
	padding-bottom:30px;
}

.homepage-content, .page-wrapper
{
	background-color: #FFF;
	overflow: hidden;
	padding: 20px 10px 10px 10px;
	/*width: 940px;*/
	max-width: 940px;
}

/*.home .grid_12 {
	margin:0;
	overflow: hidden;
	padding-top:20px;

}*/

.grid_12.homepage-content
{
	max-width: 98% !important;
}

.home .grid_12 .custom-area-image img {
    width: 100%;
}

/* 06 - Main Content
-------------------------------------------------------------- */

.content-container
{
	margin: -30px auto 0 auto;
	max-width: 960px;
}

body.home.blog #content
{
	background: #fff;
	padding: 40px 10px 20px 10px;
	-moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);		
}
.home #content, #content.showing-featured-area {
	background: #FFF;
	padding: 0;
	-moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#content {
	background:#fff; 
	padding: 40px 10px 20px 10px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#content .grid_8 img
{
	max-width: 100%;
}

#content img
{
	max-width: 100%;
}

.content-spacer
{
	height: 30px;
	background: #FFF;
}

.grid_4 h2 {
	font-size: 1.5em; 
	margin-bottom:0; 
	padding-top: 20px;
}

/*class used to display the main homepage image on all pages */
.main-image
{
	margin: 0;
	max-width: 960px;
	-moz-box-shadow: 0 -15px 20px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -15px 20px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -15px 20px 15px rgba(0, 0, 0, 0.2);	
}

.main-image img
{
	max-width: 100%;
}

.search-bar
{
	min-height: 30px;
	background-color: #636467;
	border-top: 1px solid #818286;
	overflow: hidden;
}

.search-bar #searchform #s
{
	width: 150px;
	color: #a5a099;
	background: #221b19 url(images/search.png) no-repeat 8px center;
	/*padding-left: 28px;*/
	padding: 10px 9px 10px 28px;
	margin: 5px 10px 5px 0;
	float: right;
	/*margin-right: 10px;*/
	/*box-shadow: inset 0 2px 2px rgba(0,0,0,.7), 0 1px 0 rgba(255,255,255,.1);*/
	border-radius: 12px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	border: 0;
}

/* 07 - Posts
-------------------------------------------------------------- */
.post
{
	overflow: hidden;
	padding-right: 15px;
}



/* 08 - Pagination
-------------------------------------------------------------- */
.pagination,
.wp-link-pages {
	clear: both;
	font-size: 10px;
	line-height: 13px;
	padding: 20px 11px;
	position: relative;
} 
.pagination span, 
.pagination a,
.wp-link-pages span,
.wp-link-pages a {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #383838;
	display: block;
	float: left;
	line-height: 13px;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
} 
.wp-link-pages a span {
	background-color: transparent;
	border: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;	
}
.pagination a:hover,
.wp-link-pages a:hover {
	background-color: #ccc;
	color: #000;
} 
.pagination .current,
.wp-link-pages > span {
	background-color: #383838;
	color: #fff;
	padding: 6px 9px 5px 9px;
}
.wp-link-pages > span.wp-link-heading {
	background-color: #fff;
	color: #383838;
	padding: 6px 9px 5px 9px;
}


/* 09 - Sidebar
-------------------------------------------------------------- */
#sidebar {
}
#sidebar.grid_4 h3 {
}
.page-template-template-left-sidebar-php #sidebar {
}
.widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* 10 - Widget Areas, Custom Areas
-------------------------------------------------------------- */
.social-links {
}
.social-links li {
	height: 32px;
	width: 32px;
	display: inline-block;
}
.social-links li a  img
{
	width: 32px;
	height: 32px;
}

.social-media {
	float:right; 
	display:table-cell;
}

.social-media h3
{
	color: #e3173e;
	font-size: 1.5em;
	margin-bottom: 5px;
}

.acx-social-icons-desc h3 {
	font-size:1.5em; 
	margin-bottom:0;
}

.widget ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.widget li{
	margin-left:0;
	margin-bottom:5px;
}

ul.widget-list li
{
	margin-bottom: 15px;
}

ul.widget-list h1, ul.widget-list h2, ul.widget-list h3, ul.widget-list h4, ul.widget-list h5, ul.widget-list h6
{
	padding-top: 0;
}

.addthis_toolbox {
	padding:0 10px;
}

/* Any User Twitter Feed Widget */
.widget .wds-copyright
{
	display: none !important;
}

.widget .wds-container
{
	font-family: 'Roboto', serif !important;
}

/* SubPages widget */
.widget ul.children
{
	padding-left: 10px;
	padding-top: 10px;
}

.widget ul.children li
{
	font-style: italic;
}

.tribe-events-list-widget ol
{
	padding: 0 !important;
}

.tribe-events-list-widget ol li
{
	margin-bottom: 5px !important;
}
 
.tribe-events-list-widget ol li h4
{
	font-size: 16px !important;
}

.tribe-events-list-widget .duration
{
	margin-left: 10px;
	font-style: italic;
}

/* 11 - Footer
-------------------------------------------------------------- */

#top-footer
{
	padding: 40px 0;
}

#top-footer .grid_4
{
	margin-right: 10px;
}

#footer-wrap {
	padding-bottom: 20px;
}
#footer 
{
	overflow: hidden;
}

#footer p
{
	margin: 0;
}

#footer.footer-contact-info
{

	overflow: hidden;
}

.footer-contact-info p
{
	margin: 0;
	text-align: right;
	/*font-size: 14px;*/
}

.footer-message
{
	margin-top: 10px;
	text-align: center !important;
}

#footer-menu {
		list-style-type:none;
		margin:0 0 10px 0;
		padding:0;
}
#footer-menu li {
	margin-left:0; 
	margin-right:20px;
	float:left;

}


/* 12 - Default Colors
These are the "out of the box" colors that the school theme will use by default
--------------------------------------------------------------- */

.menu-colour {
	background-color: #636467;
}

.menu-colour a {
	color: #FFFFFF;
}

.school-name a, #header {
	color: #e3173e;
}

.main-background-colour {

	background-color: #e3173e;
	border-bottom:20px solid #636467;
}

a.featured-link-colour {
	color: #fcffa4;
}
		
.featured-text-colour {
	color: #ffffff;
}
		
.featured-header-colour {
	color:#ffffff;
}
		
.main-text-colour {
	color: #4c4c4c;
}
		
.main-text-colour a {
	color: #e3173e;
}

.page-heading-colour {
	color: #e3173e;
}
		
.read-more a {
	color: #fcffa4;
}
		
.main-header-colour h1, .main-header-colour a {
	color: #e3173e;
}		
		
.footer-background-colour {
	background-color: #636467; 
	border-top:20px solid #636467;
}

.footer-text-colour {
	color:	#ffffff;
}

.footer-link-colour a {
	color: #ffffff;
}

/*Default color for the currently selected menu item in the main menu */
.main-menu .current-menu-item
{
	background-color: #818286;
}

.homepage-image
{
	border-bottom: 5px solid #e3173e;
}

/* 13 - Navigation
   ----------------------------------------- */
#navigation li 
{
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	border-color: transparent;
}

#navigation li:hover
{
	background: #818286;
}

#navigation li  strong
{
	font-weight: 400;
	border-right: #FFFFFF 1px solid;
	display: block;
	padding: 10px 20px;
}

#navigation li a 
{
	padding: 20px 10px 20px 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#navigation li:last-child strong 
{
	border-right: none;
}

#navigation li span 
{
	display: block;
	color: #FFFFFF;
	text-transform: lowercase;
	letter-spacing: 0.01em;
	margin: 5px 0 0 0;
}

#navigation li a:hover span,
#navigation li:hover span,
#navigation li.current-menu-item a span 
{
	color: #FFFFFF;
}

#navigation li li.current-menu-item,
#navigation li li.current_page_item,
#navigation li li:hover 
{
	border-bottom: #e8e8e8 1px solid;
}

#navigation li li,
#navigation li li:hover 
{
	text-transform: none;
	letter-spacing: 0;
	border-bottom: #e8e8e8 1px solid;
}

#navigation li li a.sf-with-ul:after 
{
	background: url(images/arrows2.png) no-repeat;
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	top: 36%;
	right: 1em;
}

#navigation li li a 
{
	padding: 15px 20px;
	background: #636467;
	font-size: 13px;
}

#navigation li li a:hover 
{
	background: #818286;
}

#navigation .current-menu-item,
#navigation .current_page_item
{
	border-color: #fff;
}

#navigation li:hover
{
    border-color:  #9F9061;
}
#navigation li ul 
{
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
}

#navigation li.hidden, 
#footer-menu li.hidden, 
.mobile-menu li.hidden,
#footer-menu li.hide-footer-nav /*CSS Class that hides a menu item from navigation */
{
	display: none;
}

/* 13.1 - Mobile Navigation
   -------------------------------------------- */

.mobile-nav-container
{
	display: none;
	/*background: #e3173e;*/
}
   
.mobile-menu-wrapper {
	float: right;
	margin: 38px 0 0 0;
	position: relative;
	display: none;
	background: #636467;
}

.mobile-menu-button {
	background-image: url(images/mobile-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 55px;
	height: 55px;
	float: left;
	margin: 0 1px 0 0;
}

.mobile-menu-title {
	color: #fff;
	width: 200px;
	height: 34px;
	padding: 21px 0 0 0;
	float: left;
	font-size: 14px;
	text-indent: 20px;
}

.mobile-menu-button:hover {
	cursor: pointer;
}

.mobile-menu-inner {
	width: 260px;
	height: 300px;
	overflow-y: scroll;
	position: absolute;
	top: 55px;
	z-index: 99;
	display: none;
	padding: 0 0 30px 0;
	margin: 1px 0 0 0;
	background: #636467;
}

#mobile-menu {
	width: 82%;
	padding: 2px 15px 10px 15px !important;	
}

#mobile-menu li {
	border-top: #818286 1px solid;
	font-size: 14px;
	list-style-type: none;
}

#mobile-menu li.hidden
{
	display: none;
}

#mobile-menu > li:first-child
{
	border-top: 0 !important;
}

#mobile-menu li li {
	margin: 0 0 0 10px;
}

#mobile-menu li li li {
	margin: 0 0 0 20px;
}

#mobile-menu li a {
	color: #FFF;
	line-height: 2.5em;
	text-decoration: none;
	display: block;
}

#mobile-menu li a:hover {
	color: #fff;
}

#mobile-menu li.current_page_item a {
	color: #fff;
}

#mobile-menu li.current_page_item ul li a {
	color: #FFF;
}

#mobile-menu li.current_page_item ul li a:hover {
	color: #fff;
}
   
/* 14 - Events
   -------------------------------------------- */
   

/* 15 - Featured Areas
   --------------------------------------------- */

.feature-container
{
	width: 100%;
	overflow: hidden;
}

.feature-container .grid_12
{
	margin: 0;
	padding: 0 10px 0 10px;
	width: 100% !important;
	background-color: #e3173e;
	overflow: hidden;
}

.feature-container .grid_4
{
	margin-right: 10px;
}

.feature-container .custom-area-image
{
	border: 6px solid #636467;
}

.featured-area
{
	padding-bottom: 10px;
}

.featured-area .custom-area-image img
{
	width: 288px;
	max-width: 100%;
}

/* 16 - FlowPlayer Content
   --------------------------------------------- */
.flowplayer-container
{
	margin-bottom: 10px;
	overflow: hidden;
}

/* 17 - Embedded Video Content
   --------------------------------------------- */

iframe
{
	max-width: 97%;
	z-index: 0 !important;
}

video
{
	max-width: 97% !important;
	z-index: 0 !important;
}

.video-holder {
display: inline-block;
position: relative;
padding-bottom: 60%;
width: 100%;
}

.video-holder iframe {
height: 100% !important;
position: absolute;
top: 0; left: 0;
width: 100% !important;
}

/* 18 - Tabular Data
   ---------------------------------------------- */
.table-wrapper
{
	width: 100%;
	overflow: hidden;
}

.table-wrapper p, .table-wrapper a
{
	font-size: 12px;
}

.table-header
{
	width: 100%;
	overflow: hidden;
	background-color: #EBEBEB;
	border-bottom: 1px solid #DCDCDC;
}

.table-header p
{
	font-weight: bold;
}

.table-row
{
	width: 100%;
	overflow: hidden;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #DCDCDC;
}

.table-row.odd
{
	background-color: #FAFAFA;
}

.table-row.even
{
	background-color: #EBEBEB;
}

.table-column.contact.first-column, .table-column.contact.second-column
{
	float: left;
	width: 30%;
	max-width: 30%;
}

.table-column.contact.third-column, .table-column.contact.fourth-column
{
	float: left;
	width: 20%;
	max-width: 20%;
}

.table-column p
{
	padding: 5px;
	margin: 0;
}

/* ---------------------------
 * Section 19 - Teacher Blogs
 * --------------------------- */
 
.blog-title-wrapper
{
	background: url(images/chalkboard_bg3.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	height: auto;
	min-height: 220px;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.blog-title-wrapper p
{
	padding-top: 20px;
	font-family: 'dk_crayon_crumbleregular', sans-serif;
	font-size: 36px;
	color: #fff !important;
	text-align: center;
	width: 100%;
}

.staff-blog
{
	overflow: hidden;
	margin: 20px 10px 5px 0;
	border: 1px solid #e4e4e4;
	border-left: none;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 10px 0px 10px 0px;
	
}

.staff-blog h3
{
	margin-bottom: 5px;
}

.staff-blog .post-info
{
	margin-bottom: 15px;
}

.staff-blog .post-info span
{
	font-size: 12px;
	font-style: italic;
}

/* ----------------------------
	Section 20 - News Articles
 * ---------------------------- */
.post .post-info
{
	margin-bottom: 15px;
}

.post .post-info span
{
	font-size: 12px;
	font-style: italic;
}

/* ------------------------------------
	Section 21 - Tribe Events Calendar
 * ------------------------------------ */

#tribe-events-pg-template 
{
	margin: 0 10px !important;
	padding-top: 20px !important;
}

.tribe-events-cal-links .tribe-events-button, .tribe-events-button:hover
{
	color: #FFF !important;
}

.tribe-events-calendar div[id*=tribe-events-daynum-] a
{
	color: #FFF !important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] 
{
	border: none !important;
}
 