/*  HTML5 ✰ Boilerplate  */

@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:regular,bold);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active { color: #00a69c; }
a:hover { color: #00a69c; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #00a69c; color:#fff; text-shadow: none; }
::selection { background: #00a69c; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #00a69c; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*
 * Primary Styles
 * Author: Daniel Marino
 */

body {
  background: url("/images/bg.png") repeat;
  font-family: "Droid Sans", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

h2, h3 {
  background: url("/images/title_bg.png") 0 50% repeat;
  background: url("/images/title_bg.png") 0 0 no-repeat,
              url("/images/title_bg.png") 100% 100% no-repeat,
              url("/images/title_bg.png") 0 50% repeat;
  font-family: "Josefin Slab";
  font-size: 18px;
  font-weight: bold;
  height: 34px;
  line-height: 37px;
  margin: 0 0 12px 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}

.ie h2,
.ie h3 {
  line-height: 28px;
}

cite {
  font-style: normal;
  margin: 0 2em;
}

blockquote {
  font-style: italic;
  margin:  0 2em;
}

.question { font-style: italic; }

/* Layout */

section {
  margin-bottom: 24px;
}

#global_header {
  height: 161px;
  position: relative;
}

#global_footer {
  border-top: 3px double #c7c7c7;
  font-size: 11px;
  line-height: 1;
  padding-top: 20px;
  position: relative;
}

#container {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
  background: #fff;
  padding: 24px;
}

#main {
  position: relative;
  z-index: 2;
}

/* Logo */

#logo {
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: -65px;
}

#logo a {
  display: block;
  height: auto;
  position: relative;
  width: 230px;
}

#logo img {
  left: 0;
  position: absolute;
  top: 0;
  width: 90%;
}

/* Navigation */

nav {
  border-bottom: 3px double #c7c7c7;
  border-top: 3px double #c7c7c7;
  line-height: 1;
  margin-bottom: 24px;
  padding: 15px 0;
}

nav ul {
  text-align: center;
  width: 315px;
}

nav ul:first-child {
  float: left;
}

nav ul:last-child {
  float: right;
}

.ie nav .last {
  float: right;
}

nav li {
  display: inline;
  margin: 0 12px;
}

.ie nav li {
  margin: 0 7px;
}

nav a {
  font-family: "Josefin Slab";
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
  text-decoration: underline;
}

/* Search */

#search_form {
  background: url("/images/search_bg.png") 100% 100% no-repeat;
  height: 47px;
  padding: 5px;
  position: absolute;
  right: -24px;
  top: -75px;
}

#search_form label {
  display: none;
}

#search_form input {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 0;
  font-family: "Josefin Slab";
  font-size: 18px;
  font-weight: bold;
  float: left;
  vertical-align: middle;
}

#s {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #444;
  margin-right: 5px;
  outline: 0;
  padding: 9px 0 7px 7px;
  width: 200px;
}

.ie #s {
  font-size: 16px;
  padding: 5px 0 5px 4px;
}

#s_button {
  background: url("/images/search_button.png") 100% 0 no-repeat;
  -webkit-appearance: none;
  cursor: pointer;
  color: #00a69c;
  height: 36px;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 4px 7px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.ie #s_button {
  font-size: 16px;
  padding: 0 7px 0 0;
}

::-moz-focus-inner {
  border: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
}

input:focus,
input:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  z-index: 1;
}


/* Callouts */

.callout {
  background-image: url("/images/feature_bg.png");
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Droid Serif";
  font-size: 14px;
  font-style: italic;
  height: 61px;
  opacity: .75;
  position: absolute;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, .25);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 300px;
}

.callout:hover {
  color: #fff;
  opacity: .9;
  width: 340px;
}

.callout h3 {
  background: none;
  color: #fff;
  font-family: "Josefin Slab";
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin: 0;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, .25);
}

.ie .callout h3 {
  font-size: 16px;
}

