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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* Remove outline from images and links */
a {
	outline: none;
}

img {
	outline: none;
}

/* Clearfix */
.clearfix:before,
.grid-container:before {
	content: " ";
	display: table;
}

.clearfix:after,
.grid-container:after {
	clear: both;
	content: " ";
	display: table;
}

/* Inputs */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: inline-block;
	box-sizing: border-box;
}

/* Wrapper */
.wrapper {
	margin: 0 auto;
	clear: both;
}

.wrapper.wrapper-fluid {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper.wrapper-fluid.wrapper-first {
	margin-top: 0;
}

.wrapper.wrapper-fluid.wrapper-last {
	margin-bottom: 0;
}

.grid-container {
	width: 100%;
	height: 100%;
	margin: 0;
}

.wrapper-fluid .grid-container {
	margin: 0 auto;
}

.wrapper-fluid.wrapper-fluid-grid .grid-container {
	width: 100%;
}

/* End Wrapper */

/* Structural stuff */
.clear {
	clear: both;
}

.block {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.block-content {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.block-fixed-height .block-content, body.visual-editor-iframe-grid .block-content {
	height: 100%;
}

.column {
	float: left;
}

.column.grid-right {
	float: right;
	margin-left: 0 !important;
}

.column-1 {
	clear: left;
}

.column-1.grid-left-0 {
	margin-left: 0 !important;
}

.column-last {
	clear: right;
}

.column-last.grid-right-0 {
	margin-right: 0 !important;
}

/* End structural stuff */

/* No Blocks Notice */
.wrapper-no-blocks {
	max-width: 600px;
}

.wrapper-no-blocks .entry-content {
	margin: 40px 0 !important;
	text-align: center;
}

/* Blocks */
/* Header */
.block-type-header .banner {
	display: block;
}

.block-type-header .banner a {
	display: block;
}

.block-type-header .banner-image {
	display: block;
	width: 100%;
	height: 100%;
}

.block-type-header .tagline {
	display: block;
}

/* Navigation */
.block-type-navigation ul {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: -4px;
	word-spacing: -4px;
}

.block-type-navigation ul li {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: normal;
	word-spacing: normal;
}

.block-type-navigation ul li a {
	display: block;
	width: auto;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
}

/* Map Block */
.map-block-gmap {
	height: 100%
}

/* Navigation Alignment */
.block-type-navigation .nav-align-left ul {
	text-align: left;
}

.block-type-navigation .nav-align-right ul {
	text-align: right;
}

.block-type-navigation .nav-align-center ul {
	text-align: center;
}

/* Vertical Orientation */
.block-type-navigation .nav-vertical {
	position: relative;
}

.block-type-navigation .nav-vertical ul li {
	width: 100%;
}

.block-type-navigation .nav-vertical ul li a {
	height: auto;
	line-height: 40px;
}

/* Navigation Search */
.block-type-navigation .nav-search-active ul {
	width: 75%;
}

.block-type-navigation .nav-search-active .nav-search {
	float: right;
	width: 22.5%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table;
}

.block-type-navigation .nav-search-active.nav-search-position-left .nav-search {
	float: left;
}

.block-type-navigation .nav-search-active #searchform {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.block-type-navigation .nav-search-active #searchform label,
.block-type-navigation .nav-search-active #searchform #searchsubmit {
	display: none;
}

.block-type-navigation .nav-search-active #searchform #s {
	width: 100%;
}

/* SUB MENUS */
.block-type-navigation a .sf-sub-indicator {
	display: none;
}

.block-type-navigation .sub-menu {
	position: absolute;
	z-index: 150;
	left: -9999px; /* Hide the dropdowns */
	width: auto;
}

.block-type-navigation .sub-menu li {
	display: block;
	height: auto;
	width: 100%;
}

.block-type-navigation .sub-menu li a {
	min-width: 175px;
	max-width: 500px;
	width: auto;

	height: auto;
	line-height: 40px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Show the drop downs on hover */
.block-type-navigation .menu li:hover > .sub-menu,
.block-type-navigation .menu .sfHover > .sub-menu {
	left: auto;
}

/* END SUB MENUS */

/* Responsive Select */
.block-type-navigation .selectnav {
	display: none;
}

/* Image */
.block-type-header img {
	max-width: 100%;
}

/* Search Widget */
.block-type-search .field {
	width: 100%;
}

.block-type-search .search-button-visible div {
	overflow: hidden;
}

.block-type-search .search-button-visible .submit {
	float: right;
}

/* Content Block */
.block-type-content img {
	max-width: 100%;
}

.block-type-navigation .selectnav {
	margin: 10px 2%;
	width: 96%;
	font-size: 16px;
}

/* Search */
.block-type-search .field {
	width: 100%;
}

/* Search button visible */
.block-type-search .search-button-visible div {
	padding-right: 5px;
}

/* Breadcrumbs */
.block-type-breadcrumbs .breadcrumbs {
	margin: 13px 10px;
}

/* Widget Area */
.block-type-widget-area .widget-area {
	padding: 0;
	margin: 0;
}

.block-type-widget-area .widget {
	margin: 15px 0 0;
	padding: 5px 10px;
	list-style: none;
}

.block-type-widget-area .widget ul {
	padding: 0 0 0 25px;
	margin: 5px 0;
	list-style: disc;
}

.block-type-widget-area .widget .widget-title {
	margin: 0 0 10px;
	display: block;
}

.block-type-widget-area .widget .widget-title:empty {
	display: none;
}

/* Horizontal Widget Area */
.block-type-widget-area .horizontal-sidebar .widget {
	float: left;
	margin: 0 15px 0 15px;
	width: 20%;
}

/* Widgets */
.widget table#wp-calendar th, .widget table#wp-calendar td {
	color: #444;
	text-align: center;
}

.widget table#wp-calendar a {
	color: #444;
}

.widget table#wp-calendar caption {
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
}

.widget table#wp-calendar td#today {
	color: #111;
}

.widget table#wp-calendar tfoot .pad {
	background: none;
}

