/*
THEME NAME: YUI-Press
THEME URI: http://dryan.net/yui-press
DESCRIPTION: A WordPress Theme based on the YUI CSS core. This theme was inspired by and partially lifted from <a href="http://getk2.com">K2</a> and <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>.
TAGS:  widgets, yui
VERSION: 1.0
AUTHOR: dryan
AUTHOR URI: http://dryan.net
*/

.clear {
	clear: both;
}

div.clear {
	height: 0px;
	overflow: hidden;
}

hr {
	display: none;
}

	.sidebar ul {
		margin: 0 0 1em;
	}
	
		.sidebar ul li {
			list-style: none;
			margin-bottom: 0.5em;
		}
		
	.sidebar .section {
		position: relative;
		margin-bottom: 2em;
	}
	
	.sidebar h4 {
		margin-bottom: 0.5em;
	}
	
		.sidebar .section .feedlink {
			display: block;
			width: 16px;
			height: 16px;
			background: transparent url(images/feedicon.png) no-repeat 50% 50%;
			position: absolute;
			top: 0px;
			right: 0px;
			text-indent: -1000px;
			overflow: hidden;
		}