



@font-face {
	font-family: 'Genericons';
	src: url(/wp-content/themes/pub/silesia/font/genericons-regular-webfont.eot);
	src: url(/wp-content/themes/pub/silesia/font/genericons-regular-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/wp-content/themes/pub/silesia/font/genericons-regular-webfont.woff) format('woff'),
		 url(/wp-content/themes/pub/silesia/font/genericons-regular-webfont.ttf) format('truetype'),
		 url(/wp-content/themes/pub/silesia/font/genericons-regular-webfont.svg#genericonsregular) format('svg');
	font-weight: normal;
	font-style: normal;

}




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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
body {
	background: #fff;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
}




body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

body {
	background-color: #527f8d;
}


h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: bold;
	line-height: 1.35;
	margin: 25px 0 10px;
	padding-bottom: 5px;
}
h1 {
	font-size: 26px;
	font-size: 2.6rem;
}
h2 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
h3 {
	font-size: 17px;
	font-size: 1.7rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background-color: #f2f2f2;
	color: #000;
	margin: 15px 0;
	font-style: italic;
	padding: 30px 10px 13px 18px;
	position: relative;
}
blockquote:before {
	color: #adadad;
	content: '\201C';
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70px;
	font-style: normal;
	font-weight: bold;
	left: 7px;
	line-height: 1;
	position: absolute;
	top: -10px;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
code {
	background: #ffffe1;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.5em;
	width: 100%;
}
table caption {
	font-size: 16px;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-transform: capitalize;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

button,
input,
select,
textarea {
	font-size: 100%; 
	margin: 0; 
	max-width: 100%;
	vertical-align: baseline; 
	*vertical-align: middle; 
}
button,
input {
	line-height: normal; 
	*overflow: visible;  
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; 
	-webkit-appearance: button; 
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .4em 1em 0.3em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}
input[type="search"] {
	-webkit-appearance: textfield; 
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { 
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea {
	background-color: #f7f7f7;
	border: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) inset;
	color: #666;
	font-size: 13px;
	padding: 5px 10px;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"] {
	padding: 5px 10px;
}
textarea {
	overflow: auto; 
	vertical-align: top; 
	width: 97%;
}


a {
	color: #2786C2;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #ff0505;
	text-decoration: underline;
}


.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}



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

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.genericon:before,
.widget ul > li:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
}




.site {
	position: relative;
}
.site-wrapper {
	background-color: #fff;
	margin-left: 40px;
	padding: 0 10px 0 30px;
}
.site-main,
.site-footer {
	max-width: 980px;
	width: 100%;
}

.site-content {
	position: relative;
}

.content-area {
	float: left;
	margin: 30px 0;
	max-width: 730px;
	width: 100%;
}

.page-template-full-width-php .content-area {
	max-width: 980px;
}

.site-main .widget-area {
	float: right;
	margin: 30px 0;
	max-width: 220px;
	width: 100%;
	word-wrap: break-word;
}

.site-footer {
	clear: both;
}




.site-header {
	position: relative;
}

.site-header .site-title,
.site-header .site-description,
.site-header .main-navigation {
	margin: 0;
	max-width: 980px;
}
.site-header hgroup {
	background-color: #f7f7f7;
	margin-left: -30px;
	padding: 18px 0 18px 30px;
}
.site-header .site-title {
	font-weight: normal;
}
.site-header .site-title a {
	color: #30353A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.1;
	text-decoration: none;
	transition: color 0.2s linear 0s;
}
.site-header .site-title a:hover {
	color: #b2b2b6;
}
.site-header .site-description {
	color: #bbb;
	font-size: 1.1rem;
	font-size: 11px;
}




.social-icons ul {
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 25px;
}

.social-icons li {
	display: inline-block;
}

.social-icons .genericon {
	background-color: #d8dcde;
	border-radius: 50%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset;
	color: #fff;
	display: block;
	height: 22px;
	overflow: hidden;
	padding: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	width: 22px;
}

.social-icons .genericon:before {
	font-size: 24px;
	margin-bottom: 30px;
}

.social-icons .twitter:before {
	content: '\f202';
}

.social-icons .twitter:hover {
	background-color: #00aced;
}

.social-icons .facebook:before {
	content: '\f204';
}

.social-icons .facebook:hover {
	background-color: #3b5998;
}




.main-navigation {
	border-bottom: 2px solid #f7f7f8;
	clear: both;
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	padding-right: 30px;
	position: relative;
}
.main-navigation a {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6;
	text-transform: uppercase;
}
.main-navigation ul ul {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	display: none;
	float: left;
	position: absolute;
	top: 1.8em;
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -2px;
}
.main-navigation ul ul a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px 10px;
	text-transform: none;
	width: 200px;
}
.main-navigation ul ul li {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #fff;
	padding-right: 0;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}




