/*
Theme Name: One Mozilla
Author: Craig Cook
Description: The standard WordPress theme for Mozilla network blogs.
Version: 1.4
Tags: two-columns, right-sidebar, fixed-width, responsive, adaptive-layout, custom-header, custom-menu, editor-style, featured-images, featured-posts, full-width-template, microformats, sticky-post, theme-options, translation-ready

@@Font sizes -
16px base size

16px * 3      = 48px
16px * 2      = 32px
16px * 1.75   = 28px
16px * 1.5    = 24px
16px * 1.125  = 18px
16px *  .875  = 14px
16px *  .75   = 12px
16px *  .625  = 10px

*/

/* @Fonts *********/
/* Regular */
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-regular.woff2") format("woff2"),
       url("fonts/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-italic.woff2") format("woff2"),
       url("fonts/opensans-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-semibold.woff2") format("woff2"),
       url("fonts/opensans-semibold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-semibolditalic.woff2") format("woff2"),
       url("fonts/opensans-semibolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: "Open Sans Light";
  src: url("fonts/opensans-light.woff2") format("woff2"),
       url("fonts/opensans-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Light";
  src: url("fonts/opensans-lightitalic.woff2") format("woff2"),
       url("fonts/opensans-lightitalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans Light";
  src: url("fonts/opensans-regular.woff2") format("woff2"),
       url("fonts/opensans-regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* @Reset defaults *********/
header, hgroup, nav, section, article, aside, footer, main { display: block; }
html, body, form, fieldset, legend, h1, h2, h3, h4, h5, h6, dd { margin: 0; padding: 0; }
p, pre, blockquote, ul, ol, dl, table, figure { margin: 0 0 1.5em; padding: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset { border: 0; }
legend { color: inherit; } /* For IE */
form ul, form ol { list-style: none; }
a img { border: 0; }
input, select, textarea { font-family: inherit; font-size: 100%; }
.dtstart, .dtend, .published, .updated { border: 0; }
img, video, object, embed { max-width: 100%; height: auto; }

/* @General styles ***/
html {
  border-top: 2px solid #fff;
  background: #fff;
}
body {
  font: 14px/1.6 "Open Sans", sans-serif;
  color: #333;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  -webkit-tap-highlight-color: #6bd7f3;
  -moz-tap-highlight-color: #6bd7f3;
}

/* @Headings ***/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .25em;
  color: #484848;
  line-height: 1.05;
  font-family: "Open Sans Light", sans-serif;
  font-weight: normal;
  letter-spacing: -.05em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: .875rem;
}

/* @Links ***/
a:link,
a:visited {
  color: #2983c8;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #20679e;
  text-decoration: underline;
}

/* @Accessible skip links ***/
#nav-access {
  margin-left: 30px;
  position: absolute;
  top: -100em;
}

#foot-logo .top {
  left: -999em;
  position: absolute;
}

#nav-access a:focus,
#nav-access a:active,
#foot-logo .top:focus,
#foot-logo .top:active {
  border-radius: 4px;
  display: block;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  outline: 0;
  padding: .25em 24px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 204px;
  z-index: 99;
}

#nav-access a:focus,
#nav-access a:active {
  background: rgba(255,255,255,.5);
  border: 1px solid #20679e;
  left: 0;
  top: 101em;
}

#foot-logo .top:focus,
#foot-logo .top:active {
  background: #f5f1e8;
  border: 1px solid #67a7d0;
  left: 48px;
  top: -2.75em;
}

/*  @Default @Layout: 1000px */

#page {
  background-position: center top;
  background-repeat: repeat-x;
  padding: 0 0 84px;
  position: relative;
}
.wrap {
  margin: 0 auto;
  position: relative;
  -moz-transition: padding .5s ease-out, width .5s ease-out;
  -webkit-transition: padding .5s ease-out, width .5s ease-out;
  transition: padding .5s ease-out, width .5s ease-out;
  width: 1000px;
}
#masthead {
  background-position: right top;
  background-repeat: no-repeat;
  margin: 0 30px 0 0;
  min-height: 120px;
  padding: 72px 0 48px 30px;
  position: relative;
}
#masthead.image hgroup {
  padding-right: 340px;
}

