
.social_icons {
  float: right;
  position: relative;
}

.social_icons a {
  margin-right: 10px;
}

.footer_left {
  position: relative;
  top: 10px;
}


#footer_wrapper {
  width: 1000px;
  margin: 0 auto;
}

#admin_bar li {
  margin-right: 10px;
}

.font-black {
  color: black !important;
}

#blog-ticker {
	position: relative;
	background: #fff;
	margin-bottom: 20px;
	height: 40px;
	overflow: hidden;
}

#blog-ticker h6 {
	width: 95px;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
	background: url(/ohlobg.png) no-repeat;
	overflow: hidden;
	text-indent: -500px;
	background-position: 7px center;
}

#blog-ticker-entries {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;
}

.blog-ticker-entry {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 10px;
}

.blog-ticker-entry a:first-child {
	font-weight: bold;
}