img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * 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
 */

#header>.wpcnt .wpa-about {
	color: #444 !important;
}

#header>.wpcnt .wpa-about:hover {
	color: #222 !important;
}

#sidebar .wpcnt {
	text-align: left;
	margin-left: 50px;
}/**
 * 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: Spectrum
Theme URI: http://spectrum-theme.com/
Description: A beautiful and colorful theme that can be further customized with support for custom menus, background, and header. It also features a full-width template for showing your images. It supports several post formats including aside, gallery, link, status, and quote.
Version: 1.0.3-wpcom
Author: Ignacio Ricci
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spectrum
Tags: blue, green, orange, pink, purple, red, silver, white, light, two-columns, right-sidebar, theme-options, fixed-layout, full-width-template, custom-menu, custom-header, custom-background, custom-colors, post-formats, translation-ready, rtl-language-support, colorful, bright, curved, vibrant, playful, art, blog, infinite-scroll
Status: inactive
*/


/*- Reset Styles -----------------------------------------------------------*/


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, hr, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, li {
	line-height: 100%;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*- General Styles ---------------------------------------------------------*/

body {
	font: 100% Helvetica-Neue, Helvetica, Arial, sans-serif;
	background: #EEE url(/wp-content/themes/pub/spectrum/images/bgs/body.jpg) no-repeat center top;
}
#header,
#main-wrap,
#footer {
	width: 1000px;
	margin: 0 auto;
}
#main-wrap {
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#site-description h2,
.main-title,
.post h4,
.post blockquote,
.sidebar-title h4,
.sidebar-box li,
#tag-cloud li,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
	font-family: Cambria, Georgia, serif;
}
.left-fold,
.right-fold,
.pointer,
.reply-link a,
#searchform button,
#respond input#submit {
	display: block;
	background-image: url(/wp-content/themes/pub/spectrum/images/sprite.png);
}
#searchform button,
#respond button,
.reply-link a {
	font-size: 0;
	text-indent: -9999em;
}
/*- Rounded corners -*/
#header .page-list a,
div.comment,
div.pingback {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*- Sub Titles -*/
.sub-title {
	margin: 0 0 30px;
	position: relative;
	clear: both;
}
.sub-title h4,
#reply-title {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 130%;
	padding: 11px 0 10px 95px;
}
.comment-author-and-date,
#comment-list li,
.reply-link,
#navigation,
#tag-cloud ul,
#footer .page-list ul {
	overflow: hidden;
}
.accesible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.fieldFocus {
	color: #000 !important;
	border-color: #CCC !important;
	border-bottom: 1px solid #999 !important;
}
#searchform button,
#respond button {
	display: inline;
	height: 32px;
	cursor: pointer;
}
body.archive .post {
	padding-bottom: 0;
}


/*- Unsemantic design elements added via JS (spectrum-min.js) --------------*/

.left-fold,
.right-fold,
.edge,
.pointer {
	position: absolute;
	z-index: 1;
}
.left-fold,
.right-fold {
	width: 29px;
	height: 29px;
	bottom: -30px;
}
.left-fold {
	left: 0;
}
.right-fold {
	right: 0;
}
.sub-title .left-fold,
.sub-title .right-fold {
	bottom: -29px;
}
.main-title .left-fold {
	background-position: 0 -66px;
}
#comment-list .sub-title .left-fold {
	background-position: -30px -66px;
}
#respond .sub-title-border .left-fold {
	background-position: -60px -66px;
	bottom: -28px;
}
.right-fold {
	background-position: -120px -66px;
}
#tag-cloud .sub-title .left-fold {
	background-position: -90px -66px;
}
.edge {
	width: 11px;
	height: 55px;
}
.main-title .edge {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/post/main-title-edge.gif) no-repeat 0 0;
	top: 0;
	right: -11px;
}
.sidebar-title .edge {
	left: -11px;
	bottom: -1px;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/sidebar/sidebar-title-edge.gif) no-repeat 0 0;
}
.pointer {
	width: 8px;
	height: 16px;
	background-position: -150px -66px;
	top: 14px;
	left: -1px;
}
div.comment-author-admin .pointer,
div.bypostauthor .pointer {
	background-position: -159px -66px;
}


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


