/*
Theme Name: Wordblab
Theme URI: http://demos.itismattadams.com/wordblab
Description: Wordblab is a mobile friendly WordPress theme that puts blogging first. It features 11 page templates, 3 types of blog layouts, 5 types of archive pages. Extended user profile page with links for a few social networking sites (Dribbble, Facebook, Forrst, Google+, and Twitter). Also included is a Responsive Slider Post Type plugin, for ulimate portability.
Version: 1.0.1
Author: Matt Adams
Author URI: http://itismattadams.com
Tags: custom-background, custom-menu, featured-images, fixed-width, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Reset
---------------------------------------------------------------------- */
@import url('library/css/reset.css');

/* Base
---------------------------------------------------------------------- */
@import url('library/css/base.css');

/* Layout
---------------------------------------------------------------------- */
@import url('library/css/2c-l.css');

/* Fonts
---------------------------------------------------------------------- */
/*@font-face {
  font-family: 'CabinRegular';
  src: url('library/fonts/cabin/Cabin-Regular-webfont.eot');
  src: url('library/fonts/cabin/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('library/fonts/cabin/Cabin-Regular-webfont.woff') format('woff'),
    url('library/fonts/cabin/Cabin-Regular-webfont.ttf') format('truetype'),
    url('library/fonts/cabin/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CabinBold';
  src: url('library/fonts/cabin/Cabin-Bold-webfont.eot');
  src: url('library/fonts/cabin/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('library/fonts/cabin/Cabin-Bold-webfont.woff') format('woff'),
    url('library/fonts/cabin/Cabin-Bold-webfont.ttf') format('truetype'),
    url('library/fonts/cabin/Cabin-Bold-webfont.svg#CabinBold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

/* Branding
---------------------------------------------------------------------- */
#branding .social-links {
  float: right;
  margin: -90px 25px 0 0;
}

#branding {
  margin: 40px 0 25px;
}

#site-description {
  font-family: "CabinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 30px 0 -10px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

#site-title {
  margin: 30px 0 0;
  padding: 45px 30px 40px;
}

/* Menu
---------------------------------------------------------------------- */
#menu-primary {
  margin: -25px 0 30px;
}

#menu-primary .menu {
  line-height: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-primary .menu li {
  float: left;
  margin: 0 -1px -1px 0;
  padding: 0;
  position: relative;
}

li.current-cat > a, li.current-menu-item > a, li.current_page_item > a {
  text-decoration: underline;
}

#menu-primary .menu li a {
  display: block;
  float: left;
  font-family: "CabinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 6px 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 888;
  font-weight: bold;
}

#menu-primary .menu li ul {
  display: none;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 44px;
  z-index: 999;
}

#menu-primary .menu li ul li {
  margin: 0 0 -1px;
}

#menu-primary .menu li ul a {
  float: left;
  height: auto;
  line-height: 20px;
  padding: 6px 14px;
  width: 165px;
}

#menu-primary .menu li ul ul {
  left: 165px;
  top: 0;
}

#menu-primary .menu li:hover ul,
#menu-primary .menu li:hover ul ul,
#menu-primary .menu li:hover ul ul ul,
#menu-primary .menu li:hover ul ul ul ul {
  display: none;
}

#menu-primary .menu li:hover ul,
#menu-primary .menu li li:hover ul,
#menu-primary .menu li li li:hover ul,
#menu-primary .menu li li li li:hover ul {
  display: block;
}

.mobile-menu-wrapper {
  display: none;
}

/* Media
---------------------------------------------------------------------- */
.hentry img {
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
  margin: 0 0 15px;
}

.hentry .post-thumb {
  float: left;
  margin: 6px 15px 0 0;
  width: 95px;
}

.hentry .video {
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
  margin: 18px 0 15px;
}

.widget img {
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

/* Responsive Slider
---------------------------------------------------------------------- */
.responsive-slider .slide-title a {
  font-family: "CabinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Posts
---------------------------------------------------------------------- */
.hentry {
  margin: 0 0 30px;
}

.entry-title {
  font-size: 16px;
  line-height: 2;
  margin-top: 0;
  /*text-transform: uppercase;*/
}

.entry-title a {
  padding: 6px 8px;
}

.entry-title .comments a {
  margin: 0 0 0 1px;
  padding: 6px 12px;
  text-decoration: none;
}

.singular-post .entry-title a {
  text-decoration: none;
}

.entry-byline {
  font-weight: bold;
  margin: 0 0 15px;
}

.more-link, .more-link:hover {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 0;
}

.page-links {
  font-weight: bold;
  margin: 0 0 20px;
}

.navigation-links {
  font-weight: bold;
  margin: 20px 0 35px;
  overflow: hidden;
  text-align: center;
}

.navigation-links a:hover span {
  text-decoration: underline;
}

#popular, #related, #bookmarks {
  margin: 0 0 25px;
}

#popular h3, #related h3 {
  margin: 0 0 15px;
}

