/*   
Theme Name: SABC Theme - Thematic Child Theme
Theme URI: http://thematictheme.com/
Description: Theme developed for Southern Alberta Bible Camp.
Author: Brendan Coffey
Author URI: http://polluxtechnology.com/
Template: thematic
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
/*@import url('../thematic/library/styles/reset.css');
*/
/* Apply basic typography styles */
/*@import url('../thematic/library/styles/typography.css');
*/
/* Apply a basic layout */
/*@import url('../thematic/library/layouts/2c-r-fixed.css');
*/
/* Apply basic image styles */
/*@import url('../thematic/library/styles/images.css');
*/
/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css');
*/
/* Prepare theme for plugins */
/*@import url('../thematic/library/styles/plugins.css');
*/
/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
/*#blog-description { color: #000 }*/

.page-template-template-page-fullwidth-php .entry-title {
    display: none !important;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 37%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 65%;
    margin: 0 auto;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* button 1 */

.button-1 {
background: url('http://www.sabc.ca/wp-content/uploads/2013/12/Give-to-Camp.jpg') no-repeat;
width: 500px;
height; 500px;
}