.callout .hold_it {
  position: absolute;
  text-align: center;
  top: 11px;
}

#callout_left {
  background-position: 100% 0;
  display: block;
  left: 0;
  text-decoration: none;
}

#callout_left .hold_it {
  right: 30px;
}

#callout_right {
  background-position: 0 100%;
  right: 0;
}

#callout_right .hold_it {
  left: 30px;
}

#callout_left:hover {
  left: -40px;
}

#callout_right:hover {
  right: -40px;
}

/* Play Button */

#theme_song {
  background: url("/images/play_bg.png") no-repeat;
  height: 42px;
  left: 240px;
  position: absolute;
  top: 8px;
  width: 42px;
}

#play_button {
  background: url("/images/player_buttons.png") 0 0 no-repeat;
  display: block;
  height: 34px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  text-indent: -5000px;
  top: 5px;
  width: 34px;
  z-index: 3;
}

#play_button:hover {
  background-position: 0 100%;
  top: 3px;
}

.playing #play_button {
  background-position: 100% 0;
}

.playing #play_button:hover {
  background-position: 100% 100%;
}

#play_spinny {
  background: url("/images/play_spinny.png") no-repeat;
  display: block;
  height: 42px;
  overflow: hidden;
  text-indent: -5000px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 42px;
  z-index: 2;
  -webkit-animation: spinny 3s 9999 linear;
}

.paused #play_spinny {
  opacity: 0;
}

.playing #play_spinny {
  opacity: 1;
}

.ie #play_spinny {
  display: none;
}

/* Using the .visuallyhidden class
 * causes horizontal overflow on iOS */
.omg_hide_it {
  position: absolute;
  left: -500px;
}

@-webkit-keyframes spinny {
 from {
   -webkit-transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(360deg);
 }
}

/* Hats */


.greysquare {
background:#ebebeb;
}
.greysquare:hover{
background: rgba(250, 175, 64, .25); 
}
.hat {
  background: #ebebeb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  float: left;
  line-height: 1;
  margin: 0 12px 12px 0;
  padding: 10px;
  width: 180px;
}

.hat:hover {
  background: rgba(250, 175, 64, .25);
}

.hat:nth-child(odd) {
  margin-right: 0;
}

.ie .hat.even {
  margin-right: 0;
}

.hat .img_wrap {
  display: block;
  height: 180px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.hat img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hat .meta {
  position: relative;
}

.hat .controls {
  background: transparent url("/images/controls_bg.png") 0 0 no-repeat;
  padding: 0 0 2px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.hat:hover .controls {
  background-position: 0 100%;
}

.hat .controls a {
  color: #9d9d9d;
  font-size: 11px;
  float: left;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}

.hat .controls a:hover,
.hat .controls a.voted {
  color: #00a69c;
}

.hat .title {
  display: block;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.hat .comment {
  margin-right: 7px;
  padding-left: 10px;
}

.hat span {
  display: block;
  height: 10px;
  left: 0;
  opacity: .25;
  overflow: hidden;
  position: absolute;
  text-indent: -5000px;
  top: 0;
  width: 12px;
}

.hat .comment span {
  background: url("/images/icons_small.png") 100% 0 no-repeat;
}

.hat .vote span {
  background: url("/images/icons_small.png") 0 0 no-repeat;
}

.hat .vote span.count {
  background: none;
}

.hat .comment:hover span,
.hat .vote:hover span,
.hat .voted span {
  opacity: 1;
}

.hat .comment:hover span {
  background-position: 100% 100%;
}

.hat .vote:hover span,
.hat .voted span {
  background-position: 0 100%;
}

.hat .voted {
  cursor: default;
}

/* President's Message & Tweets */

#message,
#tweet {
  line-height: 1.7;
}

#message p,
#tweet p {
  font-family: "Droid Serif";
  font-size: 14px;
  font-style: italic;
  margin: 10px 20px;
}

#message cite,
#tweet cite {
  font-style: normal;
  margin: 0 20px;
}