#bookmarks h3 {
  margin: 0 0 20px;
}

/* Aside Format */
.format-aside {
  margin: 0;
}

/* Audio Format */
.format-audio .entry-content {
  margin: 0 0 10px;
}

/* Chat Format */
.format-chat .chat-author {
  font-style: normal;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 0 0 10px;
}

.format-chat .chat-text p {
  margin: 0;
  padding: 0;
}

/* Gallery Format */
.slideshow-set, .slideshow-item {
  position: relative;
}

.slideshow-caption {
  font-weight: 500;
  left: 15px;
  padding: 10px 14px;
  position: absolute;
  top: 15px;
}

.slideshow-set .next {
  display: none;
  float: right;
  font-weight: 500;
  margin: -85px 25px 0 0;
  padding: 10px 14px;
  position: relative;
  transition: 0;
  -ms-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  z-index: 999;
}

.slideshow-set .prev {
  display: none;
  float: left;
  font-weight: 500;
  margin: -85px 0 0 25px;
  padding: 10px 14px;
  position: relative;
  transition: 0;
  -ms-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  z-index: 999;
}

/* Link Format */
.format-link .entry-title a {
  display: block;
  padding: 25px;
  text-decoration: none;
}

.format-link .arrow {
  float: right;
  font-weight: bold;
}

.format-link .entry-content {
  margin: 0 0 -10px;
}

/* Status Format */ 
.format-status {
  margin: 0 0 10px;
  overflow: hidden;
}

.format-status .avatar {
  float: left;
  margin: 5px 15px 25px 0;
}

/* Video Format */
.format-video {
  margin: 0 0 25px;
}

/* Pages
---------------------------------------------------------------------- */
.page.hentry {
  border: 0;
  margin: 0 0 35px;
  padding: 0;
}

.loop-title {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 5px 8px 4px;
  text-transform: uppercase;
}

.loop-description p {
  margin: 0 0 25px;
  padding: 0;
}

.page-title {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.page-title a {
  padding: 6px 8px;
  text-decoration: none;
}

.edit-page-link {
  margin: 0 0 25px;
}

/* 404 Page */
.error-404 h1 {
  font-size: 400%;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 35px;
  text-align: center;
  text-transform: uppercase;
}

/* Attachment Page */
.singular-attachment .attachment-image {
  margin: 0 0 25px;
}

.singular-attachment .entry-title {
  margin: 0 0 30px;
}

.attachment-navigation {
  margin: 0 0 20px;
  overflow: hidden;
}

/* Archives Page */
.page-template-archives h2, .page-template-archives-by-category h2, .page-template-archives-by-tag h2 {
  font-size: 16px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.page-template-archives .post-date, .page-template-archives-by-category .post-date, .page-template-archives-by-tag .post-date {
  float: right;
  font-weight: bold;
}

/* Blog Page */
.page-template-blog-left-sidebar .content {
  float: right;
}

.page-template-blog-left-sidebar #primary {
  clear: left;
  float: left;
  width: 300px;
}

.page-template-blog-left-sidebar #secondary {
  clear: left;
  float: left;
  width: 300px;
}

.page-template-blog-no-sidebars .content {
  float: none;
  margin: 0;
  width: 100%;
}

/* Authors Page */
.author-profile, .author-header {
  overflow: hidden;
}

.author-header h2 {
  float: left;
  font-size: 16px;
  margin: 4px 0 10px;
  text-transform: uppercase;
}

.author-header .social-links {
  float: right;
  height: 18px;
  margin: 4px 0 0;
}

.author-header .social-links img {
  box-shadow: 0 0 0;
  height: 18px;
  width: 18px;
}

.author-profile .avatar {
  float: left;
  margin: 6px 15px 0 0;
}

/* Category Cloud/Tag Cloud Page */
.post-tag-cloud a {
  display: inline-block;
  font-family: "CabinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9em !important;
  margin: 0 0 4px;
  padding: 6px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

/* No Sidebars Page */
.page-template-no-sidebars .content {
  float: none;
  margin: 0;
  width: 100%;
}

.page-template-no-sidebars .hentry {
  margin: 0;
}

/* Comments
---------------------------------------------------------------------- */
#comments-template .comments-closed {
  margin: 0 0 28px;
}

