/* @override 
	http://www.angryamoeba.dev:8081/stylesheets/angryamoeba-blog.css
	http://angryamoeba.co.uk/stylesheets/angryamoeba-blog.css
*/

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

.navigation a.blog {
	text-decoration: none;
}

#archive-heading {
	margin-left: 300px;
	height: 50px;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
	#archive-heading h3 {
		float: left;
	}
	#archive-heading form {
		float: right;
		width: 233px;
	}	
		#archive-heading fieldset {
			border: none;
			padding: 0;
			margin: 0;
		}
		#archive-heading .search-field {
			display: block;
			background: white url('../images/icons/search-field.gif') no-repeat 5px 4px;
			padding-left: 25px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
			#archive-heading .search-field input.text {
				font-size: 1.1em;
				width: 200px;
				padding: 3px;
				margin: 0;
				border: none;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
			#archive-heading .search-field input.button {
				display: none;	
			}
		#archive-heading .branding {
			display: block;
			text-align: right;
			padding-top: 5px;
			font-size: 0.7em;
		}
			#archive-heading .branding {
				padding: 0;
			}
			#archive-heading .branding img {
				position: relative;
				top: 8px;
			}
			
#archive {
	
}
	#archive div {
		clear: both;
	}
	#archive .even {
	
	}
	#archive .odd {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #000;
	}
	#archive h2 {
		width: 280px;
		float: left;
		clear: none;
		margin-right: 5px;
		font-size: 1.3em;
		padding: 10px;
	}

.related {
	margin-top: 10px;
	padding: 10px;
	background: #EFEFEF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}
	.box .related h4 {
		border: none;
	}
	.related ul {
		list-style-type: none;
	}
	.related abbr {
		font-size: 0.6em;
		color: #999;
		text-shadow: #FFF 1px 1px;
		display: block;
		float: left;
	}
	.related a {
		display: block;
		margin-left: 60px;
	}
	.related li {
		margin-bottom: 5px;
	}

.vcard {
	background: #E1F5FD;
	padding: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}
	.vcard img {
		display: block;
		float: left;
		padding: 0 !important;
		-moz-border-radius:6px;
		-webkit-border-radius: 6px;

	}
	.vcard p {
		margin: 0 0 0 100px;
		font-size: 0.8em;
	}
	.vcard .tags {
		display: block;
		float: none;
		clear: both;
		height: 0;
		overflow: hidden;
	}
	.vcard ul {
		list-style-type: none;
		padding-left: 100px;
		margin: 0;
	}
		.vcard ul li {
			height: 16px;
			float: left;
			font-size: 0.8em;
			margin-right: 5px;
			padding-top: 10px;
		}
		
		.vcard a.social {
			display: block;
			height: 18px;
			padding-left: 23px;
			padding-right: 15px;
			background-repeat: no-repeat;
			background-position: 1px left;			

		}
		.vcard a.delicious {
			background-image: url('../images/icons/delicious-small.gif');
		}
		.vcard a.github {
			background-image: url('../images/icons/github-small.gif');
		}
		.vcard a.flickr {
			background-image: url('../images/icons/flickr-small.gif');
		}
		.vcard a.linkedin {
			background-image: url('../images/icons/linkedin-small.gif');
		}
		.vcard a.twitter {
			background-image: url('../images/icons/twitter-small.gif');
		}