/* @group Main Layout */
* {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
html {
  background: #fff;
  font: normal 15px/180% "Museo Sans 300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #000;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: 50% 0;
  background-image: url('../images/bg-header.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    background-image: url('../images/bg-header@2x.png');
    background-size: 350px 180px;
  }
}
#index {
  background: #000000 url("../images/bg-header.png") repeat-x 50% 0;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  opacity: 0.6;
}
img {
  border: none;
}
.innerwrapper {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
/* @end */
/* @group Header */
#header {
  height: 73px;
}
#header h1 {
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 266px;
  height: 33px;
  overflow: hidden;
  line-height: 200px;
  position: absolute;
  top: 20px;
  left: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #header h1 {
    background-image: url('../images/logo@2x.png');
    background-size: 266px 33px;
  }
}
#header h1 a {
  display: block;
}
#header p {
  font-size: 20px;
  font-family: "Museo 100", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  position: absolute;
  right: -10px;
  top: 25px;
  font-weight: 100;
  height: 150px;
  background-position: 50% 30px;
  background-repeat: no-repeat;
  background-image: url('../images/pen-small.png');
  width: 320px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #header p {
    background-image: url('../images/pen-small@2x.png');
    background-size: 314px 120px;
  }
}
#header p strong {
  font-family: "Museo 300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 300;
  color: #00bfe5;
}
#index #header p {
  background: transparent;
}
/* @end */
/* @group Teaser */
#teaser {
  text-align: center;
  overflow: hidden;
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url('../images/bg-teaser.jpg');
  background-color: #fff;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #teaser {
    background-image: url('../images/bg-teaser@2x.jpg');
    background-size: 1600px 472px;
  }
}
#teaser .royalSlider {
  width: 100%;
  height: 500px;
}
#teaser .royalSlider .container {
  position: relative;
  display: inline-block;
}
#teaser .royalSlider a {
  display: block;
}
#teaser .slide-content {
  position: absolute;
  left: 20px;
  top: 80px;
  text-align: left;
  width: 500px;
  font-weight: 100;
}
#teaser .slide-title {
  color: #00bfe5;
  font-size: 48px;
  margin-bottom: 35px;
  margin-top: 20px;
  display: block;
  line-height: 44px;
  font-family: "Museo 100", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#teaser .slide-description {
  color: #36494d;
  font-size: 28px;
  display: block;
  line-height: 32px;
  font-family: "Museo Sans 100", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 100;
}
#teaser .appstoreposition {
  background: #00bfe5;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 14px;
  padding: 10px;
  z-index: 100;
}
#teaser .appstoreposition em {
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-family: "Museo Sans 100", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 100;
}
#teaser .royalImage {
  top: 50px;
  position: relative;
}
#teaser .rsNav.rsBullets {
  top: -40px;
}
#teaser .rsNavItem.rsBullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  padding: 0;
}
#teaser .rsNavItem.rsBullet span {
  display: none;
}
#teaser .rsNavItem.rsBullet.rsNavSelected {
  background: #00bfe5;
}
/* @end */
/* @group Panel */
#panel {
  background: #000;
  color: #667b80;
  overflow: hidden;
  padding: 20px 0 20px 0;
}
#panel .column {
  float: left;
  width: 23%;
  margin-right: 2%;
  overflow: hidden;
}
#panel .column.section2 {
  width: 44%;
  margin-right: 4%;
  margin-left: 2%;
}
#panel time {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: -5px;
  padding-right: 10px;
  display: block;
}
#panel h2 {
  font-weight: 100;
}
#panel h3 {
	font-size: 19px;
  margin-bottom: -5px;
}
#panel .photothumbnails a {
  padding: 0 2px;
  display: inline-block;
}
#panel .photothumbnails a img {
  display: inline-block;
  width: 34px;
  border: 2px solid #fff;
}
/* @end */
/* @group Colors */
.section1 a,
.section1 h2 {
  color: #85ba3b;
}
.section2 a,
.section2 h2 {
  color: #00bfe5;
}
.section2 h3 a {
  color: #fff;
  text-decoration: none;
}
.section3 a,
.section3 h2 {
  color: #faa61a;
}
.section1 a,
.section2 a,
.section3 a {
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
}
a:hover {
  color: #fff;
}
/* @end */
/* @group Content */
.column h2 {
  font-family: "Museo 100", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 120%;
}
h3 {
  font-family: "Museo Sans 300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
}
h3 a {
  text-decoration: none;
}
p {
  margin-bottom: 1em;
}
#body .content {
  width: 550px;
  float: left;
}
#body .sidebar {
  width: 310px;
  float: right;
  background: transparent url("../images/bg-sidebar.png") no-repeat 0 0;
  min-height: 400px;
  padding-left: 30px;
}
#body #contentheader {
  padding: 30px 0;
}
#body #contentheader h1 {
  font-family: "Museo 100", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 64px;
  margin: 40px 0;
  font-weight: 100;
  text-transform: capitalize;
}
#body #contentheader h1 a {
  color: #000;
}
#body #contentheader h1 em {
  background-image: url('../images/icon-tag.png');
  background: transparent;
  background-position: 0 -2px;
  padding-left: 24px;
  font-size: 20px;
  color: #959da0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #body #contentheader h1 em {
    background-image: url('../images/icon-tag@2x.png');
    background-size: 24px 24px;
  }
}
#body .content h1 {
  font-family: "Museo Sans 900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 900;
  background: #0d92b4;
  color: #fff;
  line-height: 90%;
  margin-bottom: 0px;
  padding: 6px;
  display: inline-block;
}
#body h1 a {
  color: #fff;
}
#body h1 a:hover {
  text-decoration: none;
}
#body .date {
  background: #000;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px;
}
#body .meta {
  margin-bottom: 20px;
}
#body .meta,
#body .meta a {
  color: #959da0;
}
#body .meta ul.tags,
#body .meta .comments {
  background-image: url('../images/icon-tag.png');
  background-position: 10px -3px;
  background-repeat: no-repeat;
  padding-left: 38px;
  list-style: none;
  display: inline-block;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #body .meta ul.tags,
  #body .meta .comments {
    background-image: url('../images/icon-tag@2x.png');
    background-size: 24px 24px;
  }
}
#body .meta ul.tags li {
  display: inline-block;
}
#body .meta .comments {
  background-image: url('../images/icon-comment.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #body .meta .comments {
    background-image: url('../images/icon-comment@2x.png');
    background-size: 24px 24px;
  }
}
#body .content .intro {
  line-height: 150%;
  font-size: 17px;
  padding-bottom: 20px;
  padding-right: 10px;
}
#body .content p a {
  color: #0d92b4;
  font-weight: bold;
}
#body .content h2 {
  font-family: "Museo Sans 900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 5px;
  clear: both;
}
#body .content .imgleft {
  float: left;
  margin-right: 10px;
}
#body .content .imgright {
  float: right;
  margin-left: 10px;
}
#body .content .section {
  margin-bottom: 40px;
}
/* @end */
/*** Sidebar ******************************************************************/
.sidebar {
  margin-top: -40px;
}
.sidebar .about {
  font-size: 18px;
  line-height: 180%;
}
.sidebar .contact {
  background-image: url('../images/bg-contact.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 67px;
  margin-left: -30px;
  padding-left: 30px;
  margin-bottom: -10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .sidebar .contact {
    background-image: url('../images/bg-contact@2x.png');
    background-size: 340px 67px;
  }
}
.sidebar .contact a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.sidebar .contact .sharing {
  display: inline-block;
  position: relative;
  top: 9px;
}
.sidebar h3 {
  color: #000;
  font-family: "Museo 100", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 100;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.sidebar .sidenotes {
  list-style: none;
}
.sidebar .sidenotes a {
  color: #000;
}
.sidebar .sidenotes a strong {
  display: inline-block;
  font-family: "Museo Sans 900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 900;
  margin-top: 10px;
  color: #5f4894;
  font-size: 15px;
  padding: 2px 4px;
  margin-left: -4px;
}
.sidebar .sidenotes a:hover {
  text-decoration: none;
}
.sidebar .sidenotes a:hover strong {
  background: #5f4894;
  color: #fff;
}
.sidebar .sidenotes a span {
  display: block;
}
.sidebar .photothumbnails a {
  padding: 0 2px;
  display: inline-block;
}
.sidebar .photothumbnails a img {
  display: inline-block;
  width: 55px;
}
.sidebar .promotion {
  margin-top: 30px;
}
/* @group Comments */
#comments {
  margin-top: 30px;
}
#comments h3 {
  font-family: "Museo 900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 900;
  color: #000;
}
#comments .disclaimer {
  font-size: 13px;
  margin-bottom: 30px;
}
#comments .comment {
  border-radius: 2px;
  margin-bottom: 5px;
}
#comments .comment.author1 p {
  color: #fff;
  background-color: #8dc63f;
  background-repeat: no-repeat;
  background-position: 99% 7px;
  background-image: url('../images/comment-bartelme.png');
  padding-right: 60px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #comments .comment.author1 p {
    background-image: url('../images/comment-bartelme@2x.png');
    background-size: 19px 19px;
  }
}
#comments .comment.author1 p.meta a {
  color: #8dc63f;
}
#comments p {
  background: #cfe9f0;
  border-radius: 2px;
  padding: 10px 15px;
  margin: 0;
  line-height: 160%;
  font-size: 12px;
}
#comments .meta {
  background: transparent url("../images/bg-comment.png") no-repeat 10px 0;
  padding: 6px 5px;
  font-weight: 300;
  margin: 0;
}
#comments .comment.author1 .meta {
  background: transparent url("../images/bg-comment.png") no-repeat 10px -50px;
}
#comments .meta .date {
  background: transparent;
  text-transform: none;
  font-size: inherit;
  color: #959da0;
}
#writecomment {
  margin: 40px 0;
}
#writecomment p {
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
}
#comments #comment_form h2 {
  font-family: "Museo 900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 26px;
  margin: 10px 0 15px 0;
}
#comments #comment_form {
  background: #000000 url("../images/bg-footer.jpg") repeat-x 0 0;
  border-radius: 2px;
  padding: 20px 20px;
  color: #fff;
}
#comments #comment_form label {
  float: left;
  width: 80px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
}
#comments #comment_form input[type="text"],
#comments #comment_form textarea {
  background: #fff;
  border: none;
  border-radius: 2px;
  padding: 0.3em;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  font-size: 13px;
  font-family: "Museo 300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  width: 400px;
}
#comments #comment_form .checkbox {
  padding-left: 90px;
}
#comments #comment_form .checkbox label {
  float: none;
  display: inline;
  text-transform: none;
}
#comments #comment_form button {
  font-family: "Museo 900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  background: #0d92b4;
  border: none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  margin-left: 90px;
  cursor: pointer;
}
#comments #comment_form button:active {
  background: #9f1b5a;
}
/*** Reference ****************************************************************/
#reference {
  background: #000000 url("../images/bg-reference.jpg") repeat-x 0 0;
  padding: 20px 0;
  clear: both;
}
#reference img {
  margin-right: 15px;
  opacity: 0.3;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