.site > .widget-area,
.site > .widget-area + .site-wrapper {
	transition: margin-left 0.5s;
}

.site > .widget-area {
	border-color: transparent #527f8d;
	display: block;
	height: 100%;
	margin-left: -200px;
	position: fixed;
	width: 240px;
	z-index: 2;
}

.site > .widget-area.open {
	height: 100%;
	margin-left: 0;
}

.site > .widget-area.open + .site-wrapper {
	margin-left: 240px;
	overflow: hidden;
}

.site > .widget-area:after {
	border-color: inherit;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	color: #fff;
	content: "";
	display: block;
	right: -7px;
	position: absolute;
	top: 35px;
	width: 0;
}

.site > .widget-area .widget {
	float: left;
	margin: 30px 0 0 30px;
	overflow: hidden;
	width: 170px;
}

.tertiary-control {
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	height: 100%;
	padding-top: 24px;
	text-align: center;
	width: 40px;
}

.tertiary-control:hover {
	color: #d8f1fa;
	text-decoration: inherit;
}

.site > .widget-area .widget a {
	color: #d8f1fa;
}

.site > .widget-area .widget-title,
.site > .widget-area ul > li:before {
	border-color: #9bcada;
	color: #fff;
}




.sticky {
	background: #f9f9f9;
	padding: 18px 20px;
}
.page-title {
	margin-top: 0;
}
.hentry {
	border-bottom: 2px solid #f7f7f7;
	margin: 0 0 40px;
	padding-bottom: 15px;
}
footer.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	width: 100px;
}
footer.entry-meta a {
	color: #858585;
	font-style: italic;
	font-weight: normal;
}
.entry-header,
.search .page .entry-header,
.entry-content,
.entry-summary,
.single div.entry-meta {
	float: right;
	max-width: 620px;
	width: 100%;
}
.sticky .entry-header,
.sticky .entry-content {
	max-width: 580px;
}
.page .entry-header,
.page .entry-content {
	max-width: 100%;
}
.entry-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.entry-title a {
	color: #434343;
	transition: color 0.2s linear 0s;
}
.entry-title a:hover {
	color: #FF0505;
	text-decoration: none;
}
.byline {
	display: none;
}
.tags-links,
.edit-link,
.comments-link {
	margin-top: 15px;
}
.search .page .edit-link,
.search .page .comments-link {
	margin-top: 3px;
}
footer.entry-meta [rel="bookmark"],
.tags-links,
.tags-links a,
.comments-link,
.comments-link a,
.edit-link {
	display: block;
}
.sticky .entry-date {
	display: none;
}

.page-links {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
}
.page-links a {
	border: 1px solid #DDDDDD;
	color: #999999;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 2.5;
	margin-right: 2px;
	padding: 2px 5px;
	text-decoration: none;
}
.page-links a:hover {
	border-color: #FF0505;
	color: #FF0505;
}

.entry-format {
	background-color: #77b0c3;
	display: block;
	height: 24px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 4px;
	transition: background-color 0.2s linear 0s;
	width: 24px;
}
.entry-meta .genericon:before {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}
a.entry-format:hover,
a.entry-format:focus,
a.entry-format:active {
	background-color: #707070;
}
.format-standard .genericon:before {
	content: '\f100';
}
.format-aside .genericon:before {
	content: '\f101';
}
.format-image .genericon:before {
	content: '\f102';
}
.format-gallery .genericon:before {
	content: '\f103';
}
.format-video .genericon:before {
	content: '\f104';
}
.format-status .genericon:before {
	content: '\f105';
}
.format-quote .genericon:before {
	content: '\f106';
}
.format-link .genericon:before {
	content: '\f107';
}
.format-chat .genericon:before {
	content: '\f108';
}
.format-audio .genericon:before {
	content: '\f109';
}

.single div.entry-meta {
	font: italic 13px Georgia,"Times New Roman",Times,serif;
	line-height: 1.5;
	margin-top: 1.5em;
}



.format-aside .entry-title,
.format-quote .entry-title {
	font-size: inherit; 
}