/* Content */
.block-type-content .loop {
	width: 100%;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.block-type-content .entry-title, .block-type-content .archive-title {
	margin: 0 0 5px;
	max-width: 100%;
	word-wrap: break-word;
}

.block-type-content .archive-title {
	padding: 15px 0 15px;
	border-width: 0;
}

.block-type-content .entry-title a, .block-type-content .archive-title a {
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}

.block-type-content .entry-content {
	width: 100%;
	margin: 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.block-type-content .entry-content:first-child {
	margin-top: 0;
}

.block-type-content .entry-row {
	float: left;
	width: 100%;
}

.block-type-content .entry-row .hentry {
	clear: none;
}

.block-type-content .entry-row .hentry:first-child {
	margin-left: 0 !important;
}

.block-type-content .hentry {
	clear: both;
	padding: 15px 0 30px;
	margin: 0 0 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail {
	display: block;
}

.block-type-content .post-thumbnail img {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left-content,
.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left-content {
	float: left;
	margin: 0 15px 0 0;
}

.block-type-content .post-thumbnail-right,
.block-type-content .post-thumbnail-right-content,
.block-type-content .post-thumbnail-right-content {
	float: right;
	margin: 0 0 0 15px;
}

.block-type-content .post-thumbnail-above-content {
	margin: 15px 0 -5px;
}

.block-type-content .post-thumbnail-below-content {
	margin: 15px 0;
}

.block-type-content .post-thumbnail-above-title {
	margin: 0 0 15px;
}

/* Specific tag formatting */
address {
	margin: 0 0 20px;
	font-style: italic;
}

dl {
	margin: 0 0px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

pre {
	background: #F5F5F5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* End specific tag formatting */

.block-type-content .entry-meta {
}

.block-type-content .entry-utility {
	clear: both;
}

.block-type-content .entry-meta a, .block-type-content .entry-utility a {
	color: inherit;
	text-decoration: none;
}

.block-type-content .entry-meta a:hover, .block-type-content .entry-utility a:hover {
	text-decoration: underline;
}

/* Loop Navigation */
.loop-navigation {
	margin: 15px 0 30px;
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.loop-navigation .nav-previous, .loop-navigation .nav-next {
	display: inline-block;
	max-width: 48%;
}

.loop-navigation .nav-previous a, .loop-navigation .nav-next a {
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.loop-navigation .nav-previous {
	float: left;
}

.loop-navigation .nav-next {
	float: right;
}

/* 404 Search Form */
.system-404 form#searchform {
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}

.system-404 form#searchform label {
	display: none;
}

.system-404 form#searchform input#s {
	width: 200px;
	float: left;
}

.system-404 form#searchform input#searchsubmit {
	float: left;
	margin: 2px 0 0 5px;
}

/* Comments Styling */
div#comments {
	float: left;
	clear: both;
	margin: 0 0 50px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#comments h3#comments {
	margin: 15px 0 0 0;
	display: block;
}

.commentlist {
	margin: 30px 0 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comment {
	position: relative;
	padding: 0 0 0 64px;
	clear: both;
}

.comment .comment-body {
	margin: 0 0 30px;
}

.comment .children {
	clear: both;
}

.comment .comment-author {
	margin: 0;
	padding: 0;
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.comment .comment-author cite {
	font-weight: bold;
}

.comment .comment-author .says {
}

.pingback .comment-author .says {
	display: none;
}

.comment .comment-meta {
	margin: 5px 0 20px 0;
}

.comment .comment-meta a {
	text-decoration: none;
	color: inherit;
}

.comment .comment-body p {
	margin: 0 0 10px 0;
}

.comment .reply {
	margin: 20px 0 0;
}

.comment .comment-reply-link {
	margin: 10px 0 0 -6px;
	padding: 3px 6px;
}

/* Comment Form */
div#respond {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.commentlist div#respond {
	padding: 5px 0 20px;
	margin: -20px 0 30px;
}

h3#reply-title {
	margin: 15px 0;
}

h3#reply-title small {
	font-size: 75%;
	margin: 0 0 0 5px;
}

div#respond .logged-in-as {
	margin: 10px 0 20px;
}

div#respond label {
	display: inline-block;
	margin: 0;
	float: left;
}

div#respond p {
	clear: both;
	float: left;
	width: 100%;
}

div#respond .required {
	display: inline;
	color: #c00;
	line-height: 25px;
	margin: 0 0 0 3px;
}

div#respond input[type='text'] {
	width: 50%;
}

div#respond textarea {
	width: 85%;
	height: 150px;
}

div#respond input[type='text'], div#respond textarea {
	clear: both;
	float: left;
	margin: 0 0 10px;
}

/* Footer */
.block-type-footer a {
	color: inherit;
}

.block-type-footer .footer-left {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.block-type-footer .footer-right {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

.block-type-footer .footer-link {
	margin-bottom: 10px;
}

.block-type-footer .copyright {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 10px 0;
}

.block-type-footer .footer-responsive-grid-link-container {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 10px 0;
	display: none;
}

.block-type-footer .footer-responsive-grid-link-enable-container {
	display: block;
}

/* Calendar Widget */
.widget table#wp-calendar {
	width: 100%;
}

.widget table#wp-calendar th, .widget table#wp-calendar td {
	padding: 5px 0;
}

.widget table#wp-calendar caption {
	margin: 0 0 8px 0;
}

/* Search Widget */
.widget_search label, .widget_search input#searchsubmit {
	display: none;
}

.widget_search input#s {
	width: 100%;
}

/* Content Block Elements */
/* More Link and Loop Navigation */
.more-link {
	padding: 2px 6px;
	white-space: nowrap;
}

.loop-navigation .nav-previous a, .loop-navigation .nav-next a {
	padding: 4px 8px;
}

/* Headings */
.entry-content h1, .entry-content h2 {
	margin: 0 0 20px;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 0 0 15px;
}

/* Paragraphs */
.entry-content p {
	margin: 0 0 15px;
}

/* Horizontal rules */
.entry-content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 0 0 15px;
}

/* Lists */
.entry-content ul, .entry-content ol {
	padding: 0 0 0 40px;
	margin: 15px 0;
}

.entry-content ul ul, .entry-content ol ol {
	margin: 0;
}

/* Lists inside lists should not have the margin on them. */

.entry-content ul li {
	list-style: disc;
}

.entry-content ul ul li {
	list-style: circle;
}

.entry-content ul ul ul li {
	list-style: square;
}

.entry-content ol li {
	list-style: decimal;
}

.entry-content ol ol li {
	list-style: lower-alpha;
}

.entry-content ol ol ol li {
	list-style: lower-roman;
}

/* Images */
.align-left, .alignleft {
	float: left;
	margin: 0 7px 0 0;
}

