* {
	padding: 0;
	margin: 0;
	outline: none;
}

html, body {
	height: 100%;
}

body.main {
	background: #060606 url(../images/bg.jpg) no-repeat scroll 50% 0;
	font-size: 62.5%;
	font-family: "Lucida Sans","Lucida Sans Regular","Lucida Sans Unicode","Lucida Grande",sans-serif;
	line-height: 1.6em;
}

body.sub {
	background: #060606 url(../images/bg_sub.jpg) no-repeat scroll 50% -5px;
	font-size: 62.5%;
	font-family: "Lucida Sans","Lucida Sans Regular","Lucida Sans Unicode","Lucida Grande",sans-serif;
	line-height: 1.6em;
}

a {
  color:#d6ffff;
  font-weight:lighter;
  text-decoration: none;
}

label {
  color:#1C95C1;
  font-weight:lighter;
  text-decoration: none;
  font-size: 1.4em;
}

.text_align_center {
  text-align: center;
}

a:hover{
  color:#1C95C1;
  font-weight:lighter;
  text-decoration: underline;
}

/* typography */
h1 {
	color: #d6ffff;
	font-weight: lighter;
	margin: 0 0 5px;
	font-size: 1.4em;
}

h3 {
	color: #000;
	font-weight: lighter;
}

h4 {
	color: #1c95c1;
	font-weight: lighter;
}

h4#copyright {
  margin: 10px 0 0 390px;
}

p {
	color: #c0c2c2;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}

label {
	color: #d6ffff;
	font-size: 1.1em;
}

/* layout */
#wrapper {
	margin: 112px auto;
	text-align: center;
	width: 990px;
	height: 100%;
	text-align: left;
}

#branding {
	height: 69px;
	margin: 3px 0 0 186px;
	width: 441px;
}

#branding_image {
  border: none;
}

#elements ul {
	margin: 36px auto;
}

#elements ul li {
	display: block;
	float: left;
}

/* elements */
#elements a {
	width: 99px;
	height: 121px;
}

a.projects:hover {
	background: url(../images/nav.png) no-repeat scroll 0 -2px;
}

a.projects {
	background: url(../images/nav.png) no-repeat scroll 0 -121px;
	float: left;
	text-indent: -9999px;
}

a.facebook:hover {
	background: url(../images/nav.png) no-repeat scroll -99px -2px;
}

a.facebook {
	background: url(../images/nav.png) no-repeat scroll -99px -121px;
	float: left;
	text-indent: -9999px;
}

a.hacker_news:hover {
	background: url(../images/nav.png) no-repeat scroll -198px -2px;
}

a.hacker_news	 {
	background: url(../images/nav.png) no-repeat scroll -198px -121px;
	float: left;
	text-indent: -9999px;
}

a.twitter:hover {
	background: url(../images/nav.png) no-repeat scroll -297px -2px;
}

a.twitter	 {
	background: url(../images/nav.png) no-repeat scroll -297px -121px;
	float: left;
	text-indent: -9999px;
}

a.linked_in:hover {
	background: url(../images/nav.png) no-repeat scroll -396px -2px;
}

a.linked_in	 {
	background: url(../images/nav.png) no-repeat scroll -396px -121px;
	float: left;
	text-indent: -9999px;
}

a.pandora:hover {
	background: url(../images/nav.png) no-repeat scroll -495px -2px;
}

a.pandora {
	background: url(../images/nav.png) no-repeat scroll -495px -121px;
	float: left;
	text-indent: -9999px;
}

a.git_hub:hover {
	background: url(../images/nav.png) no-repeat scroll -594px -2px;
}

a.git_hub {
	background: url(../images/nav.png) no-repeat scroll -594px -121px;
	float: left;
	text-indent: -9999px;
}

a.tech_notes:hover {
	background: url(../images/nav.png) no-repeat scroll -693px -2px;
}

a.tech_notes	 {
	background: url(../images/nav.png) no-repeat scroll -693px -121px;
	float: left;
	text-indent: -9999px;
}

a.delicious:hover {
	background: url(../images/nav.png) no-repeat scroll -792px -2px;
}

a.delicious	 {
	background: url(../images/nav.png) no-repeat scroll -792px -121px;
	float: left;
	text-indent: -9999px;
}

a.contact:hover {
	background: url(../images/nav.png) no-repeat scroll -891px -2px;
}

a.contact {
	background: url(../images/nav.png) no-repeat scroll -891px -121px;
	float: left;
	text-indent: -9999px;
}

/* sub pages */
hr {
	padding: 1px 0 0 0;
	border: none;
	background: url(../images/hr.jpg);
	height: 1px;
	margin: 0 0 10px 0;
	width: 225px;
	text-align: left;
}

.title {
  margin: 0 0 10px 0;
}

.submit {
  margin: 10px 0 0 0;
}

.action {
  margin: 10px 0 10px 0;
}

/* colum layout */
#left_column {
	margin: 100px 0 0 40px;
	float: left;
	width: 400px;
}

#right_column {
	margin: 100px 0 0 40px;
	float: left;
	width: 400px;
}

#single_column {
	width: 800px;
	margin: 100px 0 0 30px;
}

#single_column #about {
  float: right;
  margin: 105px 75px 0 0;
  width: 130px;
}

#single_column img {
  margin: 30px 0 0 0;
}