

/* General
 ---------------------------------------------------- */
body {
  font: normal normal normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-color: #E1F2FF;
  background-image: url(http://brizzly-production.s3.amazonaws.com/_genimgs/picnics/sky-main-bkg.8eb1362e.png);
  background-image: url(_imgs/office-background.jpg);
}

a,
a:visited,
.button-as-link,
.link {
  color: #057BB9;
}

h1, h2, h3 {
  font: bold normal normal 23px/normal 'Helvetica Neue', Helvetica, sans-serif;
}

.r {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.r-small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.r-large {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.rb {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-radius-bottomright: 6px;
}

.rbl {
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-radius-bottomleft: 12px;
}

.rbr {
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-radius-bottomright: 12px;
}

.rl {
  -moz-border-radius-topleft: 6px;
  border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-radius-bottomleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

.rl-small {
  -moz-border-radius-topleft: 3px;
  border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

.rr {
  -moz-border-radius-topright: 6px;
  border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.rr-small {
  -moz-border-radius-topright: 3px;
  border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

.rt {
  -moz-border-radius-topleft: 6px;
  border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
}

.rtl {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-radius-topleft: 12px;
}

.rtr {
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-radius-topright: 12px;
}

.rtr-medium {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius-topright: 6px;
}

.rtr-small {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-radius-topright: 3px;
}

.rt-small {
  -moz-border-radius-topleft: 3px;
  border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

#logo {
  top: 75px;
  left: 50px;
  position: absolute;
  z-index: 1;
}

.twitter-yup .button {
  width: 360px;
  font-size: 14px;
  padding: 6px;
  display: block;
}

.twitter-yup {
  margin: 0 0 24px;
}

/* Navigation
 ---------------------------------------------------- */
.nav {
  width: 240px;
  color: #242424;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: Courier, 'Courier New', monospace !important;
  padding: 12px 24px;
}

.nav h2 a {
  text-decoration: none;
  color: #000;
  font-family: 'Reenie Beanie';
}

.nav h2 a:hover {
  color: #057BB9;
}

.nav h2 {
  text-transform: lowercase;
  margin: 12px 0;
  font-size: 34px;
  line-height: 24px;
}

.nav h2.has-items {
  margin-bottom: 0;
}

/* Buttons
------------------------------------ */
.button,
.ui-dialog-buttonpane button {
  text-align: center;
  font-size: 9pt;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #e5e5e5;
  background-image: url(http://brizzly-production.s3.amazonaws.com/_genimgs/picnics/sky-button-bkg.e0626de3.png);
  background-repeat: repeat-x;
  border: 1px solid #bababa;
  padding: 5px 10px;
  cursor: pointer;
  color: #333;
  outline-color: -moz-use-text-color;
  font-weight: bold;
}

.button:hover {
  background-image: none;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.button.disabled,
.button.disabled:hover {
  background-image: none;
  background-color: #ddd;
  border-color: #d2d2d2;
  color: #bbb;
}

.large-button {
  font-size: 20px;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.brash-button {
  background-color: #D4E9A1;
  background-image: url(http://brizzly-production.s3.amazonaws.com/_genimgs/button-bkg-brash.100295aa.png);
  border-color: #badc6b;
  font-size: 18px;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #ddd;
}

.brash-button:hover {
  background-image: none;
  background-color: #c1db84;
  border-color: #c1db84;
}



/* Home page.
 ---------------------------------------------------- */
.nav {
  bottom: 36px;
  left: 48px;
}

.products-nav {
  list-style: none;
  margin: 0 0 0 12px;
  padding: 0;
}

.products-nav li {
  margin: 6px 0;
  padding: 0;
  font-size: 14px;
}

.products-nav a {
  text-decoration: none;
}

.bkg1 {
  background-repeat: no-repeat;
  position: absolute;
  top: 96px;
  right: 0;
  height: 500px;
  width: 360px;
}


/* Interiors.
 ---------------------------------------------------- */
.page .main {
  margin: 48px auto;
  position: relative;
  width: 770px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.page .footer {
  margin: 24px auto;
  font-size: 11px;
  width: 800px;
}

.page .nav {
  top: 96px;
  right: 36px;
  bottom: auto;
  left: auto;
  width: 130px;
  text-align: right;
  background-color: #ffffcc;
  background-color: rgba(255, 255, 200, 0.85);
  -webkit-box-shadow: 3px 3px 3px #bbb;
  -moz-box-shadow: 3px 3px 3px #bbb;
  box-shadow: 3px 3px 3px #bbb;
  padding: 3px 18px;
}

.page .nav h2 {
  margin: 12px 0;
  font-weight: normal;
  font-size: 27px;
}

.page .nav .selected {
  font-weight: bold;
}

.page .content {
  margin-right: 240px;
}

/* Products
 ---------------------------------------------------- */
.marker {
  display: block;
  height: 24px;
}

.products .content {
  padding: 24px 0 120px;
}

.products .description {
  margin: 0 0 24px;
}

.products .video {
  margin-top: 48px;
}

.product h3 {
  font-size: 27px;
  text-shadow: 0 1px 0 #e0e0e0;
  margin: 12px 0 18px;
  font: bold normal normal 29px/normal 'Helvetica Neue', Helvetica, 'Lucida Grande', arial, sans-serif;
}

.product h3 a {
  text-decoration: none;
  color: #222;
}

.product {
  padding-bottom: 24px;
  border-bottom: 1px dashed #aaa;
}

.product .info {
  position: relative;
  min-height: 180px;
  /*
  font-size: 20px;
  line-height: 29px;
  font-family: 'Josefin Sans Std Light', arial, serif;
  */
  font-size: 15px;
}

.product .screenshot {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 6px 6px 6px #ccc;
  -moz-box-shadow: 6px 6px 6px #ccc;
  box-shadow: 6px 6px 6px #ccc;
}

.product .description {
  margin-right: 211px;
}

/* About
 ---------------------------------------------------- */
.thingers {
  width: 100%;
  overflow: auto;
  margin-top: 24px;
}

.thinger {
  margin: 0 15px 48px 0;
  width: 235px;
  float: left;
}

.thinger .header {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 12px 0 12px;
}

.thinger h3 {
  float: left;
  width: 108px;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.thinger .info .fw {
  font-weight: bold;
}

.thinger .photo {
  float: right;
  display: block;
  border: 1px solid #666;
  margin: 0 6px 6px 0;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  -moz-box-shadow: 6px 6px 6px #ccc;
  box-shadow: 6px 6px 6px #ccc;
}

/* Jobs
 ---------------------------------------------------- */
.jobs h2 span {
  display: none;
}

.jobs h2 {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(_imgs/careers-header.jpg);
  height: 60px;
  margin: 18px auto 24px;
}

.jobs .caption {
  margin-left: 6px;
}

.jobs .office {
  display: block;
  margin: 24px 0 0;
  padding: 0px;
  /*
  -webkit-box-shadow: 6px 6px 6px #ccc;
  -moz-box-shadow: 6px 6px 6px #ccc;
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #9AD3FF;
  */
}

.job {
  border-bottom: 1px solid #aaa;
  padding: 0 0 24px;
}

.job .location {
  font-weight: normal;
  font-size: 13px;
  margin: 6px 0 24px;
}

.job h3 {
  text-shadow: 1px 1px 1px #eee;
  font-size: 24px;
  margin-bottom: 0;
}


/* Press
 ---------------------------------------------------- */
.bears {
  width: 100%;
  overflow: auto;
}

.bear {
  float: left;
  text-align: center;
  margin: 12px 24px;
}
