body,
html {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
section img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.album-title,
.album-description,
.album-wrapper {
  padding: 1.5% 0;
}
.album-title {
  padding-top: 0;
  font-size: 1.6em;
  display: block;
  line-height: normal;
}
.album-description {
  display: none;
  font-size: 0.9em;
  line-height: 1.6em;
}
.album-wrapper {
  margin: 0 -1.5%;
}
.album-wrapper .thumbnail-wrap {
  display: none;
}
.album-wrapper ul {
  margin: 0;
  padding: 0;
}
.album-wrapper ul li {
  width: 144px;
  height: 144px;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 1.5% 1.5% 50px 1.5%;
  -webkit-transition: -webkit-box-shadow 150ms ease-out;
  -moz-transition: -moz-box-shadow 150ms ease-out;
  -o-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  /* Mobile compact mode */
  /* Mobile large mode 
			@media screen and (max-width: 600px) {
				width: 48%;
				height: auto;
				margin: 1% 1% 35px;
			}
			&:after {
			@media screen and (max-width: 600px) {
				padding-top: 100%;
				display: block;
				content: '';
				}
			}
			*/
}
.album-wrapper ul li:hover {
  -webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
}
.album-wrapper ul li p {
  position: absolute;
  bottom: -35px;
  font-size: .9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
  width: 144px;
  margin: 12px 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .album-wrapper ul li {
    width: 22%;
    height: auto;
    margin: 1.5%;
  }
  .album-wrapper ul li p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .album-wrapper ul li:after {
    padding-top: 100%;
    display: block;
    content: '';
  }
}
#gB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gB.on {
  display: block;
  /* Fixes issue on themes that do force backface
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  */
}
#gB #gC,
#gB #gP,
#gB #gN {
  position: absolute;
  cursor: pointer;
  display: block;
  background-color: transparent;
  background-image: url(data:image/png;base64,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);
}
#gB #gC {
  right: 0;
  top: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  background-position: -225px -25px;
}
#gB #gC:hover {
  background-position: -225px -125px;
}
#gB:hover #gN,
#gB:hover #gP {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
}
#gB:hover #gvo div.slide p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#gB #gN,
#gB #gP {
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  z-index: 100;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#gB #gN {
  -webkit-transform: translateX(10%);
  right: 4%;
  background-position: -100px 0;
}
#gB #gN:hover {
  background-position: -100px -100px;
}
#gB #gP {
  -webkit-transform: translateX(-10%);
  left: 4%;
  background-position: 0 0;
}
#gB #gP:hover {
  background-position: 0 -100px;
}
#gB #gvo {
  position: absolute;
  height: 100%;
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
#gB #gvo div.slide {
  display: none;
  height: 100%;
  width: 500px;
  opacity: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
