
* {
	font-family:"Rockwell", "Myriad Pro",Lucida Grande,Lucida Sans Unicode, sans-serif;
}
p, li, a {
	font-size: 11px;
}
html {
/*	background: #000 url(/img/tesla.jpg)  no-repeat fixed 50% 50%;*/
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0, #777),
		color-stop(.33, #aeaaaa),
		color-stop(.66, #aaaeaa),
		color-stop(.83, #aaaaae),
		color-stop(.99, #888)
	);
	background-image: -moz-linear-gradient(
		left bottom,
		#777 0%,
		#aeaaaa 33%,
		#aaaeaa 66%,
		#aaaaae 83%,
		#888 99%
	);
	width:100%;
	height:100%;
	background-attachment:scroll;
}
body {
	background: url(/img/filter.png) -1px 0;
	background: url(/img/filter.png) -1px 0 #baaaaa\9;
	width:100%;
	height:100%;
	margin: 0;
	background-attachment:fixed;
}



#portrait {
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 6px solid #fff; 
	padding: 2px; 
	height: 35px; 

}

#container {
	position: absolute;
	top:50%;
	left:50%;
	margin: -150px 0 0 -320px;
	padding: 20px;
	width:600px;
	height:260px;
	color:#fff;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(46,105,5,.60);
	background: #bbbbbb\9;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #888),
		color-stop(.5, #b9b9b9),
		color-stop(.99, #888)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#888 0%,
		#b9b9b9 50%,
		#888 99%
	);
	
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.6);
    box-shadow: 0 0 20px rgba(0,0,0,.6);
	border: 1px solid rgba(0,0,0,.20);
	border: 1px solid #999\9;
}

hr {
	height:1px;
	border:0;
border-top:1px solid #ccc;
}

#name h2 {
	font-size: 16px;
}
#intro, #email, #copyright {
	width: 200px;
	float:left;
	display:block;
}
p {
	text-align:center;
}
#ccom {
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right:auto;
}

#social { 
	display:block;
	width:386px; 
	float:right;
	padding-left:10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255,255,255,.30);
	border: 1px solid rgba(0,0,0,.20);
}
h1 {
	font-size: 50px;
	text-shadow: rgba(10,20,10,.30) 2px -5px 5px;
}
h1 span {
	font-size: 1px;	/* hides the alt text */
}
h1, h2 {
	margin-top:5px;
	margin-bottom: 5px;
}
h2 {
	text-shadow: rgba(10,20,10,.30) 1px -3px 5px;
}
#intro, #email, #social {
	display:block;
}
#email a, #ccom {
	color:#fff;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}
#email a:hover, #ccom:hover {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
#ccom:hover {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
}
#intro p {
	text-transform:uppercase;
}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover, a:active {
	color:#fff;
	text-decoration: underline;
}

ul li a {
	padding: 0;
	text-decoration:none;
}

ul li em {
	display: block;
	font-family:"Myriad Pro",Lucida Grande,Lucida Sans Unicode, sans-serif;

}
#validation {
	float:right;
	text-align:right;
	display: none;
}
#social ul {
	list-style-type:none;
	text-indent:0;
	margin: 0;
	padding:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
#social ul li {
	opacity: .75;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}

#social ul li:focus,
#social ul li:hover {
	opacity: 1;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
	box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
	position: relative;
	top: -2px;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);

}
#social ul li {
	display: block;
	margin: 0 10px 10px 0;
	text-indent:0;
	margin-left: 0;
}
#social ul li a {
	display: block;
}
#google a,
#facebook a, 
#twitter a,
#flickr a,
#blogger a,
#linkedin a,
#yelp a {
	background: url(/img/networks.png) no-repeat #aaa;
	padding-left: 38px;
	padding-top:1px;
	height: 29px;
	width:140px;
	text-shadow: rgba(255,255,255,.350) 1px -2px 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 
#facebook a { background-position: 0 -90px;  } 
#twitter a { background-position: 0 -120px;  }
#linkedin a { background-position: 0 -30px;  }
#flickr a { background-position: 0 -150px; }
#blogger a { background-position: 0 -60px; }
#yelp a { }
#google a { background-position: 0 -180px; }

