#livepress {
  position: relative;
  font-family: "Lucida Grande";
	whitepsace: nowrap;
}

#livepress .lp-bar {
	width: 100%;
	height: 25px;
	border: #dedede 1px solid;
	background-color: #f5f5f5;
	margin-bottom: 15px;
	/*-webkit-box-shadow: #dedede 3px 3px 3px;
	-moz-box-shadow: #dedede 3px 3px 3px;
	box-shadow: #dedede 3px 3px 3px;*/
}
#livepress .lp-status {
	display: inline-block;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: url(../img/lp-bar.png) no-repeat 5px center;
	height: 25px;
	width: 37px;
	float: left;
	border-right: #dedede 1px solid;
}
#livepress .lp-status.lp-on {
	background-color: #92bd8c;
	padding-left: 37px;
}
#livepress .lp-status span {
	margin-right: 5px;
	line-height: 25px;
}
#livepress .lp-status.lp-off span {
	display: none;
}
#livepress .lp-bar .lp-sprite {
  height: 12px;
  width: 15px;
  float: left;
  margin: 7px -3px 7px 5px;
  opacity: 0.6;
  clear: none;
}
#livepress .lp-bar .lp-sprite.updates {
  background: url(../img/lp-ui-sprite.png) right -12px no-repeat;
}
#livepress .lp-bar .lp-sprite.comments {
  background: url(../img/lp-ui-sprite.png) right 1px no-repeat;
}
#livepress .lp-bar .lp-logo {
  margin: 5px 7px 3px -12px;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 20;
}

#livepress .lp-updated {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-right: 25px;
	text-align: left;
	z-index: 10;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	float: left;
	padding-left: 10px;
}

#livepress .lp-bar .lp-status-button {
	cursor: pointer;
	background: url(../img/lp-bar-logo.png) left no-repeat;
}

#livepress .lp-bar .lp-settings-button {
	cursor: pointer;
	font-size: 12px;
	height: 25px;
	width: 26px;
	background: #f5f5f5 url(../img/gear.png) no-repeat center center;
	float: right;
	border-left: #dedede 1px solid;
}

#livepress .lp-bar .lp-counter {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
  height: 16px;
  float: left;
  margin: 5px;
  text-align: center;
  padding: 0 3px;
  min-width: 9px;
}
#livepress .lp-bar .lp-counter.lp-off {
  background: #676767;
}
#livepress .lp-bar .lp-counter.lp-on {
  background: #53c74c;
}
#livepress .lp-bar .lp-counter span {
  font-size: 10px;
  display: block;
  color: white;
  height: 16px;
  line-height: 16px;
}

#lp-settings {
	background: white;
	border: 1px solid #dedede;
	padding: 0;
	font-size: 11px;
	width: 230px;
	display: none;
	position: absolute;
	text-align: left;
	color: #555555;
	right: -2px;
	top: 26px;
	width: 175px;
	z-index: 100;
	-webkit-box-shadow: #dedede 3px 3px 3px;
	-moz-box-shadow: #dedede 3px 3px 3px;
	box-shadow: #dedede 3px 3px 3px;
}

#lp-settings ul {
	list-style-type: none;
}

#lp-settings ul, #lp-settings li, #lp-settings label {
	margin: 0;
	padding: 0;
}

#lp-settings label {
	cursor: pointer;
}

#lp-settings div, #lp-settings p, #lp-settings a, #lp-settings h3 {
	font-family: Arial;
}

#lp-settings .lp-button {
	text-transform: uppercase;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	text-align: center;
	border: 1px solid #dedede;
	padding: 0 4px;
	text-decoration: none;
	color: #555555;
	background: #efefef;
}

#lp-settings .lp-button:hover {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(right bottom, #ffffff, #dddddd);
	background: -moz-linear-gradient(right bottom, #ffffff, #dddddd);
	background: -o-linear-gradient(right bottom, #ffffff, #dddddd);
	background: -ms-linear-gradient(right bottom, #ffffff, #dddddd);
	background: linear-gradient(right bottom, #ffffff, #dddddd);
}

#lp-settings.active {
	display: block;
}

#lp-settings .lp-settings-close {
	position: absolute;
	margin: 5px 0 0 210px;
	cursor: pointer;
}

#lp-settings .lp-settings-short.expanded {
	height: 97px;
	background: url(../img/lp-settings-top-bg.gif) repeat-x;
}