#gB #gvo div.slide.show {
  display: table-cell !important;
}
#gB #gvo div.slide > div {
  display: inline-block;
}
#gB #gvo div.slide img {
  list-style: none;
  max-width: 100% !important;
}
#gB #gvo div.slide p {
  background: #000;
  color: #ccc;
  text-align: left;
  padding: 6px 12px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  max-width: 50%;
  margin: 0 0 10px 10px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#gB #gvo div.slide p span {
  font-weight: bolder;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #gB #gvo div.slide p {
    max-width: 100%;
  }
}
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 {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  background: transparent;
}
body,
html {
  height: 100%;
}
body,
html,
#container,
#belowNav {
  background-color: #000;
}
#wrapper {
  min-height: 100%;
}
.limit {
  width: 100%;
}
body {
  font-size: 16px;
  font-family: Arial;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.ie7 body,
.ie8 body {
  opacity: 1 !important;
}
li {
  margin: 0 0 0 10px;
}
ul {
  margin: 0 0 20px 10px;
}
a {
  text-decoration: none;
}
#content > a:hover {
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
em,
i {
  font-style: italic;
}
p {
  padding: 10px 0;
}
blockquote {
  padding-left: 20px;
  border-left: 5px solid #333;
  font-style: italic;
}
blockquote p {
  padding: 0;
}
code {
  font-size: 0.8em;
  font-family: Monaco;
  background: #222;
  padding: 10px 20px;
  display: block;
}
.image-left img {
  float: left;
  padding: 0 15px 15px 0;
}
.image-right img {
  float: right;
  padding: 0 0 15px 15px;
}
img[alt~="edge"] {
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../assets/font/BebasNeue-webfont.eot');
  src: url('assets/font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('assets/font/BebasNeue-webfont.woff') format('woff'), url('assets/font/BebasNeue-webfont.ttf') format('truetype'), url('assets/font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.photo-title,
.album-title,
.movie-page-title,
#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before,
#navBtn,
nav {
  font-family: 'BebasNeueRegular', sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
}
#wrapper header section.wrapper {
  position: relative;
  z-index: 10;
}
#wrapper header {
  position: relative;
  margin-bottom: -20px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#aboveNav,
#belowNav {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 101;
  height: 130px;
  background-image: url(%banner_path%);
}
#belowNav {
  position: relative;
  background-position: bottom center, center -130px;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-size: auto 65%, cover;
  -moz-background-size: auto 65%, cover;
  -o-background-size: auto 65%, cover;
  background-size: auto 65%, cover;
  z-index: 300;
  top: 0;
}
.ie7 #belowNavShadow,
.ie8 #belowNavShadow {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  background-repeat: repeat-x;
}
.ie7 #belowNav,
.ie8 #belowNav {
  background-position: center -130px;
  background-repeat: no-repeat;
}
#aboveNav.open {
  box-shadow: inset rgba(255, 255, 255, 0.05) 0 -1px 0;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.05) 0 -1px 0;
}
#belowNav.open {
  box-shadow: inset rgba(255, 255, 255, 0.05) 0 1px 0;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.05) 0 1px 0;
}
#aboveNav .wrapper {
  text-align: right;
}
nav.theme.animate {
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-delay: 1.5s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#siteTitle,
#navBtn,
a.social,
#socialMask #socialContainer {
  font-size: 27px;
  letter-spacing: 1px;
  height: 42px;
  line-height: 44px;
  padding: 0 16px;
  -webkit-perspective: 1000;
}
.site-logo {
  position: absolute;
  cursor: pointer;
  text-align: left;
  top: 45px;
  left: 80px;
  height: 75px;
  width: 125px;
}
.site-logo img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
#primary {
  display: inline-block;
  margin-top: 45px;
  overflow: hidden;
}
.ie7 #primary {
  display: inline;
  position: relative;
}
#siteTitle {
  font-weight: normal;
  float: left;
  margin: 0;
  cursor: pointer;
}
#siteTitle a {
  padding: 0 0 8px;
}
#socialMask {
  position: relative;
  float: left;
}
#socialContainer {
  box-shadow: inset #000 0 0 10px;
  -webkit-box-shadow: inset #000 0 0 10px;
  background-repeat: repeat;
  line-height: normal;
  padding: 0 10px;
  float: left;
}
#socialContainer a {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 43px;
  padding: 0;
  width: 50px;
  text-align: center;
  display: block;
  float: left;
  text-decoration: none !important;
  color: #fff;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  text-shadow: #000 0 1px 2px, #000 0 1px 2px;
}
#socialContainer a:hover {
  text-shadow: #000 0 1px 2px, #000 0 1px 2px, #fff 0 0 10px;
}
#navS {
  padding: 35px 0 0px;
  margin-bottom: -30px;
  position: relative;
  z-index: 10;
  display: none;
}
#navS a[class*='social'] {
  font-size: 26px;
  height: 40px;
  width: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin: 0 15px 20px 0;
  color: white;
  float: none;
  font-weight: normal;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: #000 0 1px 1px, inset rgba(255, 255, 255, 0.2) 0 1px 0;
  -moz-box-shadow: #000 0 1px 1px, inset rgba(255, 255, 255, 0.2) 0 1px 0;
  box-shadow: #000 0 1px 1px, inset rgba(255, 255, 255, 0.2) 0 1px 0;
}
#navS #socialContainer {
  width: 100% !important;
}
a[class*='social']:hover {
  text-shadow: #000 0 1px 2px, #000 0 1px 2px, #fff 0 0 10px;
}
/* Navigation Trigger Button*/
#navBtn {
  float: right;
  position: relative;
  z-index: 200;
  cursor: pointer;
  padding: 0 13px 0 30px;
}
#navBtn:after {
  content: 'MENU';
}
.ie7 #navBtn,
.ie8 #navBtn {
  background-image: none !important;
  box-shadow: none !important;
}
#navBtn #state {
  width: 13px;
  height: 15px;
  position: absolute;
  top: 14px;
  left: 12px;
  background-color: red;
  background: url(../assets/images/oc.gif) 0 0 no-repeat;
  -webkit-transition: background-position 350ms;
  -moz-transition: background-position 350ms;
  transition: background-position 350ms;
}
#navBtn.open #state {
  background-position: 0 -20px;
}
nav.theme {
  width: 100%;
  background-repeat: repeat;
  box-shadow: inset #000 0 0 30px;
  -webkit-box-shadow: inset #000 0 0 30px;
  text-shadow: #000 0 1px 2px, #000 0 1px 2px;
  font-size: 29px;
  z-index: 200;
  position: absolute;
  overflow: hidden;
}
nav.theme ul {
  padding: 0;
  margin: 0;
}
nav.theme > ul {
  padding: 0 0 20px;
}
nav.theme .limit > ul > li > a {
  padding-right: 15px;
}
nav.theme .wrapper {
  top: 0;
  padding: 25px 0 30px;
  position: relative;
}
nav.theme ul ul.wrapper {
  padding: 0;
}
nav.theme li {
  display: block;
  padding: 8px 0;
  margin: 0;
}
nav.theme li a {
  color: #fff;
}
nav.theme li,
a.social {
  -webkit-perspective: 1000;
  -webkit-transition: text-shadow 300ms, opacity 300ms;
  -moz-transition: text-shadow 300ms, opacity 300ms;
  transition: text-shadow 300ms, opacity 300ms;
}
nav.theme li li {
  display: inline-block;
  padding: 0;
}
.ie7 nav.theme li li {
  display: inline;
  padding: 0 10px;
}
nav.theme li li:after {
  content: "/";
  padding-left: 10px;
  padding-right: 5px;
  font-family: "Arial Narrow";
  opacity: .2;
}
nav.theme li li {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
nav.theme li li:hover,
nav.theme li li.current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
nav.theme li li:hover {
  text-shadow: #000 0 1px 2px,#000 0 1px 2px, #666 0 0 10px;
}
nav.theme ul ul {
  display: inline;
}
/* Main Content Section */
h2#siteSlogan,
h2#sideTitle {
  font-size: 36px;
  line-height: 1.4em;
  padding-bottom: 14px;
}
h2#siteSlogan {
  display: none;
  text-shadow: #000 0 1px 0, #000 0 0 2px;
}
.album-title {
  text-shadow: #000 0 1px 0, #000 0 1px 2px;
}
.padding {
  padding-left: 80px;
  padding-right: 80px;
}
header #primary {
  margin-right: 80px;
}
#container {
  position: relative;
  line-height: 1.7em;
  z-index: 100;
  top: 20px;
}
#container .padding {
  top: -100px;
  position: relative;
}
#sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 40px 0 -20px;
  clear: both;
  color: #ccc;
  display: none;
  background-repeat: repeat;
  background-color: #202020;
  box-shadow: inset rgba(0, 0, 0, 0.7) 0 0 30px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0 0 30px;
  text-shadow: #000 0 1px 2px, #000 0 1px 2px;
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
  color: #fff;
  text-shadow: #000 0 1px 2px, #000 0 1px 2px;
}
#sidebar.show {
  display: block;
  background-color: #202020;
}
#footer {
  clear: both;
}
footer {
  margin-top: 20px;
  padding: 20px 0;
  font: 12px Arial;
  opacity: 0.5;
}
/* Built-in Pages */
.js-kit-comments {
  float: left;
}
.blog-entry {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #222;
  float: left;
  width: 100%;
  clear: both;
}
.blog-entry.lastPost {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: none;
}
.blog-entry-title {
  font-size: 2.2em;
  clear: both;
  padding: 10px 0 0;
  position: relative;
}
.blog-entry-date {
  font-size: 0.9em;
  padding: 5px 0 10px;
}
.blog-entry-category {
  color: #555;
}
.blog-entry-category a {
  color: #ccc;
  padding: 15px 10px;
}
.blog-entry-date a:hover {
  color: #fff;
}
.blog-entry-body {
  padding: 0 0 15px;
}
.blog-read-more {
  display: block;
  font-size: 1em;
  padding: 10px 0 0;
  font-weight: bolder;
}
a.blog-comment-link {
  margin-top: 7px;
  padding: 6px 0;
  font-weight: bolder;
  display: inline-block;
  clear: both;
  font-family: arial;
}
p.blog-entry-tags {
  clear: both;
  font-size: 0.9em;
  font-family: arial;
  margin-top: 10px;
  padding-top: 10px;
}
p.blog-entry-tags a {
  padding: 0 3px;
}
#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
  display: block;
  color: #fff;
  font-size: 1.8em;
  margin: 4px 0 12px;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds {
  line-height: 1.5em;
  display: table-cell;
  list-style: none;
  width: 25%;
}
.ie7 .active {
  display: block !important;
}
.ie7 #plugIn.break {
  padding-bottom: 0;
}
.ie7 #plugIn li {
  display: inline-block;
}
.ie7 #plugIn a {
  display: inline-block;
  font-weight: normal;
  padding-right: 20px;
}
.ie7 #blog-categories,
.ie7 #blog-archives,
.ie7 ul.blog-tag-cloud,
.ie7 #blog-rss-feeds {
  display: block;
  width: 100%;
}
#plugIn {
  display: none;
  width: 100%;
}
#plugIn.active {
  display: table;
}
#plugIn.break {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#plugIn a {
  font-size: 1em;
  color: #aaa;
  padding: 5px 40px 5px 0;
}
#plugIn a:hover {
  color: #fff;
}
#blog-categories:before {
  content: "Categories";
}
#blog-archives:before {
  content: "Archives";
}
ul.blog-tag-cloud:before {
  content: "Tags";
}
#blog-rss-feeds:before {
  content: "Feeds";
}
.blog-category-link-enabled,
.blog-archive-link-enabled {
  display: block;
}
#blog-categories br,
#blog-archives br,
.blog-category-link-disabled,
.blog-archive-link-disabled {
  display: none;
}
ul.blog-tag-cloud {
  padding: 0;
  margin: 0;
}
ul.blog-tag-cloud li {
  margin: 0;
  padding: 0;
}
ul.blog-tag-cloud li a {
  display: inline-block;
}
.blog-tag-size-1 {
  font-size: 0.8em;
}
.blog-tag-size-2 {
  font-size: 0.85em;
}
.blog-tag-size-3 {
  font-size: 0.9em;
}
.blog-tag-size-4 {
  font-size: 0.95em;
}
.blog-tag-size-5 {
  font-size: 1em;
}
.blog-tag-size-6 {
  font-size: 1.05em;
}
.blog-tag-size-7 {
  font-size: 1.1em;
}
.blog-tag-size-8 {
  font-size: 1.15em;
}
.blog-tag-size-9 {
  font-size: 1.2em;
}
.blog-tag-size-10 {
  font-size: 1.25em;
}
.blog-tag-size-11 {
  font-size: 1.3em;
}
.blog-tag-size-12 {
  font-size: 1.35em;
}
.blog-tag-size-13 {
  font-size: 1.4em;
}
.blog-tag-size-14 {
  font-size: 1.45em;
}
.blog-tag-size-15 {
  font-size: 1.5em;
}
.blog-tag-size-16 {
  font-size: 1.55em;
}
.blog-tag-size-17 {
  font-size: 1.6em;
}
.blog-tag-size-18 {
  font-size: 1.65em;
}
.blog-tag-size-19 {
  font-size: 1.7em;
}
.blog-tag-size-20 {
  font-size: 1.75em;
}
.blog-archive-month,
.blog-archive-link {
  display: none;
}
/* Movie Album */
.movie-page-description {
  margin-bottom: 15px;
}
.movie-thumbnail-frame {
  line-height: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 0, rgba(0, 0, 0, 0.3) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 0, rgba(0, 0, 0, 0.3) 0 0 1px;
  border-radius: 3px;
  position: relative;
  width: 45%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin: 0 1.5%;
  display: inline-block;
  width: 30%;
}
.ie7 .movie-thumbnail-frame {
  display: inline;
}
.movie-thumbnail-frame:hover {
  -webkit-transform: scale(1.01);
}
.lastMov {
  margin-bottom: 5px;
}
.movie-thumbnail-frame img {
  width: 100% !important;
  height: auto !important;
  border-radius: 3px 3px 0 0;
}
.movie-thumbnail-caption {
  width: auto;
  border-radius: 0 0 3px 3px;
  line-height: 1.5em;
  padding: 11px 20px;
  text-shadow: none;
  color: #fff;
  font-size: 0.9em;
  background: #222;
  visibility: hidden;
  box-shadow: inset #222 0 -1px 0, inset #333 0 -2px 0, inset #111 0 1px 0, inset #333 0 2px 0;
  -webkit-box-shadow: inset #222 0 -1px 0, inset #333 0 -2px 0, inset #111 0 1px 0, inset #333 0 2px 0;
}
#movieAlbum .movie-thumbnail-caption {
  visibility: visible;
}
.movie-background {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 438px;
  background-color: #222;
  box-shadow: inset rgba(0, 0, 0, 0.3) 0 10px 0;
  padding: 30px 0 0;
  opacity: 1;
}
.movie-title {
  padding: 17px 0 0 0;
  font-size: 0.9em;
  font-weight: bolder;
  color: #ddd;
}
.movie-page-title {
  font-size: 2.2em;
  line-height: 1em;
  padding: 0 0 5px 3px;
}
.album-title {
  font-size: 2.2em !important;
  line-height: 1em !important;
  padding: 0 0 25px 3px !important;
}
/* Filesharing */
.filesharing-item-title {
  width: 100%;
  position: relative;
}
.filesharing-item-title a {
  display: block;
  padding: 7px 15px 8px 40px;
  font-size: 15px;
  background-color: #222;
  box-shadow: inset rgba(255, 255, 255, 0.04) 0 1px 0, inset rgba(0, 0, 0, 0.25) 0 -3px 0, #000 0 1px 3px;
  line-height: 1.5em;
  font-weight: bolder;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 255, 255, 0.1)), to(rgba(254, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(254, 255, 255, 0.1), rgba(254, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(254, 255, 255, 0.1), rgba(254, 255, 255, 0));
}
.filesharing-item-title a:hover {
  background-color: #333;
}
.filesharing-item-title a:before {
  content: '‣';
  font-family: arial;
  font-weight: normal;
  top: 6px;
  left: 6px;
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  width: 24px;
  float: left;
  text-shadow: none;
  color: #fff;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 1px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 1px;
  display: block;
  z-index: 10;
}
.filesharing-item-title a:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset rgba(0, 0, 0, 0.4) 1px 0 1px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 1px 0 1px;
}
.filesharing-item-description {
  font-size: 0.9em;
  line-height: 1.7em;
  padding: 10px 0 0;
}
.filesharing-item {
  margin: 20px 1.5%;
  display: inline-block;
  width: 30%;
}
.ie7 .filesharing-item {
  display: inline;
}
/* Contact Form */
form > div label {
  font: bolder 10px arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.4;
}
form > div br + br,
.form-footer + br {
  display: none;
}
form > div textarea.form-input-field,
form > div input.form-input-field[type="text"],
form > div input.form-input-button[type="submit"],
form > div input.form-input-button[type="reset"] {
  font: 0.9em Arial;
  padding: 10px 12px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  width: 91%;
  border: none;
  outline: none;
  background-color: #1C1C1C;
}
form > div input.form-input-button[type="submit"],
form > div input.form-input-button[type="reset"] {
  width: auto;
  margin: 20px 15px 0 0;
  padding: 11px 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bolder;
  letter-spacing: 1px;
  text-transform: uppercase;
}
form > div textarea.form-input-field:hover,
form > div input.form-input-button[type="submit"]:hover,
form > div input.form-input-button[type="reset"]:hover,
form > div input.form-input-field[type="text"]:hover {
  background-color: #2C2C2C;
}
form > div textarea.form-input-field:focus,
form > div input.form-input-field[type="text"]:focus {
  outline: none;
  background-color: #303030;
}
/* Sitemap */
ul.tree {
  margin: 0 0 20px 0;
}
ul.tree > li {
  float: left;
  margin-right: 45px;
  list-style: none;
  font-weight: bolder;
}
ul.tree ul {
  padding-top: 5px;
  list-style: decimal-leading-zero;
  padding-left: 8px;
  font-size: 0.8em;
}
ul.tree ul li a {
  font-weight: normal;
  text-indent: -3px;
  opacity: 0.7;
}
ul.tree ul li a:hover {
  opacity: 1;
}
#manual h2 {
  line-height: 26px;
}
/* Media Queries */
@media screen and (min-width: 1000px) {
  #belowNav {
    height: 450px;
  }
}
@media screen and (max-width: 1000px) {
  #belowNav {
    height: 350px;
  }
  #container .padding {
    top: -80px;
  }
  .movie-thumbnail-frame,
  .filesharing-item {
    width: 46%;
  }
  .active {
    display: block !important;
  }
  #plugIn.break {
    padding-bottom: 0;
  }
  #plugIn li {
    display: inline-block;
  }
  #plugIn a {
    display: inline-block;
    font-weight: normal;
    padding-right: 7px;
  }
  #plugIn a:after {
    content: '/';
    padding-left: 7px;
    color: #555;
    letter-spacing: -1px;
    font-weight: normal;
  }
  #blog-categories,
  #blog-archives,
  ul.blog-tag-cloud,
  #blog-rss-feeds {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .site-logo {
    width: 75px;
  }
  #socialMask {
    left: 0 !important;
    margin-left: 0 !important;
  }
  #socialMask #socialContainer {
    display: none;
  }
  #navS {
    display: block;
  }
  .padding {
    padding-left: 70px;
    padding-right: 70px;
  }
  header #primary {
    margin-right: 70px;
  }
  #belowNav {
    height: 300px;
  }
  #container .padding {
    top: -70px;
  }
}
@media screen and (max-width: 700px) {
  #belowNav {
    height: 200px;
  }
  #container .padding {
    top: -60px;
  }
  .movie-thumbnail-frame,
  .filesharing-item {
    width: 99%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .site-logo {
    top: 15px;
    left: auto;
    right: 15px;
  }
  header h1#siteTitle {
    padding: 0 12px;
  }
  #belowNav {
    height: 150px;
  }
  #container .padding {
    top: -50px;
  }
  .padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  #navBtn {
    clear: both;
    float: left;
  }
  #aboveNav .wrapper {
    text-align: left;
  }
  header #primary {
    margin-top: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #belowNav {
    height: 100px;
    -webkit-background-size: auto 105%, cover;
    -moz-background-size: auto 105%, cover;
    -o-background-size: auto 105%, cover;
    background-size: auto 105%, cover;
  }
  #container .padding {
    top: -40px;
  }
}
@media screen and (max-width: 320px) {
  body.photo-background {
    padding: 0;
  }
  #navBtn.open:before {
    padding: 0 7px 0 2px;
  }
  .padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav .padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  #belowNav {
    height: 50px;
    -webkit-background-size: cover, cover;
    -moz-background-size: cover, cover;
    -o-background-size: cover, cover;
    background-size: cover, cover;
  }
  #container .padding {
    top: -40px;
  }
  h2#siteSlogan {
    padding-bottom: 0.2em;
  }
}
