/*  Oceanus Blog */

.navButtons {
	position: relative;
}

.navButtons > a {
	font-size: 32px;
	line-height: 54px;
	color: #FFF;
	font-weight: lighter;
}

.navButtons .backButton {
	font-size: 16px;
	color: #FFF;
	line-height: 54px;
	font-weight: lighter;
	text-align: right;
	position: absolute;
	right: 0;
}

.blog .rightContentColumn {
	background: #f6f6f6
}

.blog .rightContentColumn ul {
	padding-left: 0;
	list-style: none;
}

.blog .rightContentColumn ul li {
	margin-top: 30px;
}

.blog .rightContentColumn ul li:first-child {
	margin-top: 10px;
}

.blog .socialIcon {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-left: 4px;
	text-indent: -9999px;
}

.blog .socialIcon:first-child {
	margin-left: 0;
}

.blog .socialIcon.facebook {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-facebook.png) no-repeat 0 0;
}

.blog .socialIcon.facebook:hover {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-facebook.png) no-repeat 0 -45px;
	cursor: pointer;
}

.blog .socialIcon.twitter {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-twitter.png) no-repeat 0 0;
}

.blog .socialIcon.twitter:hover {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-twitter.png) no-repeat 0 -45px;
	cursor: pointer;
}

.blog .socialIcon.rss {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-rss.png) no-repeat 0 0;
}

.blog .socialIcon.rss:hover {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-rss.png) no-repeat 0 -45px;
	cursor: pointer;
}

.blog .socialIcon.tumblr {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-tumblr.png) no-repeat 0 0;
}

.blog .socialIcon.tumblr:hover {
	background: url(http://static1.runkeeper.com/blog/images/icons/icon-tumblr.png) no-repeat 0 -45px;
	cursor: pointer;
}

.blog ul.tag_list {
	margin: 0;
}

.blog ul.tag_list li {
	margin: 7px 0;
}

.blog ul.posts {
	margin: 0 25px;
}

.blog li.post {
	list-style: none;
}

.blog .posts .post {
	margin-top: 80px;
}

.blog .posts .post:first-child {
	margin-top: 20px;
}

.blog .posts .post a.title {
	color: #111;
	font-size: 21pt;
	font-weight: bold;
	width: 100%;
	padding-bottom: 6px;
	display: block;
	line-height: 110%;
}

.blog .posts .post a.title:hover {
	color: #333;
}

.blog .posts .post a.title:active {
	color: #000;
}

.blog .posts .post .caption .author {
	border: 1px solid #CCC;
	background: #f6f6f6;
	padding: 10px;
	width: 630px;
}

.blog #rightColumn li.widget-container {
	margin-top: 30px;
}

.blog #rightColumn li.widget-container:first-child {
	margin-top: 0;
}

.blog #rightColumn li.widget-container.description {
	line-height: 130%;
	font-size: 9pt;
	color: #333;
}

.blog #rightColumn span.header {
	display: block;
	font-weight: bold;
	color: #111;
	margin-bottom: 8px;
	font-size: 10pt;
}

.blog #mainColumn #facebookComments {
	margin-top: 30px 
}

.blog #mainColumn .pagination {
	border-top: 5px solid #EEE;
	padding-top: 16px;
}

.blog .button.left {
	display: block;
	float: left;
}

.blog .button.right {
	display: block;
	float: right;
}

.blog .postMeta {
	font-size: 11px;
	margin-top: 6px;
}

.blog .shareBox {
	margin: 30px 0;
	clear: both;
}

.blog .shareBox .shareButton {
	float: left;
	overflow: hidden;
	width: 100px;
	margin-right: 12px;
}

.blog .caption {
	word-break: break-word;
}

.blog #content .caption img {
	display: inline-block;
	margin-left: 10px;
}

.blog #content .caption img:first-child {
	margin-left: 0;
}

.blog blockquote {
	border: 1px solid #CCC;
	background: #f6f6f6;
	padding: 10px;
	width: 630px;
}

.blog .pagination {
	border-top: 1px solid #CCC;
	margin: 30px 25px 10px;
	padding: 20px 0 30px;
}

.blog p {
	margin: 20px 0;
}

.blog h3 {
	color: #444;
	margin-top: 40px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin: 0 0 30px 30px;
}

img.left {
	float: left;
	margin: 0 30px 30px 0;
}

.clear {
	clear: both;
}

img.center {
	margin: 0 auto;
}

.footnote {
	font-style: italic;
	color: #444;
}

p.author.tom {
	height: 100px;
}