#header {
	padding-bottom: 35px;
}
#header #logo h1 {
	font-family: 'Lobster', 'lobster-1', 'lobster-2', Cambria, Georgia, serif;
	font-weight: normal;
	font-size: 2.9em;
	line-height: 130%;
	min-height: 60px;
	padding: 24px 0 0 50px;
	text-rendering: optimizeLegibility;
	width: 440px;
}
#header #logo h1 a {
	color: #11242E;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
#header .page-list {
	float: right;
	margin: -45px 30px 0px 0px;
	width: 500px;
	padding-top: 10px;
}
#header ul a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	padding: 7px 12px;
	margin-bottom: 5px;
	background: #111;
	background: rgba(0,0,0,0.7);
	text-shadow: 1px 1px 1px #000;
	opacity: 0.6;
}
#header .page-list a:hover {
	text-decoration: none;
}
#header ul a:hover {
	opacity: 1;
}
#header li {
	position: relative;
	float: right;
	margin-left: 5px;
}
#header .children .children,
#header .sub-menu .sub-menu {
	margin-left: 12px;
}
#header ul ul {
	display: none;
	position: absolute;
	top: auto;
	right: 0;
	float: left;
	z-index: 99999;
	background: #111;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 160px;
}
#header ul ul ul {
	top: 0;
	right: 98%;
	border-right: 1px solid #000;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#header ul ul li {
	min-width: 85px;
	margin-left: 0;
}
#header ul ul a {
	background: transparent;
	margin-bottom: 0;
	opacity: 0.6;
	width: 136px;
}
#header ul li:hover > ul {
	display: block;
}
#header ul li a:hover,
#header ul li:hover > a,
#header ul li.current_page_item > a,
#header ul li.current_page_parent > a,
#header ul li.current_page_ancestor > a,
#header ul li.current-cat > a,
#header ul li.current-menu-ancestor > a,
#header ul li.current-menu-item > a,
#header ul li.current-menu-parent a {
	opacity: 1 !important;
	background: #000;
}
#header ul ul li a:hover,
#header ul ul li:hover > a,
#header ul ul li.current_page_item > a,
#header ul ul li.current_page_parent > a,
#header ul ul li.current_page_ancestor > a,
#header ul ul li.current-cat > a,
#header ul ul li.current-menu-ancestor > a,
#header ul ul li.current-menu-item > a,
#header ul ul li.current-menu-parent a {
	background: #000;
}


/*- Main Content -----------------------------------------------------------*/

#main {
	position: relative;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.8);
	color: #333;
	margin: 0px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
#main:before,
#main:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}
#main:before {
	height: 150px;
	background: transparent url(/wp-content/themes/pub/spectrum/images/main-before.png) 0 0 repeat-x;
}
#main:after {
	top: 150px;
	height: 100%;
	height: -webkit-calc(100% - 150px);
	height: -moz-calc(100% - 150px);
	height: calc(100% - 150px);
	background: #fff;
}
#content,
#sidebar {
	margin-top: 30px;
}
#content {
	float: left;
	width: 660px;
	margin-left: -30px;
}
.page-template-full-width-php #content {
	width: 940px;
}
#sidebar {
	float: right;
	width: 300px;
	margin-right: -30px;
}


/*- Site Description -------------------------------------------------------*/

#site-description {
	padding: 25px 35px;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/siteDescription.png) no-repeat center bottom;
}
#site-description h2 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 150%;
	color: #666;
	text-shadow: 1px 1px #FFF;
}
#header-image {
	margin: 20px 0;
}


/*- The Post ---------------------------------------------------------------*/
.sticky {}

.post {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 30px;
}