#site-title {
  font-size: 4.5em;
  letter-spacing: -3px;
  margin: 0 0 .15em -5px;
  -moz-transition: font-size .5s ease-out, letter-spacing .5s ease-out;
  -webkit-transition: font-size .5s ease-out, letter-spacing .5s ease-out;
  transition: font-size .5s ease-out, letter-spacing .5s ease-out;
}
#site-title a {
  color: #333;
  text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
  text-decoration: none;
}

#masthead #tabzilla {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#tabzilla a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('img/tabzilla-static.png');
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  position: relative;
  width: 147px;
  z-index: 2;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #tabzilla a {
    background-image: url('img/tabzilla-static-high-res.png');
    -webkit-background-size: 147px 37px;
    background-size: 147px 37px;
  }
}

#tabzilla:before {
  background-color: rgba(0, 0, 0, .1);
  content: '';
  display: block;
  height: 26px;
  left: 28px;
  position: absolute;
  top: 0;
  width: 88px;
  z-index: 1;
}

html[dir='rtl'] #tabzilla {
  float: left;
}


#content {
  padding: 0 20px;
}
#content:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.main {
  float: left;
  width: 620px;
  margin: 0 10px;
}
.sub {
  float: left;
  margin: 0 10px 0 90px;
  font-size: .875em;
  width: 220px;
}

/*** @Widgets *********/
.widget {
  clear: both;
  margin: 0 0 1.5em;
  padding: 0 1px;
}
.widget ul,
.widget ol,
.widget p {
  list-style: none;
  margin: 0 0 1em;
}
.widget ul.children {
  margin-top: .15em;
}
.widget li {
  margin-bottom: .15em;
}
.widget .widget-title {
  font-size: 1.571em;
  margin: .382em -1px 12px;
}
.widget_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.widget_calendar tfoot td,
.widget_calendar thead th {
  border: 0;
}
.widget_calendar th,
.widget_calendar td {
  border: 1px solid rgba(0,0,0,.15);
  padding: 1px;
  text-align: center;
}
.widget_calendar a {
  display: block;
}

.sub .widget_nav_menu:first-child {
  margin-top: .35em;
}

.widget_nav_menu,
.widget_categories {
  font: 1.285em/1.1 "Open Sans", sans-serif;
}
.widget_nav_menu {
  font-family: "Open Sans Light", sans-serif;
}
.widget_categories {
  font-size: 1em;
}
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li {
  border-bottom: 1px dotted rgba(0,0,0,0.2);
  margin: 0;
}
.widget_recent_entries li,
.widget_recent_comments li {
  padding: .25em 0;
}

.widget_categories .children {
  font-size: .925em;
  margin: 0;
}
.widget_categories .children li {
  border-bottom: 0;
  border-top: 1px dotted rgba(0,0,0,0.2);
  padding-left: 20px;
}
.widget_nav_menu a,
.widget_categories a {
  display: inline-block;
  padding: 8px 0;
}
.widget_nav_menu .current-menu-item a:link,
.widget_nav_menu .current-menu-item a:visited {
  color: #444;
}

/*** @Tag @Cloud *********/
.widget .tagcloud {
  line-height: 1.1;
  margin: 0 0 1em;
  text-align: center;
}
.widget .tagcloud a {
  vertical-align: middle;
}

/*** @Author @Bio */
.author-bio .widget-title {
  padding: 93px 0 0;
  position: relative;
}
.author-bio .author {
  display: block;
}
.author-bio .author .avatar {
  border: 1px solid #fff;
  left: -1px;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  position: absolute;
  top: -1px;
}
.author-bio .author:hover .avatar,
.author-bio .author:focus .avatar,
.author-bio .author:active .avatar {
  border-color: inherit;
}
.author-bio .more:after {
  content: "\00A0\00BB"; /* nbsp raquo */
  font-size: 1.2em;
}