.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
.site-header img,
.entry-content img,
.comment-content img,
img[class*="align"],
img[class*="wp-image-"],
.widget img {
	height: auto; 
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px;
	max-width: 99.6%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption .wp-smiley {
	display: inline;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 10px 5px;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.site-content .gallery img {
	border: 10px solid #f1f1f1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-content .gallery dd {
	margin: 0 0 10px;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	margin-right: 2%;
	width: 48%;
}

.gallery-columns-3 .gallery-item {
	margin-right: 2%;
	width: 31%;
}

.gallery-columns-4 .gallery-item {
	margin-right: 2%;
	width: 23%;
}

.gallery-columns-5 .gallery-item {
	margin-right: 2%;
	width: 18%;
}

.gallery-columns-6 .gallery-item {
	margin-right: 2%;
	width: 15%;
}

.gallery-columns-7 .gallery-item {
	margin-right: 2%;
	width: 12%;
}

.gallery-columns-8 .gallery-item {
	margin-right: 2%;
	width: 10%;
}

.gallery-columns-9 .gallery-item {
	margin-right: 2%;
	width: 9%;
}

.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
	margin-right: 0;
}

.gallery-caption {}


embed,
iframe,
object {
	max-width: 100%;
}




.single-attachment .content-area {
	max-width: 980px;
}

.single-attachment .hentry {
	border: none;
	padding: 0;
}

.single-attachment .entry-header,
.single-attachment .entry-content,
.single-attachment .comments-area {
	max-width: 855px;
	width: 100%;
}

.attachment-icon {
	background-color: #77b0c3;
	display: block;
	height: 24px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 4px;
	width: 24px;
}

.attachment-icon.genericon:before {
	color: #fff;
	content: '\f416';
	font-size: 24px;
	font-size: 2.4rem;
}

.single-attachment .image-meta {
	display: block;
	margin-top: 15px;
}

.single-attachment .image-meta a {
	display: block;
}

.single-attachment div.entry-meta {
	max-width: inherit;
}

.single-attachment .site-content .site-navigation {
	margin: 0;
	padding: 0.5em 0;
}

.site-navigation .previous-image {
	float: left;
	text-align: left;
}

.site-navigation .next-image {
	float: right;
	text-align: right;
}

.entry-attachment .entry-caption {
	font-weight: bold;
	margin-top: 10px;
}




.site-content .site-navigation {
	clear: both;
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.infinite-scroll .paging-navigation {
	display: none;
}

#infinite-handle {
	text-align: center;
}

.infinite-loader .spinner {
	left: 50% !important; 
}




.comments-area {
	float: right;
	max-width: 620px;
	width: 100%;
}

.comments-title {
	margin-top: 0;
}
.comments-title:before {
	background-color: #77b0c3;
	color: #fff;
	content: '\f300';
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	height: 24px;
	left: 0;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	transition: background-color 0.2s linear 0s;
	width: 24px;
}

.commentlist {
	list-style-type: none;
	margin: 0 0 5em;
}
.comment {
	position: relative;
}
.comment footer {
	background: none repeat scroll 0 0 #f1f5f8;
	box-shadow: 0 1px 1px #f3f4f6;
	font-family: Georgia,"Times New Roman",Times,serif;
	height: auto;
	line-height: 37px;
	min-height: 37px;
	padding-left: 45px;
	position: relative;
}
.comment-author,
.comment-meta {
	display: inline;
}
.comment-author .avatar {
	border: 5px solid #fff;
	box-shadow: 1px 1px 0 #e5eaed;
	display: block;
	left: -40px;
	margin: 0;
	position: absolute;
	top: 10px;
}
.comment-author .fn,
.comment-author .fn a {
	color: #81939e;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 37px;
	text-shadow: 1px 1px 1px #fff;
}
.comment-author .says {
	display: none;
}
.comment footer em {
	color: #9a9a9b;
	display: block;
	font-size: 12px;
}
.comment-meta {
	float: right;
	font-size: 11px;
	font-style: italic;
	margin-right: 10px;
}
.commentlist > li,
.commentlist .children > li {
	background-color: #fff;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	box-shadow: 1px 1px 1px #e5eaed;
	list-style: none outside none;
	margin: 15px 0 20px 30px;
	padding: 4px;
}

.comment-content {
	line-height: 20px;
	padding: 15px 30px 25px 45px;
	position: relative;
}
.comment-reply-link {
	bottom: 2px;
	display: none;
	font-size: 11px;
	line-height: 16px;
	padding: 1px 9px 1px 5px;
	position: absolute;
	right: 2px;
}
.comment:hover > .comment-reply-link {
	display: inline-block;
}
.pingback p {
	background-color: #f1f5f8;
	margin: 0;
	padding: 0.5em;
}

#respond {
	border-top: 1px solid #e7e7e7;
	color: #162f42;
	font-size: 12px;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
.comment #respond {
	margin: 20px 9px 0;
}