#lp-settings .lp-settings-short h3 {
	text-transform: uppercase;
	text-align: center;
	margin: 5px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}

#lp-settings .lp-settings-short h3 .live-updates-status {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border-radius.htc);
	display: inline-block;
	background: #9b9b9b;
	padding: 0px 5px;
	margin: 0 3px;
	color: white;
}

#lp-settings .lp-settings-short .lp-about {
	line-height: 1.4em;
	font-size: 14px;
	padding: 10px;
}

#lp-settings .lp-settings-short .lp-button {
	margin-left: 50px;
}

#lp-settings ul {
	margin: 0;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#lp-settings p {
	margin-bottom: 0.4em;
}

#lp-settings .powered-by {
	color: #aaa;
	font-size: 12px;
	text-align: center;
}

#lp-update-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(border-radius.htc);
  min-height: 29px;
  background: #f9f5b8;
  display: inline-block;
  margin-bottom: 10px;
  display: none;
}
#lp-update-box .lp-more-link {
  display: none;
}
#lp-update-box .update-box-content .lp-update-count {
  line-height: 27px;
  padding: 0 10px;
  display: inline-block;
}
#lp-update-box .update-box-content .lp-update-count .lp-update-new-update {
  margin-right: 5px;
}
#lp-update-box .lp-balloon {
  display: inline-block;
  margin: -50px 10px 0 -30px;
  display: block;
  position: absolute;
  min-width: 400px;
  background: #f9f5b8;
  padding: 7px;
  opacity: 0.95;
  -moz-box-shadow: 2px 2px 10px #333333;
  -webkit-box-shadow: 2px 2px 10px #333333;
  box-shadow: 2px 2px 10px #333333;
  z-index: 99999;
}
#lp-update-box .lp-balloon li {
  list-style: none;
}
#lp-update-box .lp-balloon li:first-child {
  padding-right: 25px;
}
#lp-update-box .lp-balloon .lp-new-posts {
  margin: 0;
}
#lp-update-box .lp-balloon abbr.timeago {
  border-bottom: none;
  margin-right: 5px;
  font-style: italic;
}
#lp-update-box .lp-balloon a {
  text-decoration: none;
}
#lp-update-box .lp-balloon .lp-balloon-tail {
  position: absolute;
  height: 15px;
  width: 20px;
  margin: 7px 0 0 40px;
  background: url(../img/lp-balloon-tail.png) no-repeat;
}
#lp-update-box .lp-balloon .lp-close-button {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
}

.livepress-update .lp-borders {
  background: none repeat scroll 0 0 #ffffe5;
}

.lp-pre-update-ui {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  -o-border-top-left-radius: 7px;
  -ms-border-top-left-radius: 7px;
  -khtml-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  -o-border-top-right-radius: 7px;
  -ms-border-top-right-radius: 7px;
  -khtml-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  border: 1px solid #dedede;
  border-bottom: 0;
  text-align: center;
  background: url(../img/lp-share-box-bg.gif) repeat-x;
  font-family: Helvetica;
  font-size: 10px;
  height: 22px;
  padding: 0;
  position: absolute;
  right: 30px;
  bottom: -1px;
  z-index: 2000;
  padding: 0 5px;
}
.lp-pre-update-ui .lp-pu-ui-feature {
  border-left: 1px solid #d9d9d9;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
}
.lp-pre-update-ui .lp-pu-ui-feature.lp-pu-facebook {
  border-left: none;
}
.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ico {
  float: left;
  height: 13px;
  margin-right: 3px;
  margin-top: 5px;
  width: 14px;
}
.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ico.lp-facebook-ico {
  background: url(../img/lp-sprite.png) -66px -58px no-repeat;
  border-left: none;
  width: 11px;
}
.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ico.lp-twitter-ico {
  margin-top: 4px;
  background: url(../img/lp-sprite.png) -84px -57px no-repeat;
}
.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ico.lp-comment-ico {
  background: url(../img/lp-sprite.png) -102px -57px no-repeat;
  margin-top: 3px;
  margin-left: 1px;
}
.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ui-text {
  font-family: "Lucida Grande";
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  color: #777777;
  float: left;
  text-transform: uppercase;
}
.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ui-text:hover {
  color: #333333;
}

