@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,700,700italic);
html {
  font-size: 100%;
}
body {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #333333;
  background-color: #fcfcfc;
  margin: 0;
  padding: 0;
}
a {
  color: #009900;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page {
  margin: 0 auto;
  max-width: 70rem;
  background-color: #fcfcfc;
  padding: 1rem 4%;
}
#masthead {
  max-width: 45rem;
  margin: 0 auto;
  min-height: 60px;
  /*
	background: @c_link url(http://alex.amiran.it/wp-content/themes/shu2014/img/header.jpg) no-repeat 50% 50%, linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%);
	background-size: 100% auto;
	text-shadow: 1 1 6px #fff, 1 -1 6px #fff, -1 1 6px #fff, -1 -1 6px #fff;
	*/
}
#masthead a {
  color: #009900;
  text-decoration: none;
}
#masthead a:hover {
  text-shadow: 0 0 4px #009900;
}
#masthead h1 {
  margin: 0;
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 100;
}
#masthead nav {
  border: solid 1px #88cc88;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eeffee;
  margin: 0.5rem 0;
}
#masthead nav .menu-toggle {
  display: block;
  width: 100%;
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 16px;
  line-height: 1rem;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #88cc88;
  cursor: pointer;
  margin: 0;
  padding: 0.3em;
  background-color: transparent;
}
#masthead nav .menu-toggle:hover {
  background-color: #88cc88;
}
#masthead nav .assistive-text {
  display: none;
}
#masthead nav ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#masthead nav ul li a {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  display: block;
  padding: {@s_baseFont * 0.75}px {@s_baseFont * 1.5}px;
  padding: 0.75rem 1.5rem;
}
#masthead nav ul li a:hover {
  color: #009900;
}
#masthead nav ul li ul.children {
  list-style: none;
  padding-left: 1rem;
}
#masthead nav ul li ul.children li a {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: normal;
}
#masthead nav.toggled-on ul {
  display: block;
}
@media screen and (min-width: 770px) {
  header#masthead hgroup {
    border-bottom: 1px dotted #88cc88;
  }
  header#masthead nav {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent;
  }
  header#masthead nav .menu-toggle {
    display: none;
  }
  header#masthead nav ul {
    display: block;
    border-bottom: 1px dotted #88cc88;
    padding: 0.375rem 0;
  }
  header#masthead nav ul > li {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
  }
  header#masthead nav ul > li > a {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 0.375rem 0.5rem;
    margin-right: 0.5rem;
  }
  header#masthead nav ul > li > ul.children {
    display: none;
    /*display: block;*/
    position: absolute;
    left: 0;
    top: 1.74rem;
    width: 20rem;
    background-color: #eeffee;
    border: 1px solid #88cc88;
    padding: 0;
  }
  header#masthead nav ul > li:hover > ul.children {
    display: inline-block;
  }
}
footer#colophon {
  clear: both;
  margin: 2rem 0;
}
#searchform label {
  display: none;
}
#searchform #s {
  border: solid 1px #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding: 3px 4px;
  font-size: 0.9rem;
}
#searchform #searchsubmit {
  border: solid 1px #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #009900;
  color: #fcfcfc;
  padding: 2px 12px;
  font-size: 0.8rem;
  font-weight: bold;
}
#searchform #searchsubmit:hover {
  background-color: #00cc00;
  cursor: pointer;
}
#content article {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #88cc88;
  margin: 3rem 0;
}
#content article header h1 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 43.2px;
  font-size: 2.7rem;
  line-height: 59.2px;
  line-height: 3.7rem;
  font-weight: 100;
  text-align: center;
  margin: 2rem auto;
  max-width: 45rem;
  /*
				.text-shadow(0, 0, 1px, rgba(0, 0, 0, 0.7));
*/
}
#content article header h1 a {
  color: #333333;
  text-decoration: none;
  transition: all 250ms;
}
#content article header h1 a:hover {
  text-shadow: 0 0 4px #009900;
}
#content article .entry-meta {
  max-width: 45rem;
  margin: 1.2rem auto 2rem;
  clear: both;
  padding: 0.5em;
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  color: #999999;
  text-align: center;
}
#content article .entry-meta a {
  color: #999999;
}
#content article .entry-meta a:hover {
  color: #009900;
  text-decoration: none;
}
#content article .entry-meta .entry-date {
  display: block;
}
#content article .entry-meta .cat-links {
  display: block;
}
#content article .entry-meta .tag-links {
  display: block;
}
#content article .entry-meta .tag-links a + a:before {
  content: ", ";
}
#content article .entry-content {
  clear: both;
  /*
			h1, h2, h3, h4, h5, h6 {
				.text-shadow(0, 0, 1px, rgba(0, 0, 0, 0.7));
			}
*/
}
#content article .entry-content h1,
#content article .entry-content h2,
#content article .entry-content h3,
#content article .entry-content h4,
#content article .entry-content h5,
#content article .entry-content h6,
#content article .entry-content blockquote {
  max-width: 45rem;
  margin: 3rem auto 0.75rem;
  clear: both;
}
#content article .entry-content h1 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  margin-top: 0;
  font-weight: 100;
}
#content article .entry-content h2 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 48px;
  line-height: 3rem;
  font-style: italic;
  font-weight: 100;
}
#content article .entry-content h3 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 100;
}
#content article .entry-content h4 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 2rem;
  font-style: italic;
  font-weight: 100;
}
#content article .entry-content h5 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 100;
  font-weight: normal;
}
#content article .entry-content h6 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 100;
  font-style: italic;
  font-weight: normal;
}
#content article .entry-content p,
#content article .entry-content ul,
#content article .entry-content ol {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  max-width: 40rem;
  margin: 0 auto;
}
#content article .entry-content p + p,
#content article .entry-content p + ul,
#content article .entry-content ul + p,
#content article .entry-content p + ol,
#content article .entry-content ol + p {
  margin-top: 1.5rem;
}
#content article .entry-content li {
  margin-bottom: 1rem;
}
#content article .entry-content blockquote {
  border: solid 1px #88cc88;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 1.5rem auto;
  background-color: #eeffee;
  padding: {@s_baseFont * 0.75}px {@s_baseFont * 0.5}px;
  padding: 0.75rem 0.5rem;
}
#content article .entry-content blockquote p {
  font-style: italic;
}
#content article .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
#content article .entry-content pre {
  font-family: monospace;
  font-weight: normal;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 24px;
  line-height: 1.5rem;
  overflow: auto;
  background: #f5fff5;
  border: solid 1px #88cc88;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5rem;
  max-width: 45rem;
  margin: 2rem auto;
  transition: all 250ms;
}
#content article .entry-content pre:hover {
  max-width: 100%;
}
#content article .entry-content img {
  border: 0;
  display: block;
  float: right;
  max-width: 40%;
  height: auto;
  margin: 1rem 0 1rem 1rem;
}
#content article .entry-content img.aligncenter {
  max-width: 100%;
  width: 100%;
}
#content article .entry-content img.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
#content article .entry-content a.more-link {
  display: block;
  margin: 1.5rem;
  font-style: italic;
  font-size: 1.3rem;
  text-align: right;
}
#content article .entry-content #searchform {
  margin: 2rem 0;
  text-align: center;
}
#content nav.post-navigation {
  clear: both;
  border: solid 1px #88cc88;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 2rem auto 4rem;
  background-color: #eeffee;
  padding: {@s_baseFont * 0.75}px {@s_baseFont * 0.5}px;
  padding: 0.75rem 0.5rem;
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  overflow: hidden;
}
#content nav.post-navigation h1 {
  display: none;
}
#content nav.post-navigation a[rel=prev] {
  display: block;
  width: 48%;
  float: left;
}
#content nav.post-navigation a[rel=prev]:before {
  content: "« ";
}
#content nav.post-navigation a[rel=prev] span.meta-nav {
  display: none;
}
#content nav.post-navigation a[rel=next] {
  display: block;
  width: 48%;
  float: right;
  text-align: right;
}
#content nav.post-navigation a[rel=next]:after {
  content: " »";
}
#content nav.post-navigation a[rel=next] span.meta-nav {
  display: none;
}
@media screen and (max-width: 800px) {
  #content article {
    margin: 1.5rem 0;
  }
  #content article header h1 {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    font-weight: 100;
    margin: 1rem auto;
  }
  #content article .entry-meta {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
  }
  #content article .entry-content h1 {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-top: 0;
    font-weight: 100;
  }
  #content article .entry-content h2 {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-style: italic;
    font-weight: 100;
  }
  #content article .entry-content h3 {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 100;
  }
  #content article .entry-content h4 {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 2rem;
    font-style: italic;
    font-weight: 100;
  }
  #content article .entry-content h5 {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 100;
    font-weight: normal;
  }
  #content article .entry-content h6 {
    font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 100;
    font-style: italic;
    font-weight: normal;
  }
}
#comments {
  max-width: 45rem;
  margin: 0.75rem auto;
  clear: both;
}
#comments h2 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 100;
  margin: 0;
}
#comments ol {
  list-style: none;
}
#comments ol.commentlist {
  margin: 0;
  padding: 0;
}
#comments ol.commentlist li article {
  margin: 0.75rem auto;
  padding: 0.75rem 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#comments ol.commentlist li article header img {
  display: block;
  width: 36px;
  height: auto;
  float: left;
}
#comments ol.commentlist li article header > cite,
#comments ol.commentlist li article header > a {
  display: block;
  margin-left: 48px;
}
#comments ol.commentlist li article header > cite {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
#comments ol.commentlist li article header > cite a {
  margin-left: 0;
}
#comments ol.commentlist li article header > a {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
#comments ol.commentlist li article section.comment-content {
  max-width: 40rem;
  margin: 0.75rem auto;
  clear: both;
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
#comments ol.commentlist li article section.comment-content br {
  margin-bottom: 1rem;
}
#comments ol.commentlist li article section.comment-content p.edit-link {
  margin: 0;
  text-align: right;
}
#comments ol.commentlist li ol.children {
  margin: 0 0 0 4px;
  padding: 0 0 0 4px;
  border-left: 4px solid #eeffee;
}
#comments #respond {
  margin-bottom: 3rem;
}
#comments #respond h3 {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 100;
  margin: 0;
}
#comments #respond form p {
  margin: 0;
}
#comments #respond form p.logged-in-as {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 16px;
  line-height: 1rem;
}
#comments #respond form p.comment-form-author,
#comments #respond form p.comment-form-email,
#comments #respond form p.comment-form-url {
  clear: left;
  margin-bottom: 0.5rem;
}
#comments #respond form p.comment-form-author label,
#comments #respond form p.comment-form-email label,
#comments #respond form p.comment-form-url label {
  width: 20%;
  margin-right: 2%;
  display: block;
  float: left;
  text-align: right;
}
#comments #respond form p.comment-form-author input,
#comments #respond form p.comment-form-email input,
#comments #respond form p.comment-form-url input {
  display: block;
}
#comments #respond form p.comment-form-comment label {
  display: none;
}
#comments #respond form p.comment-form-comment textarea {
  width: 100%;
}
#comments #respond form p.comment-notes,
#comments #respond form p.form-allowed-tags {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #88cc88;
  margin-bottom: 1rem;
}
#comments #respond form p.form-submit {
  margin-top: 1rem;
  text-align: center;
}
#comments #respond form p.form-submit input#submit {
  font-family: "Roboto", "Droid Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 2rem;
  border: solid 1px #88cc88;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #009900;
  color: #fcfcfc;
  padding: 0.75em 1.5em;
}
#comments #respond form p.form-submit input#submit:hover {
  background-color: #00cc00;
  cursor: pointer;
}
@media screen and (min-width: 770px) {
  #comments ol.commentlist li ol.children {
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
    border-left: 8px solid #eeffee;
  }
}
.crayon-syntax {
  font-size: 0.825rem;
}
