@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-screen.css 92 2010-02-21 21:54:21Z jason.pelletier $
 */

h2 {
	font-size: 2.0em;
	color: #AAA;
}
h3 {
	margin-top: 0.0em;
	font-size: 1.0em;
}
h4 {
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
}
p,
li {
	font-size: 1.4em;
}
p {
	margin-top: 1.0em;
}
	div.action {
		margin-top: 2.5em;
		margin-bottom: 2.5em;
		padding: 5px 5px 25px 60px;
		background: #F8F8F8 url('../media/tag.png') no-repeat 5px 5px;
	}
	div.action p {
		margin-top: 0.3em;
		margin-bottom: 0.5em;
	}
		div.action p em {
			font-size: 1.5em;
			font-weight: bold;
			color: #444;
		}
		div.action li {
			margin-top: 1.0em;
			font-size: 1.6em;
			color: #666;
		}
		div.action li a {
			margin-right: 0.3em;
			font-size: 1.3em;
		}
	.feed p {
		margin-top: 0.2em;
	}
	.feed p.description {
		font-size: 1.3em;
		color: #666;
	}
	.feed p.description a[rel="tag"] {
		font-size: 1.3em;
		font-weight: bold;
	}
	.feed p.submit-datetime {
		font-size: 1.0em;
		font-style: italic;
	}
li {
	margin-top: 0.3em;
	margin-left: 2.0em;
	list-style: disc;
	list-style-position: outside;
}
ul.services li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	list-style: none;
}
ul.feed {
	margin-top: 10px;
}
ul.feed li.entry {
	position: relative;
	_width: 893px;
	_float: left;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 15px 15px 10px;
	background: transparent url('../images/ul.feed-li.png') repeat-x bottom;
	_background-image: none;
	border-bottom: 1px solid #AAA;
}
	ul.services li.twitter,
	ul.feed li.entry.twitter h4 {
		background-image: url('../images/service-icons/twitter.png');
	}
	ul.services li.flickr,
	ul.feed li.entry.flickr h4 {
		background-image: url('../images/service-icons/flickr.png');
	}
	ul.services li.technorati,
	ul.feed li.entry.technorati h4 {
		background-image: url('../images/service-icons/technorati.png');
	}
	ul.services li.youtube,
	ul.feed li.entry.youtube h4 {
		background-image: url('../images/service-icons/youtube.png');
	}
	ul.services li.delicious,
	ul.feed li.entry.delicious h4 {
		background-image: url('../images/service-icons/delicious.png');
	}
	ul.services li.bliptv,
	ul.feed li.entry.bliptv h4 {
		background-image: url('../images/service-icons/bliptv.png');
	}
ul.feed li.entry.flickr img,
ul.feed li.entry.bliptv object,
ul.feed li.entry.bliptv embed {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
}

/* OVERRIDES FOR <li> CSS */
#footer li, /* from layout.css */
ul.nav li, /* from layout.css */
ul.feed li.entry {
	margin-top: 0;
	margin-left: 0;
	font-size: 1.0em;
	list-style: none;
}