
 /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  margin: 0;  padding: 0; border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block;}body {  line-height: 1;}ol, ul {  list-style: none;}blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: '';  content: none;}table {  border-collapse: collapse;  border-spacing: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}
body {
 	background: #ffffff;
 	font-family: 'Amatic SC', cursive;
 	display: block;
 	height: 100%;
}

a {
	color: #4e989a;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #a8c0ab;
	text-decoration: none;
}

header {
  	position: absolute;
  	top: 110px;
  	width: 100%;
  	height: 75px;
  	text-align: center;
  	background: #eee url("../img/headerBg.jpg") repeat-x;
  	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

header.sticky {
  	position: fixed;
  	top:0px;
  	background: #eee url("../img/headerBg.jpg") repeat-x;
  	font-size: 2.5em;
  	z-index: 50;
}

#prevPost {
	position: fixed;
	top:17px;
	left:10px;
	text-decoration: none;
	visibility: hidden;
}

#nextPost {
	position: fixed;
	top:17px;
	right:10px;
	text-decoration: none;
	visibility: hidden;
}

#tile1 {
	position: absolute;
	top:0px;
	width: 100%;
	height: 110px;
	background: #eee url("../img/tile1.jpg") repeat-x center;
	z-index: -50;
}

#tile2 {
	position: absolute;
	top:185px;
	width: 100%;
	height: 110px;
	background: #eee url("../img/tile2.jpg") repeat-x center;
	z-index: -60;
}

#contentTop {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 300px auto -275px;
	text-align: center;
	z-index: 40;
}

#content {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 300px auto -75px;
	text-align: center;
	z-index: 40;
}

h2 {
	font-size: 3em;
	padding-top: 32px;
}

h3 {
	font-size: 3.4em;
	margin-top: -180px;
}

h4 {
	font-size: 2.3em;
	margin-top: 18px;
	color: #e7735e;
}

#content p {
	color: #333;
	font-family: 'Roboto Slab', 'Georgia', serif;
	font-weight: 300;
	font-size: .85em;
	line-height: 1.3em;
	margin-top: 25px;
	position: relative;
	left: 50%;
	margin-left: -345px;
	width: 690px;
	text-align: left;
	z-index: 30;
}

#content img {
	padding: 20px 0;
	max-width: 690px;
}

#intro p {
	font-size: 1em;
	line-height: 1.5em;
	width: 690px;
	margin-left: -345px;
	text-align: center;
}

#intro{
	margin-bottom: 15px;
}

.post {
	display: inline-block;
	padding: 10px 10px 20px 10px;
}

.post img {
	cursor: pointer;
}

.postTitle {
	font-size: 1.83em;
	letter-spacing: -0.75px;
	padding-top: 1px;
	cursor: pointer;
}

.postDate {
	font-size: 1.4em;
	color: #e7735e;
	padding-top: 3px;
	cursor: pointer;
}

footer, #push {
	height: 65px;
}

footer {
	font-size: 1.25em;
  	clear: both;
	width: 100%;
	left: 50%;
	z-index: 900;
	text-align: center;
	color: #fff;
  	background: #a8c0ab;
}

#push {
	margin-top: 100px;
	background: url("../img/birds.jpg") no-repeat bottom center;
}

#photosBtn {
	position: relative;
	left: 0;
	width: 209px;
	height: 74px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

footer p {
	padding-top: 23px;
}