/*
Theme Name: KLTHEME for HTML5
Theme URI: http://kayleung.com
Author: Kay Leung
Author URI: http://kayleung.com
Version: 1.0
*/
/* _reset.scss
 * Zero it out ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 7, scss/_reset.scss */
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-size: 100%;
  vertical-align: baseline;
}

/* line 14, scss/_reset.scss */
body {
  line-height: 1;
}

/* line 17, scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 20, scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 24, scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 28, scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 41, scss/_reset.scss */
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 48, scss/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 64, scss/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 73, scss/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 82, scss/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 90, scss/_reset.scss */
sub,
sup {
  font-size: 100%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 96, scss/_reset.scss */
sup {
  top: -0.5em;
}

/* line 99, scss/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 106, scss/_reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 44, scss/_preboot.scss */
.clear {
  zoom: 1;
}
/* line 36, scss/_preboot.scss */
.clear:before, .clear:after {
  display: table;
  content: "";
}
/* line 40, scss/_preboot.scss */
.clear:after {
  clear: both;
}

/* patterns.scss
 * Repeatable patterns
 * ------------------------------------------------------------------ */
/*---------------------------------------------------------
	Small headers
------------------------------------------------------------ */
/* line 9, scss/_patterns.scss */
.archive-title,
.widget-title {
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 2.182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

/*---------------------------------------------------------
	Shared Post Format styling
------------------------------------------------------------ */
/* line 22, scss/_patterns.scss */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta {
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 1.182;
}

/*---------------------------------------------------------
	Responsive images
------------------------------------------------------------ */
/* line 31, scss/_patterns.scss */
img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

/* line 37, scss/_patterns.scss */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 41, scss/_patterns.scss */
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 46, scss/_patterns.scss */
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*---------------------------------------------------------
	Media
------------------------------------------------------------ */
/* line 58, scss/_patterns.scss */
embed,
object,
video {
  max-width: 100%;
}

/*---------------------------------------------------------
	Extras
------------------------------------------------------------ */
/* line 65, scss/_patterns.scss */
.alignleft {
  float: left;
  display: inline;
}

/* line 69, scss/_patterns.scss */
.alignright {
  float: right;
  display: inline;
}

/* line 73, scss/_patterns.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* scaffolding.css.scss
 * Basic structure
 * ------------------------------------------------------------------ */
/*---------------------------------------------------------
 Body, links, basics
------------------------------------------------------------ */
/* line 8, scss/_scaffolding.scss */
html {
  font-size: 87.5%;
}

/* line 11, scss/_scaffolding.scss */
body {
  font-size: 12px;
  font-size: 1.071rem;
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444444;
  background: #eeeeee url(images/header.png) repeat-x;
}

/* line 18, scss/_scaffolding.scss */
a {
  outline: none;
  color: #21759b;
}
/* line 21, scss/_scaffolding.scss */
a:hover {
  color: #0f3647;
}

/* line 26, scss/_scaffolding.scss */
.skip-link,
.assistive-text {
  display: none;
}

/* line 30, scss/_scaffolding.scss */
.fl {
  float: left;
  display: inline;
}

/* line 34, scss/_scaffolding.scss */
.fr {
  float: right;
  display: inline;
}

/*---------------------------------------------------------
	Page structure
------------------------------------------------------------ */
/* line 41, scss/_scaffolding.scss */
#page {
  padding: 0 20px;
  padding:  0 1.429rem;
  zoom: 1;
  margin: 0 auto;
  width: 960px;
  width: 68.571rem;
}
/* line 36, scss/_preboot.scss */
#page:before, #page:after {
  display: table;
  content: "";
}
/* line 40, scss/_preboot.scss */
#page:after {
  clear: both;
}

/* line 47, scss/_scaffolding.scss */
body.custom-background #page {
  padding: 0 40px;
  padding:  0 2.857rem;
  margin-top: 48px;
  margin-top: 3.429rem;
  margin-bottom: 48px;
  margin-bottom: 3.429rem;
  -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/* line 53, scss/_scaffolding.scss */