.post-meta {
	float: left;
	width: 575px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999;
	padding: 10px 15px;
	margin-left: 55px;
	border-bottom: 1px solid #DDD;
}
.post-meta p,
.post-meta li {
	float: left;
}
.post-meta p {
	padding-left: 25px;
}
.post-meta p.date {
	padding-left: 5px;
}
.post-meta a {
	line-height: 130%;
	color: #999;
}
.post-meta a:hover {
	color: #666;
}
.main-title {
	padding: 7px 0 9px 65px;
	background: #6AB32E url(/wp-content/themes/pub/spectrum/images/bgs/post/main-title.png) no-repeat 0 0;
	border-bottom: 1px solid #5A962F;
	min-height: 39px;
	position: relative;
}
.main-title h3,
.main-title h3 a {
	color: #FFF;
}
.main-title h3 {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 130%;
	text-shadow: 1px 1px #5A962F;
	margin-right: 140px;
}
.post-date {
	color: #51892a;
	font-size: 1.6em;
	letter-spacing: -0.05em;
	position: absolute;
	top: 13px;
	right: 15px;
	text-shadow: 1px 1px #84C050;
}
.post-date span {
	margin-left: 3px;
}
.post-date .month {
	color: #447223;
}
.post-date .day {
	color: #51892a;
}
.post-date .year {
	color: #59962e;
}
.post-author {
	background: url(/wp-content/themes/pub/spectrum/images/icons/author.gif) no-repeat left center;
}
.comment-number {
	float: right !important;
	background: url(/wp-content/themes/pub/spectrum/images/icons/bubble.gif) no-repeat left center;
}
.comment-number a {
	color: #6F95D7;
}
.entry {
	clear: both;
	padding: 30px 50px 15px 70px;
	color: #444;
	overflow: hidden;
}
.entry h4,
.entry h5,
.entry h6,
.entry ul,
.entry ol,
.entry blockquote {
	margin: 5px 0 30px;
}
.entry p,
.entry li {
	font-size: 0.95em;
}
.entry p {
	line-height: 155%;
	padding-bottom: 20px;
}
.entry a {
	text-decoration: underline;
	color: #AC6C13;
}
.entry a:hover {
	color: #000;
}
.entry a:visited {
	color: #666;
}
.entry ul li,
.entry ol li {
	line-height: 130%;
	margin: 0 0 7px 25px;
}
.entry ul li {
	list-style: url(/wp-content/themes/pub/spectrum/images/icons/bullet.gif);
}
.entry ol li {
	list-style: decimal;
}
.entry h3.result {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 130%;
	position: relative;
	left: -5px;
	border: none;
	margin-bottom: 5px;
}
.entry h3.result a,
.entry h3.result a:visited {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
	font-weight: normal;
	text-transform: uppercase;
	color: #8279AD;
	padding: 5px 0 5px 10px;
	margin: 10px 0 20px -10px;
	border-bottom: 1px solid #D8D8FF;
	line-height: 120%;
}
.entry h1 {
	font-size: 2em;
}
.entry h2 {
	font-size: 1.6em;
}
.entry h3 {
	font-size: 1.4em;
}
.entry h4 {
	font-size: 1.2em;
}
.entry h5 post-tags,
.entry blockquote {
	font-size: 1.2em;
	font-style: italic;
	padding: 10px 20px 0;
	border-left: 5px solid #E5E6E2;
}
.entry blockquote p {
	line-height: 150%;
	font-size: 0.8em;
	color: #666;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 10px 20px 5px 0;
}
.alignright {
	float: right;
	margin: 10px 0 5px 20px;
}
.post-edit-link {
	color: #111 !important;
	font-size: 14px;
	line-height: 1.3;
	text-shadow: #5A962F 1px 1px;
}
.post-category {
	border-top: 1px solid #DDD;
	background: url(/wp-content/themes/pub/spectrum/images/icons/folder.gif) no-repeat 10px 11px;
}
.post-category a {
	margin-left: 5px;
}
.post-category-elements {
	padding: 0 !important;
}
.post-tags {
	background: url(/wp-content/themes/pub/spectrum/images/icons/tag.gif) no-repeat 10px 10px;
}
.post-tags ul {
	float: left;
	width: 450px;
}
.post-tags li {
	margin-left: 5px;
}
.post-nav {
	width: 605px;
	padding: 1px 0;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/post/postNav.jpg) repeat-x 0 0;
	border-bottom: 0;
}
.post-nav p {
	padding: 0;
}
.post-nav .next-post {
	float: right;
}
.post-nav a {
	display: block;
	color: #999;
	padding: 9px 0;
}
.post-nav a:hover {
	color: #5E9E28;
}
.post-nav .next-post a {
	padding-right: 40px;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/post/postNav-nextArrow.png) no-repeat 100% 0;
}
.post-nav .next-post a:hover {
	background-position: 100% -60px;
}
.post-nav .prev-post a {
	padding-left: 40px;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/post/postNav-prevArrow.png) no-repeat 0 0;
}
.post-nav .prev-post a:hover {
	background-position: 0 -60px;
}
.wp-caption {
	background: #f4f4f4;
	margin-bottom: 20px;
	max-width: 98.5%;
	padding: 4px;
	text-align: center;
}
.entry p.wp-caption-text {
	color: #777;
	font-size: 13px;
	margin: 10px;
	padding-bottom: 0;
}


