body {
	background-color: #795;
	color: #030;
	font-family: arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #365;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#feedWrap {
	border-left: 1px dotted #9b7;
	border-right: 1px dotted #9b7;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0.5em;
	width: 580px;

	/* IE6 */
	_border-left: 2px dotted #9b7;
	_border-right: 2px dotted #9b7;
}

#feedWrap h1 {
	background: url(/images/hornbuckleorganized.gif) center bottom no-repeat;
	font-size: 14px;
	height: 88px;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-indent: -5000px;
	width: 580px;
}

#feedItems {
	list-style: none;
	margin: 0;
	padding: 0;
}

#feedItems li {
	background-color: #9b7;
	margin: 0.5em 0;
	padding: 0.5em 0.75em 0.75em 0.75em;
	/* -moz-border-radius: 8px; */
}

#feedItems li.facebook .feedContent {
	padding: 0.25em 0;
}

#feedItems li.facebook .feedContent div {
	margin: 0.5em 0;
	text-align: center;
}

#feedItems li.facebook a img {
	border: 1px solid #030;
	height: auto;
	max-width: 500px;
}

#feedItems li.flickr p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#feedItems li.flickr a img {
	border: 1px solid #030;
}

#feedItems h2 {
	font-family: arial black,arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.feedContent {
	border-top: 1px dotted #795;
	font-size: 12px;
	margin-top: 0.5em;
	padding: 0.75em 0;
	text-align: justify;

	/* IE6 */
	_border-top: 2px dotted #795;
}

.feedContent li {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.feedInfo {
	font-size: 11px;
	text-align: right;
}

.feedInfo span a {
	font-weight: bold;
}

#footer {
	font-size: 11px;
	margin-bottom: 0.75em;
	text-align: center;
	/* white-space: nowrap; */
}

#footer a,
#footer span {
	font-weight: bold;
}