.align-right, .alignright {
	float: right;
	margin: 0 0 0 7px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.border {
	padding: 1px;
	border: 1px solid #ddd;
}

.no-border {
	padding: 0;
	border: none;
}

.wp-smiley {
	border: none;
}

.wp-caption {
	padding: 5px;
	border: 1px solid #eee;
	background: #fcfcfc;
	margin-top: 15px;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
}

.wp-caption img {
	border: 1px solid #ddd;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0;
}

.wp-caption .wp-smiley {
	border: none;
}

.wp-caption .wp-caption-text {
	text-align: center;
	color: #555;
	margin: 5px 0 0 !important;
	font-style: italic;
}

/* Blockquotes */
blockquote {
	color: #666;
	padding: 5px 0 5px 25px;
	border-top: 0 dotted;
	border-bottom: 0 dotted;
	border-left: 2px solid #f6f6f6;
	margin: 15px 0 15px 20px;
}

/* Drop Caps */
.drop-cap {
	font-size: 310%;
	line-height: 120%;
	margin-bottom: -0.25em;
	color: #888;
	float: left;
	padding: 0 6px 0 0;
}

/* Code */
code {
	background: #eaeaea;
	font-family: Consolas, Monaco, Courier, monospace;
	font-size: 0.9em;
	margin: 0 1px;
	padding: 1px 3px;
	color: #555;
}

pre code {
	display: block;
	border: 1px solid #ddd;
	padding: 4px 7px;
}

.code-block {
	display: block;
	background: #eaeaea;
	border: 1px solid #ddd;
	color: #555;
	font-family: Consolas, Monaco, Courier, monospace;
	padding: 10px;
	overflow: auto;
	white-space: pre;
	font-size: 12.5px;
	line-height: 18px;
	margin: 5px 0;
}

/* Tables */
table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

table th,
table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table th {
	font-weight: bold;
}

table thead th {
	vertical-align: bottom;
}

thead tr:first-child th, table tr:first-child th {
	border-top: none;
}

/* Superscripts and Subscripts */
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* End Content Block Elements */

/* Global Content Styles */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Miscellaneous (to silence Theme Check) */
.sticky {
}

.wp-caption-text {
}

.gallery-caption {
}

.bypostauthor {
}

/* FORM STYLING */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #777;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

select {
	padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

input[type="submit"], input[type="button"], button {
	-webkit-appearance: none;
	background: #ddd;
	padding: 0 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: 27px;
	border: none;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	color: #222;
	background: #d1d1d1;
}

input[type="submit"]:active, input[type="button"]:active, button:active {
	background: #c8c8c8;
}

/* Alerts */
.alert {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 20px;
	margin: 20px 0;
	display: block;
}

.alert p {
	margin: 10px 0;
	line-height: 160%;
}

.alert-green {
	border: 1px solid #97B48A;
	background-color: #CBECA0;
}

.alert-red {
	border: 1px solid #CFADB3;
	color: #832525;
	background-color: #FAF2F5;
}

.alert-yellow {
	border: 1px solid #E6DB55;
	background-color: #FFFBCC;
	color: #424242;
}

.alert-gray, .alert-grey {
	border: 1px solid #CCC;
	color: #424242;
	background-color: #EEE;
}

.alert-blue {
	border: 1px solid #92CAE4;
	color: #205791;
	background-color: #D5EDF8;
}

.alert a {
	color: inherit;
}.block-subtitle {
font-size: 14px;
font-style: italic;
font-weight: normal;

color: #999999;
}
.block-title {
font-size: 22px;
line-height: 150%;
}
.block {
overflow: hidden;
margin-bottom: 10px;
}
blockquote {
color: rgba(102,102,102,0.4);
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 25px;
border-left-width: 2px;
border-style: none;
border-color: #666666;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 20px;
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.45em;
}
body.layout-using-front_page blockquote {
font-family: georgia, serif;
font-size: 13.5px;
font-style: normal;
font-weight: normal;

text-align: left;
line-height: 1.45em;
}
body.layout-single-post-779 blockquote {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.45em;
}
body.layout-single-post-1762 blockquote {
line-height: 1.2em;
}
a {
color: #555555;
}
body {
font-size: 14px;
font-family: palatino linotype, palatino, serif;
line-height: 100%;
color: #555555;
}
.block-type-pin-board .pin-board-pin {
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
background-color: #ffffff;
border-color: #eeeeee;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
box-shadow: eee 0px 2px 3px;



}
#block-bw355ae1ab753507 .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 3px;
}
#block-bm95662ea61f067c .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bvo5662eac838cd0 .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bbv56638bb853f1f .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-b2w56638bf76e6da .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bej56638c17a7c73 .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bfd56638c4fcca3a .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-btk56638c7473c99 .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bjc56638c9c816e9 .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bdj56638cc10cd74 .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bfi56638ce58555d .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
#block-bh756db76f161cce .pin-board-pin {
background-color: rgba(255,255,255,0.22);
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;




position: relative;
left: 0px;
}
.block-type-pin-board .pin-board-pin .entry-title,.block-type-pin-board .pin-board-pin .entry-title a {
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
font-size: 18px;
line-height: 120%;
text-decoration: none;
}
#block-bw355ae1ab753507 .pin-board-pin .entry-title,#block-bw355ae1ab753507 .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bm95662ea61f067c .pin-board-pin .entry-title,#block-bm95662ea61f067c .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bvo5662eac838cd0 .pin-board-pin .entry-title,#block-bvo5662eac838cd0 .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bbv56638bb853f1f .pin-board-pin .entry-title,#block-bbv56638bb853f1f .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-b2w56638bf76e6da .pin-board-pin .entry-title,#block-b2w56638bf76e6da .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bej56638c17a7c73 .pin-board-pin .entry-title,#block-bej56638c17a7c73 .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bfd56638c4fcca3a .pin-board-pin .entry-title,#block-bfd56638c4fcca3a .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-btk56638c7473c99 .pin-board-pin .entry-title,#block-btk56638c7473c99 .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bjc56638c9c816e9 .pin-board-pin .entry-title,#block-bjc56638c9c816e9 .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bdj56638cc10cd74 .pin-board-pin .entry-title,#block-bdj56638cc10cd74 .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bfi56638ce58555d .pin-board-pin .entry-title,#block-bfi56638ce58555d .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
#block-bh756db76f161cce .pin-board-pin .entry-title,#block-bh756db76f161cce .pin-board-pin .entry-title a {
font-family: georgia, serif;
font-size: 18px;
color: #E34A04;
padding-left: 8px;
position: relative;
left: -1px;
padding-top: 8px;
top: 0px;
line-height: 1.3em;
text-decoration: none;
}
.pin-board-pin .entry-title a:hover {
color: rgba(227,74,4,0.58);
}
.pin-board-pin .entry-title a:hover {
text-decoration: underline;
font-family: georgia, serif;
color: #E34A04;
}
.block-type-pin-board .pin-board-pin .entry-content {
font-size: 12px;
line-height: 150%;
padding-right: 15px;
padding-left: 15px;
}
#block-bw355ae1ab753507 .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bm95662ea61f067c .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bvo5662eac838cd0 .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bbv56638bb853f1f .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-b2w56638bf76e6da .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bej56638c17a7c73 .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bfd56638c4fcca3a .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-btk56638c7473c99 .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bjc56638c9c816e9 .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bdj56638cc10cd74 .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bfi56638ce58555d .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
#block-bh756db76f161cce .pin-board-pin .entry-content {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.4em;
}
.block-type-pin-board .pin-board-pin .entry-meta {
font-size: 12px;
line-height: 120%;
padding-right: 15px;
padding-left: 15px;
color: #888888;
}
.block-type-pin-board .pin-board-pagination a {
text-decoration: none;
background-color: #eeeeee;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-top: 5px;
padding-right: 9px;
padding-bottom: 5px;
padding-left: 9px;
}
.pin-board-pagination a:hover {
background-color: #e7e7e7;
}
body {
background-color: #EDE8C7;
}
body.layout-using-four04 {
background-color: #000000;
}
.wrapper {
background-color: #ffffff;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
box-shadow: #c7c7c7 1px 1px 8px;



margin-top: 30px;
margin-bottom: 30px;
}
#wrapper-w8c558981f723b55, #whitewrap .wrapper-mirroring-w8c558981f723b55 {
background-color: #E34A04;
border-style: none;
margin-top: 0px;
margin-bottom: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-w2655898c5a8f2ff, #whitewrap .wrapper-mirroring-w2655898c5a8f2ff {
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
margin-bottom: 135px;
top: 10px;
position: relative;
}
#wrapper-wxw55a5842042bce, #whitewrap .wrapper-mirroring-wxw55a5842042bce {
margin-top: 171px;
margin-bottom: 135px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-w6k55ae3a8f383e5, #whitewrap .wrapper-mirroring-w6k55ae3a8f383e5 {
background-color: rgba(237,232,199,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wks55ae588ed535c, #whitewrap .wrapper-mirroring-wks55ae588ed535c {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-w8955ae588ed856a, #whitewrap .wrapper-mirroring-w8955ae588ed856a {
background-color: #000000;
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wxz55b0d8e191340, #whitewrap .wrapper-mirroring-wxz55b0d8e191340 {
margin-bottom: 0px;
background-color: #EDE8C7;
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wik55b0d8e194c3e, #whitewrap .wrapper-mirroring-wik55b0d8e194c3e {
background-color: #EDE8C7;
box-shadow: #DDE5BA 0px 0px 0px;
}
#wrapper-w0b55b21f97a3159, #whitewrap .wrapper-mirroring-w0b55b21f97a3159 {
background-color: #EDE8C7;
box-shadow: #DDE5BA 0px 0px 0px;
margin-top: 0px;
margin-bottom: 135px;
}
#wrapper-wtj55b61a0436c36, #whitewrap .wrapper-mirroring-wtj55b61a0436c36 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wr155b61a0437a98, #whitewrap .wrapper-mirroring-wr155b61a0437a98 {
background-color: #DDE5BA;
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w3b55b61c4de9562, #whitewrap .wrapper-mirroring-w3b55b61c4de9562 {
background-color: #DDE5BA;
box-shadow: #DDE5BA 0px 0px 0px;
}
#wrapper-wy555b61c4deb3d2, #whitewrap .wrapper-mirroring-wy555b61c4deb3d2 {
background-color: #DDE5BA;
box-shadow: #DDE5BA 0px 0px 0px;
}
#wrapper-w6255b61c4deca4a, #whitewrap .wrapper-mirroring-w6255b61c4deca4a {
background-color: #DDE5BA;
box-shadow: #DDE5BA 0px 0px 0px;
}
#wrapper-wzc55b61c4ded54c, #whitewrap .wrapper-mirroring-wzc55b61c4ded54c {
background-color: #DDE5BA;
box-shadow: #DDE5BA 0px 0px 0px;
}
#wrapper-wxx5625341943c5b, #whitewrap .wrapper-mirroring-wxx5625341943c5b {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wcj562534194cbbc, #whitewrap .wrapper-mirroring-wcj562534194cbbc {
margin-bottom: 120px;
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wou56268487e71d1, #whitewrap .wrapper-mirroring-wou56268487e71d1 {
background-color: rgba(0,0,0,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w8s56269dff98444, #whitewrap .wrapper-mirroring-w8s56269dff98444 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wxz56269dff991b9, #whitewrap .wrapper-mirroring-wxz56269dff991b9 {
background-color: rgba(0,0,0,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wcj5626e6a4e22fe, #whitewrap .wrapper-mirroring-wcj5626e6a4e22fe {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-w1u5626e6a4e4066, #whitewrap .wrapper-mirroring-w1u5626e6a4e4066 {
background-color: rgba(0,0,0,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wbl56278cc26020b, #whitewrap .wrapper-mirroring-wbl56278cc26020b {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wrv56278cc26212f, #whitewrap .wrapper-mirroring-wrv56278cc26212f {
background-color: rgba(0,0,0,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wh15627997c7f2b6, #whitewrap .wrapper-mirroring-wh15627997c7f2b6 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wd85627997c7ff2d, #whitewrap .wrapper-mirroring-wd85627997c7ff2d {
background-color: rgba(0,0,0,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w0f5627c9cc7f647, #whitewrap .wrapper-mirroring-w0f5627c9cc7f647 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wui5627c9cc8339b, #whitewrap .wrapper-mirroring-wui5627c9cc8339b {
background-color: rgba(0,0,0,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wvt5628998a82c93, #whitewrap .wrapper-mirroring-wvt5628998a82c93 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wb75628998a8462a, #whitewrap .wrapper-mirroring-wb75628998a8462a {
background-color: rgba(0,0,0,0);
margin-top: 100px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wk0562bf9be9eb0b, #whitewrap .wrapper-mirroring-wk0562bf9be9eb0b {
background-color: #EDE8C7;
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w69565f49362a4c8, #whitewrap .wrapper-mirroring-w69565f49362a4c8 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wvw565f49362cfe8, #whitewrap .wrapper-mirroring-wvw565f49362cfe8 {
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w8z565f4958e593d, #whitewrap .wrapper-mirroring-w8z565f4958e593d {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-w3w565f4958e683f, #whitewrap .wrapper-mirroring-w3w565f4958e683f {
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w3n565f498bb790e, #whitewrap .wrapper-mirroring-w3n565f498bb790e {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-w70565f498bb88b7, #whitewrap .wrapper-mirroring-w70565f498bb88b7 {
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wju565f49c756382, #whitewrap .wrapper-mirroring-wju565f49c756382 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wuj565f49c7572ef, #whitewrap .wrapper-mirroring-wuj565f49c7572ef {
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w5b565f67f95f32f, #whitewrap .wrapper-mirroring-w5b565f67f95f32f {
background-color: #EDE8C7;
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wg4565f67f95f964, #whitewrap .wrapper-mirroring-wg4565f67f95f964 {
margin-bottom: 30px;
margin-top: 0px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-wa45660350094021, #whitewrap .wrapper-mirroring-wa45660350094021 {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wdv566037532dc4a, #whitewrap .wrapper-mirroring-wdv566037532dc4a {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wgv566037532f0b5, #whitewrap .wrapper-mirroring-wgv566037532f0b5 {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w7h5660465ad9e1b, #whitewrap .wrapper-mirroring-w7h5660465ad9e1b {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wwm5660465ada997, #whitewrap .wrapper-mirroring-wwm5660465ada997 {
margin-bottom: 120px;
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wg156604c3209f4c, #whitewrap .wrapper-mirroring-wg156604c3209f4c {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wia56604c320ab5c, #whitewrap .wrapper-mirroring-wia56604c320ab5c {
margin-bottom: 120px;
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wm056604d2940669, #whitewrap .wrapper-mirroring-wm056604d2940669 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wp156604d2941819, #whitewrap .wrapper-mirroring-wp156604d2941819 {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w6z56607912bd55a, #whitewrap .wrapper-mirroring-w6z56607912bd55a {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wx656607912be296, #whitewrap .wrapper-mirroring-wx656607912be296 {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wxp5661bf4593ae7, #whitewrap .wrapper-mirroring-wxp5661bf4593ae7 {
margin-bottom: 120px;
margin-top: 125px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-w4o5661bf6fe2147, #whitewrap .wrapper-mirroring-w4o5661bf6fe2147 {
margin-bottom: 120px;
margin-top: 125px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-w765662ea60a300a, #whitewrap .wrapper-mirroring-w765662ea60a300a {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-wzv5662eac714796, #whitewrap .wrapper-mirroring-wzv5662eac714796 {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-w8256638bb753662, #whitewrap .wrapper-mirroring-w8256638bb753662 {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-wd556638bf67bd76, #whitewrap .wrapper-mirroring-wd556638bf67bd76 {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-ww756638c16ceea9, #whitewrap .wrapper-mirroring-ww756638c16ceea9 {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-wsn56638c4e97eaa, #whitewrap .wrapper-mirroring-wsn56638c4e97eaa {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-w7d56638c730e1b8, #whitewrap .wrapper-mirroring-w7d56638c730e1b8 {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-w0q56638c9b78ab1, #whitewrap .wrapper-mirroring-w0q56638c9b78ab1 {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-wwe56638cbfaec2c, #whitewrap .wrapper-mirroring-wwe56638cbfaec2c {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-w4556638ce3e23cd, #whitewrap .wrapper-mirroring-w4556638ce3e23cd {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
#wrapper-wb45664d712c9533, #whitewrap .wrapper-mirroring-wb45664d712c9533 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wec5664d712ca724, #whitewrap .wrapper-mirroring-wec5664d712ca724 {
margin-bottom: 120px;
background-color: rgba(0,0,0,0);
margin-top: 120px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wm55668712865fbd, #whitewrap .wrapper-mirroring-wm55668712865fbd {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wul56687156a6300, #whitewrap .wrapper-mirroring-wul56687156a6300 {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-wrg566a8e4cb3e37, #whitewrap .wrapper-mirroring-wrg566a8e4cb3e37 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-w9b566a8e4cb7744, #whitewrap .wrapper-mirroring-w9b566a8e4cb7744 {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
}
#wrapper-w495670ee8a38ea8, #whitewrap .wrapper-mirroring-w495670ee8a38ea8 {
margin-bottom: 0px;
background-color: #E34A04;
border-style: none;
margin-top: 0px;
box-shadow: #EDE8C7 0px 0px 0px;
z-index: 5;
}
#wrapper-wmf5670ee8a39e65, #whitewrap .wrapper-mirroring-wmf5670ee8a39e65 {
margin-bottom: 135px;
background-color: rgba(0,0,0,0);
margin-top: 135px;
box-shadow: #EDE8C7 0px 0px 0px;
top: 10px;
position: relative;
}
#wrapper-w3o56db76f15f5a9, #whitewrap .wrapper-mirroring-w3o56db76f15f5a9 {
margin-bottom: 120px;
margin-top: 156px;
background-color: rgba(255,255,255,0);
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}
.block-type-header span.banner a {
color: #222222;
font-size: 34px;
line-height: 100%;
text-decoration: none;
margin-top: 20px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
}
#block-b32558981f724915 span.banner a {
font-family: "Open Sans";
-hw-complex-property-google-font: '{"value": "Open Sans"}';
font-size: 30px;
color: #000000;
font-style: normal;
font-weight: bold;

text-transform: uppercase;
font-variant: normal;

letter-spacing: 1px;
position: relative;
top: -17px;
padding-left: 0px;
left: -10px;
background-color: #E34A04;
padding-bottom: -3px;
}
span.banner a:hover {
color: #FFFFFF;
}
.block-type-header .tagline {
color: #999999;
font-size: 15px;
line-height: 120%;
font-style: italic;
font-weight: normal;

margin-top: 10px;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 10px;
}
.block-type-navigation {
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-color: #eeeeee;
border-style: solid;
overflow: visible;
}
#block-bls558981f725525 {
border-color: #E34A04;
}
.block-type-navigation ul.menu li > a {
text-decoration: none;
color: #888888;
text-transform: uppercase;
font-variant: normal;

padding-right: 15px;
padding-left: 15px;
}
#block-bls558981f725525 ul.menu li > a {
padding-left: 18px;
font-family: "Open Sans";
-hw-complex-property-google-font: '{"value": "Open Sans"}';
font-size: 20px;
color: #FFFFFF;
font-style: normal;
font-weight: bold;