#primary {
  margin: 24px 0;
  margin:  1.714rem 0;
  float: left;
  width: 69.271%;
}

/* line 60, scss/_scaffolding.scss */
body.page-template-full-width-page-php #primary,
body.page-template-homepage-php #primary {
  width: 100%;
}

/* line 64, scss/_scaffolding.scss */
#secondary {
  margin: 24px 0;
  margin:  1.714rem 0;
  float: right;
  width: 26.042%;
}

/*---------------------------------------------------------
	Header
------------------------------------------------------------ */
/*---------------------------------------------------------
	Navigation
------------------------------------------------------------ */
/* line 78, scss/_scaffolding.scss */
nav.main-navigation {
  clear: both;
  position: absolute;
  right: 0;
  top: 153px;
  display: block;
  margin: 0 auto 6px;
}
/* line 85, scss/_scaffolding.scss */
nav.main-navigation ul {
  font-size: 13px;
  font-size: 0.929rem;
  list-style: none;
  margin: 0 0 0 -0.813em;
  padding-left: 0;
}
/* line 91, scss/_scaffolding.scss */
nav.main-navigation li {
  float: left;
  position: relative;
}
/* line 95, scss/_scaffolding.scss */
nav.main-navigation .current-menu-item {
  background: #ffffff;
  margin-top: 1px;
}
/* line 99, scss/_scaffolding.scss */
nav.main-navigation li a {
  color: #777777;
  display: block;
  line-height: 3.333em;
  padding: 0 1.3em;
  text-decoration: none;
}
/* line 106, scss/_scaffolding.scss */
nav.main-navigation li a:hover {
  background: #ffffff;
  margin-top: 1px;
}
/* line 112, scss/_scaffolding.scss */
nav.main-navigation ul ul {
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 3.333em;
  left: 0;
  width: 188px;
  z-index: 99999;
}
/* line 121, scss/_scaffolding.scss */
nav.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
/* line 125, scss/_scaffolding.scss */
nav.main-navigation ul ul a {
  background: #f9f9f9;
  border-bottom: 1px dotted #ddd;
  color: #444;
  font-size: 13px;
  font-size: 0.929rem;
  font-weight: normal;
  height: auto;
  line-height: 1.846;
  padding: 10px 10px;
  width: 168px;
}
/* line 137, scss/_scaffolding.scss */
nav.main-navigation ul li:hover > ul {
  display: block;
}

/* line 144, scss/_scaffolding.scss */
nav[role="navigation"].main-small-navigation {
  margin-top: 24px;
  margin-top: 1.714rem;
  text-align: center;
}
/* line 147, scss/_scaffolding.scss */
nav[role="navigation"].main-small-navigation ul {
  margin-top: 24px;
  margin-top: 1.714rem;
}
/* line 150, scss/_scaffolding.scss */
nav[role="navigation"].main-small-navigation li {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 3;
}
/* line 154, scss/_scaffolding.scss */
nav[role="navigation"].main-small-navigation a {
  color: #5e5e5e;
}
/* line 156, scss/_scaffolding.scss */
nav[role="navigation"].main-small-navigation a:hover {
  color: #21759b;
}

/* line 161, scss/_scaffolding.scss */
.menu-toggle {
  display: inline-block;
  padding: 4px 10px;
  padding:  0.286rem 0.714rem;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.786rem;
  line-height: 1.182;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e6e6e6));
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
/* line 173, scss/_scaffolding.scss */
.menu-toggle:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ebebeb));
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
/* line 178, scss/_scaffolding.scss */
.menu-toggle:active, .menu-toggle.toggled-on {
  color: #777777;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ebebeb), to(#e1e1e1));
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #e1e1e1));
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  -webkit-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  -moz-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border: none;
}

/* line 185, scss/_scaffolding.scss */
.main-small-navigation .menu {
  display: none;
}

/*---------------------------------------------------------
	Banner
------------------------------------------------------------ */
/* line 192, scss/_scaffolding.scss */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.429rem;
}