#comments-template .moderation {
  font-weight: bold;
  margin: 0 0 15px;
}

#comments-template ol {
  list-style: none;
  margin: 0;
}

#comments-template li li.comment {
  padding: 0 0 0 40px;
}

#comments-template .comments-header {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
  padding: 5px 8px 4px;
  text-transform: uppercase;
}

#comments-template .avatar {
  float: left;
  height: 36px;
  margin: 4px 15px 0 0;
  padding: 4px;
  width: 36px;
}

#comments-template .comment-meta {
  margin: 0 0 20px;
  overflow: hidden;
}

#comments-template .comment-author {
  display: block;
  font-weight: bold;
}

#comments-template .comment-text {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 16px 20px 0;
}

#comments-template .comment-reply {
  display: block;
  margin: -20px 0 25px;
  text-align: right;
}

#comments-template .comment-navigation {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
}

#respond {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}

#respond h3 {
  margin: 0 0 15px;
}

#respond h3 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 8px 4px;
  /*text-transform: uppercase;*/
}

#respond #cancel-comment-reply-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px;
  text-transform: uppercase;
}

#respond .log-in-out {
  margin: 0 0 14px;
}

#respond .form-textarea {
  margin: 0 0 10px;
}

#respond .form-submit {
  float: right;
  margin: 0 0 10px;
}

/* Footer
---------------------------------------------------------------------- */
#footer, #footer a {
  font-family: "CabinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#footer ul {
  list-style: none;
  margin: 0;
}

#footer li {
  display: inline;
  margin: 0 0 0 5px;
}

#footer .nav-menu {
  float: right;
}

/* Widgets
---------------------------------------------------------------------- */
.widget {
  margin: 0 0 25px;
  overflow: hidden;
}

.widget ul {
  list-style: none;
  margin: 0;
}

.widget li {
  padding: 0 0 0 15px;
}

.widget-title {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 5px 8px 4px;
  /*text-transform: uppercase;*/
}

.widget-title a {
  text-decoration: none;
}

/* Advertisements Widget */
.widget-advertisements {
  text-align: center;
}

.widget-advertisements img {
  margin: 0 12px 20px;
  padding: 0;
}

.widget-advertisements .advertise-with-us {
  margin: -10px 0 0;
}

/* Archives/Authors/Categories Widget */
.widget-archives .post-count, .widget-authors .post-count, .widget-categories .post-count {
  float: right;
  font-weight: bold;
}

/* Calendar Widget */
.widget-calendar table {
  border-collapse: collapse;
  margin: 0 0 5px;
}

.widget-calendar caption {
  font-size: .9em;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: left;
  text-transform: uppercase;
}