#tweet {
  display: none;
}

/* Hat Instances */

#sweetest .hat {
  float: none;
  margin: 0;
  width: auto;
}

#sweetest .hat .img_wrap {
  height: 392px;
}

#sweetest .hat .title {
  font-size: 13px;
}

#featured .hat {
  margin-right: 12px;
  width: 378px;
}

#featured .hat .img_wrap {
  height: 378px;
  margin-bottom: 0;
}

#featured .hat .meta {
  display: none;
}

/* Misc */

.more a,
.prev a {
  background: url("/images/arrow.png") 100% 0 no-repeat;
  clear: both;
  color: #fff;
  display: block;
  font-family: "Josefin Slab";
  font-size: 18px;
  font-weight: bold;
  display: block;
  height: 34px;
  line-height: 34px;
  opacity: .5;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, .25);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.prev a {
  background-position: 0 100%;
}

.ie .more a,
.ie .prev a {
  line-height: 28px;
}

.more a:hover,
.prev a:hover {
  color: #fff;
  opacity: .85;
}

#pagination {
  height: 34px;
  position: relative;
  margin-bottom: 24px;
}

#pagination .more a {
  position: absolute;
  right: 0;
}

#pagination .prev a {
  position: absolute;
  left: 0;
}

#pagination .more a:hover {  right: -38px; }
#pagination .prev a:hover {  left: -38px; }

#cramerdev {
  background: url("/images/cramerdev.png") no-repeat;
  top: 12px;
  height: 25px;
  opacity: .75;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -5000px;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
  width: 159px;
}

#cramerdev:hover {
  opacity: 1;
}

/* Archives and Search Results */

.archive .hat,
.search .hat {
  margin: 0 12px 12px 0;
  width: 183px;
}

.archive .hat:nth-child(4n),
.search .hat:nth-child(4n) {
  margin-right: 0;
}

.archive .hat .img_wrap,
.search .hat .img_wrap {
  height: 183px;
}

/* Internal Pages */

.page article,
.single article {
  float: left;
  width: 624px;
}

.page article p {
  font-size: 14px;
  margin-bottom: 12px;
}

.page aside,
.single aside {
  float: right;
  width: 200px;
}

.page aside .more a,
.single aside .more a {
  width: 200px;
}

.page aside .more a:hover,
.single aside .more a:hover {
  width: 238px;
}

/* User Pages */

#user_info,
#user_social {
  float: right;
  padding: 12px;
  width: 190px;
}

#user_info dt {
  color: #959595;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 12px;
  font-style: italic;
}

#user_info dd {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

#user_info dd:last-child {
  margin-bottom: 0;
}

#user_social {
  background: #ceeeec;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

#user_social ul {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  margin: 0;
}

#user_social ul li {
  margin-bottom: 12px;
}

#user_social ul li:last-child {
  margin-bottom: 0;
}

#user_social ul span {
  background-image: url("/images/icons_large.png");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 24px;
  margin-right: 7px;
  opacity: .3;
  overflow: hidden;
  position: relative;
  text-indent: -5000px;
  top: -2px;
  width: 24px;
}

/*
#user_social .vote:after {
  content: ' votes';
}
*/

#user_social .vote span { background-position: 0 0; width: 23px; }
#user_social .comment span { background-position: -23px 0; }
#user_social .twitter span { background-position: -47px 0; }
#user_social .facebook span { background-position: -71px 0; }

#user_social ul a:hover span,
#user_social .voted span {
  opacity: 1;
}

#user_social .vote:hover span,
#user_social .voted span { background-position: 0 100%; width: 23px; }
#user_social .comment:hover span { background-position: -23px 100%; }
#user_social .twitter:hover span { background-position: -47px 100%; }
#user_social .facebook:hover span { background-position: -71px 100%; }