/* Post Formats */
.entry-format-link {
    color: #51892a;
    text-shadow: 1px 1px #84C050;
}

.archive .entry-format {
	display: block;
	margin-bottom: 10px;
}
body.archive .entry-format-link {
	color: #999;
	font-size: 14px;
	letter-spacing: normal;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}



/* =Comment Navigation
----------------------------------------------- */

.comment-navigation {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/post/postNav.jpg) repeat-x 0 0;
	border-top: 1px solid #ddd;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 55px;
	padding: 1px 0;
	text-transform: uppercase;
	width: 605px;
}
.comment-navigation a {
	display: block;
	color: #999;
	padding: 9px 0;
}
.comment-navigation a:hover {
	color: #5E9E28;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-previous a {
	padding-left: 40px;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/post/postNav-prevArrow.png) no-repeat 0 0;
}
.comment-navigation .nav-previous a:hover {
	background-position: 0 -60px;
}
.comment-navigation .nav-next {
	float: right;
}
.comment-navigation .nav-next a {
	padding-right: 40px;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/post/postNav-nextArrow.png) no-repeat 100% 0;
}
.comment-navigation .nav-next a:hover {
	background-position: 100% -60px;
}


/* =Images
----------------------------------------------- */

.hentry img,
.comments img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.widget img,
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.gallery-caption {}


/* =Post Formats
----------------------------------------------- */

/* Status */
.format-status div.avatar {
	border: 1px solid #e3cbc4;
	padding: 4px;
	float: left;
	height: 80px;
	margin: 0 20px 0 0;
	width: 80px;
}
/* Quotes */
.format-quote blockquote {
	font-size: 2.0em;
}
.format-quote blockquote p {
	Overflow: hidden;
}
.format-quote blockquote cite {
	display: block;
	font-size: .7em;
}
/* Gallery */
.format-gallery .gallery-thumb {
	border: 1px solid #e3cbc4;
	padding: 4px 4px 0px;
	float: left;
	margin: 0 20px 0 0;
}
/* Link */
.format-link .main-title h3 a:after{
	content: "\2192";
	padding-left: 6px;
}

/*------------------------------------------*/
/* ATTACHMENT                               */
/*------------------------------------------*/

body.attachment #content {
	width: 100%;
}
body.attachment .post-meta {
	width: 858px;
}
body.attachment .next-post a {
	background-position: 100% -60px;
}
body.attachment .prev-post a {
	background-position: 0 -60px;
}
body.attachment .entry {
	padding: 0 0 15px 60px;
	text-align: center;
}
body.attachment .entry img {
	margin: 0 auto 30px;
}


/*- Comment List -----------------------------------------------------------*/