text-transform: uppercase;
font-variant: normal;

letter-spacing: 1px;
border-style: none;
border-color: #E34A04;
box-shadow: #000000 0px 0px 0px;
background-color: #E34A04;
border-top-width: 0px;
position: relative;
top: 6px;
left: -18px;
}
ul.menu li > a:hover {
color: #000000;
}

					ul.menu li.current_page_item > a,
					ul.menu li.current_page_parent > a,
					ul.menu li.current_page_ancestor > a,
					ul.menu li.current_page_item > a:hover,
					ul.menu li.current_page_parent > a:hover,
					ul.menu li.current_page_ancestor > a:hover,
					ul.menu li.current-menu-item > a,
					ul.menu li.current-menu-parent > a,
					ul.menu li.current-menu-ancestor > a,
					ul.menu li.current-menu-item > a:hover,
					ul.menu li.current-menu-parent > a:hover,
					ul.menu li.current-menu-ancestor > a:hover
				 {
color: #222222;
}
ul.menu li > a:hover {
color: #555555;
}
.block-type-navigation ul.sub-menu {
background-color: #eeeeee;
}
.block-type-widget-area li.widget {
line-height: 150%;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
margin-top: 15px;
}
#block-b885661b043994d6 li.widget {
background-color: #EDE8C7;
padding-left: -4px;
position: relative;
left: -14px;
}
.block-type-widget-area li.widget .widget-title {
font-size: 13px;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-color: #eeeeee;
letter-spacing: 1px;
text-transform: uppercase;
font-variant: normal;

line-height: 250%;
color: #111111;
margin-bottom: 10px;
}
#block-b885661b043994d6 li.widget .widget-title {
border-color: #EDE8C7;
box-shadow: #F1EDD3 0px 0px 0px;
}
.block-type-widget-area li.widget a {
color: #333333;
}
#block-b885661b043994d6 li.widget a {
font-family: georgia, serif;
font-size: 13.5px;
color: rgba(227,74,4,0.58);
text-decoration: none;
position: relative;
left: -23px;
top: 8px;
line-height: 1.4em;
}
ul li a:hover {
color: #E34A04;
}
ul li a:active {
color: #E34A04;
}
.block-type-content .type-post {
border-style: solid;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-color: #EDE8C7;
padding-bottom: 30px;
}
#block-bgw55ae3a8f3de9e .type-post {
font-family: georgia, serif;
border-color: rgba(0,0,0,0);
}
#block-b0o55ae3a8f415fb .type-post {
border-color: rgba(0,0,0,0);
}
#block-beq562bf9bea2a20 .type-post {
font-family: georgia, serif;
border-color: rgba(0,0,0,0);
position: relative;
top: 15px;
}
#block-bdc562bf9bea48d5 .type-post {
border-color: rgba(0,0,0,0);
}
#block-b76565f67f960040 .type-post {
font-family: georgia, serif;
border-color: rgba(0,0,0,0);
position: relative;
top: 15px;
}
#block-b74565f67f961a82 .type-post {
border-color: rgba(0,0,0,0);
}
#block-bxz5660375332b50 .type-post {
top: 19px;
position: relative;
}
.block-type-content .entry-title {
font-size: 24px;
color: #333333;
line-height: 130%;
}
#block-bxk55898da85d8de .entry-title {
font-family: georgia, serif;
font-size: 29.0833px;
line-height: 1.5em;
color: #E34A04;
font-style: normal;
font-weight: normal;

