/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://newhorizonsunlimited.ca
Description:    Child theme for the Twenty Twelve theme
Author:         Bryan Hyshka
Author URI:     http://hyshka.com
Template:       twentytwelve                             
Version:        0.1.0
*/

/* Import Parent Theme Styles */
@import url("../twentytwelve/style.css");

#splash {
	width:100%;
	height:100%;
	position:fixed;
	background-color: black !important;
	background: url(library/images/nothing.gif) no-repeat center center fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

body.custom-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*
#gradient {
	width:100%;
	height:100%;
	margin-top:-3.42857rem;
	position: fixed;
    z-index: -1;
	background-repeat: no-repeat !important;
	background: #fdce8e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzNmI3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjYTA4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGNlOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #936b7a 0%, #dca081 50%, #fdce8e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#936b7a), color-stop(50%,#dca081), color-stop(100%,#fdce8e));
	background: -webkit-linear-gradient(top,  #936b7a 0%,#dca081 50%,#fdce8e 100%);
	background: -o-linear-gradient(top,  #936b7a 0%,#dca081 50%,#fdce8e 100%);
	background: -ms-linear-gradient(top,  #936b7a 0%,#dca081 50%,#fdce8e 100%);
	background: linear-gradient(to bottom,  #936b7a 0%,#dca081 50%,#fdce8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#936b7a', endColorstr='#fdce8e',GradientType=0 );
}
*/
body.page-template-page-full-width-no-comments-php .site-content {
	width: 100%;
}

@font-face {
    font-family: 'ChantelliAntiquaRegular';
    src: url('library/fonts/Chantelli_Antiqua-webfont.eot');
    src: url('library/fonts/Chantelli_Antiqua-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/Chantelli_Antiqua-webfont.woff') format('woff'),
         url('library/fonts/Chantelli_Antiqua-webfont.ttf') format('truetype'),
         url('library/fonts/Chantelli_Antiqua-webfont.svg#ChantelliAntiquaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1.site-title {
	font-family: 'ChantelliAntiquaRegular', sans-serif;
	font-weight: 400;
	text-shadow: 0px 1px rgba(0,0,0,.75);
}

.fb-logo {
	display: block;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.fb-logo {
		text-align: left;
	}
}