/*---------------------------------------------------------
	Sidebar
------------------------------------------------------------ */
/* line 198, scss/_scaffolding.scss */
div#secondary aside {
  margin-bottom: 48px;
  margin-bottom: 3.429rem;
}
/* line 201, scss/_scaffolding.scss */
div#secondary aside p,
div#secondary aside li {
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.846;
}
/* line 205, scss/_scaffolding.scss */
div#secondary aside a {
  color: #777777;
}
/* line 207, scss/_scaffolding.scss */
div#secondary aside a:hover {
  color: #21759b;
}

/*---------------------------------------------------------
	Footer
------------------------------------------------------------ */
/* line 215, scss/_scaffolding.scss */
#footer-wrapper {
  padding: 0 20px;
  padding:  0 1.429rem;
  zoom: 1;
  margin: 0 auto;
  min-width: 960px;
  min-width: 68.571rem;
}
/* line 36, scss/_preboot.scss */
#footer-wrapper:before, #footer-wrapper:after {
  display: table;
  content: "";
}
/* line 40, scss/_preboot.scss */
#footer-wrapper:after {
  clear: both;
}

/* line 221, scss/_scaffolding.scss */
#colophon {
  clear: both;
  zoom: 1;
  width: 960px;
  width: 68.571rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 36, scss/_preboot.scss */
#colophon:before, #colophon:after {
  display: table;
  content: "";
}
/* line 40, scss/_preboot.scss */
#colophon:after {
  clear: both;
}
/* line 227, scss/_scaffolding.scss */
#colophon a {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2;
  color: #fff;
  text-decoration: none;
}
/* line 232, scss/_scaffolding.scss */
#colophon a:hover {
  color: #fff;
}

/* index.css.scss
 * Basic post styling
 * ------------------------------------------------------------------ */
/*---------------------------------------------------------
	Basic post styling
------------------------------------------------------------ */
/* line 7, scss/_view_index.scss */
.entry-meta {
  clear: both;
}

/* line 10, scss/_view_index.scss */
header.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714rem;
}
/* line 12, scss/_view_index.scss */
header.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714rem;
}
/* line 15, scss/_view_index.scss */
header.entry-header .entry-title {
  font-size: 15px;
  font-size: 1.429rem;
  line-height: 1.2;
  font-weight: normal;
  color: #cd0202;
  font-size: 22px;
  font-size: 1.571rem;
  line-height: 1.091;
}
/* line 20, scss/_view_index.scss */
header.entry-header .entry-title a {
  text-decoration: none;
}
/* line 26, scss/_view_index.scss */
header.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714rem;
  font-weight: normal;
}
/* line 30, scss/_view_index.scss */
header.entry-header .entry-meta {
  margin-top: 24px;
  margin-top: 1.714rem;
  font-size: 12px;
  font-size: 0.929rem;
  line-height: 1.846;
  color: #777777;
}

/* line 38, scss/_view_index.scss */
.entry-meta a {
  color: #777777;
}
/* line 40, scss/_view_index.scss */
.entry-meta a:hover {
  color: #21759b;
}

