html,
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Eduardo Marker Felt";
  src: url("Marker Felt.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Eduardo Marker Felt";
  src: url("Marker Felt.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

body {
  color: #2e2a25;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #d6a974 url("assets/wood-desktop-light.png") repeat;
  background-size: 560px auto;
}

img {
  max-width: 100%;
  border: 0;
}

button,
input,
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #34312d;
  font-weight: bold;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #111111;
  text-decoration: underline;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.site-shell {
  max-width: 1120px;
  min-width: 280px;
  margin: 30px auto 40px;
  position: relative;
  border: 1px solid #bd9460;
  border-radius: 6px;
  overflow: hidden;
  background: #c89558 url("assets/pinboard-cork.png") repeat;
  background-size: 460px auto;
  -webkit-box-shadow: 0 15px 28px rgba(64,38,15,.26), inset 0 1px 0 rgba(255,255,255,.45);
  -moz-box-shadow: 0 15px 28px rgba(64,38,15,.26), inset 0 1px 0 rgba(255,255,255,.45);
  box-shadow: 0 15px 28px rgba(64,38,15,.26), inset 0 1px 0 rgba(255,255,255,.45);
}

.site-header {
  padding: 33px 42px 29px;
  border-bottom: 1px solid #d8bd91;
  text-align: left;
  background: #ead8b9 url("assets/header-soft.png") repeat-x center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,251,242,.86), inset 0 -10px 18px rgba(127,90,47,.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255,251,242,.86), inset 0 -10px 18px rgba(127,90,47,.08);
  box-shadow: inset 0 1px 0 rgba(255,251,242,.86), inset 0 -10px 18px rgba(127,90,47,.08);
}

.brand {
  float: none;
}

.brand h1 {
  margin: 0;
  color: #302d28;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255,255,255,.9), 0 2px 4px rgba(87,61,34,.12);
}

.nav-toggle {
  display: none;
}

.top-nav {
  padding: 11px 36px;
  border-top: 1px solid rgba(255,252,242,.72);
  border-bottom: 1px solid #c8a679;
  text-align: left;
  background: #ead9bc url("assets/header-soft.png") repeat-x center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,252,242,.58), inset 0 -1px 0 rgba(126,83,32,.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255,252,242,.58), inset 0 -1px 0 rgba(126,83,32,.08);
  box-shadow: inset 0 1px 0 rgba(255,252,242,.58), inset 0 -1px 0 rgba(126,83,32,.08);
}

.top-nav a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 3px 3px;
  padding: 8px 17px;
  border: 1px solid #b8ab9a;
  border-radius: 6px;
  color: #34302a;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.9);
  background: #ebe4d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdf6), color-stop(.5, #eee8dd), to(#d5cab9));
  background-image: -moz-linear-gradient(top, #fffdf6, #eee8dd 50%, #d5cab9);
  background-image: linear-gradient(to bottom, #fffdf6, #eee8dd 50%, #d5cab9);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 1px 1px rgba(78,55,30,.13);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 1px 1px rgba(78,55,30,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 1px 1px rgba(78,55,30,.13);
}

.top-nav a:hover,
.top-nav a:focus,
.top-nav a.active {
  color: #171512;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.9);
  border-color: #a9957b;
  background: #ddd2c1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee6d8), color-stop(.5, #dbcfbd), to(#c8b79d));
  background-image: -moz-linear-gradient(top, #eee6d8, #dbcfbd 50%, #c8b79d);
  background-image: linear-gradient(to bottom, #eee6d8, #dbcfbd 50%, #c8b79d);
  -webkit-box-shadow: inset 0 1px 3px rgba(84,57,27,.18), 0 1px 0 rgba(255,255,255,.42);
  -moz-box-shadow: inset 0 1px 3px rgba(84,57,27,.18), 0 1px 0 rgba(255,255,255,.42);
  box-shadow: inset 0 1px 3px rgba(84,57,27,.18), 0 1px 0 rgba(255,255,255,.42);
}

.page-wrap {
  background: #c89558 url("assets/pinboard-cork.png") repeat;
  background-size: 420px auto;
}

.desk-stage {
  padding: 32px;
  background: rgba(255,244,218,.18);
  -webkit-box-shadow: inset 0 2px 16px rgba(99,62,25,.18);
  -moz-box-shadow: inset 0 2px 16px rgba(99,62,25,.18);
  box-shadow: inset 0 2px 16px rgba(99,62,25,.18);
}

.main-column {
  float: left;
  width: 65%;
}

.side-column {
  float: right;
  width: 29%;
}

.full-column {
  float: none;
  width: auto;
  max-width: 880px;
  margin: 0 auto;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.welcome-card,
.blog-panel,
.content-panel,
.post-paper {
  position: relative;
  margin-bottom: 30px;
  padding: 74px 30px 28px;
  border: 0;
  border-radius: 2px;
  color: #35291f;
  background: transparent url("assets/notebook-paper-cutout.png") no-repeat center top;
  -webkit-background-size: 103% auto;
  -moz-background-size: 103% auto;
  background-size: 103% auto;
  -webkit-transform: rotate(-.7deg);
  -moz-transform: rotate(-.7deg);
  transform: rotate(-.7deg);
  -webkit-filter: drop-shadow(0 8px 12px rgba(49,28,13,.32));
  filter: drop-shadow(0 8px 12px rgba(49,28,13,.32));
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.welcome-card {
  border-left: 1px solid #d7c693;
}

.content-panel,
.blog-panel,
.post-paper {
  -webkit-transform: rotate(.65deg);
  -moz-transform: rotate(.65deg);
  transform: rotate(.65deg);
}

.welcome-card:before,
.blog-panel:before,
.content-panel:before,
.post-paper:before,
.image-card:before,
.photo-card:before,
.mini-polaroid:before,
.blog-polaroid:before,
.side-widget:before {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 50%;
  width: 34px;
  height: 9px;
  margin-left: -17px;
  border-radius: 50%;
  content: "";
  background: rgba(0,0,0,.28);
  -webkit-box-shadow: 0 4px 7px rgba(90,58,25,.2);
  -moz-box-shadow: 0 4px 7px rgba(90,58,25,.2);
  box-shadow: 0 4px 7px rgba(90,58,25,.2);
}

.welcome-card:after,
.blog-panel:after,
.content-panel:after,
.post-paper:after,
.image-card:after,
.photo-card:after,
.mini-polaroid:after,
.blog-polaroid:after,
.side-widget:after {
  position: absolute;
  z-index: 3;
  top: -22px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  content: "";
  background: url("assets/pushpin-red.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.content-panel:before {
  left: 42%;
}

.content-panel:after {
  left: 42%;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  transform: rotate(8deg);
}

.blog-panel:before {
  left: 48%;
}

.blog-panel:after {
  left: 48%;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.eyebrow {
  margin-bottom: 9px;
  color: #8f4d18;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.welcome-card h2,
.blog-panel h2,
.content-panel h2 {
  margin-bottom: 13px;
  color: #26211b;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.12;
  text-shadow: 0 1px 0 rgba(255,255,255,.78);
}

.welcome-card p,
.blog-intro,
.content-panel p {
  color: #3a3028;
  font-size: 18px;
}

.image-card {
  position: relative;
  margin-bottom: 30px;
  padding: 14px 14px 48px;
  border: 1px solid #eee2c6;
  border-radius: 0;
  text-align: center;
  background: #fffaf0 url("assets/paper-card.png") repeat;
  background-size: 480px auto;
  -webkit-transform: rotate(1.2deg);
  -moz-transform: rotate(1.2deg);
  transform: rotate(1.2deg);
  -webkit-box-shadow: 0 5px 13px rgba(48,28,13,.4);
  -moz-box-shadow: 0 5px 13px rgba(48,28,13,.4);
  box-shadow: 0 5px 13px rgba(48,28,13,.4);
}

.image-card:before {
  left: 58%;
}

.image-card:after {
  left: 58%;
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  transform: rotate(11deg);
}

.image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.favorite-image {
  border: 1px solid #bda575;
}

.image-caption {
  margin: 12px 0 -31px;
  color: #5d4a33;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.blog-post {
  margin-bottom: 14px;
  padding: 16px 18px;
  border: 1px solid #ccb587;
  border-radius: 4px;
  background: rgba(255,248,225,.65);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.post-date {
  margin-bottom: 5px;
  color: #91602c;
  font-size: 13px;
  font-weight: bold;
}

.blog-post h3 {
  margin-bottom: 7px;
  color: #2b241d;
  font-size: 23px;
  font-weight: bold;
}

.blog-post p {
  margin-bottom: 0;
  color: #3a3028;
  font-size: 17px;
}

.big-link-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.big-link-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(105,74,38,.24);
}

.big-link-list li:first-child {
  border-top: 0;
}

.big-link-list a {
  display: block;
  color: #393631;
  font-size: 21px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}

.big-link-list span {
  display: block;
  color: #5a4938;
  font-size: 15px;
}

.gloss-link {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #8f8679;
  border-radius: 9px;
  color: #2d2924;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.82);
  background: #ded8cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdf7), color-stop(.52, #e5ded3), to(#beb3a4));
  background-image: -moz-linear-gradient(top, #fffdf7, #e5ded3 52%, #beb3a4);
  background-image: linear-gradient(to bottom, #fffdf7, #e5ded3 52%, #beb3a4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 2px 3px rgba(72,48,26,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 2px 3px rgba(72,48,26,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 2px 3px rgba(72,48,26,.2);
}

.gloss-link:hover,
.gloss-link:focus {
  color: #171512;
  text-decoration: none;
  border-color: #746b60;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1ece3), color-stop(.52, #d9d0c2), to(#aca091));
  background-image: -moz-linear-gradient(top, #f1ece3, #d9d0c2 52%, #aca091);
  background-image: linear-gradient(to bottom, #f1ece3, #d9d0c2 52%, #aca091);
}

.photo-card {
  position: relative;
  width: 230px;
  margin: 8px auto 30px;
  padding: 14px 12px 44px;
  border: 1px solid #eee2c6;
  border-radius: 0;
  background: #fffaf0 url("assets/paper-card.png") repeat;
  background-size: 480px auto;
  -webkit-transform: rotate(3.5deg);
  -moz-transform: rotate(3.5deg);
  transform: rotate(3.5deg);
  -webkit-box-shadow: 0 8px 17px rgba(41,23,11,.48);
  -moz-box-shadow: 0 8px 17px rgba(41,23,11,.48);
  box-shadow: 0 8px 17px rgba(41,23,11,.48);
}

.photo-frame {
  width: 230px;
  height: 288px;
  overflow: hidden;
  border: 1px solid #c8b894;
  border-radius: 0;
  background: #ffffff;
}

.photo-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-card:before {
  top: 3px;
}

.photo-card:after {
  top: -22px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.photo-card p {
  margin: 12px 0 -30px;
  color: #3b3026;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.side-widget {
  position: relative;
  margin-bottom: 18px;
  padding: 58px 17px 16px;
  border: 0;
  border-radius: 2px;
  color: #3a3028;
  background: transparent url("assets/notebook-paper-cutout.png") no-repeat center top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transform: rotate(-.55deg);
  -moz-transform: rotate(-.55deg);
  transform: rotate(-.55deg);
  -webkit-filter: drop-shadow(0 6px 10px rgba(35,21,11,.28));
  filter: drop-shadow(0 6px 10px rgba(35,21,11,.28));
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.side-widget:before {
  left: 30px;
}

.side-widget:after {
  left: 30px;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
}

.side-widget h2 {
  margin-bottom: 8px;
  color: #2b241d;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.66);
}

.side-widget p {
  margin-bottom: 0;
  color: #3a3028;
}

.links-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.links-widget {
  border: 1px solid #7da7bd;
  color: #f8fbff;
  background: #78a8bc url("assets/blue-cloth-soft.png") repeat;
  background-size: 220px 220px;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 6px 12px rgba(32,21,12,.26);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 6px 12px rgba(32,21,12,.26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 6px 12px rgba(32,21,12,.26);
}

.links-widget h2,
.links-widget p {
  color: #f8fbff;
  text-shadow: 0 -1px 0 rgba(30,64,78,.55), 0 1px 0 rgba(255,255,255,.18);
}

.links-widget li {
  border-top: 1px solid rgba(255,255,255,.2);
}

.links-widget li:first-child {
  border-top: 0;
}

.links-widget a {
  display: block;
  padding: 8px 0;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(26,58,73,.65);
}

.note-widget {
  color: #3a3028;
  width: 260px;
  max-width: 100%;
  height: 258px;
  margin: 0 auto 18px;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transform: rotate(1.7deg);
  -moz-transform: rotate(1.7deg);
  transform: rotate(1.7deg);
  -webkit-filter: drop-shadow(0 7px 10px rgba(43,27,11,.26));
  filter: drop-shadow(0 7px 10px rgba(43,27,11,.26));
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.note-widget:before,
.note-widget:after {
  display: none;
}

.sticky-art {
  display: block;
  width: 100%;
  height: auto;
}

.note-inner {
  position: absolute;
  top: 46px;
  left: 34px;
  right: 26px;
  bottom: 30px;
  overflow: hidden;
}

.note-widget h2 {
  color: #4b3b17;
  font-family: "Eduardo Marker Felt", "Marker Felt", "Comic Sans MS", "Segoe Print", cursive;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.42);
}

.note-widget p {
  color: #4b3b17;
  font-family: "Eduardo Marker Felt", "Marker Felt", "Comic Sans MS", "Segoe Print", cursive;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.45;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}

.page-title {
  margin: 4px 0 26px 8px;
  color: #2b241d;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255,255,255,.7), 0 2px 4px rgba(67,38,14,.24);
}

.about-layout,
.blog-board,
.guestbook-layout,
.admin-board {
  max-width: 980px;
  margin: 0 auto;
}

.admin-board .page-title {
  margin: 22px 0 14px 4px;
  font-size: 30px;
}

.about-copy {
  float: left;
  width: 54%;
}

.about-photos {
  float: right;
  width: 35%;
  padding-top: 14px;
}

.about-paper {
  margin-bottom: 26px;
}

.interests-paper {
  -webkit-transform: rotate(-.85deg);
  -moz-transform: rotate(-.85deg);
  transform: rotate(-.85deg);
}

.interests-paper:before,
.interests-paper:after {
  left: 58%;
}

.mini-polaroid,
.blog-polaroid {
  position: relative;
  margin: 0 auto 24px;
  padding: 12px 12px 38px;
  border: 1px solid #eee2c6;
  background: #fffaf0 url("assets/paper-card.png") repeat;
  background-size: 480px auto;
  -webkit-box-shadow: 0 7px 14px rgba(41,23,11,.38);
  -moz-box-shadow: 0 7px 14px rgba(41,23,11,.38);
  box-shadow: 0 7px 14px rgba(41,23,11,.38);
}

.mini-polaroid {
  width: 180px;
}

.mini-polaroid img {
  display: block;
  width: 180px;
  height: auto;
}

.mini-polaroid p,
.blog-polaroid p {
  margin: 10px 0 -26px;
  color: #4b3b2b;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.mini-polaroid.one {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.mini-polaroid.two {
  margin-left: 24px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
}

.mini-polaroid.three {
  margin-right: 12px;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}

.blog-entry {
  margin-bottom: 34px;
}

.blog-entry .post-paper {
  float: left;
  width: 58%;
  min-height: 180px;
  margin-bottom: 0;
}

.post-paper h2,
.post-paper h3 {
  margin-bottom: 9px;
  color: #26211b;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.12;
  text-shadow: 0 1px 0 rgba(255,255,255,.78);
}

.post-paper p {
  color: #3a3028;
  font-size: 17px;
}

.post-paper .post-date {
  margin-bottom: 6px;
  color: #91602c;
  font-size: 13px;
  font-weight: bold;
}

.blog-polaroid {
  float: right;
  width: 230px;
  margin-top: 20px;
}

.blog-polaroid img {
  display: block;
  width: 230px;
  height: auto;
  border: 1px solid #c8b894;
}

.blog-entry.one .post-paper {
  -webkit-transform: rotate(-.8deg);
  -moz-transform: rotate(-.8deg);
  transform: rotate(-.8deg);
}

.blog-entry.one .blog-polaroid {
  -webkit-transform: rotate(3.2deg);
  -moz-transform: rotate(3.2deg);
  transform: rotate(3.2deg);
}

.blog-entry.two .post-paper {
  -webkit-transform: rotate(.9deg);
  -moz-transform: rotate(.9deg);
  transform: rotate(.9deg);
}

.blog-entry.two .blog-polaroid {
  margin-top: 10px;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}

.blog-entry.three .post-paper {
  -webkit-transform: rotate(-.2deg);
  -moz-transform: rotate(-.2deg);
  transform: rotate(-.2deg);
}

.blog-entry.three .blog-polaroid {
  -webkit-transform: rotate(1.8deg);
  -moz-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}

.guestbook-form-card {
  float: left;
  width: 42%;
  padding-bottom: 56px;
  background-image: url("assets/guestbook-paper.png");
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.guestbook-wall {
  float: right;
  width: 46%;
}

.admin-section {
  margin-bottom: 30px;
}

.guestbook-form label {
  display: block;
  margin: 0 0 6px;
  color: #423225;
  font-weight: bold;
}

.guestbook-form input,
.guestbook-form textarea,
.admin-edit input,
.admin-edit textarea,
.blog-admin-form input,
.blog-admin-form textarea,
.blog-admin-form select,
.admin-entry input,
.admin-entry textarea,
.admin-entry select {
  width: 94%;
  margin: 0 0 14px;
  padding: 9px;
  border: 1px solid #b99c70;
  border-radius: 5px;
  color: #2f2b25;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  background: #fffaf0;
  -webkit-box-shadow: inset 0 2px 5px rgba(90,61,31,.18), 0 1px 0 rgba(255,255,255,.55);
  -moz-box-shadow: inset 0 2px 5px rgba(90,61,31,.18), 0 1px 0 rgba(255,255,255,.55);
  box-shadow: inset 0 2px 5px rgba(90,61,31,.18), 0 1px 0 rgba(255,255,255,.55);
}

.guestbook-form textarea,
.admin-edit textarea,
.blog-admin-form textarea,
.admin-entry textarea {
  height: 120px;
}

.blog-admin-form label,
.admin-entry label {
  display: block;
  margin: 0 0 6px;
  color: #423225;
  font-weight: bold;
}

.hidden-field {
  display: none;
}

.checkbox-line input {
  width: auto;
  margin-right: 6px;
}

.inline-form {
  display: inline;
}

.blog-admin-form input[type="file"] {
  padding: 7px;
  background: #fffaf0;
}

.form-note,
.guestbook-empty {
  color: #554634;
  font-size: 14px;
}

.sticky-note,
.admin-entry {
  position: relative;
  width: 270px;
  min-height: 224px;
  max-width: 100%;
  margin: 0 auto 22px;
  padding: 42px 32px 32px;
  color: #4b3b17;
  background: transparent url("assets/post-it-note-clean.png") no-repeat center top;
  background-size: 100% auto;
  -webkit-filter: drop-shadow(0 7px 10px rgba(43,27,11,.24));
  filter: drop-shadow(0 7px 10px rgba(43,27,11,.24));
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sticky-note h3,
.admin-entry h3 {
  margin-bottom: 8px;
  color: #4b3b17;
  font-family: "Eduardo Marker Felt", "Marker Felt", "Comic Sans MS", "Segoe Print", cursive;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.36);
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.sticky-note p,
.admin-entry p {
  color: #4b3b17;
  font-family: "Eduardo Marker Felt", "Marker Felt", "Comic Sans MS", "Segoe Print", cursive;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.42;
  text-shadow: 0 1px 0 rgba(255,255,255,.3);
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.guestbook-wall .sticky-note {
  height: 268px;
  min-height: 0;
}

.guestbook-wall .sticky-note h3 {
  max-height: 62px;
  overflow: hidden;
}

.guestbook-wall .sticky-note p {
  max-height: 122px;
  overflow: hidden;
}

.sticky-note.one {
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}

.sticky-note.two {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}

.sticky-note.three {
  -webkit-transform: rotate(-.8deg);
  -moz-transform: rotate(-.8deg);
  transform: rotate(-.8deg);
}

.admin-entry {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 270px;
  min-height: 260px;
  margin: 0 16px 24px 0;
  vertical-align: top;
}

.admin-entry.pending {
  border-bottom: 4px solid #d5af36;
}

.admin-entry.approved {
  border-bottom: 4px solid #8ca548;
}

.admin-entry.rejected {
  border-bottom: 4px solid #bd6d58;
}

.admin-actions {
  margin-top: 12px;
}

.skeuo-button,
.admin-actions button,
.guestbook-form button,
.blog-admin-form button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 3px 4px 3px 0;
  padding: 8px 14px;
  border: 1px solid #a79b8e;
  border-radius: 7px;
  color: #302d28;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255,255,255,.64);
  background: #e5ded2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdf7), color-stop(.52, #e6ded2), to(#c5baaa));
  background-image: -moz-linear-gradient(top, #fffdf7, #e6ded2 52%, #c5baaa);
  background-image: linear-gradient(to bottom, #fffdf7, #e6ded2 52%, #c5baaa);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 1px 2px rgba(61,43,25,.16);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 1px 2px rgba(61,43,25,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 1px 2px rgba(61,43,25,.16);
}

.skeuo-button:hover,
.skeuo-button:focus,
.admin-actions button:hover,
.admin-actions button:focus,
.guestbook-form button:hover,
.guestbook-form button:focus,
.blog-admin-form button:hover,
.blog-admin-form button:focus {
  color: #171512;
  text-decoration: none;
  border-color: #8f8375;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3eee5), color-stop(.52, #ded5c7), to(#b7aa98));
  background-image: -moz-linear-gradient(top, #f3eee5, #ded5c7 52%, #b7aa98);
  background-image: linear-gradient(to bottom, #f3eee5, #ded5c7 52%, #b7aa98);
}

.admin-meta {
  margin-bottom: 8px;
  color: #76552e;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .site-shell {
    margin: 0;
    border-width: 0;
    border-radius: 0;
  }

  .site-header {
    padding: 19px 78px 18px 16px;
  }

  .brand h1 {
    font-size: 34px;
  }

  .top-nav {
    display: block;
    padding: 7px 12px 10px;
  }

  .nav-toggle {
    display: none;
    position: absolute;
    top: 16px;
    right: 14px;
    width: 46px;
    height: 36px;
    padding: 0;
    border: 1px solid #b6aa9a;
    border-radius: 8px;
    color: #302d28;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    background: #e7dfd2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdf7), color-stop(.52, #e8e0d4), to(#c8bdad));
    background-image: -moz-linear-gradient(top, #fffdf7, #e8e0d4 52%, #c8bdad);
    background-image: linear-gradient(to bottom, #fffdf7, #e8e0d4 52%, #c8bdad);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 1px 2px rgba(64,42,22,.18);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 1px 2px rgba(64,42,22,.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 1px 2px rgba(64,42,22,.18);
  }

  .nav-ready .nav-toggle {
    display: block;
  }

  .nav-ready .top-nav {
    display: none;
  }

  .nav-ready.nav-open .top-nav {
    display: block;
  }

  .nav-toggle span {
    display: block;
    width: 21px;
    height: 3px;
    margin: 10px auto 0;
    background: #36322d;
    -webkit-box-shadow: 0 6px 0 #36322d, 0 12px 0 #36322d, 0 1px 0 rgba(255,255,255,.75);
    -moz-box-shadow: 0 6px 0 #36322d, 0 12px 0 #36322d, 0 1px 0 rgba(255,255,255,.75);
    box-shadow: 0 6px 0 #36322d, 0 12px 0 #36322d, 0 1px 0 rgba(255,255,255,.75);
  }

  .nav-toggle b {
    position: absolute;
    left: -9999px;
  }

  .top-nav a {
    display: block;
    margin: 5px 0;
    border-width: 1px;
    border-radius: 6px;
    padding: 10px 12px;
  }

  .top-nav a:first-child {
    border-top-width: 1px;
  }

  .desk-stage {
    padding: 14px;
  }

  .main-column,
  .side-column,
  .full-column,
  .about-copy,
  .about-photos,
  .blog-entry .post-paper,
  .blog-polaroid,
  .guestbook-form-card,
  .guestbook-wall {
    float: none;
    width: auto;
    max-width: none;
  }

  .page-title {
    margin-left: 0;
    font-size: 34px;
  }

  .welcome-card,
  .blog-panel,
  .content-panel,
  .post-paper,
  .image-card,
  .side-widget {
    margin-bottom: 15px;
  }

  .welcome-card p,
  .blog-intro,
  .content-panel p {
    font-size: 16px;
  }

  .photo-card {
    margin-top: 0;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  .about-photos {
    padding-top: 0;
    text-align: center;
  }

  .mini-polaroid,
  .blog-polaroid {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 430px) {
  body {
    font-size: 15px;
  }

  .brand h1 {
    font-size: 30px;
  }

  .welcome-card,
  .blog-panel,
  .content-panel,
  .post-paper {
    padding: 64px 18px 18px;
  }

  .welcome-card h2,
  .blog-panel h2,
  .content-panel h2,
  .post-paper h2,
  .post-paper h3 {
    font-size: 25px;
  }

  .photo-card {
    width: 200px;
  }

  .photo-frame,
  .photo-frame img {
    width: 200px;
  }

  .photo-frame {
    height: 250px;
  }

  .photo-frame img {
    height: auto;
  }

  .blog-polaroid {
    width: 200px;
  }

  .blog-polaroid img {
    width: 200px;
    height: auto;
  }

  .mini-polaroid {
    width: 170px;
  }

  .mini-polaroid img {
    width: 170px;
    height: auto;
  }

  .note-widget,
  .sticky-note,
  .admin-entry {
    padding: 30px 22px 26px;
  }

  .note-widget {
    width: 240px;
    height: 238px;
    padding: 0;
  }

  .note-inner {
    top: 42px;
    left: 31px;
    right: 24px;
    bottom: 28px;
  }

  .sticky-note,
  .admin-entry {
    width: 230px;
    min-height: 210px;
    padding: 38px 28px 28px;
  }
}
