/* Designed and Coded by Influenced Design © 2012 */
/* http://influenceddesign.influencedbydesign.com */

*{
	/* A universal CSS reset */
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	background-image:url('lucas_bkgrnd.jpg');
	background-color:#1a1a1a;
	background-repeat:no-repeat;
	

	
	font-family:Arial, Helvetica, sans-serif;
}

#navigation li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
}

#navigation span{
	/* Container properties */
	width:0;
	left:38px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:39px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigation a{
	background:url('img/navigation.jpg') no-repeat;

	height:39px;
	width:38px;
	display:block;
	position:relative;
}

/* General hover styles 9ddff5 */

#navigation a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigation a:hover{
	text-decoration:none;
	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px #71bff5;
	-webkit-box-shadow:0 0 5px #71bff5;
	box-shadow:0 0 5px #71bff5;
}

/* Github */

#navigation .github {	background-position:0 0;}
#navigation .github:hover {	background-position:0 -39px;}
#navigation .github span{
	background-color:#7da315;
	color:#3d4f0c;
	text-shadow:1px 1px 0 #99bf31;
}

/* Facebook */

#navigation .facebook {	background-position:-38px 0;}
#navigation .facebook:hover {	background-position:-38px -39px;}
#navigation .facebook span{
	background-color:#7da315;
	color:#3d4f0c;
	text-shadow:1px 1px 0 #99bf31;
}

/* Twitter */

#navigation .twitter { background-position:-76px 0;}
#navigation .twitter:hover { background-position:-76px -39px;}
#navigation .twitter span{
	background-color:#1e8bb4;
	color:#223a44;
	text-shadow:1px 1px 0 #44a8d0;
}

/* Linkedin */

#navigation .linkedin { background-position:-114px 0;}
#navigation .linkedin:hover { background-position:-114px -39px;}
#navigation .linkedin span{
	background-color:#c86c1f;
	color:#5a3517;
	text-shadow:1px 1px 0 #d28344;
}

/* Email */

#navigation .email { background-position:-152px 0;}
#navigation .email:hover{ background-position:-152px -39px;}
#navigation .email span{
	background-color:#d0a525;
	color:#604e18;
	text-shadow:1px 1px 0 #d8b54b;
}

/* Address */

#navigation .address { background-position:-190px 0;}
#navigation .address:hover { background-position:-190px -39px;}
#navigation .address span{
	background-color:#af1e83;
	color:#460f35;
	text-shadow:1px 1px 0 #d244a6;
}

/* More CSS */

#main{
	margin:40px auto;
	position:relative;
	width:40px;
}


h1{
	color:#fff;
	font-size:30px;
	font-weight:normal;
	padding:60px 0 20px;
	text-align:center;
}

h2{
	font-weight:normal;
	text-align:center;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

a, a:visited,a:active {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

p.note{
	color:#ffffff;
	font-size:10px;
	text-align:center;
	margin:50px;
}

/* Designed and Coded by Influenced Design © 2012 */
/* http://influenceddesign.influencedbydesign.com */