/* line 49, scss/_view_index.scss */
div.entry-content h1,
div.entry-content h2,
div.entry-content h3,
div.entry-content h4 {
  margin: 24px 0;
  margin:  1.714rem 0;
  line-height: 1.714;
}
/* line 53, scss/_view_index.scss */
div.entry-content h1 {
  font-size: 12px;
  font-size: 1.143rem;
  line-height: 1.5;
}
/* line 57, scss/_view_index.scss */
div.entry-content h2 {
  font-size: 12px;
  font-size: 1.071rem;
  line-height: 1.6;
}
/* line 61, scss/_view_index.scss */
div.entry-content h4 {
  font-size: 12px;
  font-size: 0.929rem;
  line-height: 1.846;
}
/* line 65, scss/_view_index.scss */
div.entry-content p {
  margin: 0 0 24px 0;
  margin:  0 0 1.714rem 0;
  line-height: 1.714;
}
/* line 70, scss/_view_index.scss */
div.entry-content img.alignleft {
  float: left;
  margin: 0 24px 0 0;
  margin:  0 1.714rem 0 0;
}
/* line 75, scss/_view_index.scss */
div.entry-content ol, div.entry-content ul {
  margin: 0 0 24px 0;
  margin:  0 0 1.714rem 0;
  line-height: 1.714;
}
/* line 79, scss/_view_index.scss */
div.entry-content ul {
  list-style: disc outside;
}
/* line 82, scss/_view_index.scss */
div.entry-content ol {
  list-style: decimal outside;
}
/* line 85, scss/_view_index.scss */
div.entry-content li {
  margin: 0 0 0px 24px;
  margin:  0 0 0px 1.714rem;
}
/* line 88, scss/_view_index.scss */
div.entry-content blockquote {
  padding: 24px;
  padding: 1.714rem;
  font-style: italic;
}
/* line 92, scss/_view_index.scss */
div.entry-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2;
}
/* line 97, scss/_view_index.scss */
div.entry-content pre {
  margin: 24px 0;
  margin:  1.714rem 0;
  padding: 24px;
  padding: 1.714rem;
  line-height: 1.714;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2;
  overflow: auto;
}
/* line 105, scss/_view_index.scss */
div.entry-content pre code {
  display: block;
}
/* line 109, scss/_view_index.scss */
div.entry-content img.alignleft {
  float: left;
  margin: 0 24px 24px 0;
  margin:  0 1.714rem 1.714rem 0;
}
/* line 113, scss/_view_index.scss */
div.entry-content img.alignright {
  float: right;
  margin: 0 0 24px 24px;
  margin:  0 0 1.714rem 1.714rem;
}
/* line 117, scss/_view_index.scss */
div.entry-content iframe {
  margin-bottom: 24px;
  margin-bottom: 1.714rem;
}

/* line 121, scss/_view_index.scss */
div#content article {
  padding-bottom: 24px;
  padding-bottom: 1.714rem;
  margin-bottom: 72px;
  margin-bottom: 5.143rem;
}

/* line 125, scss/_view_index.scss */
div.page-links {
  line-height: 1.714;
}

/* line 128, scss/_view_index.scss */
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714rem;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.846;
  color: #777777;
}

/* line 134, scss/_view_index.scss */
footer .edit-link {
  margin: 24px 0;
  margin:  1.714rem 0;
}

/* archive.css.scss
 * Styling for the archive view
 * ------------------------------------------------------------------ */
/* line 6, scss/_view_archive.scss */
.archive #content h1.archive-title {
  margin-bottom: 48px;
  margin-bottom: 3.429rem;
  padding-bottom: 22px;
  padding-bottom: 1.571rem;
  border-bottom: 1px solid #ededed;
  color: #636363;
}

/* content-image.css.scss
 * Image post styling
 * ------------------------------------------------------------------ */
/* line 6, scss/_view_content-image.scss */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.846;
  font-weight: normal;
}
/* line 11, scss/_view_content-image.scss */
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 2.182;
}

/* content-link.css.scss
 * Link post styling
 * ------------------------------------------------------------------ */
/* line 6, scss/_view_content-link.scss */
article.format-link header {
  padding: 0 10px;
  padding:  0 0.714rem;
  float: right;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 2.182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 18, scss/_view_content-link.scss */
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
/* line 21, scss/_view_content-link.scss */
article.format-link .entry-content a {
  font-size: 22px;
  font-size: 1.571rem;
  line-height: 1.091;
  text-decoration: none;
}

/* content-quote.css.scss
 * Quote post styling
 * ------------------------------------------------------------------ */
/* line 6, scss/_view_content-quote.scss */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.714rem;
}
/* line 10, scss/_view_content-quote.scss */
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0 24px;
  padding:  1.714rem 1.714rem 0 1.714rem;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}

/* comments.css.scss
 * Comment styling
 * ------------------------------------------------------------------ */
/* line 4, scss/_view_comments.scss */
#comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.429rem;
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.5;
  font-weight: normal;
}

