article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/* Set up the elements */

body {
	background: #eee;
	font-family: 'Cabin', sans-serif;
	margin: 0;
}

header {
	margin: auto;
	border: 1px solid #eee;
	display: block;
	background-color: #eee;
}

#container {
	width: 1060px;
	margin: auto;
}

#content {
	width: 960px;
	padding: 50px;
	margin: 0 auto;
	background: #1a1a1a;
	-moz-box-shadow: 0px 0px 20px #555;
	-webkit-box-shadow: 0px 0px 20px #555;
	box-shadow: 0px 0px 20px #555;
}

footer {
	width: 100%;
	margin: 4em 0 5em;
	text-align: center;
	font-size: 1em;
	position: relative;
}

.entry {
	margin-bottom: 50px;
}


/* Text styles */

header h1 {
	margin: 100px auto 100px;
	width: 900px;
	text-align: center;
}

h1 {
	font-size: 3.6em;
	color: #222;
	font-weight: 500;
	text-shadow: 0px 1px 1px #fff;
}	

h2 {
	font-size: 2.2em;
	color: #dd4814;
	font-weight: 600;
}	

h3 {
	font-size: 1.5em;
	color: #dd4814;
	font-weight: 600;
	padding-top: 30px;
}

p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #eee;
}

#footer p {
	font-size: 1.5em;
	color: #000;
}


/* Link styles */

a {
	text-decoration: none;
	color: #22aaaa;
}

a:hover {
  color: #55cccc;
}

a:active {
  color: #4d1f41;
}

footer a {
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 600;
	color: #222;
  text-shadow: 0px 0px 10px #fff;
}

footer a:hover {
  color: #dd4814;
  text-shadow: 0px 0px 10px #fff;
}

footer a:active {
  color: #4d1f41;
}