text-align: left;
position: relative;
top: -3px;
}
#block-bgw55ae3a8f3de9e .entry-title {
font-family: georgia, serif;
font-size: 30px;
color: #E34A04;
position: relative;
top: -5px;
}
#block-b7g56268487ed821 .entry-title {
font-family: georgia, serif;
font-size: 18.0833px;
line-height: 1.2em;
color: #555555;
font-style: normal;
font-weight: normal;

}
#block-bbq56269dff9c2e9 .entry-title {
font-family: georgia, serif;
font-size: 20.0833px;
line-height: 1.2em;
color: #E34A04;
font-style: normal;
font-weight: normal;

}
#block-bi456278cc264a72 .entry-title {
font-family: georgia, serif;
font-size: 20.0833px;
line-height: 1.2em;
color: #E34A04;
font-style: normal;
font-weight: normal;

}
#block-beq562bf9bea2a20 .entry-title {
font-family: georgia, serif;
font-size: 24px;
color: #E34A04;
position: relative;
top: -5px;
}
#block-b76565f67f960040 .entry-title {
font-family: georgia, serif;
font-size: 24px;
color: #E34A04;
position: relative;
top: -5px;
}
#block-bxz5660375332b50 .entry-title {
font-family: georgia, serif;
font-size: 29.0833px;
line-height: 1.2em;
color: #E34A04;
font-style: normal;
font-weight: normal;