#reply-title {
	color: #4d4d4f;
	font-size: 22px;
	font-weight: normal;
	margin: 18px 0 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff0505;
}

#respond label {
	float: left;
	font-weight: bold;
	margin-bottom: 13px;
	padding-top: 1px;
	width: 110px;
}
#respond label[for="comment"] {
	display: none;
}
.form-allowed-tags,
.form-allowed-tags code {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.comment .form-allowed-tags {
	display: none;
}
.comment.bypostauthor {
	border-color: #d3d3d3;
}




.widget {
	font-size: 13px;
	margin: 0 0 2em;
}

.widget-title {
	color: #4d4d4f;
	border-bottom: 2px solid #F7F7F7;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px;
}

.widget ul {
	list-style-type: none;
	margin: 0
}

.widget ul ul {
	margin-left: 15px;
}

.widget ul > li {
	border-bottom: 1px dashed #e7e7e7;
	padding: 5px 0;
}

.widget ul ul > li:first-child {
	border-top: 1px dashed #e7e7e7;
	margin-top: 5px;
}

.widget ul > li:before {
	color: #9a9a9b;
	content: '\f501';
	font-size: 8px;
	padding-right: 5px;
	vertical-align: middle;
}

.widget ul > li:last-child {
	border-bottom: medium none;
	padding-bottom: 0;
}

.widget a {
	color: #878789;
}


#searchsubmit {
	display: none;
}


.widget_calendar table {
	border: none;
	font-size: 12px;
}

.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
	border: none;
	padding: 3px 0;
	text-align: center;
}

.widget_calendar #next {
	padding-right: 10px;
	text-align: right;
}

.widget_calendar #prev {
	padding-left: 10px;
	text-align: left;
}


.widget-title img {
	vertical-align: text-top;
}

.widget_rss .rss-date {
	display: block;
}




.site-footer {
	border-top: 2px solid #edeeef;
	color: #969696;
	font-size: 1.1rem;
	font-size: 11px;
	padding: 25px 0 10px;
}

.site-footer a {
	color: #969696;
}




.error404 .content-area {
	width: 100%;
}

.error404 .widget {
	float: left;
	margin-right: 4%;
	width: 22%;
}

.error404 .widget:last-child {
	margin-right: 0;
}





.twitter-tweet-rendered {
	max-width: 100% !important;
}

.twitter-tweet-rendered blockquote:before {
	content: '';
}

.gist .gist-file .gist-data pre {
	line-height: inherit;
}




.widget_jetpack_my_community ul > li:before {
	content: '';
	font-size: inherit;
	padding: 0;
	vertical-align: inherit;
}

#wpstats {
	position: fixed;
}




@media (max-width: 1049px) {
	.content-area,
	.site-main .widget-area {
		float: none;
	}

	.site-main,
	.site-main .widget-area,
	.site-footer {
		max-width: 730px;
	}

	.single-attachment footer.entry-meta {
		display: none;
	}
}

@media (max-width: 799px) {
	.site-main,
	.site-content,
	.content-area,
	.site-main .widget-area,
	.site-footer {
		max-width: 580px;
	}

	.social-icons,
	footer.entry-meta {
		display: none;
	}

	.entry-header,
	.search .page .entry-header,
	.entry-content,
	.entry-summary,
	.single div.entry-meta {
		float: none;

	}
}

@media (max-width: 649px) {
	.site-header hgroup {
		margin-left: -10px;
		padding-left: 17px;
	}
}


.widget_flickr #flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}

.widget_flickr td {
	border: none;
	padding: 0;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #d8f1fa;
}

.widget-area .widget_flickr img {
	max-width: 200px;
}

#tertiary .widget_flickr img {
	max-width: 170px;
}

.grofile .grofile-accounts li {
	border: none;
}

.widget_author_grid ul li:before,
.grofile .grofile-accounts li:before {
	content: '' !important; 
	font-size: inherit;
	padding: 0;
	vertical-align: inherit;
}

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}


.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}


.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}