/* CSS Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


/* Grid
-------------------------------------------------------------- */
.container_7 {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
}

.grid_1, .grid_2, .grid_3, .grid_4,
.grid_5, .grid_6, .grid_7 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.third{
	width: 280px;
	display:inline;
	float: left;
	position: relative;
	margin-right: 25px;
}

.half{
	width: 435px;
	display:inline;
	float: left;
	position: relative;
	margin-right: 20px;
}

.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* Grid >> 7 Columns
----------------------------------------------------------------------------------------------------*/
.container_7 .grid_1 {width:110px;}
.container_7 .grid_2 {width:240px;}
.container_7 .grid_3 {width:370px;}
.container_7 .grid_4 {width:500px;}
.container_7 .grid_5 {width:630px;}
.container_7 .grid_6 {width:760px;}
.container_7 .grid_7 {width:890px;}

.container_7 .prefix_1 {padding-left:130px;}
.container_7 .prefix_2 {padding-left:260px;}
.container_7 .prefix_3 {padding-left:390px;}
.container_7 .prefix_4 {padding-left:520px;}
.container_7 .prefix_5 {padding-left:650px;}
.container_7 .prefix_6 {padding-left:780px;}

.container_7 .suffix_1 {padding-right:130px;}
.container_7 .suffix_2 {padding-right:260px;}
.container_7 .suffix_3 {padding-right:390px;}
.container_7 .suffix_4 {padding-right:520px;}
.container_7 .suffix_5 {padding-right:650px;}
.container_7 .suffix_6 {padding-right:780px;}

.container_7 .push_1 {left:130px;}
.container_7 .push_2 {left:260px;}
.container_7 .push_3 {left:390px;}
.container_7 .push_4 {left:520px;}
.container_7 .push_5 {left:650px;}
.container_7 .push_6 {left:780px;}

.container_7 .pull_1 {left:-130px;}
.container_7 .pull_2 {left:-260px;}
.container_7 .pull_3 {left:-390px;}
.container_7 .pull_4 {left:-520px;}
.container_7 .pull_5 {left:-650px;}
.container_7 .pull_6 {left:-780px;}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Base
----------------------------------------------------------------------------------------------------*/

body {
	background: #fff url(https://themorningnews.org/images/newheader.png!) no-repeat center top;
}

.top_banner {
	width: 100%;
	height: 50px;
}

.top_banner p {
	font-family: "facitweb-1","facitweb-2", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin: 0;
	line-height: 4em;
}

.top_banner a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

.top_banner a:hover {
	text-decoration: underline;
}

.top_bar {
	border-bottom: 1px solid #000;
}

::-moz-selection {
	background: #cc3300;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #cc3300;
	color: #fff;
	text-shadow: none;
}


/* The Deck
-------------------------------------------------------------- */

#deck {
	font: 400 11px "facitweb-1","facitweb-2", sans-serif;
	color: #959595;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	min-height: 120px;
	background-color: #f2f2f2;
}

#deck_script img, #deck_script a:link img, #deck_script a:visited img {
	margin: 0 10px 0 0;
	float: left;
}

#deck_box {
	width: 100%;
	padding: 10px 0;
	float: left;
}

#deck p {
	margin: 0px 0px 0px;
}

a#via_deck {
	margin-top: 5px;
	float: left;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

body {
	color: #333;
	font: 17px/23px "minion-pro-1","minion-pro-2", "Times New Roman", Times, serif;
}

p {
	margin: 0 0 18px;
}

p.last {
	margin-bottom: 0;
}

p img {
	float: left;
	margin: 0 1.5em .5em 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	margin: 0 0 18px;
	font-style: italic;
}

.footnote {
	font-size: 13px;
	top: -6px;
	position: relative;
	line-height: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr td {
	border: 1px solid #ccc;
	padding:8px;
	font-size: 80%;
}

/* Headings
-------------------------------------------------------------- */

#headline_updates h4, #get_updates h4 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
	margin: 0;
}

/* Links
-------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #cc3300;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* Lists
-------------------------------------------------------------- */

ul {
	list-style-position: outside;
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

.trending h4 {
	text-align: center;
}


/* Full Article
-------------------------------------------------------------- */

#full_post.legacy .post_content h1 {
	font: 600 16px/23px "facitweb-1","facitweb-2", sans-serif;
}

#full_post.serif blockquote {
	font-family: "minion-pro-1","minion-pro-2", "Times New Roman", Times, serif;
}