.widget-calendar th {
  font-size: .8em;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.widget-calendar td {
  font-size: .85em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.widget-calendar td a {
  text-decoration: none;
}

/* Image Gallery Widget */
.widget-image-gallery a {
  display: inline-block;
  height: 84px;
  margin: 8px 8px;
  width: 84px;
}

/* Recent Comments Widget */
.widget-recent-comments li {
  margin: 0 0 10px;
  padding: 0;
}

.widget-recent-comments li:last-child {
  margin: 0;
}

.widget-recent-comments .avatar {
  float: left;
  margin: 6px 15px 0 0;
}

.widget-recent-comments .comment-content {
  display: block;
  overflow: hidden;
}

.widget-recent-comments .comment-author {
  display: block;
  font-weight: bold;
}

/* Recent Posts Widget */
.widget-recent-posts li {
  margin: 0 0 10px;
  padding: 0;
}

.widget-recent-posts li:last-child {
  margin: 0;
}

.widget-recent-posts li a {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 2px;
}

/* RSS Widget */
.widget_rss li {
  margin: 0 0 10px;
  padding: 0;
}

.widget_rss li:last-child {
  margin: 0;
}

.widget_rss img {
  display: none;
}

.widget_rss li a {
  font-weight: bold;
}

.widget_rss .rsswidget, .widget_rss .rss-date {
  display: block;
  margin: 0 0 2px;
}

/* Search Widget */
.search-form {
  position: relative;
}

.search-form .search-text {
  margin: 0;
  padding-right: 34px;
  width: 100%;
}

.search-form .search-submit, .search-form .search-submit:hover {
  border: 0;
  display: block;
  height: 12px;
  padding: 0;
  position: absolute;
  right: 12px;
  text-indent: -9999em;
  top: 14px;
  width: 12px;
  z-index: 2;
}

/* Tags Widget */
.widget-tags a {
  display: inline-block;
  font-family: "CabinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9em !important;
  margin: 4px 4px 4px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.widget-tags a span {
  display: inline-block;
  padding: 6px 10px;
  transition: all 0.1s ease-out 0.1s;
  -ms-transition: all 0.1s ease-out 0.1s;
  -moz-transition: all 0.1s ease-out 0.1s;
  -o-transition: all 0.1s ease-out 0.1s;
  -webkit-transition: all 0.1s ease-out 0.1s;
}

/* Twitter Widget */
.widget-twitter .twitter-content {
  list-style: none;
  margin: 0 0 12px;
  overflow: hidden;
  padding: 0 0 12px;
}

.widget-twitter .avatar {
  float: left;
  margin: 6px 12px 0 3px;
}

.widget-twitter .twitter-time {
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 0;
  overflow: hidden;
  padding: 10px 0 0;
  text-align: right;
  text-transform: uppercase;
}

.widget-twitter .twitter-link {
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 12px;
  text-align: center;
  text-transform: uppercase;
}

/* Mobile (Portrait) - Design for a width of 320px
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

  #body-container {
    width: 300px;
  }

  #menu-primary .menu {
    display: none;
  }

  .menu-container {
    width: 300px;
  }

  .mobile-menu {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: inherit;
  }

  .mobile-menu-wrapper {
    display: block;
    line-height: 20px;
    margin: 20px 0 20px 20px;
    padding: 8px 10px;
    position: relative;
    width: 260px;
  }

  #branding {
    margin: 40px 0 25px;
    overflow: hidden;
    padding-bottom: 0;
    width: 300px;
  }

  #site-description {
    margin: 30px auto -10px;
    width: 300px;
  }

  #site-title {
    margin: 0 0;
    text-align: center;
  }

  #branding .social-links {
    float: none;
    margin: -20px 0 40px;
    text-align: center;
  }

  .content {
    float: none;
    width: 250px;
  }

  #comments-template li li.comment {
    border: 0 !important;
    padding: 0;
  }

  #primary, #secondary, #subsidiary .widget, #subsidiary .widget:nth-child(3n+3), #subsidiary .widget.last {
    float: none;
    width: 250px;
  }

  #subsidiary {
    width: 255px;
  }

  #footer .footer-content {
    text-align: center;
    width: 300px;
  }

  #footer .nav-menu {
    float: none;
    margin: 10px 0 0;
  }

}

/* Mobile (Landscape) - Design for a width of 480px
---------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  #body-container {
    width: 460px;
  }

  #menu-primary .menu {
    display: none;
  }

  .menu-container {
    width: 460px;
  }

  .mobile-menu {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: inherit;
  }

  .mobile-menu-wrapper {
    display: block;
    line-height: 20px;
    margin: 20px 0 20px 20px;
    padding: 8px 10px;
    position: relative;
    width: 420px;
  }

  #branding {
    margin: 40px 0 25px;
    overflow: hidden;
    padding-bottom: 0;
    width: 460px;
  }

  #site-description {
    margin: 30px auto -10px;
    width: 460px;
  }

  #site-title {
    margin: 0 0;
    text-align: center;
  }

  #branding .social-links {
    float: none;
    margin: -20px 0 40px;
    text-align: center;
  }

  .content {
    float: none;
    width: 405px;
  }

  #comments-template li li.comment {
    border: 0 !important;
    padding: 0;
  }

  #primary, #secondary, #subsidiary .widget, #subsidiary .widget:nth-child(3n+3), #subsidiary .widget.last {
    float: none;
    width: 405px;
  }

  #subsidiary {
    width: 410px;
  }

  #footer .footer-content {
    text-align: center;
    width: 460px;
  }

  #footer .nav-menu {
    float: none;
    margin: 10px 0 0;
  }

}

/* Tablet (Portrait) - Design for a width of 768px
---------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  #body-container {
    width: 748px;
  }

  .menu-container {
    width: 748px;
  }

  #header {
    width: 748px;
  }

  .content {
    width: 375px;
  }

  #subsidiary {
    width: 695px;
  }

  #subsidiary .widget {
    width: 211px;
  }

  #footer .footer-content {
    text-align: center;
    width: 748px;
  }

  #footer .nav-menu {
    float: none;
    margin: 10px 0 0;
  }

}