/* line 11, scss/_view_comments.scss */
#comments article {
  zoom: 1;
  margin: 24px 0;
  margin:  1.714rem 0;
}
/* line 36, scss/_preboot.scss */
#comments article:before, #comments article:after {
  display: table;
  content: "";
}
/* line 40, scss/_preboot.scss */
#comments article:after {
  clear: both;
}
/* line 14, scss/_view_comments.scss */
#comments article header {
  position: relative;
  zoom: 1;
  margin: 0 0 48px 0;
  margin:  0 0 3.429rem 0;
}
/* line 36, scss/_preboot.scss */
#comments article header:before, #comments article header:after {
  display: table;
  content: "";
}
/* line 40, scss/_preboot.scss */
#comments article header:after {
  clear: both;
}
/* line 18, scss/_view_comments.scss */
#comments article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
/* line 24, scss/_view_comments.scss */
#comments article header cite,
#comments article header time {
  display: block;
  margin-left: 65px;
  margin-left: 4.643rem;
}
/* line 28, scss/_view_comments.scss */
#comments article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.6;
}
/* line 33, scss/_view_comments.scss */
#comments article header time {
  line-height: 1.714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857rem;
  color: #5e5e5e;
}
/* line 39, scss/_view_comments.scss */
#comments article header a {
  text-decoration: none;
  color: #5e5e5e;
}
/* line 42, scss/_view_comments.scss */
#comments article header a:hover {
  color: #21759b;
}
/* line 46, scss/_view_comments.scss */
#comments article header cite a {
  color: #444444;
}
/* line 48, scss/_view_comments.scss */
#comments article header cite a:hover {
  text-decoration: underline;
}
/* line 52, scss/_view_comments.scss */
#comments article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding:  0.429rem 0.857rem;
  font-size: 12px;
  font-size: 0.857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#009cee), to(#0088d0));
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009cee), color-stop(100%, #0088d0));
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #007cbd;
}
/* line 65, scss/_view_comments.scss */
#comments article p {
  margin: 24px 0;
  margin:  1.714rem 0;
  line-height: 1.714;
}

/* line 71, scss/_view_comments.scss */
a.comment-reply-link {
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.846;
  color: #686868;
}
/* line 75, scss/_view_comments.scss */
a.comment-reply-link:hover {
  color: #21759b;
}

/*---------------------------------------------------------
	Form
------------------------------------------------------------ */
/* line 83, scss/_view_comments.scss */
#respond {
  margin-top: 48px;
  margin-top: 3.429rem;
}
/* line 85, scss/_view_comments.scss */
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.5;
}
/* line 88, scss/_view_comments.scss */
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857rem;
}
/* line 94, scss/_view_comments.scss */
#respond form {
  margin: 24px 0;
  margin:  1.714rem 0;
}
/* line 96, scss/_view_comments.scss */
#respond form p {
  zoom: 1;
  margin: 11px 0;
  margin:  0.786rem 0;
}
/* line 36, scss/_preboot.scss */
#respond form p:before, #respond form p:after {
  display: table;
  content: "";
}
/* line 40, scss/_preboot.scss */
#respond form p:after {
  clear: both;
}
/* line 100, scss/_view_comments.scss */
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714rem;
}
/* line 103, scss/_view_comments.scss */
#respond form label {
  display: block;
  line-height: 1.714;
}
/* line 108, scss/_view_comments.scss */
#respond form input[type="text"],
#respond form textarea {
  font-family: inherit;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.714;
  padding: 10px;
  padding: 0.714rem;
  border: 1px solid #d5d2ca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 96%;
  resize: vertical;
}
@media screen and (min-width: 600px) {
  /* line 119, scss/_view_comments.scss */
  #respond form input[type="text"] {
    width: 46.333%;
  }
  /* line 122, scss/_view_comments.scss */
  #respond form textarea.blog-textarea {
    width: 79.667%;
  }
}
/* line 126, scss/_view_comments.scss */
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2;
  color: #5e5e5e;
}

/* line 134, scss/_view_comments.scss */
.required {
  color: red;
}

/* line 137, scss/_view_comments.scss */
label ~ span.required {
  display: block;
  float: left;
  margin: -18px 0 0 -16px;
  margin:  -1.286rem 0 0 -1.143rem;
}

/* _view_homepage.css.scss
 * Home page template styling
 * ------------------------------------------------------------------ */