#full_post .photo_center {
	margin: 0 auto;
}

#full_post .r-post-header .readability img {
	float: right;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#full_post .r-post-header .fb_share_begin iframe {
	float: right;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	width: 50px;
}

figcaption h6 {
	margin-bottom: 8px;
}

aside figcaption {
	margin-bottom: 4px;
}

#footnotes {
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #999;
	padding-top: 22px;
	padding-bottom: 8px;
}

#footnotes h4 {
	margin-bottom: 6px;
}

#footnotes ol li {
	margin-left: 18px;
	margin-bottom: 20px;
}

#footnotes ol li a:hover {
	color: #cc3300;
}

#footnotes a {
	color: #000;
}

.author_bio img {
	float: left;
	margin-right: 20px;
}

.author_bio {
	margin-top: 18px;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px!important;
}

.author_bio a.more {
	background: url(../images/sprite.png) no-repeat right -395px;
	padding-right: 10px;
}

#single_article_post .author_bio a.more:hover, #single_article .author_bio a.more:hover {
	background-position: right -445px;
}

.author_bio ul {
	list-style: none;
}

.author_bio ul li {
	margin-bottom: 5px;
}

.author_bio ul li a {
	color: #333;
}

.author_bio ul li a:hover {
	color: #C30;
}

.author_bio li.email a {
	background: url(../images/sprite.png) no-repeat left -147px;
	padding-left: 25px;
}

.author_bio li.twitter a {
	background: url(../images/sprite.png) no-repeat left -48px;
	padding-left: 25px;
}

#single_article_gallery .author_bio li.twitter a,
#single_article_gallery .author_bio li.email a {
	color: #CCC;
}

#single_article_gallery .author_bio li.twitter a:hover,
#single_article_gallery .author_bio li.email a:hover {
	color: #FFF;
}

.fb_like {
	margin-right: 0px;
}

/* Sidebar
-------------------------------------------------------------- */

#index_home .headlines ul li a {
	color: #000;
}

#index_home .headlines ul li a:visited {
	color: #666;
}

#index_home .headlines ul li a.headline_via, #index_home .headlines ul li a.tag {

}

#index_home .headlines ul li a:hover {
	color: #cc3300;
}

#index_home .headlines ul li {
	color: #000;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: -1px;
}

#index_home .headlines ul li:hover a {
	color: #cc3300;
}

#index_home .headlines ul li:hover {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

#index_home .headlines ul li a.tag {
	color: #999999;
}

#index_home .headlines ul li a.headline_via {
	color: #999;
}

#index_home .headlines ul li a.headline_via:hover, #index_home .headlines ul li a.tag:hover {
	color: #cc3300;
}

#morning_headlines {
	border-bottom: 1px solid #000;
}

#afternoon_headlines {
	display: inline-block;
	margin-top: -14px;
}

#morning_headlines {
	margin-top: 20px;
}

#headline_updates {
	font: 12px "facitweb-1","facitweb-2", sans-serif;
	text-transform: uppercase;
	color: #999999;
	margin-top: 12px;
	letter-spacing: 1px;
}

#headline_updates h4 {
	border-bottom: 0;
}

/* Inline Social Links: #get_updates, #headline_updates
-------------------------------------------------------------- */

.ul-social-links {
	display: inline-block;
	line-height: 0;
}

.ul-social-links li a {
	margin: 0 7px;
	text-indent: -9999px;
	display: block;
	height: 12px;
	width: 18px;
}

.ul-social-links li {
	list-style-type: none;
	line-height: 0;
	border-right: 1px solid #ccc;
	height: 12px;
	float: left;
}

.ul-social-links li a:hover {
	border-top: none;
	border-bottom: none;
	margin-top: 1px;
}

.ul-social-links li.last {
	border-right: none;
}

.updates_twitter, .updates_email, .updates_rss {
	background: url(../images/sprite.png) no-repeat;
	width: 16px;
}

.updates_twitter {
	background-position: 0px -50px;
}

.updates_email {
	background-position: 0px -150px;
}

.updates_rss {
	background-position: 0px -100px;
}

#headline_updates .ul-social-links {
	margin-top: 4px;
}

#connect li:first-child iframe, span.fb_like iframe{margin-bottom: -7px;}
/* NewsFeed
-------------------------------------------------------------- */

#pagination {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	font: 600 18px "facitweb-1","facitweb-2", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#news_feed .post_content a {
	text-decoration: underline;
}