#comment-list {
	clear: both;
	padding: 30px 0 50px;
}
#comment-list li {
	clear: both;
	padding: 20px 0 5px 65px;
}
.avatar-holder,
div.comment,
div.pingback {
	float: left;
}
#comment-list .sub-title {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/comments/commentList-title.jpg) repeat-y 0 0;
}
#comment-list .sub-title .sub-title-border {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/comments/commentList-title-border.jpg) no-repeat 0 100%;
}
#comment-list .sub-title h4 {
	color: #648CCC;
	text-shadow: 1px 1px #E6EFFC;
	background: url(/wp-content/themes/pub/spectrum/images/icons/bubble-title.gif) no-repeat 65px 12px;
}
.avatar-holder {
	width: 61px;
	height: 52px;
	margin: 7px 5px 0 0;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/comments/avatar.gif) no-repeat 0 0;
	position: relative;
}
.avatar-holder img {
	margin: 2px 0 0 2px;
}
div.comment,
div.pingback {
	padding: 15px 15px 0;
	border: 1px solid #EBEBEB;
	position: relative;
}
.commentDate,
.commentText {
	font-size: 0.84em;
}
.comment-author-and-date {
	padding: 0 10px 10px;
	border-bottom: 1px solid #EBEBEB;
}
.comment-author em {
	color: #999;
}
.comment-author {
	float: left;
}
.comment-author a {
	color: #333;
}
.commentDate {
	float: right;
}
.commentDate a {
	color: #CCC;
}
.commentDate a:hover {
	color: #666;
}
.commentText {
	padding: 10px;
}
.commentText p {
	line-height: 130%;
	padding-bottom: 10px;
}
.commentText a {
	color: #000;
}
#comment-list .children {
	clear: both;
}
#comment-list li.depth-1 div.pingback {
	width: 511px;
}
#comment-list li.depth-1 div.comment {
	width: 445px;
}
#comment-list li.depth-2 div.comment {
	width: 378px;
}
#comment-list li.depth-3 div.comment {
	width: 308px;
}
#comment-list li.depth-2,
#comment-list li.depth-3 {
	padding-left: 67px;
	background: url(/wp-content/themes/pub/spectrum/images/bgs/comments/reply.gif) no-repeat 18px 28px;
}
#comment-list li.depth-2 .commentDate,
#comment-list li.depth-3 .commentDate {
	float: left;
	clear: left;
	margin-top: 3px;
}
#comment-list li.pingback .avatar-holder {
	display: none;
}
#comment-list div.comment-author-admin,
#comment-list div.bypostauthor,
#comment-list div.comment-author-admin .comment-author-and-date,
#comment-list div.bypostauthor .comment-author-and-date {
	border-color: #DDD;
}
#comment-list div.comment-author-admin,
#comment-list div.bypostauthor {
	background: #EBEBEB url(/wp-content/themes/pub/spectrum/images/bgs/comments/admin.jpg) repeat-x 0 0;
}
#comment-list div.comment-author-admin .comment-author-and-date,
#comment-list div.bypostauthor .comment-author-and-date {
	text-shadow: 1px 1px #FFF;
}
#comment-list div.comment-author-admin .reply-link a,
#comment-list div.bypostauthor .reply-link a {
	background-position: -172px -21px;
}
.reply-link {
	text-align: right;
	padding-bottom: 0 !important;
	display: none;
	height: 20px;
	position: absolute;
	bottom: 10px;
}
.reply-link a {
	float: right;
	width: 47px;
	height: 20px;
	background-position: -172px 0;
}
li.comment:hover .reply-link {
	display: block;
}
.nocomments {
	clear: both;
	color: #777;
	margin-left: 60px;
}


/*------------------------------------------*/
/* WAITING FOR MODERATION					*/
/*------------------------------------------*/
.waiting4Mod {
	font-style: italic;
	color: #E26F5A;
}
.edit-comment {
	text-align: right;
}
.edit-comment a {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #8F3A2C;
}
.cancel-comment-reply,
.logged-in-as {
	font-size: 0.9em;
}
.cancel-comment-reply a,
.logged-in-as a {
	color: #AC6C13;
}


/*- Comment Form -----------------------------------------------------------*/