@media screen and (min-width: 600px) {
  /* line 7, scss/_view_homepage.scss */
  section.home-top h1.entry-title {
    margin: 0 0 24px 0;
    margin:  0 0 1.714rem 0;
  }
  /* line 10, scss/_view_homepage.scss */
  section.home-top.thumbnail {
    float: left;
    width: 47.917%;
  }
}

@media screen and (min-width: 600px) {
  /* line 16, scss/_view_homepage.scss */
  .entry-page-image {
    float: right;
    width: 47.917%;
  }
}

/* line 23, scss/_view_homepage.scss */
.page-template-homepage-php #secondary {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.714rem;
  border-top: 1px solid #ededed;
}
@media screen and (min-width: 600px) {
  /* line 29, scss/_view_homepage.scss */
  .page-template-homepage-php #secondary aside {
    float: left;
    width: 21.875%;
    margin: 0 40px 24px 0;
    margin:  0 2.857rem 1.714rem 0;
  }
  /* line 34, scss/_view_homepage.scss */
  .page-template-homepage-php #secondary aside:nth-child(4n+4) {
    margin: 0 0 24px 0;
    margin:  0 0 1.714rem 0;
  }
}

/* widgets.css.scss
 * All widget styling
 * ------------------------------------------------------------------ */
/* line 4, scss/_widgets.scss */
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.846;
  color: #686868;
}
/* line 12, scss/_widgets.scss */
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}

/* line 17, scss/_widgets.scss */
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.846;
}
/* line 22, scss/_widgets.scss */
.widget_search input[type="text"] {
  padding: 3px 6px;
  padding:  0.214rem 0.429rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 26, scss/style.scss */
#masthead {
  position: relative;
  height: 486px;
}

/* line 30, scss/style.scss */
.site-title {
  width: 392px;
  position: absolute;
  z-index: 1;
}

/* line 35, scss/style.scss */
.site-title a {
  display: block;
  background: url(images/logo.png) no-repeat;
  width: 392px;
  height: 207px;
  text-indent: -999em;
}

/* line 42, scss/style.scss */
.tel {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 30px;
}

/* line 48, scss/style.scss */
#main {
  border: 1px solid #c3c3c3;
  border-width: 0 1px;
  background: #fff;
  overflow: hidden;
  padding: 0 0 0 20px;
}

/* line 55, scss/style.scss */
#footer-wrapper {
  background: #db5b1c url(images/ftbg.png) repeat-x;
}

/* line 58, scss/style.scss */
#colophon .footer-right {
  height: 45px;
  text-align: right;
}

/* line 62, scss/style.scss */
#colophon .footer-right li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  margin-left: 40px;
}
/* line 7, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#colophon .footer-right li {
  *display: inline;
}

/* line 66, scss/style.scss */
#colophon .footer-right li a {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  display: block;
  height: 45px;
  line-height: 45px;
}

/* line 74, scss/style.scss */
#footer-widget-area {
  overflow: hidden;
  width: 640px;
  margin-top: 10px;
}

/* line 79, scss/style.scss */
#footer-widget-area .widget {
  float: left;
  display: inline;
  width: 25%;
  font-size: 13px;
}

/* line 85, scss/style.scss */
#footer-widget-area .widget h3 {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  text-transform: none;
}

/* line 92, scss/style.scss */
#footer-widget-area .textwidget {
  padding-right: 20px;
  line-height: 2;
  color: white;
}

/* line 97, scss/style.scss */
#footer-widget-area .textwidget p {
  margin-bottom: 15px;
}

/* line 100, scss/style.scss */
.site-info {
  clear: both;
  padding-top: 23px;
  height: 30px;
  text-align: right;
  color: #000000;
  font-size: 12px;
}

/* line 108, scss/style.scss */
.site-info p {
  margin: 0;
}

/* line 112, scss/style.scss */
.full-width #primary {
  width: 100%;
}

/* line 116, scss/style.scss */
.single-attachment .attachment {
  text-align: center;
}