text-align: left;
position: relative;
top: 0px;
}
.block-type-content .archive-title {
font-size: 24px;
color: #555555;
line-height: 110%;
border-bottom-width: 1px;
border-color: #eeeeee;
border-style: solid;
padding-bottom: 15px;
}
#block-bgw55ae3a8f3de9e .archive-title {
font-family: georgia, serif;
color: #E34A04;
border-color: #DDE5BA;
font-size: 30px;
line-height: 1.2em;
top: -7px;
position: relative;
}
.block-type-content div.entry-meta {
line-height: 120%;
color: #818181;
}
.block-type-content div.entry-content,.block-type-content div.entry-content p {
color: #555555;
font-size: 14px;
line-height: 180%;
}
body.layout-using-single-page-1219 .block-type-content div.entry-content,body.layout-using-single-page-1219 .block-type-content div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.3em;
top: 4px;
position: relative;
}
#block-bpg55898ddd85481 div.entry-content,#block-bpg55898ddd85481 div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.5em;
font-style: normal;
font-weight: lighter;

position: relative;
top: 9px;
}
#block-bgw55ae3a8f3de9e div.entry-content,#block-bgw55ae3a8f3de9e div.entry-content p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.5em;
}
#block-b0o55ae3a8f415fb div.entry-content,#block-b0o55ae3a8f415fb div.entry-content p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.5em;
}
#block-b7g56268487ed821 div.entry-content,#block-b7g56268487ed821 div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.3em;
position: relative;
top: 3px;
}
#block-bbq56269dff9c2e9 div.entry-content,#block-bbq56269dff9c2e9 div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.3em;
position: relative;
top: 3px;
}
#block-bi456278cc264a72 div.entry-content,#block-bi456278cc264a72 div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.3em;
}
#block-beq562bf9bea2a20 div.entry-content,#block-beq562bf9bea2a20 div.entry-content p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.5em;
}
#block-bdc562bf9bea48d5 div.entry-content,#block-bdc562bf9bea48d5 div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.45em;
position: relative;
top: 7px;
}
#block-b76565f67f960040 div.entry-content,#block-b76565f67f960040 div.entry-content p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.5em;
}
#block-b74565f67f961a82 div.entry-content,#block-b74565f67f961a82 div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.45em;
position: relative;
top: 7px;
}
#block-bp9566037532f92c div.entry-content,#block-bp9566037532f92c div.entry-content p {
font-family: georgia, serif;
font-size: 18px;
line-height: 1.5em;
font-style: normal;
font-weight: lighter;

