/* @override 
	http://www.angryamoeba.dev:8081/stylesheets/angryamoeba-about.css
	http://www.angryamoeba.dev/stylesheets/angryamoeba-about.css
*/

/*
	Angry amoeba 2009 "Planetary" - About/Bio CSS
	Copyright (c) Dan Glegg, Angry amoeba 2009
	
	Adds a layer to angryamoeba-core.css which correctly formats bio/profile page.
	
	Expects matching images to be at ../images/path/to/image.ext
*/

.navigation a.about {
	text-decoration: none;
}
.left.box {
	width: 265px;
}
#focus h1 {
	color: #291C16;
	line-height: 1.3em;
}
.profile {
	font-size: 1.3em;
	text-shadow: #47a0c2 1px 1px 0;
}
	.profile em, .profile abbr {
		color: #291C16;
		text-shadow: none;
		font-style: normal;
		font-weight: bold;
	}
	
ul.current-projects {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #47a0c2;
}
	.current-projects a {
		
	}
	.current-projects li {
		background: white 
					url('../images/containers/project-blue.png') 
					repeat-x 
					bottom left;
		border: 2px solid white;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 10px;
		margin-bottom: 5px;
		text-shadow: white 1px 1px 0;
	}
	
h2.social-links {
	display: none;
}
ul.social-links {
	height: 40px;
	padding: 10px 0px 10px 30px;
	margin: 0 0 10px 0;
	list-style-type: none;
	background: white 
				url('../images/containers/project-blue.png') 
				repeat-x 
				bottom left;
	border: 2px solid white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
	ul.social-links li {
		height: 16px;
		float: left;
		font-size: 1.2em;
		margin-right: 10px;
		padding-top: 10px;
	}
	
	ul.social-links li a.social {
		display: block;
		height: 18px;
		padding-left: 23px;
		padding-right: 15px;
		background-repeat: no-repeat;
		background-position: 1px left;
	}
	ul.social-links li a.delicious {
		background-image: url('../images/icons/delicious-small.gif');
	}
	ul.social-links li a.github {
		background-image: url('../images/icons/github-small.gif');
	}
	ul.social-links li a.flickr {
		background-image: url('../images/icons/flickr-small.gif');
	}
	ul.social-links li a.linkedin {
		background-image: url('../images/icons/linkedin-small.gif');
	}
	ul.social-links li a.twitter {
		background-image: url('../images/icons/twitter-small.gif');
	}
	
.tags {
	display: none;
}