#news_feed .post_content {
	margin-bottom: 27px;
}

#pagination .prev {
	float: right;
	text-align: right;
	background: url(../images/sprite.png) no-repeat right -245px;
	padding-right: 16px;
}

#pagination .prev:hover {
	float: right;
	text-align: right;
	background-position: right -345px;
}

#pagination .cont {
	background: url(../images/sprite.png) no-repeat left -195px;
	padding-left: 16px;
}

#pagination .cont:hover {
	background-position: left -295px;
}

/* Feature
-------------------------------------------------------------- */

.post_content table td {
	vertical-align: top;
}


/* SuperFeature
-------------------------------------------------------------- */

.post_superfeature {
	margin-bottom: 36px;
}

.post_superfeature h2 {
	color: #8091ad;
	font: 200 55px/58px "facitweb-1","facitweb-2", sans-serif;
}

.post_superfeature .post_content {
	padding: 20px;
	float: right;
	width: 330px;
	background-color: #000;
	margin-top: 40px;
}

.post_superfeature a {
	text-decoration: none!important;
}

/*.post_superfeature:hover .continue {
	color: #fff;
}*/

.post_superfeature .author {
	color: #fff;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 1px;
	line-height: 54px;
}

.post_superfeature p {
	color: #ccc;
	margin-bottom: 0;
}

.post_superfeature a:hover h2, .post_superfeature a:hover p {
	color: #fff!important;
}

/* MicroFeature
-------------------------------------------------------------- */

.post_microfeature h2 {
	margin-top: 8px;
	margin-bottom: 2px;
}

.post_microfeature img {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}

.post_microfeature .r-post-header figure {
	float: left;
	margin-right: 20px;
}

.post_microfeature .post_content b, .post_microfeature .post_content strong {
	font-weight: 600;
}

.post_microfeature .post_content img {
	margin-bottom: 0;
	margin-top: 3px;
}

.post_microfeature .photo_right {
	float: right;
	position: relative;
	margin-left:10px;
	margin-bottom: 5px;
}

.post_microfeature .photo_left {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
}

.post_microfeature .photo_center {
	margin: 0 auto;
}

.post_microfeature .photo_right img,
.post_microfeature .photo_left img,
.post_microfeature .photo_center img {
	margin-bottom: 10px;
}

#full_post .post_microfeature .r-post-header figure {
	margin-bottom: 10px;
}

#full_post .post_microfeature .r-post-header img {
	margin-bottom: 5px;
}

/* Gallery Newsfeed
-------------------------------------------------------------- */

.post_gallery .post_content {
	background: #000;
	color: #ccc;
	font-size: 20px;
	padding: 20px;
}

.post_gallery .r-post-header {
	margin-bottom: 0px;
	line-height: 0;
}

.post_gallery h2 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	line-height: 34px;
}

.post_gallery a  h2 {
	color: #cc3300;
}

.post_gallery p {
	font-size: 20px;
	color: #ccc;
	margin-bottom: 0px;
}

/*.post_gallery:hover .continue,*/ .post_gallery a:hover p, .post_gallery a:hover h2 {
	color: #fff;
}

/* Post Page
-------------------------------------------------------------- */

.comment_count a {
	font: 400 12px/18px "facitweb-1","facitweb-2", sans-serif;
	color: #999;
	margin-top: 37px;
	background: url(../images/comment_icon.png) no-repeat left 3px;
	padding-left: 18px;
	float: left;
}

.comment_count a:hover {
	color: #cc3300;
}

#comment_section h3 {
	font-weight: 600;
}

#comment_section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.commentslist {
	margin-top: 20px;
}

.commentslist li {
	list-style-type: none;
	padding-left: 130px;
	padding-right: 130px;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	margin-bottom: 40px;
}

.commentslist img.avatar {
	position: absolute;
	left: 0;
	width: 55px;
	height: 55px;
	margin-top: 4px;
}

div.error {
	color: #C30;
}

.vcard time a {
	font-style: italic;
	display: block;
	color: #999;
}

.vcard time a:hover {
	color: #cc3300;
}

.vcard cite,
.dsq-commenter-name {
	font: 600 13px/18px "facitweb-1","facitweb-2", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}

.dsq-comment-footer,
#dsq-account-dropdown,
#dsq-subscribe {
	font-family: "facitweb-1","facitweb-2", sans-serif;
	font-size: 14px;
}

#dsq-subscribe {
	font-size: 12px;
}