/* line 119, scss/style.scss */
#secondary .gallery .gallery-item {
  background: url(images/frame.png) no-repeat;
  width: 223px;
  height: 160px;
  padding-top: 6px;
}

/* line 125, scss/style.scss */
.menu {
  background: url(images/menu.png) no-repeat top right;
  overflow: hidden;
  width: 592px;
}

/* line 132, scss/style.scss */
nav.main-navigation li {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #fff;
}

/* line 136, scss/style.scss */
nav.main-navigation li.page-item-15 {
  border: 0;
}

/* line 140, scss/style.scss */
#post-15 .wpcf7 {
  overflow: hidden;
  border: 1px solid #333;
  border-width: 1px 0;
  padding-top: 15px;
  margin-bottom: 15px;
}

/* line 147, scss/style.scss */
#post-15 .wpcf7-text {
  border: 1px solid #d2d2d1;
  padding: 9px 3px;
}

/* line 151, scss/style.scss */
#post-15 .wpcf7-textarea {
  width: 330px;
  height: 150px;
}

/* line 155, scss/style.scss */
#post-15 .wpcf7-submit {
  background: url(images/submit.png) no-repeat top right;
  width: 240px;
  height: 42px;
  display: block;
  border: 0;
  text-indent: -999em;
  cursor: pointer;
  float: right;
  margin-top: -20px;
  margin-right: 4px;
}

/* line 169, scss/style.scss */
div.entry-content p {
  line-height: 22px;
}

/* line 173, scss/style.scss */
.wpcf7 textarea,
.wpcf7 input {
  border: 1px solid #c3c3c3;
  padding: 1px 3px;
}

/* line 177, scss/style.scss */
.wpcf7 textarea {
  resize: vertical;
}

/* line 181, scss/style.scss */
#post-45 .wpcf7-text {
  float: right;
}

/* line 185, scss/style.scss */
.wpcf7 textarea {
  width: 98%;
}

/* line 189, scss/style.scss */
.page-id-57 li {
  list-style: none;
}

/* line 193, scss/style.scss */
.slider-wrapper {
  clear: both;
  padding-top: 202px;
}

/* line 197, scss/style.scss */
.nivoSlider {
  overflow: hidden;
  height: 284px;
  margin: 0 auto;
}

/* line 202, scss/style.scss */
#slider {
  box-shadow: none;
}

/* line 205, scss/style.scss */
#slider img {
  width: 960px;
}

/* line 209, scss/style.scss */
#menu-item-103 {
  padding-left: 10px;
}

/* line 212, scss/style.scss */
#menu-item-109 {
  border-right: 0;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
/* line 218, scss/style.scss */
.clear {
  clear: both;
}

/* line 222, scss/style.scss */
body {
  position: relative;
}

/* line 225, scss/style.scss */
.hlogin-form {
  position: absolute;
  z-index: 999;
  background: #000;
  border-bottom: 5px solid #db5a1b;
  width: 100%;
  top: 0;
  display: none;
}

/* line 234, scss/style.scss */
.hlogin-form #loginform {
  width: 960px;
  margin: 0 auto;
}

/* line 239, scss/style.scss */
.hlogin-form #loginform p {
  float: left;
  display: inline;
  padding: 15px;
  color: #fff;
}

/* line 245, scss/style.scss */
.login {
  position: absolute;
  right: 10px;
  background: #000;
  padding: 8px 10px;
  border-radius: 0 0 5px 5px;
}

/* line 252, scss/style.scss */
.login a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

/* line 257, scss/style.scss */
.fet {
  background: url(images/fet.png) no-repeat center left;
  padding-left: 35px;
}

/* line 261, scss/style.scss */
.fpb {
  background: url(images/fpbpx.png) no-repeat top left;
  height: 200px;
  padding: 10px 5px;
}

/* line 266, scss/style.scss */
div.entry-content .fpb li {
  margin-bottom: 0;
}

/* line 269, scss/style.scss */
.page-id-80 td {
  border: 1px solid #ccc;
  padding: 5px;
}

/* line 273, scss/style.scss */
.entry-content table td {
  border: 1px solid #eee;
  padding: 10px;
}
