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;
}

#share-button {
	text-align: right;
	float: right;
	right: 0px;
	top: 7px;
	position: absolute;
}

footer {
	width: 100%;
	margin: 4em 0 5em;
	text-align: left;
	font-size: 1em;
	color: #fff;
	position: relative;
	padding-left: 20px;
}


/* Figures */

.figurerow {
	display: table;
	width: 960px;
	margin: 0 auto;
}
.figurerow figure {
	display: table-cell;
	width: 252px;
	padding: 20px 35px 20px;
}

figure img {
	background: #fff;
	border: 1px solid white;
	opacity: 0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

figure img:hover {
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
  box-shadow: 0px 0px 20px #eee;
	-moz-box-shadow: 0px 0px 20px #eee;
	-webkit-box-shadow: 0px 0px 20px #eee;
}


/* 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: 1.5em;
	color: #fff;
	font-weight: 600;
}	

p {
	font-size: 1.4em;
	line-height: 1.5em;
}

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

figcaption {
	color: #fff;
	width: 252px;
}

figcaption p {
	font-size: 1.1em;
	width: 252px;
}

blockquote {
	font-family: 'Pacifico', cursive;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	width: 800px;
	margin: 50px auto;
	text-align: center;
	padding: 0px 0 40px;
}

blockquote p.author {
	font-size: 0.8em;
	font-family: 'Cabin', sans-serif;
	text-align: center;
}


/* Link styles */

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;
}