#dsq-subscribe li a {
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	padding-left: 20px;
}

#dsq-subscribe li a em {
	position: relative;
	top: -2px;
}

#dsq-subscribe li a.dsq-subscribe-rss {
	background-position: 0px -100px;
	padding-left: 15px;
}

#dsq-subscribe li a.dsq-subscribe-email {
	background-position: 0px -150px;
}

.dsq-subscribe-email span,
.dsq-subscribe-rss span {
	display: none;
}

.dsq-brlink {
	display: none;
}

.never {
	color: #999;
}

.vcard a cite:hover {
	color: #cc3300;
}

#respond {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	margin-bottom: 40px;
}

#commentform input {
	-webkit-appearance: none;
	padding: 4px;
	border: 1px solid #ccc;
	width: 230px;
	margin-right: 12px;
}

#commentform input, #commentform textarea {
	font: 16px/22px "minion-pro-1","minion-pro-2", "Times New Roman", Times, serif;
}

#commentform p {
	margin-bottom: 4px;
}

#commentform textarea {
	-webkit-appearance: none;
	width: 500px;
	padding: 10px;
	height: 130px;
	border: 1px solid  #ccc;
}

#send {
	color: #fff;
	background-color: #000;
	border: none;
	font: 400 12px/18px "facitweb-1","facitweb-2", sans-serif;
	text-transform: uppercase;
	padding-top: 4px;
	cursor: pointer;
}

#send:hover {
	background-color: #cc3300;
}

/* Single, Tags & Archives Page
-------------------------------------------------------------- */

#single_page h1 {
	margin-bottom: 20px;
}

#single_page h3 {
	font-weight: 600;
}

#single_page .archive_sidebar h3 {
	background: #fff;
	float: left;
	padding-right: 4px;
}

#single_page .archives_sidebar h3 {
	background: #fff;
	float: left;
	padding-right: 4px;
}

#archives ul {
	margin-bottom: 60px;
}

#archives ul li {
	list-style-type: none;
}

#tags ul li {
	list-style-type: none;
	padding-left: 130px;
	margin-bottom: 30px;
	display: block;
}

#archives .author_bio ul li {
	margin-bottom: 5px;
	padding-left: 0;
}

#archives ul li a{
	color: #333;
}

#archives ul li a:hover {
	color: #cc3300;
}

.author {
	color: #999;
	font-style: italic;
}

#archives ul li a:hover .author{
	color: #cc3300;
}


#tags .tag_letter {
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	margin-top: 6px;
}

#tags .tag_letter {
	font-size: 32px;
	margin-top: 12px;
	text-transform: uppercase;
	margin-left: 10px;
}

#tags ul li {
	border-top: solid 1px #ccc;
	padding-top: 15px;
	margin-bottom: 15px;
}

#tags ul li a {
	color: #cc3300;
	font: .70em/1.5em "facitweb-1","facitweb-2", sans-serif;
	margin-right: 6px;
}

#tags ul li a:hover {
	color: #999;
}

.archive_sidebar {
	margin-top: 0px!important;
}

.archive_sidebar h2,
.archives_sidebar h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.condensed_archive .headlines li {
	margin-bottom: 0px!important;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px!important;
	margin-left: 130px;
}

.condensed_archive .headlines li  a .tag {
	color: #999999;
}

.condensed_archive .headlines li a .tag:hover {
	color: #000000;
}

#archives .author_bio {
	border-bottom: 3px solid #000;
	padding-bottom: 20px;
	margin-bottom: 3px;
}

#tags_archives li a {
	color: #cc3300;
}

#tags_archives li a:hover {
	color: #999;
}

#tags_archives {
	margin-bottom: 30px;
}

#tags_archives li a:before, #tags ul li a:before {
	content: '#';
	color: #999999;
}

#tags_archives ul {
	border-top: 1px solid #000;
	padding-top: 12px;
}

a.more_headlines {
	font: 600 13px "facitweb-1","facitweb-2", sans-serif;
	text-transform: uppercase;
	margin-top: 16px;
	margin-bottom: 4px;
	display: inline-block;
	letter-spacing: 1px;
	background: url(../images/sprite.png) no-repeat right -396px;
	padding-right: 10px;
}

a.more_headlines:hover {
	background-position: right -446px;
}



/* Single Page Headlines
-------------------------------------------------------------- */

#single_page #afternoon_headlines ul,
#single_page #morning_headlines ul {
	border: none;
	padding-top: 0;
}