/* @Primary @navigation *********/
#nav-primary {
  background-color: #fff;
  font-family: "Open Sans Light", sans-serif;
  margin: 0 0 48px;
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  padding: 0 20px;
  text-align: center;
}
#nav-primary ul {
  list-style: none;
  margin: 0;
}
#nav-primary li {
  display: inline-block;
  padding: 12px 0;
}
#nav-primary .current-menu-item {
  color: #444;
}
#nav-primary a {
  border-left: 1px dotted #ccc;
  display: inline-block;
  padding: 6px 15px;
}
#nav-primary li:first-child a {
  border-left: 0;
}

/* @Top @navigation *********/
#nav-top {
  position: absolute;
  top: 0;
  right: 150px;
  font-size: 13px;
}
#nav-top li {
  float: left;
  display: inline-block;
  text-transform: uppercase;
}
#nav-top a {
  display: inline-block;
  padding: 6px 12px;
}

/* @Featured posts *********/
.featured-posts {
  background: #fff;
  clear: both;
  margin: 0 0 48px;
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  padding: 20px;
}
.featured-posts:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.featured-posts h2 {
  margin: 0 0 .5em;
}
.featured-posts ul {
  list-style: none;
  margin: 0 10px;
}
.featured-posts .feature {
  clear: none;
  float: left;
  margin: 0 40px 0 0;
  width: 160px;
}
.featured-posts .feature:last-child {
  margin-right: 0;
}
.featured-posts .feature .wp-post-image {
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  display: block;
  float: none;
  margin: 0 -5px .75em;
}

.featured-posts .entry-title,
.sub .featured-posts .entry-title {
  font-size: 1.125em;
  letter-spacing: 0;
  margin: 0;
}

.sub .featured-posts {
  padding: 5px 20px;
  margin: 0 auto 1.5em;
}
.sub .featured-posts .feature {
  float: none;
  margin: 0 10px 2em;
  width: auto;
}
.sub  .featured-posts .wp-post-image {
  float: none;
  width: 130px;
}


/* @Posts *********/
.main .post,
.main .page {
  position: relative;
  clear: both;
  margin-bottom: 72px;
}

/*** @Titles */
.page-title {
  margin: -.3em 0 24px;
}
.archive .page-title,
.search-results .page-title {
  font-size: 1.75em;
  letter-spacing: -0.5px;
  margin-top: 0;
}
.entry-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0 0 .5em;
  min-height: 55px;
}
.single-post .entry-title,
.page .entry-title {
  font-size: 3em;
  letter-spacing: -2px;
}
.show-comments.no-author .entry-title {
  float: left;
  width: 410px;
}

/*** Entry @Meta */
.entry-meta {
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid rgba(255,255,255,.5);
  box-shadow: inset 0 0 3px rgba(0,0,0,.1);
  clear: both;
  font-size: .857em;
  margin: 24px 0 0;
  padding: 12px 24px 8px;
}
.entry-meta p {
  margin: 0 0 .5em;
}
.entry-meta b {
  font-weight: normal;
  margin-right: 10px;
  text-transform: uppercase;
}

/*** Entry @Header */
.entry-header {
  margin: 0 0 20px;
  padding: .5em 0 0;
  position: relative;
}
.entry-header:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.post .entry-header {
  padding-left: 92px;
}
.page .entry-title {
  margin: 0;
  min-height: 0;
}
.page .entry-header,
.single-post .entry-header,
.no-author .entry-header {
  padding-bottom: 0;
}
.post.no-results .entry-header {
  padding-left: 0;
}
.post.no-results .entry-title {
  min-height: auto;
}
.post .entry-info {
  clear: both;
  overflow: hidden;
  margin-left: -92px;
}