div#respond {
	clear: both;
	padding-bottom: 50px;
}
div#respond #reply-title {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/comments/commentForm-title.jpg) repeat-y 0 0;
	padding-left: 65px;
}
div#respond .sub-title-border {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/comments/commentForm-title-border.jpg) no-repeat 0 100%;
	position: relative;
}
#respond #reply-title {
	color: #C09104;
	text-shadow: 1px 1px #FBEECA;
}
div#respond form {
	margin: 40px 0 0 60px;
}
#respond p {
	padding: 0 0 15px 65px;
}
#respond label {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	padding-bottom: 3px;
}
#respond input,
#respond textarea {
	width: 380px;
	display: block;
	font-family: inherit;
	font-size: 1em;
	color: #999;
	padding: 8px 10px;
	border: 1px solid #DDD;
}
#respond textarea {
	font-size: 0.9em;
	height: 170px;
	overflow: auto;
}
#respond input#submit {
	width: 128px;
	height: 32px;
	cursor: pointer;
	background-position: -43px 0;
	border: none;
	background-color: none;
	text-indent: -9999px;
}
#respond input#submit:hover {
	background-position: -43px -33px;
}
input#subscribe_blog,
input#subscribe {
	float: left;
	margin-right: 8px;
}
label.subscribe-label {
	padding-top: 4px;
}
.form-allowed-tags {
	color: #ccc;
	font-size: 12px;
	width: 380px;
}
.form-allowed-tags:hover {
	color: #999;
}
#respond h3#reply-title {
	padding: 11px 0 10px 65px;
}
#respond h3 small a {
	font-size: 11px;
	color: #222;
	margin-left: 15px;
}
.required {
	display: inline;
}


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

.sidebar-box {
	padding-bottom: 30px;
	font-family: Cambria, Georgia, serif;
}
.sidebar-title {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/sidebar/sidebar-title.jpg) repeat-y 100% 0;
	border-bottom: 1px solid #E0E0DF;
	position: relative;
}
.sidebar-title h4 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #7F7F7F;
	text-shadow: 1px 1px #FFF;
	padding: 16px 15px 12px 25px;
	margin-bottom: 5px;
}
.sidebar-box a:hover {
	text-decoration: none;
}

/*------------------------------------------*/
/* LINK LISTS								*/
/*------------------------------------------*/
.sidebar-box ul {
	margin: 20px 50px 20px 30px;
	overflow: hidden;
}
.sidebar-box ul ul {
	margin-right: 0;
	font-size: 0.9em;
}
.sidebar-box ul ul li a {
	border: none;
	margin-left: 15px;
}
.sidebar-box ul ul ul {
	margin-left: 15px;
}
.sidebar-box li a {
	display: block;
	font-size: 1.15em;
	line-height: 130%;
	color: #999;
	padding: 14px 14px 14px 60px;
	border-bottom: 1px solid #DDD;
}
.sidebar-box li.last a {
	border: 0;
}
.sidebar-box p {
	padding: 20px 20px 0 25px;
}


/*------------------------------------------*/
/* SEARCH BOX								*/
/*------------------------------------------*/
#searchform {
}
#searchform p {
	padding: 20px 20px 0 25px;
}
#searchform input {
	font-size: 1em;
	font-family: inherit;
	width: 165px;
	color: #999;
	padding: 5px;
	margin-right: 5px;
	background: #FFF;
	border: 1px solid #DDD;
}
#searchform button {
	width: 42px;
	background-position: 0 0;
	position: relative;
	top: -5px;
}
#searchform button:hover {
	background-position: 0 -33px;
}

/*------------------------------------------*/
/* CATEGORY BOX								*/
/*------------------------------------------*/
.widget_categories {
}
.widget_categories a {
	background: url(/wp-content/themes/pub/spectrum/images/icons/folder-sidebar.gif) no-repeat 0 0;
}
.widget_categories a:hover {
	color: #B95050;
	border-color: #E3CBC4;
}

/*------------------------------------------*/
/* RECENT POSTS BOX							*/
/*------------------------------------------*/
.widget_recent_entries {
}
.widget_recent_entries li,
.widget_pages a {
	background: url(/wp-content/themes/pub/spectrum/images/icons/file-sidebar.gif) no-repeat 0 0;
}
.widget_recent_entries a:hover,
.widget_pages a:hover {
	color: #7D5197;
	border-color: #E1CFF7;
}
.widget_recent_entries li {
	border-bottom: 1px solid #DDDDDD;
	color: #999999;
	display: block;
	font-size: 1.15em;
	line-height: 130%;
	padding: 14px 14px 14px 60px;
}
.widget_recent_entries li a {
	border: none;
	display: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
}
.widget_recent_entries .post-date {
	color: #7F7F7F;
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
	font-size: 0.65em;
	letter-spacing: normal;
	position: relative;
	right: auto;
	text-shadow: none;
	top: auto;
}

