body {
	font-family: Gill Sans;
	padding: 0 0;
	margin: 0 0;
}


@font-face {
    font-family: talldark;
    src: url(http://cheeksakimbo.com/font/talldark.ttf);
}


@font-face {
	font-family: OstrichSans-Medium;
	src: url(http://cheeksakimbo.com/font/OstrichSans-Medium.otf);
}

@font-face {
	font-family: OstrichSansR-Medium;
	src: url(http://cheeksakimbo.com/font/OstrichSansRounded-Medium.otf);
}

#header {
	min-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0; 
	background-color: rgb(244,244,244);
	-moz-box-shadow: 0 0 5px #DFDFDF;
	-webkit-box-shadow: 0 0 5px #DFDFDF;
	box-shadow: 0 0 5px #DFDFDF;
	
}

#headcontent {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	font-family: OstrichSans-Medium, Helvetica, Arial, sans-serif;
	padding-top: 30px;
	color: rgb(70,70,70);
}

#headcontent a {
	text-decoration: none;
	color: rgb(70,70,70);
}
	
#header_left {
	text-align: left;
	display: inline;
	float: left;
	font-size: 96px;
}

#header_right {
	text-align: right;
	display: inline;
	float: right;
	font-size: 36px;
	margin-top: 60px;
}

#content {
	min-width: 100%:
	display: block;
	margin: 0 auto;
	padding: 0;


}

#container {
	width: 95%;
	max-width: 1000px;
	margin: 30px auto 20px;
	display: block;
	position: relative;
	clear: both;
	

}	

.full {
	width: 100%;
	height: 460px;
	display: block;
	margin: 0 auto;

}

.full_image {
	width: 100%;
	display: inline;
	position: relative;
	left: 0;
	top: 0;
	-moz-box-shadow: 0 0 5px #F2F2F2;
	-webkit-box-shadow: 0 0 5px #F2F2F2;
	box-shadow: 0 0 5px #F2F2F2;
}

.half_left {
	width: 49%;
	float: left;
	display: block;
	height: 330px;
	margin: 20px auto;
}

.half_right {
	width: 49%;
	float: right;
	display: block;
	height: 330px;
	margin: 20px auto;
}

.half_image {
	width: 100%;
	display: inline;
	position: relative;
	left: 0;
	top: 0;
	-moz-box-shadow: 0 0 5px #F2F2F2;
	-webkit-box-shadow: 0 0 5px #F2F2F2;
	box-shadow: 0 0 5px #F2F2F2;
}

#footer {
	min-width: 100%;
	height: 270px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0; 
	background-color: rgb(240,240,240);
	-moz-box-shadow: inset 0 0 5px #DFDFDF;
	-webkit-box-shadow: inset 0 0 5px #DFDFDF;
	box-shadow: inset 0 0 5px #DFDFDF;
}

.footercontent {
	width: 800px;
	margin: 0 auto;
	font-family: OstrichSansR-Medium; Helvetica, Arial, sans-serif;
	font-size: 34pt;
	text-align: center;
	padding-top: 60px;
	color: rgb(70,70,70);
	
}

.divider {
  background: url(../images/footer-border.png) center center repeat-x;
  height: 7px;
  width: 100%;
  position: absolute;
  top: -6px;
}

.socialmedia {
	list-style-type: none;
	width: 400px;
	margin: 0 auto;

}

.socialmedia li a {
	float: left;
	font-size: 24pt;
	padding: 0 40px 0 65px;
	color: black;
	text-decoration: none;	

}

.homebase {
	width: 80px;
	float: left;
	display: block;
	opacity: 0.6;
	position: fixed;
	left: 2%;
	top: 57%;
}

.logo {
	width: 200px;
	display: block;
	margin: 100px auto;
}

.map {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.post_header_image {
	width: 100%;
}

.post_image {
	width: 100%;
	margin: 20px auto;
}

.post_image_left {
	width: 48%;
	float: left;
	margin: 10px auto;
}


.post_image_right {
	width: 48%;
	float: right;
	margin: 10px auto;
}

.full_text {
	position: absolute;
	top: 8%;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 48px;
	text-align: center;
	color: white;
	text-shadow: rgba (0,0,0,0.95) 0px 0px 18px;
	line-height: 80%;
}

.full_text_2 {
	position: absolute;
	top: 46%;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 48px;
	text-align: center;
	color: white;
	text-shadow: rgba (0,0,0,0.95) 0px 0px 18px;
	line-height: 80%;
}

.full_text_3 {
	position: absolute;
	top: 85%;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 48px;
	text-align: center;
	color: white;
	text-shadow: rgba (0,0,0,0.95) 0px 0px 18px;
	line-height: 80%;
}

.full_text_sub {
	z-index: 2;
	font-size: 24px;
	text-align: center;
}

.half_text_right {
	position: absolute;
	top: 26%;
	right: 0;
	width: 50%;
	z-index: 2;
	font-size: 48px;
	text-align: center;
	color: white;
	text-shadow: rgba (0,0,0,0.95) 0px 0px 18px;
	line-height: 80%;
}

.half_text_right_sub {
	z-index: 2;
	font-size: 24px;
	text-align: center;
}

.half_text_left {
	position: absolute;
	top: 26%;
	left: 0;
	width: 50%;
	z-index: 2;
	font-size: 48px;
	text-align: center;
	color: white;
	text-shadow: rgba (0,0,0,0.95) 0px 0px 18px;
	line-height: 80%;
}

.half_text_left_sub {
	z-index: 2;
	font-size: 24px;
	text-align: center;
}

.half_text_right_2 {
	position: absolute;
	top: 66%;
	right: 0;
	width: 50%;
	z-index: 2;
	font-size: 48px;
	text-align: center;
	color: white;
	text-shadow: rgba (0,0,0,0.95) 0px 0px 18px;
	line-height: 80%;
}

.half_text_right_sub_2 {
	z-index: 2;
	font-size: 24px;
	text-align: center;
}

.half_text_left_2 {
	position: absolute;
	top: 66%;
	left: 0;
	width: 50%;
	z-index: 2;
	font-size: 48px;
	text-align: center;
	color: white;
	text-shadow: rgba (0,0,0,0.95) 0px 0px 18px;
	line-height: 80%;
}

.half_text_left_sub_2 {
	z-index: 2;
	font-size: 24px;
	text-align: center;
}

.clear {
	clear: both;
}

.textheader {
	min-width: 100%;
	display: block;
	margin: 0 auto;
}

.textheadline {
	max-width: 700px;
	width: 95%;
	margin: 0 auto;
	font-family: Gill Sans;
	padding-top: 30px;
	color: rgb(70,70,70);
}

.textheadlinecontent {
	display: inline;
	font-size: 48px;
	line-height: 90%;
}

.textsubhead {
	font-family: Gill Sans;
	display: inline;
	font-size: 30px;
}

.textbody {
	font-family: Goudy Old Style;
	display: inline;
	font-size: 22px;
	line-height: 120%;
}
