/**
Theme Name: workshop4
Theme Description: workshop4
*/

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/***********************************************************
    Base Variables
************************************************************/
/* line 1, sass/structure/_default.scss */
html {
  font-size: 62.5%;
}

/* line 5, sass/structure/_default.scss */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 14, sass/structure/_default.scss */
a {
  text-decoration: none;
  color: #0074C2;
}
/* line 18, sass/structure/_default.scss */
a:hover {
  color: #00568f;
}

/* line 23, sass/structure/_default.scss */
p {
  margin: 0 0 40px;
}

/* line 27, sass/structure/_default.scss */
h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
}

/* line 36, sass/structure/_default.scss */
h1, h2, h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

/* line 40, sass/structure/_default.scss */
h2 {
  font-size: 36px;
}

/* line 44, sass/structure/_default.scss */
h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

/* line 52, sass/structure/_default.scss */
.screen-reader-text {
  display: none;
}

/* line 57, sass/structure/_default.scss */
.after-line:after {
  display: block;
  width: 70px;
  margin: 50px auto;
  border-bottom: 1px solid #e0e0e0;
  content: '';
}

/* line 1, sass/structure/_layout.scss */
.site-content {
  padding-top: 135px;
}

/* line 6, sass/structure/_layout.scss */
.post,
.wp_rp_content,
.footer-area,
.comments-area {
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto;
}

@font-face {
  font-family: 'socicon';
  src: url("fonts/socicon/font/socicon-webfont.eot");
  src: url("fonts/socicon/font/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/socicon/font/socicon-webfont.woff") format("woff"), url("fonts/socicon/font/socicon-webfont.ttf") format("truetype"), url("fonts/socicon/font/socicon-webfont.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
/* line 13, sass/structure/_fonts.scss */
.socicon {
  font-family: 'socicon' !important;
}

/* line 1, sass/structure/_misc.scss */
#google_ad_top {
  margin: 0 0 35px -15px;
}
@media (max-width: 730px) {
  /* line 1, sass/structure/_misc.scss */
  #google_ad_top {
    display: none;
  }
}

/* line 8, sass/structure/_misc.scss */
.EnlighterJSWrapper {
  overflow: hidden !important;
}
/* line 10, sass/structure/_misc.scss */
.EnlighterJSWrapper .EnlighterJS {
  margin: 0 0 40px !important;
}

/* line 1, sass/modules/_top-bar.scss */
.top-bar {
  box-shadow: 0 0 1px 0 #ccc;
  line-height: 65px;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.97;
}
/* line 17, sass/modules/_top-bar.scss */
.top-bar .social {
  float: right;
  font-size: 25px;
  margin-right: 50px;
}
/* line 22, sass/modules/_top-bar.scss */
.top-bar .social a {
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  float: right;
  line-height: 40px;
  margin: 10px 5px 0;
}

/* line 2, sass/modules/_all-posts.scss */
.all-posts ul {
  padding: 100px;
  font-size: 13px;
}
@media (max-width: 700px) {
  /* line 2, sass/modules/_all-posts.scss */
  .all-posts ul {
    padding: 0;
  }
}
/* line 10, sass/modules/_all-posts.scss */
.all-posts ul li {
  width: 30%;
  float: left;
  margin: 0 1.5%;
}
@media (max-width: 700px) {
  /* line 10, sass/modules/_all-posts.scss */
  .all-posts ul li {
    width: 100%;
  }
}
/* line 19, sass/modules/_all-posts.scss */
.all-posts ul li a {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
}
/* line 26, sass/modules/_all-posts.scss */
.all-posts ul li small {
  font-size: 12px;
}

/* line 1, sass/modules/_post.scss */
.entry-content {
  letter-spacing: .01rem;
  font-weight: 400;
}
/* line 6, sass/modules/_post.scss */
.entry-content img {
  clear: both;
  display: block;
  margin: 0 auto;
}
@media (max-width: 700px) {
  /* line 6, sass/modules/_post.scss */
  .entry-content img {
    width: 100%;
  }
}
/* line 17, sass/modules/_post.scss */
.entry-content h1, .entry-content h2, .entry-content h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
}
/* line 22, sass/modules/_post.scss */
.entry-content ul {
  margin-bottom: 40px;
  list-style: disc;
  padding-left: 30px;
}
/* line 28, sass/modules/_post.scss */
.entry-content strong {
  font-weight: 700;
}
/* line 32, sass/modules/_post.scss */
.entry-content em {
  font-style: italic;
}

/* line 37, sass/modules/_post.scss */
.entry-footer {
  border: 1px solid #e0e0e0;
  border-width: 1px 0 0;
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 1.6em 0 2.6em;
}

/* line 1, sass/modules/_post-buttons.scss */
#ddLinks {
  overflow: hidden;
  margin-bottom: 1.6em;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