#user_social .vote span + span,
#user_social .vote:hover span + span {
  background-image: none;
  display: inline;
  float: none;
  height: auto;
  margin-right: 0;
  opacity: 1;
  overflow: none;
  text-indent: 0;
  top: 0;
  width: auto;
}

#user_info .whiteout {
  background: transparent url("/images/whiteout.png") 100% 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

#user_social .textcontainer,
#user_social .bartext {
  display: none;
}

/* Join Page */

.join h2 + span {
  display: block;
  font-size: 22px;
  font-family: "Droid Serif";
  font-style: italic;
  line-height: 1.2;
  margin: 24px auto 24px;
  text-align: center;
  width: 640px;
}

.join .join_methods {
  margin: 0 auto;
  width: 674px;
}

.join .join_grid {
  display: block;
  margin: 0 0 24px;
  position: relative;
  vertical-align: top;
}

.join #form_var,
.ios .join #instagram_var {
  float: left;
}

.join #instagram_var,
.ios .join #form_var {
  float: right;
}

.join .box {
  background: #efefef;
  font-family: "Droid Serif";
  font-size: 14px;
  font-style: italic;
  padding: 25px;
  position: relative;
  text-align: left;
  width: 275px;
}

.join .box ol li {
  font-size: 15px;
  margin-bottom: 25px;
}

.join .box ol li:first-child {
  padding-right: 65px;
}

.join .box code {
  color: #1a1a1a;
  font-style: normal;
}

.join .join_button,
.join #gform_submit_button_1 {
  border: 0;
  background: url("/images/arrow.png") 100% 0 no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  clear: both;
  color: #fff;
  display: block;
  font-family: "Josefin Slab";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  display: block;
  height: 34px;
  line-height: 34px;
  opacity: .5;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, .25);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 266px;
}

.join .join_button:hover,
.join #gform_submit_button_1:hover {
  opacity: 1;
  width: 281px;
}

.join a.disabled {
  cursor: default !important;
}

.join .instagram_icon {
  background: transparent url("/images/instagram.png") no-repeat;
  color: #fff;
  display: block;
  height: 76px;
  overflow: hidden;
  position: absolute;
  right: -35px;
  text-indent: -5000px;
  top: 25px;
  width: 98px;
}

.ios .instagram_icon {
  right: 2px;
}

.join #your_smokin_ios {
  background: rgba(0, 0, 0, .85);
  color: #fff;
  font-family: "Droid Serif";
  font-size: 15px;
  font-style: italic;
  height: 100%;
  left: 0;
  padding: 0 24px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 277px;
}

.join #your_smokin_ios span {
  margin-top: -55px;
  position: absolute;
  top: 50%;
  width: 277px;
}

.no-ios .join #your_smokin_ios {
  display: none;
}

.gform_heading,
.gform_edit_link {
  display: none;
}

.gform_wrapper ul {
  list-style: none;
  margin: 0;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper input[type="text"] {
  font-family: "Droid Serif";
  font-size: 20px;
  font-style: italic;
}

.gfield_required {
  color: #ff0000;
  font-weight: bold;
  margin-left: 5px;
}

.gfield_error {
  background: #ffcccc;
  padding: 5px;
}

.gfield_error label {
  color: #ff0000;
  font-weight: bold;
}

.validation_error {
  color: #ff0000;
  margin-bottom: 12px;
}

.validation_message {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
}


/* LESS Framework */

/* Default Layout: 992px.
 * Gutters: 24px.
 * Outer margins: 48px.
 * Leftover space for scrollbars @1024px: 32px.
 */

body {
  width: 896px;
  margin: 0 auto;
  padding: 56px 48px 84px;
}

#sweetest,
#message,
#tweet,
#newest,
.more a,
.prev a {
  width: 412px;
}

.more a:hover,
.prev a:hover {
  width: 450px;
}

#sweetest,
#message,
#tweet {
  float: left;
}

#newest {
  float: right;
}

