/*-----------
 Grid/Layout
-----------*/
.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  width: 960px; }

.row {
  margin-bottom: 20px; }

.span1,
.span2,
.span3,
.span4,
.span5,
.span6 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px; }

.span1 {
  width: 140px; }

.span2 {
  width: 300px; }

.span3 {
  width: 460px; }

.span4 {
  width: 620px; }

.span5 {
  width: 780px; }

.span6 {
  width: 940px; }

.offset1 {
  padding-left: 160px; }

.offset2 {
  padding-left: 320px; }

.offset3 {
  padding-left: 480px; }

.offset4 {
  padding-left: 640px; }

.offset5 {
  padding-left: 800px; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*-------------
 Global Reset
-------------*/
* {
  margin: 0;
  line-height: 1;
  outline: none;
  padding: 0; }

::selection,
::-moz-selection {
  color: #fff;
  background: #39c; }

a:link, a:visited {
  color: #39c;
  text-decoration: none; }
  a:link img, a:visited img {
    border: 0; }
a:focus {
  outline: none; }
a:hover {
  text-decoration: underline; }

blockquote {
  border-bottom: 1px dotted #CCCCCC;
  border-top: 1px dotted #CCCCCC;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 0.75em;
  padding: 1em; }

body {
  color: #333;
  font-family: 'proxima-nova-1', 'proxima-nova-2', Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px; }

h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em; }

h3 {
  font-size: 14px;
  margin-bottom: 0.25em; }

p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1em; }

.center {
  text-align: center;
  display: block;
  margin: 0 auto; }

.shadow {
  -moz-box-shadow: 0 0 3px #cccccc;
  -webkit-box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px #cccccc;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

#grid {
  list-style-type: none; }
  #grid li {
    display: inline-block;
    height: 190px;
    width: 190px;
    border: 1px solid #fff; }
    #grid li img {
      height: 190px;
      width: 190px; }

#sidebar > ul {
  list-style-type: none;
  margin-bottom: 2em; }
  #sidebar > ul > li {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.4em; }
    #sidebar > ul > li > a:link,
    #sidebar > ul > li > a:visited {
      color: #333;
      display: inline-block;
      padding: 0.4em 0.6em 0.4em 0.5em; }
    #sidebar > ul > li > a:hover {
      border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      -webkit-border-radius: 0.5em;
      background-color: #ddd;
      text-decoration: none; }
    #sidebar > ul > li > a:active,
    #sidebar > ul > li > a.active {
      border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      -webkit-border-radius: 0.5em;
      background-color: #333;
      color: #fff; }
#sidebar p {
  color: #ccc;
  font-size: 12px;
  margin-left: 8px; }

#caption {
  margin-left: 20px; }

.cyclenav > p {
  font-size: 1.2em; }

.iphone {
  margin: 0 auto;
  position: relative;
  width: 320px; }
  .iphone.safari > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .iphone.safari #slideshow-odd-soul-tour {
    margin: 0 auto;
    top: 128px; }
    .iphone.safari #slideshow-odd-soul-tour img {
      height: 342px;
      width: 266px; }

.span1 img,
.span2 img,
.span3 img,
.span4 img,
.span5 img,
.span6 img {
  width: 100%; }