position: relative;
top: 13px;
}
.block-type-content div.entry-content h3,.block-type-content div.entry-content h2,.block-type-content div.entry-content h1 {
font-size: 20px;
line-height: 180%;
}
.block-type-content div.entry-content h4,.block-type-content div.entry-content h5 {
font-size: 16px;
line-height: 180%;
}
.block-type-content div.entry-content a.more-link {
background-color: #eeeeee;
text-decoration: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 2px;
padding-left: 6px;
}
#block-b0o55ae3a8f415fb div.entry-content a.more-link {
background-color: rgba(255,255,255,0.5);
}
#block-bdc562bf9bea48d5 div.entry-content a.more-link {
background-color: rgba(255,255,255,0.5);
}
#block-b74565f67f961a82 div.entry-content a.more-link {
background-color: rgba(255,255,255,0.5);
}
div.entry-content a.more-link:hover {
background-color: #e7e7e7;
}
.block-type-content div.loop-navigation div.nav-previous a,.block-type-content div.loop-navigation div.nav-next a {
background-color: #e1e1e1;
text-decoration: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-top: 4px;
padding-right: 8px;
padding-bottom: 4px;
padding-left: 8px;
line-height: 130%;
}
#block-b74565f67f961a82 div.loop-navigation div.nav-previous a,#block-b74565f67f961a82 div.loop-navigation div.nav-next a {
font-family: georgia, serif;
font-size: 13.5px;
color: #E34A04;
background-color: #EDE8C7;
}
#block-bp9566037532f92c div.loop-navigation div.nav-previous a,#block-bp9566037532f92c div.loop-navigation div.nav-next a {
font-family: georgia, serif;
background-color: rgba(227,75,5,0.28);
}
div.loop-navigation div.nav-previous a:hover, div.loop-navigation div.nav-next a:hover {
background-color: #d5d5d5;
}
.block-type-content a.post-thumbnail img {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #eeeeee;
border-style: solid;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
}
#block-b0o55ae3a8f415fb a.post-thumbnail img {
border-style: none;
top: -4px;
position: relative;
}
#block-bdc562bf9bea48d5 a.post-thumbnail img {
border-style: none;
top: -4px;
position: relative;
}
#block-b74565f67f961a82 a.post-thumbnail img {
border-style: none;
top: -4px;
position: relative;
}
.block-type-content div#comments h3 {
color: #333333;
font-size: 18px;
line-height: 130%;
}
#block-b74565f67f961a82 div#comments h3 {
font-family: georgia, serif;
font-size: 18px;
}
#block-bp9566037532f92c div#comments h3 {
color: #E34A04;
font-family: georgia, serif;
}
.block-type-content li.comment {
padding-left: 64px;
}
.block-type-content li.comment .comment-author {
font-size: 18px;
line-height: 120%;
}
.block-type-content li.comment .comment-meta {
color: #888888;
font-size: 14px;
}
#block-b74565f67f961a82 li.comment .comment-meta {
font-family: georgia, serif;
line-height: 1.4em;
}
.block-type-content li.comment .comment-body p {
font-size: 14px;
line-height: 170%;
}
#block-b74565f67f961a82 li.comment .comment-body p {
font-family: georgia, serif;
font-size: 13.5px;
line-height: 1.3em;
}
.block-type-content a.comment-reply-link {
font-size: 12px;
background-color: #eeeeee;
text-decoration: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-top: 3px;
padding-right: 6px;
padding-bottom: 3px;
padding-left: 6px;
}
a.comment-reply-link:hover {
background-color: #e7e7e7;
}
.block-type-content div#respond label {
font-size: 14px;
line-height: 220%;
color: #888888;
}
#block-b74565f67f961a82 div#respond label {
font-family: georgia, serif;
font-size: 13.5px;
}
.block-type-slider .flexslider {
overflow: visible;
margin-bottom: 30px;
}
#block-blm5626857c41fe6 .flexslider {
position: relative;
top: 24px;
}
#block-bmg56269dff9b4e5 .flexslider {
position: relative;
top: 24px;
}
#block-by65626e6a4e69d5 .flexslider {
position: relative;
top: 24px;
}
#block-b0f56278cc264291 .flexslider {
position: relative;
top: 24px;
}
#block-bod5627997c84416 .flexslider {
position: relative;
top: 24px;
}
#block-b9h5627c9cc8aaf9 .flexslider {
position: relative;
top: 24px;
}
#block-bh45628998a88630 .flexslider {
position: relative;
top: 24px;
}
.block-type-slider .flex-viewport {
overflow: hidden;
}
.block-type-slider .flex-caption {
background-color: rgba(0, 0, 0, 0.6);
color: #ffffff;
font-size: 14px;
line-height: 150%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
position: absolute;
text-align: center;
}
.block-type-slider .flex-control-nav {
position: absolute;
text-align: center;
}
.block-type-slider .flex-direction-nav a {
margin-top: -20px;
position: absolute;
background-image: url(http://www.perdrougge.se/wp-content/themes/headway/library/blocks/slider/assets/bg_direction_nav.png);
background-repeat: no-repeat;
background-position: left top;
}
.block-type-slider .flex-direction-nav a.flex-next {
background-position: right top;
}
.block-type-slider .flex-control-paging li a {
background-color: rgba(0,0,0,0.5);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
margin-left: 2px;
margin-right: 2px;
}
.flex-control-paging li a:hover {
background-color: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
background-color: rgba(0,0,0,0.9);
}
.block-type-text .entry-content h3,.block-type-text div.entry-content h2,.block-type-text div.entry-content h1 {
font-size: 20px;
line-height: 180%;
}
.block-type-text .entry-content h4 {
font-size: 16px;
line-height: 180%;
}
.block-type-footer {
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-color: #eeeeee;
border-style: solid;
}
.block-type-footer p.copyright {
color: #666666;
}
.block-type-footer p.footer-headway-link {
color: #666666;
}
.block-type-footer a.footer-admin-link {
color: #666666;
}
.block-type-footer a.footer-go-to-top-link {
color: #666666;
}
.block-type-footer a.footer-responsive-grid-link {
color: #666666;
}
#block-bls558981f725525 #searchform input[type="text"] {
position: relative;
top: 4px;
background-color: #FFFFFF;
}
#block-bxk55898da85d8de .type-page {
line-height: 1.5em;
text-align: left;
padding-top: 24px;
padding-bottom: 1px;
color: #E34A04;
}
#block-b7g56268487ed821 .type-page {
line-height: 1.5em;
text-align: left;
padding-top: -1px;
padding-bottom: 1px;
color: #E34A04;
}
#block-bbq56269dff9c2e9 .type-page {
line-height: 1.5em;
text-align: left;
padding-top: -1px;
padding-bottom: 1px;
color: #E34A04;
}
#block-bi456278cc264a72 .type-page {
line-height: 1.5em;
text-align: left;
padding-top: -1px;
padding-bottom: 1px;
color: #E34A04;
}
#block-bxz5660375332b50 .type-page {
line-height: 1.5em;
text-align: left;
padding-top: 24px;
padding-bottom: 1px;
color: #E34A04;
}
.block-type-content div.entry-content a {
font-family: georgia, serif;
text-decoration: none;
color: #E34A04;
}
#block-bpg55898ddd85481 div.entry-content a {
color: rgba(227,74,4,0.58);
}
div.entry-content a:hover {
color: #E34A04;
}
#block-b74565f67f961a82 div.entry-content a {
color: rgba(227,75,5,0.58);
}
div.entry-content a:hover {
color: #E34A04;
}
#block-bp9566037532f92c div.entry-content a {
color: rgba(227,74,4,0.58);
}
div.entry-content a:hover {
color: #E34A04;
}
#block-bgw55ae3a8f3de9e .entry-date {
font-family: georgia, serif;
font-size: 20px;
top: -10px;
position: relative;
left: 1px;
}
#block-beq562bf9bea2a20 .entry-date {
font-family: georgia, serif;
font-size: 18px;
top: -10px;
position: relative;
left: 1px;
}
#block-b76565f67f960040 .entry-date {
font-family: georgia, serif;
font-size: 18px;
top: -10px;
position: relative;
left: 1px;
}
#block-bxz5660375332b50 .entry-date {
font-family: georgia, serif;
font-size: 18px;
left: 1px;
position: relative;
}
#block-bpg55898ddd85481 {
font-family: georgia, serif;
line-height: 1.5em;
}
#block-bp9566037532f92c {
font-family: georgia, serif;
line-height: 1.5em;
}
#block-bgw55ae3a8f3de9e div.entry-meta-above {
font-family: georgia, serif;
font-size: 20px;
}
#block-beq562bf9bea2a20 div.entry-meta-above {
font-family: georgia, serif;
font-size: 20px;
}
#block-b76565f67f960040 div.entry-meta-above {
font-family: georgia, serif;
font-size: 20px;
}
#block-b0o55ae3a8f415fb footer.entry-utility-below {
font-family: georgia, serif;
font-size: 15px;
}
#block-bdc562bf9bea48d5 footer.entry-utility-below {
font-family: georgia, serif;
font-size: 13.5px;
}
#block-b74565f67f961a82 footer.entry-utility-below {
font-family: georgia, serif;
font-size: 13.5px;
}
#block-b0o55ae3a8f415fb div.entry-meta a,#block-b0o55ae3a8f415fb footer.entry-meta a {
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bdc562bf9bea48d5 div.entry-meta a,#block-bdc562bf9bea48d5 footer.entry-meta a {
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-b74565f67f961a82 div.entry-meta a,#block-b74565f67f961a82 footer.entry-meta a {
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bp9566037532f92c div.entry-meta a,#block-bp9566037532f92c footer.entry-meta a {
color: #E34A04;
text-decoration: none;
}
#block-bw355ae1ab753507 {
position: relative;
left: 3px;
padding-top: -6px;
top: -8px;
}
#block-bm95662ea61f067c {
position: relative;
left: 3px;
}
#block-bvo5662eac838cd0 {
position: relative;
left: 3px;
}
#block-bbv56638bb853f1f {
position: relative;
left: 3px;
}
#block-b2w56638bf76e6da {
position: relative;
left: 3px;
}
#block-bej56638c17a7c73 {
position: relative;
left: 3px;
}
#block-bfd56638c4fcca3a {
position: relative;
left: 3px;
}
#block-btk56638c7473c99 {
position: relative;
left: 3px;
}
#block-bjc56638c9c816e9 {
position: relative;
left: 3px;
}
#block-bdj56638cc10cd74 {
position: relative;
left: 3px;
}
#block-bfi56638ce58555d {
position: relative;
left: 3px;
}
#block-bh756db76f161cce {
position: relative;
left: 3px;
}
body.layout-using-single-page-1117 .block-type-text .entry-content p {
color: rgba(0,0,0,0.56);
}
#block-b2355b0da2f97160 .entry-content p {
font-family: georgia, serif;
font-size: 15px;
line-height: 1.6em;
left: 1px;
position: relative;
padding-left: 0px;
color: rgba(0,0,0,0.5);
}
#block-bn055b113632d48b .entry-content p {
font-family: georgia, serif;
font-size: 20px;
color: #E34A04;
top: 4px;
position: relative;
}
#block-byz55b22295db37e .entry-content p {
font-family: georgia, serif;
font-size: 15px;
line-height: 1.5em;
}
#block-bxy55b61c4dee41d .entry-content p {
font-family: georgia, serif;
font-size: 20px;
color: #E34A04;
}
#block-bn955b61c4def4c6 .entry-content p {
font-family: georgia, serif;
font-size: 15px;
line-height: 1.4em;
}
#block-b9n55b61c4df0158 .entry-content p {
font-family: georgia, serif;
font-size: 20px;
color: #E34A04;
}
#block-bwe55b61c4df0f50 .entry-content p {
font-family: georgia, serif;
font-size: 15px;
line-height: 1.4em;
}
#block-b8t55b61c4df2127 .entry-content p {
font-family: georgia, serif;
font-size: 20px;
color: #E34A04;
}
#block-bqx55b61c4df2bec .entry-content p {
font-family: georgia, serif;
font-size: 15px;
line-height: 1.4em;
}
#block-btp55b61c4df3391 .entry-content p {
font-family: georgia, serif;
font-size: 19px;
color: #E34A04;
}
#block-bb855b61c4df3bd0 .entry-content p {
font-family: georgia, serif;
font-size: 15px;
line-height: 1.4em;
}
#block-b4c55b21f97a48d6 .entry-content p {
line-height: 1.5em;
}
#block-b2355b0da2f97160 {
font-family: georgia, serif;
font-size: 15px;
line-height: 1.4em;
}
#block-b4c55b21f97a48d6 {
font-family: georgia, serif;
font-size: 20px;
color: #E34A04;
line-height: 1.2em;
}
#block-byz55b22295db37e {
line-height: 1.5em;
}
#block-bxy55b61c4dee41d .entry-content a {
font-style: normal;
font-weight: normal;