/*------------------------------------------*/
/* RECENT COMMENTS BOX						*/
/*------------------------------------------*/
.widget_recent_comments table {
	margin: 20px 40px 20px 20px;
	font-family: Cambria, Georgia, serif;
}
.widget_recent_comments tr {
	padding: 10px 0;
}
.widget_recent_comments {
	font-size: 0.9em;
}
.widget_recent_comments a {
	color:  #739AD7;
}
.widget_recent_comments a:hover {
	color: #666;
}

/*------------------------------------------*/
/* ARCHIVES BOX								*/
/*------------------------------------------*/
.widget_archive {
}
.widget_archive a {
	background: url(/wp-content/themes/pub/spectrum/images/icons/clock-sidebar.gif) no-repeat 0 0;
}
.widget_archive a:hover {
	color: #C59703;
	border-color: #F0E5C0;
}

/*------------------------------------------*/
/* BLOGROLL BOX								*/
/*------------------------------------------*/
.widget_links ul,
.widget_meta ul {
	margin-left: 0;
}
.widget_links a,
.widget_meta ul a {
	background: url(/wp-content/themes/pub/spectrum/images/icons/arrow-sidebar.gif) no-repeat 0 0;
}
.widget_links a:hover,
.widget_meta ul a:hover {
	color: #73B73A;
	border-color: #D5E9C4;
}

/*------------------------------------------*/
/* LINKS ON HOVER							*/
/*------------------------------------------*/
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_links a:hover,
.widget_pages a:hover,
.widget_meta a:hover {
	background-position: -246px 0;
}
.widget_categories ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul {
	margin: 0 50px 0 0;
}

/*------------------------------------------*/
/* TWITTER									*/
/*------------------------------------------*/
.widget_twitter ul li {
	margin: 20px 0;
}
.widget_twitter .sidebar-title a {
	color: #60C1D4;
}
.widget_twitter li a {
	font-size: inherit;
	display: inline;
	border: none;
	padding: 0;
}
.widget_twitter a:hover {
	color: #7FD0E0;
}


/*- Widgets ----------------------------------------------------------------*/
#widgetList .sidebar-title {
	margin-bottom: 10px;
}
#widgetList li {
	color: #666;
	list-style: none;
	padding: 15px 27px;
	border-bottom: 1px solid #DDD;
}
#widgetList li.first {
	padding-top: 0;
}
#widgetList li.last {
	border: 0;
}
#widgetList h4 a {
	color: #7F7F7F;
}
#widgetList a {
	display: inline;
	color: #999;
	padding: 0;
	border: 0;
}
#widgetList a:hover,
#widgetList h4 a:hover {
	color: #333;
}
.widget select {
	margin: 20px 30px;
}
#calendar_wrap {
	padding: 20px 50px 0 15px;
}
#wp-calendar {
	width: 100%;
	color: #999;
}
#wp-calendar th {
	padding-top: 10px;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}
#wp-calendar a {
	color: #666;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#calendar_wrap tfoot {
	margin: 10px 0 0;
}
.textwidget {
	padding: 20px 38px 5px 25px;
}
.textwidget p {
	color: #555;
	line-height: 130%;
	padding-bottom: 5px;
}
.textwidget a,
.top_rated a {
	color: #ac6c13;
}
.wp_widget_tag_cloud > div + div {
	font-size: 1.3em;
	margin: 20px 50px 20px 30px;
}
.wp_widget_tag_cloud > div + div a {
	color: #777;
}
.wp_widget_tag_cloud > div + div a:hover {
	color: #333;
}
.widget_flickr table {
	background-color: transparent !important;
	border: 0 !important;
	border-collapse: collapse; /* remove cell-spacing value */
	margin: 20px;
}
.widget_image > div + div {
	margin: 10px 30px 20px 0;
}
.widget_gravatar a img {
	margin: 10px 30px 20px;
	padding: 3px;
	background: #d1d1d1;
}
.top_rated li a {
	padding-left: 10px;
}
.top_rated p {
	margin: 10px 30px;
	color: #666;
	font-size: 0.8em;
}
.widget_blog_subscription form {
	margin-right: 30px;
}


