/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**

	WordAds V2! This CSS applies to all WordAds and Adsense themes

	HTML markup structure of an ad:

	<div class="wpcnt|mpb">
	<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">

		<a class="wpa-about" href="https://en.support.wordpress.com/about-these-ads/" rel="nofollow">
		About these ads
		</a>

		<div class="u">
		[ad unit here]
		</div>

	</div>
	</div>

*/


/* outer container */
.wpcnt {
	text-align: center;
	line-height: 0;
}

.rtl .wpcnt{
	direction: ltr;
}

.mpb{
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

/* inner container */
.wpa, .wpadvert {				/* @todo: deprecate wpadvert */
	position: relative;
    /*overflow: hidden; */       /* this hides "about these ads" when there's no adfill */
    display: inline-block !important;
    max-width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wpa.wpwidesky, .wpa.wpleaderboard{
	width: auto;
}

.wpa.top{
	min-width: 728px;
}

.wpa.wpwidesky{
	min-width: 160px;
}

.wpa.wpmrec{
	min-width: 300px;
}

.mpb .wpa{
	padding: 10px 0 0;
}

@media screen and (max-width: 650px) {
	.mpb .wpa{
		min-width: 300px;
	}
}

/* about these ads */
/* all the !important use is to ensure consistency */
.wpa-about{	/* @todo: deprecate wpadvert-about */
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	min-width: 160px;
	/*margin-top: 5px;*/
	border-bottom: none !important;			/* some themes ad dotted underlines, that won't look nice */
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.wpa-notice {
	display: block;
	position: relative;
	padding: 24px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 13px/1.75 "Merriweather sans", "Open Sans", Arial, sans-serif !important;
	color: #2e4453 !important;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.wpa-buttons{
	text-align: center;
	margin: 0;
}

.wpa-button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
  outline: 0;
	padding: 7px !important;
	overflow: hidden;
	background: white;
	border-color: #c8d7e1;
  border-style: solid !important;
  border-width: 1px 1px 2px !important;
	border-bottom: 2px solid #c8d7e1 !important;
  cursor: pointer;
  vertical-align: top;
	color: #668eaa !important;
  font-size: 11px !important;
	font-weight: 600 !important;
  line-height: 1 !important;
	text-overflow: ellipsis;
  text-decoration: none !important;
	text-transform: uppercase !important;
  border-radius: 4px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpa-button:hover{
	border-color: #a8bece !important;
	color: #2e4453 !important;
}

.wpa-button.is-primary{
	background: #00aadc !important;
	border-color: #0087be !important;
	color: white !important;
}

.wpa-button.is-primary:hover{
	border-color: #005082 !important;
	color: white !important;
}

/* dark theme */
body.highlander-dark .wpa-about {
	color: #ddd;
}
body.highlander-dark .wpa-about:hover {
	color: #e9e9e9;
}

/* ad unit wrapper */
.wpa .u>div, .wpadvert>div>* {	/* @todo: deprecate wpdvert */
	display: block;
	margin-top: 5px;			/* this makes "about these ads" visible */
	margin-bottom: 1em;			/* every ad should have a little space below it */
}

div.wpa>div {
	margin-top: 20px;
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
	display: block !important;
}

.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * Theme-specific WordAds colors & settings
 */

#wrap>.wpcnt {
	background: #fff;
}

#c3 .wpcnt {
	background: #f4f2f2;
}
#c3 .wpcnt .u>div {
	padding-bottom: 20px;
}
#c3 .wpcnt .wpa-about {
	margin-left: 10px;
}


/* override theme */
#c3, #c1 {
	width: 320px;
}
#c2 {
	padding: 0 15px 30px 15px;
	width: 600px;
}/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: Comet
Theme URI: http://frostpress.com/themes/comet/
Description: A very classy, lightweight, and content-focused theme, customizable to your liking. Includes seven color schemes, four layout options, and a full-width page template.
Author: Frostpress
Author URI: http://frostpress.com/
Version: 1.4.2-wpcom
License: GPLv3
License URI: http://www.opensource.org/licenses/gpl-3.0.html
Text Domain: comet
Status: inactive
Tags: light, white, gray, red, yellow, green, blue, purple, one-column, two-columns, three-columns, fixed-layout, right-sidebar, left-sidebar, custom-colors, sticky-post, custom-menu, custom-header, custom-background, full-width-template, rtl-language-support, theme-options, blog, journal, conservative, faded, simple, traditional
*/

