@charset "UTF-8";
/* CSS Document */

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

.clear {
	clear:both;
}
	
html {
	overflow-y: scroll;
}

body {
	background: url(images/breathin_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#121212; 
	font:100%/1.4em 'ChaletLondonNineteenSixty'; 
}

#canvas {
	background:none; 
	margin: 0 auto;
	padding:10px 0;
	width:1024px;
}
#header-wrap {
	margin: 0 auto 10px;
	width: 1024px;
}



#branding {
	width:1024px;
	padding-top: 20px;
	padding-bottom:15px;
	padding-left: 10px;
	
}

#branding img {
	border:none;	
}

.bigframe {
	width: 1024px;
	height:auto;
	padding-left: 10px;
	padding-right: 10px;
}

.leftframe {
	width: 640px;
	float:left;
	
}
.rightframe {
	width:373px;
	float: right;
	padding-left:10px;
}

.primaryContent {
	background-color: rgba(255,255,255,0.50);
	-moz-border-radius: 14px;
-webkit-border-radius: 14px;
-o-border-radius: 14px;
}

#bottomframe {
	width:1024px;
	height:auto;
	padding:10px 20px 20px 20px;
	margin-top: 15px;
	float:left;
}


#bloghd {
	margin: 0px 0px 0 0; 
	width: 347px; 
	height:30px; 
	float:right;
}

#bloghd a:link {
	font-family:'RockwellStdExtraBold'; 
	font-size:18px;  
	color:#333;
	text-decoration:none;
}

#bloghd a:visited {
	color:#333;
}

#bloghd a:hover {
	color:#FF9933;
}
	
