/* @override http://www.samuelclarke.com/v3/style.css */

body, html {
	margin: 0px;
	padding: 0;
	
}

body{
	color: #4D4D4D;
	background-color: #ffffff;
	font-family: "bree", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 300;
}

#container {
	position: relative;
	width: 100%;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

#mugshot{
	width: 220px;
	height: 220px;
	text-align: left;
	position: absolute;
	margin-top: 12px;
	border: 0px solid #fefffe;
}

#name h1 {
	font-family: "bree", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	font-size: 3.3em;
	color: #ffd900;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}

#blurb {
	font-size: 1.8em;
	margin-left: 250px;
	width: 600px;
	position: relative;
}

#blurb p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#blurb a {
	font-family: "bree", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 700;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover { 
	text-decoration: none;
	color: #FFFFFF;
	background-color: #f91d12;
}

.linkedin {
	color: #999999;
}

.adventure {
	color: #ff6700;
}

.gmaps {
	color: #6faf24;
}

.facebook {
	color: #57ACD3;
}

.salt {
	color: #000000;
}

.flickr {
	color: #E2297B;
}

.twitter {
	color: #896e4b;
}

.lvs {
	color: #2E3187;
}

.partner {
	color: #ec46d1;
}

.lastfm {
	color: #e7060e;
}

.email {
	color: #652D86;
}

#what-is-cp p {
	color: #808080;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 250px;
	font: 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#copyright p {
	color: #212121;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	font: 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#evolution p {
	color: #B3B3B3;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 250px;
	font: 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