/* =Reset
-------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
ol,ul {
	list-style: none
}
blockquote,q {
	quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}


/* =HTML Elements
-------------------------------------------------------------- */

body {
	background-color: #e5e5e5;
	color: #444;
	font: 11pt/150% Georgia, Cambria, 'Palatino Linotype', serif;
	margin: 0 0 20px 0;
}

/* Links */
a {
	color: #3172a6;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #5f9ccf;
	text-decoration: underline;
}

/* Text */
p {
	margin-bottom: 18px;
}
blockquote {
	background: url(/wp-content/themes/pub/comet/images/quote.png) left top no-repeat;
	color: #666;
	font-style: italic;
	margin: 0 0 11px 0;
	overflow: hidden;
	padding: 0 0 0 40px;
}
blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}
q {
	color: #666;
	font-style: italic;
}
abbr,
acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
var,
code,
pre {
	font: normal 10pt/160% 'Courier New', Courier, Fixed;
}
pre {
	margin: 0 0 11px 0;
	overflow: auto;
}
sub,
sup {
	font-size: small;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sub {
	top: .5ex;
}
sup {
	bottom: 1ex;
}
small {
	font-size: small;
}
big {
	font-size: large;
}
ins {
	background: #ffc;
}
/* lists */
ul {
	list-style: square;
	margin: 0 0 18px 36px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 36px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
/* Forms */
input,
textarea,
select {
	background-color: #f9f9f9;
	border: solid 2px #e5e5e5;
	color: #444;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 100%;
	padding: 8px 8px;
}
textarea {
	line-height: 150%;
}
input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color: #c9c9c9;
}
input.button,
#submit {
	padding: 9px 8px 9px 8px;
}
input.button:hover,
#submit:hover {
	background-color: #e5e5e5;
}
/* Tables */
table,
th,
td {
	border: solid 1px #e8e8e8;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}
th {
	background-color: #e8e8e8;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 150%;
	margin: 10px 0 10px 0;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}
#outdated {
	background-color: #feefda;
	border-bottom: solid 1px #f7941d;
	font-size: 12px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#outdated p {
	margin: 5px 0;
	padding: 0;
}

/* hides things only visible when printing */
.print-view {
	display: none;
}
#wrap {
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	width: 960px;
}

/* wide template */
.page-template-full-width-template-php #content #c2,
.attachment #content #c2 {
	width: 900px;
	margin: 0;
}
.page-template-full-width-template-php #content #c1,
.page-template-full-width-template-php #content #c3,
.attachment #content #c1,
.attachment #content #c3 {
	display: none;
}

/* content */
#content {
	clear: both;
	overflow: hidden;
}

#page-head {
	border-bottom: dotted 2px #eaeaea;
	margin: 10px 0;
	padding: 10px 0;
}
#page-intro {
	color: #777;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}
#page-intro b {
	color: #666;
}
#page-description {
	color: #777;
	font-size: 13px;
	font-style: italic;
}
#page-description p {
	margin: .75em 0 0;
}


/* =Menu
-------------------------------------------------------------- */

#primary-menu {
	position: relative;
	z-index: 20;
}
#secondary-menu {
	position: relative;
	z-index: 10;
}
.menu {
	background: #fff;
	border-bottom-width: 4px;
	border-color: #d2d2d2;
	border-style: solid;
	clear: both;
	font-size: 11px;
	font-style: normal;
	line-height: 100%;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
}
.menu li,
.menu li a {
	display: inline-block;
}
.menu li {
	margin: 0;
	padding: 0;
	position: relative;
}
.menu li a {
	color: #666;
	padding: 12px;
}
.menu li a:hover,
.menu li a:focus,
.menu li a:active {
	color: #333;
	text-decoration: underline;
}

/* sub menu */
.menu li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	text-transform: none;
}
.menu li:hover > ul {
	display: block;
	z-index: 10;
}
.menu li ul li a {
	background: #d2d2d2;
	display: block;
	width: 150px;
	line-height: 1.7;
}
.menu li ul li a:hover,
.menu li ul li.current-menu-item > a {
	text-decoration: underline;
}