text-decoration: none;
color: rgba(227,75,5,0.5);
}
.entry-content a:hover {
color: #E34A04;
}
#block-b2355b0da2f97160 .entry-content a {
color: rgba(227,74,4,0.58);
text-decoration: none;
}
.entry-content a:hover {
color: #E34A04;
text-decoration: none;
}
.block-type-image img {
top: 0px;
position: relative;
}
#block-bcs562a5d2ea01ea img {
position: relative;
top: -19px;
left: -3px;
}
#block-b74565f67f961a82 div#comments {
background-color: rgba(255,255,255,0);
}
#block-bp9566037532f92c div#comments {
font-family: georgia, serif;
}
#block-bcs562a5d2ea01ea {
top: 95px;
left: 0px;
position: relative;
}
#block-bw355ae1ab753507 .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bm95662ea61f067c .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bvo5662eac838cd0 .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bbv56638bb853f1f .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-b2w56638bf76e6da .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bej56638c17a7c73 .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bfd56638c4fcca3a .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-btk56638c7473c99 .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bjc56638c9c816e9 .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bdj56638cc10cd74 .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bfi56638ce58555d .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
#block-bh756db76f161cce .pin-board-pin .entry-meta .entry-categories a {
font-family: georgia, serif;
font-style: normal;
font-weight: normal;

text-decoration: none;
color: #E34A04;
}
.block-type-content div.entry-content img {
box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;



}
body.layout-single-post-1677 .block-type-content div.entry-content img {
box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;



}
body.layout-using-single-page-1516 .block-type-content div.entry-content img {
box-shadow: #F1EDD3 0px 0px 0px;
}
#block-bpg55898ddd85481 div.entry-content img {
box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;



position: relative;
top: 0px;
left: 0px;
}
#block-bp9566037532f92c div.entry-content img {
z-index: 10;
box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;



}
#block-b885661b043994d6 li.widget .widget-title span {
font-family: georgia, serif;
font-size: 29px;
color: #E34A04;
font-style: normal;
font-weight: normal;

text-transform: none;
font-variant: normal;

letter-spacing: 0px;
position: relative;
top: -6px;
left: 15px;
}
#block-b885661b043994d6 li.widget ul {
list-style: none;
}
#block-b885661b043994d6 li.widget ul li {
text-decoration: none;
position: relative;
left: 12px;
color: rgba(227,74,4,0.58);
}
#block-b885661b043994d6 {
background-color: #EDE8C7;
position: relative;
top: -15px;
left: 51px;
box-shadow: rgba(0,0,0,0) 2px 2px 5px;




border-color: #EDE8C7;
}

body {

}

body p {

}

form {

}

form {

}

 div.entry-content p {

}
blockquote {
	 }



body {

}

blockquote {

}

blockquote {

}

blockquote {

}

