/**
 *	Stylesheet for SkyEckstrom.com
 *	(c) 2012 Sky Eckstrom
 */
@import url(/css/normalize.css);
@import url(http://fonts.googleapis.com/css?family=Abel|Gloria+Hallelujah);

html,
body
{
	font-family: 'Abel', sans-serif;	
}

::-moz-selection,
::selection {
	background-color: rgba(246, 152, 70, .5);
}

h1, h2
{
	font-family: 'Gloria Hallelujah', cursive;
}

a
{
	color: #0e82c2;
}

a:hover
{
	color: #f69846;
}

a:active
{
	color: #f69846;
}

a:visited
{
		
}

.hero,
.extended .content,
.extended .other
{
	width: 600px;
	margin: auto;
}

/**
 *	@group Banner
 *	{
 */

.banner
{
	/*background-color: #F9F9F9;*/
	width: 100%;
	border: .125em solid #000;
	border-left: none;
	border-right: none;
	
	margin-top: 100px;
	
	position: relative;
}

.banner h1,
.banner h2
{
	font-family: 'Abel', sans-serif;	

	margin: 0;
	padding: 0;
}

.banner h1
{
	margin-top:  10px;
	font-size: 3em;
	line-height: .7em;
}

.banner h1 .first-name {
	color: #f69846;
}

.banner h2
{
	margin-bottom:  5px;
	font-size: 1em;
	
	color: #303030;
}

.banner .content {
	margin: 0 auto;

	width: 600px;
	text-align: right;
	
	position: relative;
}

.banner .content:before
{
	font-family: 'Gloria Hallelujah', cursive;

	content: "Hi, I'm";
	position: absolute;
	
	top: -70px;
	right: 210px;
	
	z-index: 5;
	
	font-size: 2em;
	
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

/**
 * @}
 */

.hero
{
	background-image: url(/img/me.png);
	background-size: 267px 426px;
	background-repeat: no-repeat;
	
	min-height: 426px;
	min-width: 267px;
	
	z-index: 2;
	position: relative;
	margin-top: -200px;

	text-align: right;
}

.hero article
{
	display: inline-block;
	width: 300px;
	
	margin-top: 200px;
	text-align: left;
}

.hero article h1
{
	font-size: 1.2em;
}

.hero article.platforms
{
	margin-left: 20px;
}

.hero article.platforms ul
{
	list-style: none;
	padding: 0;
	width: 100%;
}

.hero article.platforms ul li
{
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}

.hero article.platforms ul img
{
	display: block;
	margin: 0 auto;
}

.hero article.platforms ul li label
{
	display: block;
	margin: 0 auto;
}

.extended
{	
	padding: 0 100px;
	
	background: -moz-radial-gradient(top, ellipse cover,  #F6F6F6 0%, #ffffff 50%); /* FF3.6+ */
	background: -webkit-gradient(radial, center top, 0px, center top, 100%, color-stop(0%,#F6F6F6), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(top, ellipse cover,  #F6F6F6 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(top, ellipse cover,  #F6F6F6 0%,#ffffff 50%); /* Opera 12+ */
	background: -ms-radial-gradient(top, ellipse cover,  #F6F6F6 0%,#ffffff 50%); /* IE10+ */
	background: radial-gradient(top, ellipse cover,  #F6F6F6 0%,#ffffff 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.extended .content
{
	display: table;
	position: relative;
	
	border-bottom: 1px solid #CCC:
}

.extended .content:before
{
	font-family: 'Gloria Hallelujah', cursive;
	content: "I";
	
	font-size: 4.5em;
	
	position: absolute;
	
	top: -65px;
	left: -30px;
	
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
}

.extended article
{
	display: table-cell;
	text-align: center;
	
	width: 33%;
}

.extended article h1,
.extended article h2
{
	color: #404040;
	margin: 0;
}

.extended article h1
{
	font-size: 1.3em;
}

.extended article h2
{
	font-size: .8em;
}

.extended article ul
{
	padding: 0;
	margin: 0 20px;
	
	list-style: none;
}

.extended article ul li
{
	color: #404040;
	font-size: 1em;
}

.extended article ul li
{
	display: inline;
	color: #666;
}

.extended article ul li:after
{
	content: ",";
}

.extended article ul li:last-child:after
{
	content: "";
}

.extended article.other
{
	display: block;
	
	margin: 20px auto 0;
	text-align: center;
}

.extended article.other h2,
.extended article.other ul
{
	display: inline;
	color: #555;
}

.extended article.other h2:after
{
	content: ": ";
}

/**
 *	@group Footer
 *	{
 */

.extended,
.footer
{
	clear:both;
	border-top: 1px solid #CCC;
	padding: 10px 40px 10px;
}

.footer {
	padding-bottom: 60px;
}

.footer .content
{
	max-width: 960px;
	margin: 0 auto;
}

.footer a
{
	float: right;
	font-size: 1em;
}

.footer .copyright
{
	font-size: .6em;
	float: right;
	clear:both;
}

.footer .connect
{
	float: right;
}

.footer .connect h2
{
}

.footer .connect ul
{
	list-style: none;
	
	display: inline;
	
	margin: 0;
	padding: 0;
}

.footer .connect li
{
	display: inline-block;
	margin-left: 10px;
}

.footer .connect li.linkedin a,
.footer .connect li.facebook a
{
	padding-left: 36px;
	background-repeat: no-repeat;
}

.footer .connect li.linkedin a
{
	background-image: url(/img/linkedin.png);
}

.footer .connect li.facebook a
{
	background-image: url(/img/facebook.png);
}

/**
 *	@}
 */