/* sub-sub menu */
.menu li ul li ul {
	display: none;
}
.menu li ul li:hover ul {
	left: 100%;
	top: 0;
}
#secondary-menu {
	border-top-width: 4px;
	margin-bottom: 10px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	clear: both;
	margin: 10px 0;
	min-height: 200px;
	overflow: hidden;
}
#header a {
	color: #333;
}
#header a:hover {
	color: #333;
	text-decoration: none;
}
#site-title {
	font: bold 38px/100% 'Droid Sans', Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 60px 0 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.5 );
}
#site-title a {
	display: block;
}
#site-description {
	display: block;
	font: bold italic 15px/170% 'Droid Serif', Georgia, serif;
	line-height: 1.3;
	margin: 10px 0 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.5 );
}


/* =Columns
-------------------------------------------------------------- */

#c1 {
	border: solid 4px #d2d2d2;
	border-left: 0;
	border-right: 0;
	display: none;
	float: left;
	overflow: hidden;
	width: 290px;
}
#c2 {
	background: #fff;
	border: solid 4px #d2d2d2;
	border-left: 0;
	border-right: 0;
	float: left;
	line-height: 170%;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0 30px 30px 30px;
	width: 600px;
}
#c3 {
	border: solid 4px #d2d2d2;
	border-left: 0;
	border-right: 0;
	float: left;
	overflow: hidden;
	width: 290px;
}
.comet-sidebar-content #c1 {
	display: block;
}
.comet-sidebar-content #c2 {
	margin: 0 0 0 10px;
}
.comet-sidebar-content #c3 {
	display: none;
}
.comet-sidebar-content-sidebar #c1 {
	display: block;
	width: 200px;
}
.comet-sidebar-content-sidebar #c2 {
	margin: 0 10px 0 10px;
	width: 480px;
}
.comet-sidebar-content-sidebar #c3 {
	width: 200px;
}
.comet-sidebar-content-sidebar #searchform #s {
	width: 125px;
}
.comet-content #c2 {
	margin: 0;
	width: 900px;
}
.comet-content #c3 {
	display: none;
}


/* =Posts
-------------------------------------------------------------- */