#single_page #morning_headlines,
#single_page #afternoon_headlines {
	margin-top: 0;
	border: none;
}

#single_page .grid_1 ul li {
	display: inline-block;
	padding-right: 0px!important;
}

#single_page .headline_pagination li.last {
	float: right;
}

#single_page .headline_pagination {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0px 5px!important;
	margin-top: 13px!important;
	margin-bottom: 15px;
}

#single_page .headline_pagination li a {
	color: #cc3300!important;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat left -697px;
	padding: 0 6px 0 12px;
	text-transform: uppercase;
}

#single_page .headline_pagination .last a {
	background: url(../images/sprite.png) no-repeat right -396px;
	padding-right: 12px!important;
}

#single_page .headline_pagination li a:hover {
	color: #000!important;
	background-position: left -747px;
	border: none!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

#single_page .headline_pagination .last a:hover {
	background-position: right -446px;
}

#comment_section h3 {
	background-color: #fff;
	color: #000;
}

/* Calendar Archive Widget
-------------------------------------------------------------- */

#calendar_archives {
	clear: left;
}

#calendar_archives ul li {
	list-style-type: none;
	display: inline-block;
	min-width: 35px;
	padding-right: 20px;
	padding-bottom: 2px;
}

#calendar_archives ul {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 7px;
	padding-bottom: 20px;
}


#photogallerynav #next, #photogallerynav #prev{ text-indent: -9999px;height: 40px; width: 20px; background: url(../images/sprite.png) no-repeat; overflow: hidden;}
#photogallerynav #prev{position: absolute;float:left; left: -20px; top:0px; margin-left: 0;background-position: left -600px;}
#photogallerynav #next{position: absolute;float:right; right: -20px;top:0px; margin-right: 0px; background-position: left -500px;}
#photogallerynav #next:hover,
#photogallerynav #next.hover{ background-position:  left -550px;}
#photogallerynav #prev:hover,
#photogallerynav #prev.hover{ background-position:  left -650px;}



/* Partnership
-------------------------------------------------------------- */

.partnership img {
	margin-right: 20px;
	float: left;
}

.partnership h3 {
	margin-bottom: 20px;
}

.partnership p {
	color: #333;
}

/* Search
-------------------------------------------------------------- */

#searchbox #lookup {
	margin-top: 0px;
	float: left;
}

/* PreFooter
-------------------------------------------------------------- */

#pre_footer {
	margin-top: 50px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 30px;
	border-top: 3px solid #000;
}

#pre_footer h4 {
	line-height: 32px;
	color: #666666;
}

#pre_footer .thumb_box {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#pre_footer .author {
	display: block;
	line-height: 30px;
	font-style: italic;
	font-size: 16px;
	color: #666666;
}

#pre_footer p {
	color: #000;
}

#pre_footer img + p{
	width: 170px;
	float: right;
}

#pre_footer .mid, #pre_footer .omega.ad {
	margin-top: 33px;
}

#pre_footer em {
	font-size: 16px;
}

#pre_footer .omega h2 {
	margin-bottom: 6px;
}

#pre_footer .omega p {
	margin-bottom: 0px;
	padding-bottom: 6px;
}

#pre_footer h4 {
	font-size: 13px;
}

/* Footer
-------------------------------------------------------------- */

#g-footer #connect {
	float: right;
}

#connect li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#connect a.rss {
	background: url(../images/sprite.png) no-repeat left -98px;
	padding-left: 18px;
}

#connect a.twitter {
	background: url(../images/sprite.png) no-repeat left -48px;
	padding-left: 20px;
}

#connect .fb {
	margin-bottom: -4px;
}

#g-footer #g-footer-sitemap ul li {
	list-style-type: none;
	display: inline;
}

#g-footer #g-footer-sitemap ul {
	margin-left: -4px;
}

#carbonads {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  font-family: "facitweb-1","facitweb-2","Helvetica Neue","Helvetica","Arial",sans-serif;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  float: left;
  margin-right: 1em;
}

.carbon-img img {
  display: block;
  width: auto;
  height: 90px;
}

.carbon-text {
  display: block;
  float: left;
  max-width: calc(100% - 130px - 1em);
  text-align: left;
}

.carbon-poweredby {
  position: absolute;
  bottom: 0;
  left: calc(120px + 1em);
  display: block;
  color: inherit;
  text-transform: uppercase;
  font-size: 9px;
}

#pg-gallery .DeckAd #carbonads a:hover {
	color: #000;
}