/* Tablet Layout: 768px.
 * Gutters: 24px.
 * Outer margins: 28px.
 * Inherits styles from: Default Layout.
 */

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

  body {
    width: 712px;
    padding: 56px 28px 60px;
  }

  #global_header {
    height: 181px;
  }

  #logo {
    top: -35px;
  }

  nav {
    padding: 0;
  }

  nav ul {
    width: 225px;
  }

  nav li {
    display: block;
    margin: 10px 0;
  }

  nav a {
    display: block;
  }

  #search_form {
    background-position: 100% 0;
    height: 35px;
  }

  .callout {
    margin-top: -10px;
    width: 205px;
  }

  .callout:hover {
    width: 245px;
  }

  .callout .hold_it {
    top: 13px;
  }

  .callout span {
    display: inline;
  }

  .callout h3 + span {
    display: none;
  }

  #callout_left .hold_it {
    right: 30px;
    width: 160px;
  }

  #callout_right .hold_it {
    left: 30px;
    width: 100px;
  }

  #theme_song {
    left: 145px;
  }

  #newest .hat:nth-child(1n+5) {
    display: none;
  }

  #newest .hat {
    margin-right: 0;
    width: 210px;
  }

  #newest .img_wrap {
    height: 210px;
  }

  #featured .hat {
    margin-right: 12px;
    width: 418px;
  }

  #featured .hat .img_wrap {
    height: 418px;
    margin-bottom: 0;
  }

  .archive .hat,
  .search .hat,
  .single aside .hat {
    width: 137px;
  }

  .single aside .hat {
    margin-right: 12px;
  }

  .single aside .hat:nth-child(5n) {
    margin-right: 0;
  }

  .single aside .more a {
    width: 664px;
  }

  .single aside .more a:hover {
    width: 702px;
  }

  .archive .hat .img_wrap,
  .search .hat .img_wrap,
  .single aside .hat .img_wrap {
    height: 137px;
  }

  #global_footer span {
    display: block;
    line-height: 1.5;
  }

  #cramerdev {
    top: 23px;
  }

  #newest,
  .more a,
  .prev a {
    width: 230px;
  }

  .more a:hover,
  .prev a:hover {
    width: 268px;
  }

  .page article {
    float: left;
    width: 440px;
  }

  .single article,
  .single aside {
    float: none;
    width: 100%;
  }

  .join .join_methods {
    width: 624px;
  }

  .join .box {
    width: 250px;
  }

  .join input,
  .join .join_button,
  .join #gform_submit_button_1 {
    width: 240px;
  }

  .join #gform_submit_button_1:hover,
  .join .join_button {
    width: 255px;
  }

  .join #your_smokin_ios,
  .join #your_smokin_ios span {
    width: 250px;
  }

}

/* Mobile Layout: 320px.
 * Gutters: 24px.
 * Outer margins: 34px.
 * Inherits styles from: Default Layout.
 */