/*- Navigation -------------------------------------------------------------*/

#navigation {
	border-top: 3px solid #EEE;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 28px 55px 0;
	text-transform: uppercase;
}
#navigation a,
#navigation span {
	color: #b9b9b9;
	line-height: 35px;
	font-weight: bold;
	height: 32px;
	display: block;
	padding: 0 16px;
	text-decoration: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#navigation a:hover {
	background: #aaa;
	border-color: #888;
	color: #fff;
	text-shadow: 1px 1px 1px #8b8b8b;
}
#prev-page {
	float: left;
}
#prev-page a {
	background: url(/wp-content/themes/pub/spectrum/images/left-post-navigation-body.png) no-repeat top right;

}
#next-page {
	float: right;
}
#next-page a {
	background: url(/wp-content/themes/pub/spectrum/images/right-post-navigation-body.png) no-repeat top left;
}


/*- Tag Cloud --------------------------------------------------------------*/

#tag-cloud {
	clear: both;
	padding-top: 30px;
}
#tag-cloud .sub-title {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/tag-cloud/tagCloud-title.jpg) repeat-y 0 0;
	margin: 0 -30px 30px;
}
#tag-cloud .sub-title .sub-title-border {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/tag-cloud/tagCloud-title-border.jpg) no-repeat 0 100%;
}
#tag-cloud .sub-title h4 {
	color: #999;
	text-shadow: 1px 1px #FFF;
	background: url(/wp-content/themes/pub/spectrum/images/icons/tag-title.gif) no-repeat 65px 11px;
}
#before-footer {
	background: url(/wp-content/themes/pub/spectrum/images/bgs/tag-cloud/zig-zag.png) repeat-x left bottom;
	clear: both;
	margin: 0px -1px -10px;
	padding-bottom: 50px;
}
#tag-cloud ul {
	padding: 0 20px;
	margin: 0 30px;
}
#tag-cloud li {
	float: left;
	text-transform: capitalize;
	padding: 15px 0 0 20px;
}
#tag-cloud a {
	font-size: 0.8em;
	color: #CD5550;
}
#tag-cloud .tag-size-1 a {
	font-size: 1.8em;
	color: #4C80FE;
}
#tag-cloud .tag-size-2 a {
	font-size: 1.4em;
	color: #1AA4E1;
}
#tag-cloud .tag-size-3 a {
	font-size: 1.2em;
	color: #5AAD97;
}
#tag-cloud .tag-size-4 a {
	font-size: 1em;
	color: #B3A40C;
}
#tag-cloud .tag-size-5 a {
	font-size: 0.9em;
	color: #D79017;
}
#tag-cloud .divider {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #DDD;
}
#tag-cloud .divider.last {
	border: 0;
}


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

#footer {
	font-size: 0.75em;
	color: #666;
	padding: 50px 0 40px;
	text-align: center;
}
#footer p {
	background: rgba(255,255,255,0.4);
	padding: 6px 10px;
	width: 50%;
	margin: 0 auto;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #111;
}
img#wpstats {
	display: block;
	margin: 0 auto 20px;
}
#about {
	float: left;
	width: 700px;
}

.assistive-text {
	position: absolute !important;
	clip: rect( 1px, 1px, 1px, 1px );
}


/* =Jetpack: Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
	border-top: none;
	padding: 0;
}
#infinite-handle span {
	background-color: #fff;
	border-color: #ddd;
	border-radius: 10px;
	color: #b9b9b9;
	margin: 0 0 0 55px;
	padding: 12px;
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#infinite-handle,
.infinite-loader {
	clear: both;
}
.infinite-loader {
	margin: 0 0 0 100px;
}
body.rtl #infinite-handle span {
	margin-right: 55px;
}
body.rtl .infinite-loader {
	margin-right: 100px;
}
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
	display: none;
}
.infinite-scroll.infinity-end #footer {
	display: block;
}
