*
{
	padding: 0;
	margin: 0;
}

article,
header,
footer,
hgroup,
section
{
	display: block;
}

body
{
	font-family: Optima, Helvetica, Arial, sans-serif;
	color: #363636;
	background: #eee;
	
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, to(rgba(0, 0, 0, 0)), from(rgba(0, 0, 0, 0.2)));
	background-image: -moz-linear-gradient(100% 100% 180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));

}

h1,
h2
{
	text-transform: lowercase;
	text-align: right;
	font-weight: normal;
	font-family: serif;
	color: #666;
}

article
{
	width: 300px;
	margin: 100px auto;
	position: relative;
}

#main-header
{
	position: absolute;
	width: 500px;
	
	-webkit-transform: rotate(-90deg) translate(-200px, -300px);
	-moz-transform: rotate(-90deg) translate(-200px, -300px);
	transform: rotate(-90deg) translate(-200px, -300px);
}

h1
{
	background-image: -webkit-gradient(linear, 0% 50%, 0% 100%, from(rgba(54, 54, 54, 1)), to(rgba(54, 54, 54, 0.5)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#main-header h1
{
	background-image: -webkit-gradient(linear, 50% 0%, 100% 0%, to(rgba(54, 54, 54, 1)), from(rgba(54, 54, 54, 0.5)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	line-height: 0.8em;
	font-size: 4em;
}

#main-header h2
{
	font-weight: bold;
	margin-right: 2em;
	font-size: 1em;
}


#aboutme p
{
	text-indent: 2em;
}


.content p,
.content li
{
	-webkit-text-shadow: 2px 2px 1px white;
	-moz-text-shadow: 2px 2px 1px white;
	text-shadow: 2px 1px 1px white;
	
	line-height: 1.3em;
}

.content p,
.content ul
{
	margin-bottom: 0.5em;
}

.content ul
{
	margin-left: 2em;
}

.content header
{
	-webkit-text-shadow: -2px 1px 1px #aaa;
	-moz-text-shadow: -2px 1px 1px #aaa;
	text-shadow: -2px 1px 1px #aaa;
}

a
{
	color: #00f;
	text-decoration: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

a:hover
{
	color: #000036;
}