.post,
#content
.attachment {
	clear: both;
	margin: 30px 0 40px 0;
	overflow: hidden;
	padding: 0;
}
.sticky {
	margin: 0 -30px 40px -30px;
	padding: 30px;
}
.sticky .byline-post-date {
	display: none;
}
h1.post-title {
	font: normal italic 32px/130% 'Droid Serif', Georgia, serif;
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	text-shadow: 1px 1px 1px #fff;
}
h1.post-title a {
	color: #333;
}
h1.post-title a:hover {
	color: #666;
	text-decoration: none;
}
.post-text {
	margin: 20px 0 20px 0;
	overflow: hidden;
}
.post-meta {
	border-top: dotted 2px #eaeaea;
	border-bottom: dotted 2px #eaeaea;
	clear: both;
	color: #b1b1b1;
	font-style: italic;
	font-size: 8pt;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
.post-meta a {
	color: #b1b1b1;
	font-style: normal;
	text-transform: uppercase;
}
.post-meta a:hover {
	color: #868686;
	text-decoration: none;
}
.post-meta em {
	font-style: normal;
	text-transform: uppercase;
}
.post-comments {
	float: right;
}
.sep {
	background: url(/wp-content/themes/pub/comet/images/sep.gif) center bottom no-repeat;
	height: 17px;
	margin: 40px 0;
	overflow: hidden;
}

/* Paged Post Navigation */
.post-pages,
.navigation {
	clear: both;
	margin: 30px 0 30px 0;
	overflow: hidden;
}
.post-pages a span,
.post-pages span,
.navigation a,
.navigation span {
	cursor: pointer;
	display: inline-block;
	font-size: small;
	line-height: 100%;
	padding: 8px 10px;
}
.post-pages span,
.navigation span {
	background: none;
	border: none;
}

.navigation .prev {
	float: left;
	margin: 0 5px 0 0;
}
.navigation .next {
	float: right;
	margin: 0 0 0 5px;
}

/* Previous/Next Navigation. */
.post-nav {
	margin: 30px 0 30px 0;
}
.post-nav .alignleft {
	background: url(/wp-content/themes/pub/comet/images/icon-left.png) left top no-repeat;
	display: inline-block;
	min-height: 32px;
	padding: 0 0 0 40px;
	width: 40%;
}
.post-nav .alignright {
	background: url(/wp-content/themes/pub/comet/images/icon-right.png) right top no-repeat;
	display: inline-block;
	min-height: 32px;
	padding: 0 40px 0 0;
	text-align: right;
	width: 40%;
}
.post-nav i {
	color: #999;
	font-size: 8pt;
	letter-spacing: 1px;
}
.single-attachment .post-nav .alignleft,
.single-attachment .post-nav .alignright {
	height: 32px;
	line-height: 32px;
}

/* Read More Link. */
.more-link {
	clear: left;
	display: inline-block;
	line-height: 100%;
	margin: 20px 0 10px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}
.more-link,
.post-pages a span,
.navigation a {
	color: #666;
	background: #e6e6e6;
	border: solid 2px #d1d1d1;
}
.more-link:hover,
.post-pages a:hover span,
.navigation a:hover {
	color: #666;
	background: #d7d7d7;
	border-color: #c1c1c1;
	text-decoration: none;
}


/* =Asides
----------------------------------------------- */

.format-aside .post-title {
	display: none;
}


/* =Comments
-------------------------------------------------------------- */

.comment-heading {
	clear: left;
}
.leave-one {
	background: url(/wp-content/themes/pub/comet/images/icon-right-small.png) right 2px no-repeat;
	display: inline-block;
	margin-top: 10px;
	padding-right: 25px;
}
.comment-heading a {
	float: right;
	font-size: 50%;
}
.commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment {
	margin: 0 0 0 40px;
	overflow: hidden;
	padding: 0;
}
.comment.depth-1 {
	margin: 0 0 10px 0;
}
.comment-body {
	border-bottom: solid 1px #e1e1e1;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.comment.depth-1 > .comment-body {
	border-top: solid 1px #e1e1e1;
}
.bypostauthor > .comment-body {
	background: #f8f3e4;
}

#content .comment .avatar {
	position: absolute;
	top: 10px;
	left: 10px;
}
.comment-wrap {
	margin-left: 60px;
}
ul.children .comment-wrap {
	margin-left: 40px;
}
.comment-meta {
	color: #a8a8a8;
	font-size: 11px;
	margin-bottom: 10px;
	overflow: hidden;
}
#content ul.children .avatar {
	width: 30px;
	height: 30px;
}
.comment-date,
.comment-edit-link {
	color: #a8a8a8;
}
.comment-date:hover,
.comment-edit-link:hover {
	color: #7c7c7c;
	text-decoration: none;
}
.comment-meta h4 {
	color: #666;
	display: inline;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.comment-text {
	overflow: hidden;
}
.comment-body blockquote {
	background: #fff url(/wp-content/themes/pub/comet/images/quote.png) 10px 10px no-repeat;
	border: solid 1px #e8e8e8;
	padding: 10px 10px 10px 50px;
}
.comment-body blockquote blockquote {
	border: 0;
}
.comment-reply-link {
	display: none;
}
.comment-body:hover .comment-reply-link {
	background: #fff;
	border: solid 1px #e1e1e1;
	color: #555;
	display: block;
	font-size: 11px;
	line-height: 100%;
	padding: 6px 10px 6px 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.comment-body:hover .comment-reply-link:hover {
	background: #e1e1e1;
	text-decoration: none;
}
.trackbacklist {
	clear: both;
	margin: 30px 0 30px 0;
	overflow: hidden;
	padding: 0 0 0 30px;
}
.trackbacklist .comment-author cite,
.trackbacklist .comment-author cite a {
	font-weight: normal;
}
#commentform {
	margin: 0 0 10px 0;
}
.cancel-comment-reply {
	padding: 0 0 20px 0;
}
#commentform p {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: inline-block;
	float: left;
	padding-top: 8px;
	text-align: right;
	width: 90px;
}
.comment-form-url label {
	padding-right: 20px;
}
.comment-form-comment label {
	display: none;
}
.required {
	color: red;
	display: inline-block;
	float: left;
	padding: 8px 0 0 5px;
	width: 15px;
}
.comment-notes .required {
	float: none;
	padding: 0;
	width: auto;
}
#author,
#email,
#url {
	float: left;
}
.comment-form-author input {
	background-image: url(/wp-content/themes/pub/comet/images/icon-user.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.comment-form-email input {
	background-image: url(/wp-content/themes/pub/comet/images/icon-mail.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.comment-form-url input {
	background-image: url(/wp-content/themes/pub/comet/images/icon-web.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
#commentform p input {
	margin-right: 10px;
	width: 220px;
}
#commentform textarea {
	height: 200px;
	min-width: 350px;
	width: 96%;
}


/* =Widgets
-------------------------------------------------------------- */

.widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget {
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 10px;
}
.widget:first-child {
	margin-top: 0;
}
.widget h2 {
	display: inline-block;
	font: normal 8pt/100% Georgia, serif;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 8px 10px 8px 10px;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.6 );
	text-transform: uppercase;
}
.widget ul,
.widget ol {
	list-style: none url(/wp-content/themes/pub/comet/images/right-angled-quote.png);
	margin: 0 0 0 25px;
}
.widget li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #dfdfdf;
	padding: 5px 0 5px 0;
}
.widget li li:last-child {
	border-bottom-width: 0;
}
.widget li:first-child {
	border-top: 0;
}
.widget ul li ul.children {
	border: 0;
}
.widget ul li ul.children li {
	border: 0;
	margin: 5px 0 0 0;
}
.widget_authors img {
	vertical-align: middle;
}
.widget_tag_cloud {
	line-height: 1.3;
}
.comet-sidebar-content-sidebar #c1 .widget img,
.comet-sidebar-content-sidebar #c3 .widget img {
	max-width: 155px;
	height: auto;
}
.comet-sidebar-content-sidebar #c1 .widget .wp-caption {
	width: 172px !important;
}


