/* 	CSS for Cronkadelic.com
	Updated 2-11-09 by Bryan T Cronk
	www.bryancronk.com
-------------------------------------------- */

/* COLORS
	*/
	
@import url(reset.css);


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
	text-align:center;
}

div#wrapper {
	background: #fff;
	margin: 100px 0;
}

span#header {
	display: block;
	color:#050;
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: .1em;
}

span#header span {
	color:#5c5c5c;
}

span#co-name {
	display: block;
	color:#050;
	font-size: 10em;
	letter-spacing: .1em;
}

span#co-name span {
	color:#5c5c5c;
}


span#desc {
	display: block;
	margin: 1.5em 0;
	color:#5c5c5c;
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: .1em;
}

span#email a {
	display: block;
	color:#050;
	font-size: 1.5em;
	text-decoration: none;
	letter-spacing: .1em;
}

span#email a:hover {
	color:#5c5c5c;
	text-decoration: underline;
}

span#twitter a {
	position: absolute;
	display: block;
	background: #fff url(../images/twitter.png) no-repeat;
	bottom:0;
	right: 0;
	width:201px;
	height:194px;
	}
	
span#twitter span {
	position: absolute;
	left: -9999px;	
}	

span#linkedin a {
	position: absolute;
	display: block;
	background: #fff url(../images/linkedin.png) no-repeat;
	bottom:200px;
	right:0;
	width:133px;
	height:43px;
	}

span#linkedin span {
	position: absolute;
	left: -9999px;	
	}
