/**
* moogal.css: stylesheet instructions applied to header images.
* Intended for use with moogal.js.
*
* Version: 2.0
* License: MIT-style license
* Copyright: Richard Manning 2009
*
* Author: Richard Manning
* Author URL: http://richardimanning.com/
*
*
*/

body {
}

#branding {
	padding-bottom: 0;
}

#blog-title {
	margin: 0 0 0 360px;
	padding: 60px 0 0 0;
}

#blog-description {
	clear: none;
		margin: 0 0 0 360px;
}

.ie6 #access {
	padding: 0;
}

#access {
	clear: both;
	padding-top: 40px;
}

#hdr_gallery {
	border: 2px solid #B9B9B9;
	float: left;
	margin-right: 1.25em;
	padding: 6px;
	position: relative;
}

#hdr_gallery ul {
	left: 6px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 6px;
	z-index: 2;
}

#feature-image {
	left: 6px;
	position: absolute;
	top: 6px;
}

.moogal {
	background: #fff;
	float: left;
	line-height: 0;
}

