/*
Theme Name:     High Adventure Living
Theme URI:      http://highadventureliving.com/
Description:    Customized child theme for the Twenty Eleven theme 
Author:         Steve Nutting
Author URI:     http://stevenutting.com/
Template:       twentyeleven
Version:        0.1.0
*/

/* Import the original Twentyeleven Stylesheet */
@import url("../twentyeleven/style.css");

/* Font-Face Definitions Generated by Font Squirrel (http://www.fontsquirrel.com) */

@font-face {
	font-family: 'CandaraRegular';
	src: local('Candara'), local('Candara Regular'), url('candara-webfont.eot');
	src: local('Candara'), local('Candara Regular'),
		url('candara-webfont.eot?#iefix') format('embedded-opentype'),
		url('candara-webfont.woff') format('woff'),
		url('candara-webfont.ttf') format('truetype'),
		url('candara-webfont.svg#CandaraRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CandaraBold';
	src: local('Candara Bold'), local('Candara'), url('candarab-webfont.eot');
	src: local('Candara Bold'), local('Candara'),
		url('candarab-webfont.eot?#iefix') format('embedded-opentype'),
		url('candarab-webfont.woff') format('woff'),
		url('candarab-webfont.ttf') format('truetype'),
		url('candarab-webfont.svg#CandaraBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'CandaraItalic';
	src: local('Candara Italic'), local('Candara'), url('candarai-webfont.eot');
	src: local('Candara Italic'), local('Candara'),
		url('candarai-webfont.eot?#iefix') format('embedded-opentype'),
		url('candarai-webfont.woff') format('woff'),
		url('candarai-webfont.ttf') format('truetype'),
		url('candarai-webfont.svg#CandaraItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'CandaraBoldItalic';
	src: local('Candara Bold Italic'), local('Candara'), url('candaraz-webfont.eot');
	src: local('Candara Bold Italic'), local('Candara'), 
		url('candaraz-webfont.eot?#iefix') format('embedded-opentype'),
		url('candaraz-webfont.woff') format('woff'),
		url('candaraz-webfont.ttf') format('truetype'),
		url('candaraz-webfont.svg#CandaraBoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* Updated Elements to Override the base elements */
body {
	font: 16px "Candara", CandaraRegular, Verdana, sans-serif;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
	-moz-box-shadow: 0 0 15px #111;
	-webkit-box-shadow: 0 0 15px#111;
	box-shadow: 0 0 15px #111;
	behavior: url(/PIE.htc);
}
a {
	font: CandaraBold;
	font-weight: bold;
}
.singular.page .hentry {
    padding: 0 0 0;
}