/* line 7, sass/modules/_post-buttons.scss */
#ddLinks a {
  width: 50%;
  float: left;
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
  padding: 0.6em 0;
}
@media (max-width: 700px) {
  /* line 7, sass/modules/_post-buttons.scss */
  #ddLinks a {
    width: 100%;
    margin: 5px 0;
  }
}
/* line 19, sass/modules/_post-buttons.scss */
#ddLinks a small {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
/* line 25, sass/modules/_post-buttons.scss */
#ddLinks a:hover {
  background-color: #f9f9f9;
}
/* line 31, sass/modules/_post-buttons.scss */
#ddLinks.link33 a {
  width: 33%;
}

/* line 1, sass/modules/_related-posts.scss */
.wp_rp_plain {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 16px;
  background-image: url(./img/bg-s2.png);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding: 2em 0;
}
/* line 10, sass/modules/_related-posts.scss */
.wp_rp_plain a {
  font-size: 20px;
}
/* line 13, sass/modules/_related-posts.scss */
.wp_rp_plain a:hover {
  color: #333;
}
/* line 18, sass/modules/_related-posts.scss */
.wp_rp_plain li {
  margin: 15px 0;
}
/* line 22, sass/modules/_related-posts.scss */
.wp_rp_plain .wp_rp_comments_count {
  font-size: 12px;
}
/* line 26, sass/modules/_related-posts.scss */
.wp_rp_plain .wp_rp_excerpt {
  display: block;
}
/* line 30, sass/modules/_related-posts.scss */
.wp_rp_plain .wp_rp_thumbnail {
  float: right;
  margin-left: 30px;
}
/* line 33, sass/modules/_related-posts.scss */
.wp_rp_plain .wp_rp_thumbnail img {
  border-radius: 5px;
}

/* line 1, sass/modules/_comments.scss */
.comments-area {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 16px;
  padding-top: 2.6em;
}
/* line 6, sass/modules/_comments.scss */
.comments-area p {
  margin-bottom: 30px;
}
/* line 10, sass/modules/_comments.scss */
.comments-area .comment {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 15, sass/modules/_comments.scss */
.comments-area .comment-author {
  font-size: 13px;
}
/* line 20, sass/modules/_comments.scss */
.comments-area .comment-author cite {
  font-weight: bold;
}
/* line 23, sass/modules/_comments.scss */
.comments-area .comment-author img {
  float: left;
  margin: 0 5px 5px 0;
  border-radius: 3px;
}
/* line 30, sass/modules/_comments.scss */
.comments-area .reply {
  font-size: 13px;
}
/* line 34, sass/modules/_comments.scss */
.comments-area .depth-2,
.comments-area .depth-3 {
  margin: 30px 0 0 41px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0 none;
  padding: 30px 0 0;
  overflow: hidden;
}
/* line 43, sass/modules/_comments.scss */
.comments-area code {
  background: rgba(200, 200, 200, 0.1);
  font-family: Consolas, 'Source Code Pro', 'Courier New', monospace;
  font-size: 13px;
  border-radius: 5px;
  display: block;
  padding: 5px 10px;
}
/* line 52, sass/modules/_comments.scss */
.comments-area .comment-navigation {
  font-size: 13px;
  text-transform: uppercase;
  padding: 1.6em 0;
  text-align: center;
  border-bottom: 1px solid #dadada;
}
/* line 58, sass/modules/_comments.scss */
.comments-area .comment-navigation .page-numbers {
  padding: 0 10px;
}
/* line 63, sass/modules/_comments.scss */
.comments-area .comment-respond {
  padding-top: 2.6em;
}
/* line 66, sass/modules/_comments.scss */
.comments-area .comment-respond input {
  padding: 0 10px;
  line-height: 2.6em;
}
/* line 71, sass/modules/_comments.scss */
.comments-area .comment-respond textarea {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 200px;
}
/* line 78, sass/modules/_comments.scss */
.comments-area .comment-respond .comment-form-comment label {
  display: block;
}
/* line 83, sass/modules/_comments.scss */
.comments-area .comment-respond .submit {
  background: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 auto;
}

/* line 1, sass/modules/_footer.scss */
.footer-holder {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 13px;
  background-color: #f9f9f9;
  overflow: hidden;
  padding: 2.6em 0;
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: 800px bottom;
}
/* line 13, sass/modules/_footer.scss */
.footer-holder aside li {
  padding: 0.6em 0;
}
/* line 18, sass/modules/_footer.scss */
.footer-holder h1 {
  font-size: 13px;
  text-align: left;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 25, sass/modules/_footer.scss */
.footer-holder a {
  color: #777;
}
/* line 27, sass/modules/_footer.scss */
.footer-holder a:hover {
  color: #333;
}

/* line 1, sass/modules/_home.scss */
.home {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 16px;
  background-image: url(./img/bg-s4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 2, sass/modules/_home.scss */
.home .top-bar {
  display: none;
  background: rgba(255, 255, 255, 0.95);
}
/* line 6, sass/modules/_home.scss */
.home .site-content {
  padding: 50px 0;
}
/* line 17, sass/modules/_home.scss */
.home .posts_links a {
  font-size: 16px;
  white-space: nowrap;
  padding: 0 15px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}

blockquote {
	padding: 0 20px;
	margin-bottom: 40px;
	border-left: 2px solid #ccc;
	font-style: italic;
	font-size: 18px;
}

blockquote p {
	margin-bottom: 0;
}


