
* {
	font-size: 1em;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	outline: 0;
}

body {
	margin: 0;
	padding: 0;

	background: #000 url("images/background-index.jpg") scroll no-repeat center top;
	color: #FFF;
}

h1 {
	position: absolute;
	top: -9999px;
}

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

#Content {
	width: 400px;
	position: relative;
	left: 50%;
	top: 100px;
	padding-bottom: 50px;
	margin-left: -201px;
}
#Content h2 {
	margin: 20px auto;
	padding: 0 10px;
	line-height: 120%;
	border-bottom: 1px solid #FFF;
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: bold;
}
#Content h2 a {
	text-decoration: none;
}
#Content .Editorial {
	overflow: hidden;
	padding: 0 10px;
}
#Content .Editorial p {
	margin: 0.5em 0;
	padding: 0;
}

#Content .Me,
#Content .Twitter,
#Content .Explore,
#Content .Blog {
	margin-top: 35px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
#Content .Twitter .Editorial {
	padding-left: 50px;
	background: transparent url("images/icon-twitter.png") scroll no-repeat 10px 50%;
}

#Content h2 {
	margin-top: -1.2em;
	border: 0;
	font-size: 0.8em;
	color: #333;
	text-align: left;
	position: absolute;
}

#Content .Explore ul.menu {
	margin: 0;
	padding: 0;
	background: transparent;
	list-style-type: none;
	overflow: auto;
	width: 100%;
}
#Content .Explore ul.menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
#Content .Explore ul.menu li a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 200px;
	height: 40px;
	background: transparent no-repeat scroll left top;
	text-indent: -9999px;
	font-size: 0em;
}
#Content .Explore ul.menu li a:hover {
	background-position: right top;
}
#Content .Explore ul.menu li.Projects a { background-image: url("images/explore-projects.png"); }
#Content .Explore ul.menu li.Blog a { background-image: url("images/explore-blog.png"); }
#Content .Explore ul.menu li.Twitter a { background-image: url("images/explore-twitter.png"); }
#Content .Explore ul.menu li.About a { background-image: url("images/explore-about.png"); }

#Content .Explore ul.menu li.ie6.Projects a { cursor: pointer; background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/explore-projects.png",sizingMethod="crop"); }
#Content .Explore ul.menu li.ie6.Blog a { cursor: pointer; background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/explore-blog.png",sizingMethod="crop"); }
#Content .Explore ul.menu li.ie6.Twitter a { cursor: pointer; background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/explore-twitter.png",sizingMethod="crop"); }
#Content .Explore ul.menu li.ie6.About a { cursor: pointer; background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/explore-about.png",sizingMethod="crop"); }