/*** Post @Author */
.entry-header .vcard {
  display: inline-block;
  font-size: 16px;
  margin: .75em 25px .25em 0;
  clear: right;
}
.entry-header cite {
  font-style: normal;
}
.entry-header .vcard img {
  border: 1px solid #fff;
  float: left;
  margin-right: 6px;
}
.entry-header .vcard a:hover img,
.entry-header .vcard a:focus img,
.entry-header .vcard a:active img {
  border-color: inherit;
}

/*** Comment Count */
.entry-comments {
  clear: left;
  margin: .75em 0;
}
.entry-comments a {
  display: inline-block;
  background: url("img/icn-comment.png") 0 .35em no-repeat;
  padding-left: 25px;
}


/*** @Edit buttons */
.edit {
  font-size: .857em;
}
.entry-header .edit {
  clear: both;
  float: right;
  margin: 1em 0;
  text-align: right;
}
.edit a {
  display: inline-block;
  padding: 1px 5px;
  margin-top: -2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #eee;
  background: linear-gradient(to bottom, #fff 0, #eee 100%);
}
.edit a:hover,
.edit a:focus {
  border-color: #999;
}

/*** @Posted date */
.entry-posted {
  background: url("img/bg-date-lt.png") center top no-repeat;
  font: 10px/1 "Open Sans Light", sans-serif;
  left: 0;
  padding: 6px 10px 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
.entry-posted a:link,
.entry-posted a:visited,
.entry-posted a:hover,
.entry-posted a:focus,
.entry-posted a:active {
  color: #3c3c3c;
}
.entry-posted .posted-month {
  display: block;
  font-size: 1.4em;
  text-transform: uppercase;
}
.entry-posted .posted-date {
  display: block;
  font-size: 2.6em;
  line-height: .95;
}
.entry-posted .posted-year {
  display: block;
  font-size: 1.4em;
}

/* @Content *********/
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 24px;
}
.entry-content li ul,
.entry-content li ol {
  margin: 0 0 0 24px;
}
.entry-content blockquote {
  font-style: italic;
  padding: 0 24px;
}
.entry-content blockquote em,
.entry-content blockquote i,
.entry-content blockquote cite {
  font-style: normal;
}
.entry-content dt {
  font-style: italic;
}
.entry-content dd {
  padding-left: 24px;
}
.entry-content table {
  border-collapse: collapse;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
}
.entry-content tr:nth-child(even) {
  background-color: rgba(200,200,200,.1);
}
.entry-content th,
.entry-content td {
  border-bottom: 1px solid #ddd;
  padding: 0 6px;
}
.entry-content thead th {
  background-color: rgba(200,200,200,.2);
  font-size: .857em;
  font-weight: normal;
  text-align: left;
}
.entry-content tbody th {
  text-align: left;
}

.entry-content .gist table,
.entry-content .gist th,
.entry-content .gist td {
  border: 0;
  margin: 0;
}

.entry-content pre {
  overflow: auto;
}
.entry-content code {
  font-size: .857em;
}
.entry-content hr {
  clear: both;
  margin: 30px auto;
  color: transparent;
  background: transparent;
  border-top: 1px dotted rgba(0,0,0,.25);
}
.entry-content iframe {
  max-width: 100%;
}

.entry-content img,
.entry-summary img {
  background-color: #fff;
  border: 10px solid #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  max-width: 96.5%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

::-moz-selection { background: #6bd7f3; }
::selection { background: #6bd7f3; }
img::-moz-selection { background: transparent; }
img::selection { background: transparent; }

.alignleft {
  float: left;
  margin: 0 24px .5em 0;
}
a .alignleft {
  margin: 0 24px .5em 0;
}
.alignright {
  float: right;
  margin: 0 0 .5em 24px;
}
a .alignright {
  margin: 0 0 .5em 24px;
}
.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
}

.wp-caption {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  margin-bottom: .75em;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
.wp-caption.aligncenter {
  clear: both;
  margin: 0 auto 1.5em;
}
.wp-caption img {
  border: 0;
  box-shadow: none;
  display: block;
  margin: 0;
  max-width: 100%;
}
.wp-caption.aligncenter img {
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  font-size: .923em;
  font-style: italic;
  line-height: 1.2;
  margin: .75em 5px 0;
  text-align: center;
}
.entry-content .wp-post-image,
.entry-summary .wp-post-image {
  float: left;
  margin: 0 20px 1em 0;
}

a.go:after {
  content: "\00A0\00BB"; /* nbsp raquo */
  font-size: 1.2em;
}

/* @Gallery *********/
.gallery {
  margin: 0 auto 48px;
}
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery-item {
  float: left;
  padding: 0;
  margin: 0 3% 15px;
}
.gallery-item dt {
  margin: 0;
}
.gallery-columns-1 .gallery-item { width: auto; }
.gallery-columns-2 .gallery-item { width: 30%; margin: 0 8% 15px; }
.gallery-columns-3 .gallery-item { width: 25%; margin: 0 4% 15px; }
.gallery-columns-4 .gallery-item { width: 17%; }
.gallery-columns-5 .gallery-item { width: 14%; }
.gallery-columns-6 .gallery-item { width: 10.5%; }
.gallery-columns-7 .gallery-item { width: 8%; }
.gallery-columns-8 .gallery-item { width: 6%; }
.gallery-columns-9 .gallery-item { width: 5%; }


/* @Pagination *********/
.pages {
  margin-bottom: 2em;
}
.pages span, .pages b, .pages a {
  background: #eee;
  border-radius: 3px;
  margin-right: 2px;
  padding: 1px 6px;
}
.pages .current, .pages b {
  background: #447bc4;
  color: #fff;
}
.pages a b {
  background: transparent;
  color: inherit;
  margin: 0;
  padding: 0;
}
.nav-paging {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
  font: 1em/1 "Open Sans Light", sans-serif;
  margin: 24px 0;
  padding: 12px 20px;
}
.nav-paging ul {
  list-style: none;
  margin: 0;
}
.nav-paging ul:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.nav-paging .prev {
  float: left;
  text-align: left;
  width: 45%;
}
.nav-paging .prev a:before {
  content: "\00AB\00A0"; /* laquo nbsp */
  font-size: 1.2em;
}

.nav-paging .next {
  float: right;
  text-align: right;
  width: 45%;
}
.nav-paging .next a:after {
  content: "\00A0\00BB"; /* nbsp raquo */
  font-size: 1.2em;
}

/* @Forms *********/
input,
select,
textarea,
button {
  max-width: 100%;
}

input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=text],
textarea {
  font-size: .857em;
  border: 1px solid #dbdbdb;
  background: transparent;
  background: rgba(0,0,0,0.05);
  box-shadow: inset rgba(0,0,0,0.1) 0 0 4px, rgba(255,255,255, 0.1) 0 1px 0;
  padding: 6px 10px;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=password]:hover,
input[type=text]:hover, textarea:hover {
  border-color: #bbb;
  background-color: rgba(0,0,0,0.03);
}
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
  border-color: #bbb;
  background-color: #fafafa;
  outline: 0 none;
  box-shadow: inset rgba(0,0,0,0.3) 0 0 4px, rgba(255,255,255, 0.1) 0 1px 0;
}

input[type=submit], button {
  border-radius: .25em;
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.1),inset 0 -2px 0 0 rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 8px 24px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  font: .857em/1.1 "Open Sans Light", sans-serif;
  background-color: #266194;
  background-image: linear-gradient(#3c88cc,#276195);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 rgba(0,0,0,0.2), inset 0 12px 24px 2px #3089d8;
}

form li {
  margin-bottom: 1em;
}
label {
  display: block;
  font: 1em/1.2 "Open Sans Light", sans-serif;
  padding: 0 0 .5em;
}
label .note {
  color: #666;
}

.pwform {
  margin: 0 0 1.5em;
}
.pwform br {
  display: none;
}

input::-webkit-input-placeholder {
  text-transform: uppercase;
}
input:-moz-placeholder {
  text-transform: uppercase;
}

/*** @Search */
.main .fm-search {
  margin: 0 0 2em;
}
.fm-search p {
  margin: 0;
  position: relative;
}
.fm-search #s {
  background: #fafafa;
  background: rgba(255,255,255,.8) url("img/icn-search.png") 96% 50% no-repeat;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 0 0 3px rgba(0,0,0,.02) inset;
  font-family: "Open Sans", sans-serif;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  padding: 6px 7.5% 6px 5px;
  width: 90%;
  -webkit-appearance: textfield;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.fm-search #s:hover {
  background-color: rgba(255,255,255,.9);
  border-color: #999;
}
.fm-search #s:focus {
  background-color: #fff;
  border-color: #3c3c3c;
  outline: 0;
}

