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

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

h1 {
	margin-top: 25px;
}
.navigation a.home {
	text-decoration: none;
}
#content .left {
	margin-top: 49px;
}
a.fold {
	margin-bottom: 0;
}

.profile {
	font-size: 1.3em;
	line-height: 1em;
}
	.profile p {
		line-height: 1.3em;
		color: #291C16;
	}
	.profile h4 {
		color: #333;
	}
	.profile a {
		color: #333;
	}

ul.projects {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	ul.projects li {		
		margin-bottom: 20px;
	}
		ul.projects li h4 {
			height: 75px;
			padding: 0;
			background: #73bd23 url('../images/containers/project-green.png') repeat-x center left;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			/* 	Throw the header into relative positioning to allow 
				relative absolute positioning of the icon */
			position: relative;
		}
			ul.projects li h4 a {
				display: block;
				color: black;
				padding-left: 90px;
				text-decoration: none;
			}
			ul.projects li h4 a img {
				position: absolute;
				left: 10px;
				bottom: 0;
			}
			ul.projects li .title {
				width: 240px;
				display: block;
				float: left;
				font-size: 1.8em;
				padding-top: 18px;
				margin-bottom: 8px;
				text-decoration: underline;
			}
			ul.projects li .subtitle {
				width: 240px;
				float: left;
				clear: left;
				display: block;
				font-size: 0.8em;
			}
			ul.projects li .badge {
				width: 80px;
				height: 46px;
				display: block;
				float: right;
				border-left: 1px solid black;
				-webkit-border-top-right-radius: 9px;
				-webkit-border-bottom-right-radius: 9px;
				-moz-border-radius-topright: 9px;
				-moz-border-radius-bottomright: 9px;
				background: #eefaff url('../images/icons/star-yellow.png') no-repeat 5px 28px;
				padding: 29px 0 0 29px;
				font-size: 0.8em;
			}
				ul.projects li .badge.opensource {
					
				}
			
			ul.projects li .description {
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				padding: 5px 10px 5px 90px;
				background: #463832;
				margin-bottom: 10px;
			}