#gritter-notice-wrapper {
  position: absolute;
}
#gritter-notice-wrapper .gritter-close {
  background: url(../images/cross-gritter-ie6.gif);
}

#gritter-notice-wrapper {
  bottom: 3px;
  float: right;
  font-family: Lucida Grande, Tahoma, sans-serif;
  left: 8px;
  line-height: 13px;
  position: fixed;
  text-align: left;
  width: 1px;
  z-index: 99999;
}
#gritter-notice-wrapper .gritter-item {
  color: #777777;
  display: block;
  float: left;
  font-size: 10px;
  margin: 0 0 3px;
  padding-top: 0;
  position: relative;
  width: 337px;
}
#gritter-notice-wrapper .gritter-item a {
  color: #008d00;
}
#gritter-notice-wrapper .gritter-item p {
  clear: both;
  font-family: Georgia, Times, serif;
  font-size: 12px;
  line-height: 150%;
  margin: 5px 0 0;
  padding: 0;
}
#gritter-notice-wrapper .gritter-item.new-post .gritter-top {
  background: url(../img/lp-sprite.png) -1465px top no-repeat;
  height: 18px;
}
#gritter-notice-wrapper .gritter-item.new-post .gritter-bot {
  background: url(../img/lp-sprite.png) -1465px -20px no-repeat;
  height: 32px;
}
#gritter-notice-wrapper .gritter-item.new-post .gritter-inner {
  background: url(../img/lp-sprite.png) -2146px repeat-y;
  color: #777777;
  padding: 0 15px;
}
#gritter-notice-wrapper .gritter-item.new-post p {
  margin: 0;
}
#gritter-notice-wrapper .gritter-item.new-post .gritter-scroll {
  display: none;
}
#gritter-notice-wrapper .gritter-top {
  background: url(../img/lp-sprite.png) -1124px top no-repeat;
  height: 18px;
}
#gritter-notice-wrapper .gritter-bot {
  background: url(../img/lp-sprite.png) -1124px -20px no-repeat;
  height: 32px;
}
#gritter-notice-wrapper .gritter-inner {
  background: url(../img/lp-sprite.png) -1804px repeat-y;
  padding: 0 15px;
  position: relative;
}
#gritter-notice-wrapper .gritter-image {
  float: left;
  margin: 0 7px 0 0;
  height: 30px;
  width: 30px;
}
#gritter-notice-wrapper .gritter-title {
  color: #222222;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 5px;
  padding: 0;
}
#gritter-notice-wrapper .gritter-title em, #gritter-notice-wrapper .gritter-title em a {
  color: black;
}
#gritter-notice-wrapper .gritter-comments {
  background: black;
  display: block;
  margin: 10px 0 0;
  padding: 5px 10px;
}
#gritter-notice-wrapper .gritter-comments span.comments-text {
  float: right;
}
#gritter-notice-wrapper .gritter-comments a {
  color: #cccccc;
}
#gritter-notice-wrapper .gritter-control {
  display: none;
  position: absolute;
  right: 22px;
  top: -1px;
}
#gritter-notice-wrapper .gritter-control div {
  cursor: pointer;
  float: left;
}
#gritter-notice-wrapper .gritter-scroll {
  background: url(../img/lp-sprite.png) -1197px -56px;
  line-height: 15px;
  margin-right: 4px;
  padding-left: 12px;
}
#gritter-notice-wrapper .gritter-settings {
  background: url(../img/lp-sprite.png) -1172px -57px no-repeat;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  height: 16px;
  padding: 0 4px;
  width: 16px;
}
#gritter-notice-wrapper .gritter-close {
  background: url(../img/lp-sprite.png) -8px -60px no-repeat;
  cursor: pointer;
  height: 10px;
  margin-left: 6px;
  margin-top: 4px;
  width: 10px;
}

#oortle-comment-status {
  margin: 0 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#livepress .lp-status {
		background-image: url(../img/lp-bar-2x.png);
		background-size: 27px auto;
	}

	#livepress .lp-bar .lp-settings-button {
		background-image: url(../img/gear-2x.png);
		background-size: 20px auto;
	}
}