/* @Comments *********/
.comments-head {
  clear: both;
  margin: 48px 0 24px;
}
.comment-list {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  padding: 19px;
  margin: 0 0 24px;
  background: #fff;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.05);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.comment-list .alt {
  background: #f7f7f7;
  -o-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 1px rgba(0,0,0,0.1);
}
.comment-list .byuser {
  border-color: #cdd3dc;
  -o-box-shadow: inset 0 2px 12px rgba(175,38,38,.01), 0 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 2px 12px rgba(175,38,38,.01), 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 12px rgba(175,38,38,.01), 0 1px 1px rgba(0,0,0,0.1);
}

.comment-list.av .comment,
#comments.comments-area .comment {
  min-height: 70px;
  padding-left: 92px;
  position: relative;
}
.comment-list .entry-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  letter-spacing: normal;
  margin: 0 0 1.5em;
  min-height: 0;
}
.comment-list .author {
  font-style: normal;
}
.comment-list .entry-title cite {
  font-style: normal;
}
.comment-list .avatar {
  border: 1px solid #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  position: absolute;
  top: 9px;
  left: 9px;
}
.comment-list a:hover .avatar,
.comment-list a:focus .avatar,
.comment-list a:active .avatar {
  border-color: inherit;
}
.comment-list .entry-content p,
.comment-list .entry-content pre,
.comment-list .entry-content blockquote {
  margin: .75em 0 0;
}
.comment-list .mod {
  background: #fff2db;
  border: 1px solid #f0dfc0;
  color: #3c3c3c;
  font-size: 1.07em;
  margin-top: 1em;
  padding: .5em 15px;
  text-align: center;
}
.comment-list .comment-util {
  font-size: 1em;
  margin: 1em 0 0;
  padding: .5em 0 0;
  border-top: 1px dotted rgba(100,100,100,.2);
}
.comment-list .comment-util a {
  margin-right: 20px;
}
.comment-list .comment-reply-link:after {
  content: "\00A0\00BB"; /* nbsp raquo */
  font-size: 1.2em;
}
.comment-list .comment-util .edit {
  font-size: 1em;
}
.comment-list ol.children {
  list-style: none;
  margin: 24px 0 0;
}
.comment-list ol.children .comment {
  font-size: 1em;
  margin: 0 0 0 -72px;
}