/* =Search Form
-------------------------------------------------------------- */

#searchform label {
	display: block;
}
#searchform #s {
	background-image: url(/wp-content/themes/pub/comet/images/icon-search.png);
	background-position: 95% 10px;
	background-repeat: no-repeat;
	width: 215px;
	padding-right: 35px;
}
#searchform #searchsubmit {
	display: none;
}


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

#footer {
	color: #999;
	font-size: 11px;
	letter-spacing: 1px;
	overflow: hidden;
	padding-top: 30px;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.5 );
}
#footer a {
	color: #999;
	font-style: normal;
	text-transform: uppercase;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}


/* =Images, Aligns, and Captions
-------------------------------------------------------------- */

.site-content img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
}
#content img.alignleft,
#content .wp-caption.alignleft {
	margin-top: 4px;
	margin-right: 24px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
}
#content img.alignright,
#content .wp-caption.alignright {
	margin-top: 4px;
	margin-left: 24px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	max-width: 100%;
}
#content .wp-caption.aligncenter,
#content .wp-caption.alignleft,
#content .wp-caption.alignright,
#content .wp-caption.alignnone {
	margin-bottom: 1.313em;
	padding: 5px 0;
}
#content .wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
#content .wp-caption .wp-caption-text {
	color: #888;
	font-size: 11px;
	margin: 5px;
	text-align: center;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-caption {
	clear: both;
	color: #888;
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery a:hover img {
	border-color: #e4e4e4;
}
#content .gallery br+br {
	display: none;
}
#content p.attachment img {
	display: block;
	margin: 0 auto;
}


/* =Gallery
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}
#content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Calendar
-------------------------------------------------------------- */

#wp-calendar,
#wp-calendar th,
#wp-calendar td {
	background: none;
	border: none;
}
#wp-calendar {
	background: none;
	empty-cells: hide;
	font: normal 11px/200% Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	background-color: #e1e1e1;
	padding: 0;
	text-align: center;
}
#wp-calendar td:hover {
	background-color: #cfcfcf;
}
#wp-calendar a {
	background-color: #cdcdcd;
	color: #333;
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background-color: #b9b9b9;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}
#wp-calendar #today {
	background-color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar .pad {
	background-color: #f0f0f0;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar .pad,
#wp-calendar .pad:hover {
	background: #f3f3f3;
}


/* =Twitter
-------------------------------------------------------------- */
.widget_twitter iframe {
	margin-top: 10px;
}


/* =Stats
-------------------------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto;
}