#reference img:hover {
  opacity: 1;
}
#reference span {
  position: absolute;
  visibility: hidden;
}
/*** Footer *******************************************************************/
#index #footer {
  background-image: url("../images/bg-footer2.jpg");
}
#footer {
  background: #000000 url("../images/bg-footer.jpg") repeat-x 0 0;
  clear: both;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  padding: 20px 0;
}
#footer .sharing {
  position: absolute;
  right: 0;
  top: -3px;
}
#footer p {
  opacity: 0.5;
  padding-top: 0.5em;
}
/* @group Sharing */
.sharing {
  list-style: none;
}
.footer .sharing {
  position: absolute;
  right: 40px;
  top: -5px;
}
.sharing * {
  float: left;
  color: #fff;
  text-decoration: none;
}
.sharing a {
  background-image: url('../images/sharing-icons.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  overflow: hidden;
  line-height: 100px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .sharing a {
    background-image: url('../images/sharing-icons@2x.png');
    background-size: 128px 104px;
  }
}
.sharing .twitter a {
  background-position: 0 0;
}
.sharing .twitter a:hover {
  background-position: 0 -32px;
}
.sidebar .twitter a {
  background-position: 0 -64px;
}
.sharing .flickr a {
  background-position: -32px 0;
}
.sharing .flickr a:hover {
  background-position: -32px -32px;
}
.sidebar .flickr a {
  background-position: -32px -64px;
}
.sharing .google a {
  background-position: -64px 0;
}
.sharing .google a:hover {
  background-position: -64px -32px;
}
.sidebar .google a {
  background-position: -64px -64px;
}
.sharing .rss a {
  background-position: -96px 0;
}
.sharing .rss a:hover {
  background-position: -96px -32px;
}
.sidebar .rss a {
  background-position: -96px -64px;
}
/* @end */
/*** Paging *******************************************************************/
.paging {
  margin-bottom: 20px;
}
.paging a {
  color: #0d92b4;
  font-weight: bold;
}
