/*
	Rewind by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body {
  line-height: 1.75em;
  font-size: 8pt;
  letter-spacing: 0;
}

h2, h3, h4, h5, h6 {
  font-size: 1.5em !important;
}

section,
article {
  clear: both;
  margin: 0 0 10px 0 !important;
}

.image {
  display: block !important;
  clear: both;
  margin: 0 !important;
  width: 100%;
}

.image.left {
  margin: 0 0 1.5em 0 !important;
}

.box.special1,
.box.special2,
.box.section,
.box.default {
  padding: 0;
}

.box.special1 .content,
.box.special2 .content,
.box.section .content,
.box.default .content,
.box.post {
  padding: 10px !important;
}

.box.special1 .content h2,
.box.special2 .content h2,
.box.section .content h2,
.box.default .content h2,
.box.post h2 {
  padding-top: 0.5em !important;
}

/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/
#skel-layers-wrapper {
  padding-top: 44px;
}

#titleBar {
  background: #500000;
}

#titleBar .title {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.75em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#titleBar .toggle {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  width: 60px;
  height: 44px;
  z-index: 1;
}

#titleBar .toggle:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 25px;
  height: 30px;
  background: url("images/toggle.svg") 6px 15px no-repeat;
  opacity: 0.5;
}

#titleBar .toggle:active:before {
  opacity: 0.75;
}

#navPanel {
  background: #111;
  -webkit-box-shadow: inset -5px 0px 15px 0px rgba(0, 0, 0, 0.75);
          box-shadow: inset -5px 0px 15px 0px rgba(0, 0, 0, 0.75);
  font-size: 1.1em;
}

#navPanel .link {
  display: block;
  color: #d2d2d2;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0 1em 0 1em;
}

#navPanel .link:first-child {
  border-top: 0;
}

#navPanel .indent-1 {
  display: inline-block;
  width: 1em;
}

#navPanel .indent-2 {
  display: inline-block;
  width: 2em;
}

#navPanel .indent-3 {
  display: inline-block;
  width: 3em;
}

#navPanel .indent-4 {
  display: inline-block;
  width: 4em;
}

#navPanel .indent-5 {
  display: inline-block;
  width: 5em;
}

#navPanel .depth-0 {
  color: #fff;
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
#header-wrapper {
  display: none;
}

#banner-wrapper {
  margin: 10px;
}

#main-wrapper {
  margin: 10px;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
  display: none;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
#banner {
  padding: 1em 0 0.25em 0;
  font-size: 1.1em;
  letter-spacing: -.05em !important;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
#nav {
  display: none;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
#content h2 {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  letter-spacing: -.05em;
  font-size: 1.5em;
  font-weight: 200;
}

/*********************************************************************************/
/* Sidebars                                                                      */
/*********************************************************************************/
#sidebar {
  margin-top: 0px !important;
  border-top: solid 1px #21886B;
  padding-top: 10px;
}

#sidebar .categories {
  border-top: solid 1px #21886B;
  padding-top: 10px;
  font-size: 1em;
}

#sidebar .categories h2 {
  font-size: 1em !important;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  padding: 10px;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
#banner p {
  text-align: center;
  font-size: 1.2em;
}

#banner span {
  color: #FFF;
}

/*********************************************************************************/
/* Bulletin styles                                                               */
/*********************************************************************************/
div.bulletin {
  width: 100%;
  min-width: 100px;
}
/*# sourceMappingURL=style-mobile.css.map */