@media only screen and (max-width: 767px) {

  body {
    width: 252px;
    padding: 32px 34px 60px;
  }

  #fb_like {
    display: none;
  }

  #global_header {
    height: 155px;
  }

  h3 span {
    display: none;
  }

  nav {
    margin: 120px 0 12px 0;
    padding: 0;
  }

  nav ul {
    float: none;
    margin: 0;
    width: 100%;
  }

  nav ul:first-child li,
  nav .first li {
    margin-bottom: 0;
  }

  nav li {
    display: block;
    margin: 9px 0;
  }

  nav a {
    display: block;
  }

  nav .nomobile {
    display: none;
  }

  #logo {
    background: transparent;
    margin-left: -79px;
    top: -170px;
    width: auto;
  }

  #logo a {
    width: 180px;
  }

  #search_form {
    background: rgba(0, 0, 0, .9);
    height: 28px;
    right: 0;
    top: 102px;
    width: 194px;
    z-index: 5;
  }

  #search_form input {
    font-size: 16px;
  }

  #s {
    margin-right: 5px;
    outline: 0;
    padding: 7px 0 5px 7px;
    width: 138px;
  }

  #s_button {
    background-position: 0 50%;
    height: 28px;
    padding: 2px 0 0;
  }

  .callout {
    background-position: 50% 0 !important;
    height: auto;
    position: static;
    width: 204px;
  }

  .callout:hover {
    width: 204px;
  }

  .callout .hold_it {
    display: block;
    padding: 10px 0;
    position: static;
    width: 100%;
  }

  .callout span {
    display: none;
  }

  #callout_left .hold_it {
    position: static;
    width: auto;
  }

  #callout_right {
    display: none;
  }

  #newest,
  #tweet,
  .more a,
  .prev a {
    width: 204px;
  }

  #sweetest,
  #message,
  #fb_comments,
  #user_social .comment,
  .hat .meta,
  .page h2 span,
  .single h2 span {
    display: none;
  }

  h2 {
    overflow: hidden !important;
  }

  #newest {
    float: none;
  }

  .hat,
  .archive .hat,
  .search .hat {
    padding: 5px;
    width: 86px;
  }

  #featured,
  .single aside {
    float: none;
    width: 100%;
  }

  #featured .hat {
    float: none;
    margin-right: 0;
    width: 194px;
  }

  #featured .hat .img_wrap {
    height: 194px;
    margin-bottom: 0;
  }

  #user_info,
  #user_social {
    float: none;
    margin: 0 0 12px;
    width: 180px;
  }

  .hat:nth-child(odd),
  .archive .hat:nth-child(even),
  .search .hat:nth-child(even)  {
    margin-right: 0;
  }

  .archive .hat:nth-child(odd),
  .search .hat:nth-child(odd) {
    margin-right: 12px;
  }

  .hat .img_wrap,
  .archive .hat .img_wrap,
  .search .hat .img_wrap {
    height: 86px;
    margin: 0;
  }

  .more a:hover,
  .prev a:hover {
    width: 242px;
  }

  .archive .more a,
  .archive .prev a {
    font-size: 15px;
    width: 96px;
  }

  .archive .more a:hover,
  .archive .prev a:hover {
    width: 134px;
  }

  #global_footer span {
    display: block;
    line-height: 1.5;
    padding: 0 20px;
    text-align: center;
  }

  #cramerdev {
    display: block;
    position: static;
    margin: 10px auto 0;
  }

  .page article,
  .page aside {
    float: none;
    margin-bottom: 24px;
    width: auto;
  }

  .page article p {
    font-size: 13px;
  }

  .join h2 + span,
  .join .join_methods,
  .join .box {
    width: auto;
  }

  .join h2 + span {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .join .join_grid {
    float: none;
    margin-bottom: 12px;
    width: 100%;
  }

  .join .box {
    height: auto !important; /* Overides Javascript function that sets .boxes to equal heights */
    padding: 12px;
  }

  .join #your_smokin_ios {
    width: 156px;
  }

  .join #your_smokin_ios span {
    margin-top: -86px;
    width: 156px;
  }

  .join .join_button,
  .join #gform_submit_button_1 {
    width: 180px;
  }

  .join #form_var,
  .join #instagram_var {
    float: none;
  }

  .join #gform_submit_button_1:hover,
  .join .join_button:hover {
    width: 232px;
  }

  .join .instagram_icon {
    margin: 20px auto;
    position: static;
  }

  .join .box ol li {
    margin-bottom: 12px;
  }

  .join .box ol li:first-child {
    padding-right: 0;
  }

  .gform_wrapper input[type="text"] {
    font-size: 16px;
    width: 174px;
  }

}

/* Wide Mobile Layout: 480px.
 * Gutters: 24px.
 * Outer margins: 22px.
 * Inherits styles from: Default Layout, Mobile Layout.
 */

