/*Global------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #DDD;
	background: #313131 url(../images/bg-body.png) 0 0 repeat-x;
	text-align: center; }

html>body {
	font-size: 10px; }
	
p {
	font-size: 1.1em;
	line-height: 1.6364em; }
	
label {}
	
input {}
	
textarea {}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #DDD;
	font-weight: bold;
	margin: 0 0 9px 0; }
	
#container {
	text-align: left;
	width: 486px;
	margin: 180px auto 90px auto;
	position: relative; }
	
	#container img {
		width: 108px;
		float: left;
		margin: 0 0 17px 0; }
		
		#container #whatsMyName {
			width: 360px;
			float: right;
			font-size: 3em;
			line-height: 0.9em;
			font-weight: normal;
			color: #fff;
			margin: 0 0 9px 0;
			text-indent: -9000px;
			background: url(../images/myName.jpg) 0 0 no-repeat; }
			
			#container #whatsMyName span {
				font-weight: bold; }
			
		#container #itsAllAboutMe {
			width: 360px;
			float: right;
			clear: right;
			margin: 0 0 18px 0; }
			
			#container #itsAllAboutMe a,
			#container #itsAllAboutMe a:hover,
			#container #itsAllAboutMe a:visited,
			#container #itsAllAboutMe a:active {
				background: none;
				color: #1a7bac;
				font-weight: bold; }
			
		#container #talkToMeImListening {
			width: 486px;
			clear: both; }
			
		#container .connect {
			font-size: 12px;
			color: #dddddd;
			text-decoration: none;
			display: block;
			float: left;
			width: 80px;
			padding: 0 0 0 28px;
			height: 24px;
			margin: 0 18px 0 0; }
			
			#container a:hover {
				color: #FFF;
				background-color: #000; }
			
			#container .connect span {
				border-bottom: 1px solid #454545;
				line-height: 24px; }
				
				#container a:hover span {
					border-bottom: 1px solid #999; }
			
		#container #connectTwitter {
			background: url(../images/icon-twitter.jpg) 0 1px no-repeat;}
			
		#container #connectLinkedIn {
			background: url(../images/icon-linkedin.jpg) 0 1px no-repeat;}
			
		#container #connectDelicious {
			background: url(../images/icon-delicious.jpg) 0 1px no-repeat;}
			
		#container #connectFlickr {
			background: url(../images/icon-flickr.jpg) 0 1px no-repeat;}
			
		#container #connectEmail {
			background: url(../images/icon-email.jpg) 0 1px no-repeat;
			margin-right: 0; }
			
			