/* @Comment @Form *********/
#reply-title {
  font: 1.5em/1 "Open Sans Light", sans-serif;
  letter-spacing: -1px;
}
#comment-form p {
  margin-bottom: 1em;
}
#comment-list #respond {
  margin: 1em 20px;
  width: auto;
}
#comment-list .children #respond {
  margin-left: -50px;
}
#cancel-comment-reply-link {
  font-size: .8em;
  float: right;
  background: #eee;
  background: linear-gradient(to bottom, #fff 0, #eee 100%);
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 5px;
}
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active {
  border-color: #999;
}
#comment-form #errors {
  background: #ffeef0;
  border: 1px solid #fac4c7;
  margin-bottom: 1em;
  padding: .5em 15px .25em;
}
#comment-form #errors p {
  margin-bottom: .5em;
}
#comment-form .err {
  background: #ffeef0;
}
#comment-form input:not([type=submit]),
#comment-form textarea {
  font-size: .857em;
  width: 96%;
}
#comment-form #cmt-ackbar {
  position: absolute;
  left: -999em;
  height: 0;
}

/* @Footer *********/
#site-info {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.1);
  color: #bbb;
  font-size: .857em;
  overflow: hidden;
  padding: 48px 0;
}
#foot-logo,
#colophon,
#nav-meta {
  float: left;
  margin-right: 24px;
  width: 252px;
}
#site-info a:link,
#site-info a:visited {
  color: #67a7d0;
}
#site-info a:hover,
#site-info a:focus,
#site-info a:active {
  color: #5c94b8;
}
#foot-logo .logo {
  background: url("img/logo-mozilla-lt.png") 0 0 no-repeat;
  border: 0;
  display: block;
  float: left;
  height: 26px;
  -moz-transition: opacity .1s linear;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  opacity: .8;
  overflow: hidden;
  text-indent: -999em;
  width: 92px;
}
#foot-logo .logo:hover,
#foot-logo .logo:focus,
#foot-logo .logo:active {
  opacity: 1;
}
#nav-meta ul {
  list-style: none;
}
#nav-meta a {
  font-family: "Open Sans", sans-serif;
}