@media only screen and (min-width: 480px) and (max-width: 767px) {

  body {
    width: 436px;
    padding: 50px 22px 48px;
  }

  #fb_like {
    display: block;
  }

  #global_header {
    height: 201px;
  }

  nav {
    margin: 0 0 32px 0;
  }

  nav ul {
    margin-top: 0;
    width: 110px;
  }

  nav ul:first-child,
  nav .first {
    float: left;
  }

  nav ul:last-child,
  nav .last {
    float: right;
  }

  nav li {
    display: block;
    margin: 9px 0;
  }

  nav .nomobile {
    display: block;
  }

  #logo {
    left: 50%;
    margin-left: -79px;
    top: -24px;
    width: 170px;
  }

  #logo a {
    margin-left: 10px;
    width: 150px;
  }

  #logo img {
    background: #fff;
    border: 5px solid #fff;
    border-top: 0;
  }

  #search_form {
    background: rgba(0, 0, 0, .7);
    height: 28px;
    right: -24px;
    top: -67px;
    width: 206px;
  }

  #search_form input {
    font-size: 16px;
  }

  #s {
    margin-right: 5px;
    outline: 0;
    padding: 7px 0 5px 7px;
    width: 150px;
  }

  #s_button {
    background-position: 0 50%;
    height: 28px;
    padding: 2px 0 0;
  }

  .callout {
    height: 61px;
    position: absolute;
    width: 182px;
  }

  .callout:hover {
    width: 222px;
  }

  .callout .hold_it {
    padding: 0;
    position: absolute;
    top: 13px;
  }

  .callout span {
    display: inline;
  }

  .callout h3 + span {
    display: none;
  }

  #callout_left .hold_it {
    position: absolute;
    right: 13px;
    width: 160px;
  }

  #callout_right {
    display: block;
  }

  #callout_right .hold_it {
    display: block;
    left: 15px;
    width: 100px;
  }

  #theme_song {
    left: 125px;
  }

  #newest,
  #tweet,
  .more a,
  .prev a,
  .page aside .more a,
  .single aside .more a {
    width: 388px;
  }

  .hat,
  .archive .hat,
  .search .hat {
    width: 78px;
  }

  .hat:nth-child(odd),
  .archive .hat:nth-child(even),
  .archive .hat:nth-child(odd),
  .search .hat:nth-child(even),
  .search .hat:nth-child(odd) {
    margin-right: 12px;
  }

  .hat:nth-child(4n+1),
  .archive .hat:nth-child(4n),
  .search .hat:nth-child(4n) {
    margin-right: 0;
  }

  .hat .img_wrap,
  .archive .hat .img_wrap,
  .search .hat .img_wrap {
    height: 78px;
  }

  .more a:hover,
  .prev a:hover {
    width: 426px;
  }

  .archive .more a,
  .archive .prev a {
    font-size: 18px;
    width: 188px;
  }

  .archive .more a:hover,
  .archive .prev a:hover {
    width: 226px;
  }

  #global_footer span {
    padding: 0;
  }

  .single #featured .hat {
    float: left;
  }

  #featured .hat {
    float: left;
    margin-right: 0;
    width: 174px;
  }

  #featured .hat .img_wrap {
    height: 174px;
    margin-bottom: 0;
  }

  #user_info,
  #user_social {
    float: right;
    margin: 0 0 12px;
    width: 158px;
  }

  #user_social a {
    font-size: 12px;
  }

  .page aside .more a:hover,
  .single aside .more a:hover {
    width: 426px;
  }

  .single h2 span {
    display: none;
  }

  .join .join_button,
  .join #gform_submit_button_1 {
    width: 364px;
  }

  .join #gform_submit_button_1:hover,
  .join .join_button:hover {
    width: 415px;
  }

  .gform_wrapper input[type="text"] {
    font-size: 16px;
    width: 358px;
  }

  .join #your_smokin_ios,
  .join #your_smokin_ios span {
    width: 340px;
  }

  .join #your_smokin_ios span {
    margin-top: -44px;
  }

}

/* Print Styles */

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

