/*
Steve McKinney Professional Site Master CSS File
Author:   Steve McKinney
-------------------------------------------------------- */
/* @group Reset */

body, ul, h1, h2, blockquote {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
cite {
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Global */

body {
	background: #fff;
	color: #767677;
	font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #a01d21;
}
	a:hover {
		color: #f7a5a7;
}

h2 {
	margin: 8px 0 0 0;
}
		
li { margin: 8px 0 0 0;}

blockquote {
	margin: 8px 0 0 0;
}
/* @end */

/* @group Sections */

#page {
  	/*border: 1px blue solid;*/
}

#container {
	position: relative;
	margin: 0 auto;
	width: 850px;
	margin-top: 50px;
	text-align: left;
  	/*border: 1px blue solid;*/
}

#header {

}
	#header h1 {
		text-indent: -9999px;
		background: url(/images/stevemckinney.gif) no-repeat;
		height: 91px;
		margin-bottom: 20px;
	}
	
#content {
	width: 525px;
	float: left;
	padding: 0 0 10px 0;
  	/*border: 1px red solid;*/
}

#left {
	width: 240px;
	float: left;
	margin-left: 50px;
	padding: 0 15px;
	border-left: 2px solid #F0EFED;
  	/*border: 1px red solid;*/
}

#footer {
  clear: left;
  background: #767677;
  color: #fff;
  padding: 10px 0 50px 0;
  /*border: 1px solid red;*/
}
	#footer .content {
		margin: 0 auto;
		width: 850px;
}

	#footer h2 {
		color: #ff95a7;
}

	#footer a, a:hover {
		color: #ff95a7;
}
/* @end */

.icon {
	padding-left: 20px;
}
.mail{
	background: url(/images/mail.gif) no-repeat;	
}
.twitter{
	background: url(/images/hello/twitter.png) no-repeat;	
}
.linkedin{
	background: url(/images/hello/linkedin.png) no-repeat;	
}
.github{
	background: url(/images/github.png) no-repeat;	
}

.lastfm{
	background: url(/images/hello/lastfm.png) no-repeat;	
}

.flickr{
	background: url(/images/hello/flickr.png) no-repeat;	
}

.facebook{
	background: url(/images/hello/facebook.png) no-repeat;	
}