/*  @Tablet @Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .wrap {
    width: 760px;
  }
  .main {
    width: 520px;
  }
  .sub {
    float: right;
    width: 160px;
    margin: 0 10px;
  }

  #site-title {
    font-size: 3em;
    letter-spacing: -2px;
    margin-left: 0;
  }
  #site-description {
    font-size: 1.5em;
    letter-spacing: -.5px;
  }

  .wp-caption {
    max-width: 95%;
  }

  #site-info .wrap {
    width: 720px;
    overflow: auto;
  }

  #foot-logo,
  #colophon,
  #nav-meta {
    margin: 0 10px 1em 10px;
    width: 220px;
  }
  .featured-posts ul {
    margin: 0;
  }
  .featured-posts .feature {
    width: 146px;
    margin-right: 20px;
  }
  .featured-posts .wp-post-image {
    width: 135px;
    margin: 0 -5px .75em -5px;
  }
  .sub .featured-posts {
    padding: 5px 10px;
  }
  .sub .featured-posts .feature {
    width: auto;
  }
  .sub .featured-posts .wp-post-image {
    margin: 0 -5px .75em -5px;
    width: 110px;
    float: none;
  }

}

/*  @Mobile @Layout: 320px */
@media only screen and (max-width: 767px) {
  #page {
    padding-bottom: 24px;
  }
  .wrap {
    width: 320px;
  }
  .main {
    width: auto;
    float: none;
    margin: 0 0 2em;
  }
  .sub {
    float: none;
    width: auto;
    margin: 0 0 1em;
  }

  #masthead {
    background-image: none !important;
    margin: 0 0 24px 0;
    min-height: 0;
    padding: 58px 20px 20px;
  }
  #masthead hgroup {
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
  }
  #masthead.image hgroup {
    padding-right: 0;
  }
  #site-title {
    font-size: 2em;
    letter-spacing: -.5px;
    margin-left: 0;
  }
  #site-description {
    font-size: 1.2em;
    letter-spacing: normal;
  }

  #nav-access a:focus,
  #nav-access a:active {
    top: 110em;
  }

  .post .entry-title {
    min-height: 0;
  }
  .archive .page-title,
  .search-results .page-title {
    font-size: 1.75em;
    letter-spacing: -0.5px;
  }
  .entry-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin-bottom: .5em;
  }
  .post.no-author .entry-title {
    float: none;
    width: auto;
  }
  .post .entry-header {
    padding-left: 0;
  }
  .entry-header .edit {
    float: none;
    text-align: left;
  }

  .entry-posted {
    background-image: none;
    font-size: 1em;
    margin: 0 0 1em;
    padding: 0;
    position: static;
    text-align: left;
    width: auto;
  }
  .entry-posted .posted-month {
    display: inline;
    font-size: 1em;
    text-transform: none;
  }
  .entry-posted .posted-date {
    display: inline;
    font-size: 1em;
    line-height: 1.2;
  }
  .entry-posted .posted-year {
    display: inline;
    font-size: 1em;
  }
  .post .entry-info {
    margin-left: 0;
  }
  .post .entry-header .vcard {
    float: none;
    margin: .5em 20px .5em 0;
  }
  .entry-header .avatar {
    display: none;
  }
  .entry-content .wp-post-image,
  .entry-summary .wp-post-image {
    width: 60px;
  }

  .entry-comments {
    clear: both;
    float: none;
    margin: .5em 0;
    width: auto;
  }
  .show-comments.no-author .entry-comments {
    position: static;
  }

  .alignleft,
  .alignright {
    height: auto;
    max-width: 50%;
  }
  .size-thumbnail,
  .wp-post-image {
    height: auto;
    max-width: 30%;
  }
  .wp-caption {
    max-width: 100%;
  }

  .comment-list.av .comment {
    padding-left: 19px;
  }
  .comment-list ol.children .comment {
    margin: 0 -10px -10px;
  }
  .comment-list .avatar {
    display: none;
  }
  .comment-list .entry-title {
    font-size: 1em;
  }

  #nav-primary {
    margin: 24px 0;
    padding: 4px 10px;
    text-align: left;
  }
  #nav-primary ul {
    list-style: none;
    margin: 0;
  }
  #nav-primary li {
    display: block;
    padding: 4px 0;
    border-top: 1px dotted #ccc;
  }
  #nav-primary li:first-child {
    border: 0;
  }
  #nav-primary a {
    display: block;
    border: 0;
  }

  #site-info {
    padding: 24px 0;
  }
  #foot-logo,
  #colophon,
  #nav-meta {
    clear: both;
    float: none;
    margin: 0 20px 1em;
    -moz-transition: width .5s ease-out;
    -webkit-transition: width .5s ease-out;
    transition: width .5s ease-out;
    width: auto;
  }
  #foot-logo a {
    clear: both;
    margin: 0 0 1em;
  }
  #foot-logo .top:link,
  #foot-logo .top:visited,
  #foot-logo .top:hover,
  #foot-logo .top:focus,
  #foot-logo .top:active {
    background: transparent;
    border: 0;
    display: block;
    padding: 0;
    position: static;
    text-align: inherit;
    width: auto;
  }
  .featured-posts .feature {
    width: 100%;
  }
  .featured-posts .feature .wp-post-image {
    float: left;
    height: 60px;
    margin: -.5em 20px 12px 0;
    width: 60px;
  }
  .featured-posts .entry-title {
    padding-top: .5em;
  }
  .sub .featured-posts {
    background: #fff;
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    overflow: auto;
    padding: 20px;
  }
  .sub .featured-posts ul {
    margin: 0;
  }
  .sub .featured-posts .feature {
    margin: 0;
    float: none;
    clear: both;
    min-height: 60px;
  }
  .sub .featured-posts .feature .feature-img {
    margin: 0 20px 12px 0;
  }

}

/*  @Wide @Mobile @Layout: 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .wrap {
    padding: 0 22px;
    width: 436px;
  }
  #site-title {
    font-size: 2.5em;
    letter-spacing: -1px;
    margin-left: 0;
  }
  #site-description {
    font-size: 1.4em;
  }
  #content-sub .sidebar {
    float: left;
    width: 205px;
  }

}
