@charset "UTF-8";
/* CSS Document */


/* ---- reset ------*/

* {margin:0;padding:0;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;font-weight:normal;font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse;border-spacing:0;}
td {vertical-align:top;}
.clear {clear:both; width: 0px;}
.left {float: left;}
.right {float: right;}


/* ------------------ body --------------------- */


body {
	background: #003040 url(../images/bg/bgTop.png) top left repeat-x fixed;
	color: #134A59;
	font: 62.5% "proxima-nova-1","proxima-nova-2", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: 0 1px #D9D9D9;
}

.page {
  background: ;
  top: 0;
  width: 100%;
  height: 720px;
  
}

#noise {
  background: url(../images/bg/noise.png);
  width: 100%;
  height: 100%;
}

#fade {
  background: url(../images/bg/fade.png) repeat-x;
  width: 100%;
  height: 35px;
  z-index: 1000;
  position: fixed;
  top: 0;
}


/* ------------------ text --------------------- */

p {
  font-size: 1.6em;
  line-height: 1.4em;
}

h1 {
  font-size: 2.8em;
  font-weight: 800;
  color: #001E28;
  text-shadow: 0 1px #FFF;
}

h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #3E7A8C;
}

p a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

p a:hover {
  border-bottom: 1px solid #003040;
}

h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  color: #EEE;
  text-shadow: 0 -1px #999;
}

h4 {
  font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  color: #001E27;
}

strong {
  font-weight: bold;
}


/* ------------------ nav --------------------- */

#nav {
  position: fixed;
  left: 0;
  top: 160px;
  width: 165px;
  min-height: 310px;
  background: url(../images/nav/navBg.png) no-repeat;
  z-index: 1000;
}

.logo a {
  width: 92px;
  height: 116px;
  background: url(../images/nav/logo.png) no-repeat;
  margin: 17px 0 0 29px;
  display: block;
}

#nav ul {
  margin-top: 13px;
}

#nav ul li {
  font-size: 1.3em;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

#nav ul li a {
  background: url(../images/nav/navBtn.png) no-repeat;
  width: 135px;
  height: 26px;
  display: block;
  color: #FFF;
  text-shadow: 0 -1px #a6a6a6;
  text-decoration: none;
  padding: 10px 30px 0 0;
}

#nav ul li a:hover {
  background-position: 0 -36px;
  color: #808080;
  text-shadow: 0 1px #F7F7F7;
}

#nav ul li a.current {
  background-position: 0 -72px;
  color: #0F4B5F;
  text-shadow: 0 2px #FFF;
}


/* ------------------ blocks --------------------- */

#container {
  position: relative;
  width: 690px;
  margin: 0 auto 100px;
  text-align: left;
}

#container.interior {
	margin-top: 75px;
}

.block {
  margin: 140px 0 10px;
}


/* ---------- examples ---------- */

.example {
  position: relative;
  width: 690px;
  height: 350px;
  z-index: 200;
  margin-bottom: -14px;
}


/* ---------- details ---------- */


.details {
  position: relative;
  width: 690px;
  z-index: 100;
}

.details .detailTop {
  background: url(../images/examples/detailBg.png) repeat-y;
  padding: 30px 50px;
  width: 590px;
  left: 0;
}

.details ul {
  margin-top: 10px;
}

.details ul li {
  float: left;
  width: 250px;
  padding: 10px 22px;
  background: url(../images/examples/bullet.png) 0 13px no-repeat;
}

.details ul li.right {
  float: right;
}

.details h1 {
  margin-bottom: 13px;
  color: #0F4B5F;
  text-shadow: 0 1px #E6E6E6;
}

.details h1 span {
  font-size: .5em;
  font-weight: 500;
  padding-left: 5px;
}

.details h2 {
  margin-bottom: 3px;
}

.details h3 {
  margin-bottom: 10px;
}

.details p {
	color: #134A59;
	background: #CCC;
	padding: 12px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #DDD;
}

.details ul li p {
  font-size: 1.3em;
  font-weight: 400;
  padding: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}

.detailBtm {
  height: 16px;
  background: url(../images/examples/detailBtm.png) no-repeat;
}

.details .button a {
  position: absolute;
  top: 32px;
  right: 45px;
  width: 102px;
  height: 24px;
  background: url(../images/examples/button.png) no-repeat;
  text-align: center;
  padding-top: 3px;
  font-size: 1.6em;
  font-weight: 700;
  color: #0F4B5F;
  text-decoration: none;
  text-shadow: 0 1px #E6E6E6;
}

.details .button a:hover {
  background: url(../images/examples/button.png) 0 -28px no-repeat;
}

.details .button.store a {right: 160px;}
.details .button.store2 a {right: 151px;}
.details .button.store3 a {right: 258px;}

.upBtn a {
  width: 690px;
  height: 30px;
  margin: 100px 0;
  background: url(../images/examples/btnUp.png) center 0 no-repeat;
  display: block;
}

.upBtn a:hover {
  background: url(../images/examples/btnUp.png) center -30px no-repeat;
}


/* ---------------------------------------------------------------------
---------------------------- client work ----------------------------- */

.availability {
  margin-top: -80px;
  padding: 0 30px 50px;
  text-align: center; 
}

.availability h2 {
  color: #0E485A;
  text-shadow: 0 -1px #000;  
}

.availability h2 a {
    color: #478CA1;
    text-decoration: none;
}

.availability h2 a:hover {
  color: #9BD5F8;
  border-bottom: 1px solid #9BD5F8;  
}

/* ---------------------------------------------------------------------
---------------------------- astronauts ----------------------------- */


#content {
  width: 690px;
  min-height: 500px;
}

.contentTop {
  height: 14px;
  background: url(../images/bg/top.png) 0 0 no-repeat;
}

.contentMidTop {
  background: url(../images/bg/topBg.png) 5px 0 no-repeat;
}

.stevie {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 298px;
  background:  url(../images/bg/stevie.png) no-repeat;
}

.contentMid {
  background: url(../images/bg/mid.png) 0 0 repeat-y;
  min-height: 300px;
  padding-bottom: 20px;  
}

#content .section {
  width: 580px;
  padding: 30px 50px;
  margin: 0 5px;
  background: url(../images/bg/divider.png) left bottom repeat-x;   
}

.section h1, .section h4 {
  padding-bottom: 10px;
}

.section p {
  line-height: 1.3em;
}

.section .links {
  padding: 10px 50px; 
}

.section .left {
  float: left;
  width: 341px;
  background: url(../images/astronauts/dividerVert.png) right 0 repeat-y;
}

.section .right {
  float: right;
  width: 
}

.launchpad a {
  float: left;
  margin-left: 35px;
  width: 262px;
  height: 34px;
  background: url(../images/astronauts/launchpad.png) no-repeat;
}

.mbr a {
  float: right;
  margin-right: 50px;
  width: 197px;
  height: 34px;
  background: url(../images/astronauts/madebyrocket.png) no-repeat;
}

.launchpad a:hover, .mbr a:hover {
	background-position: 0 -34px;
}


/* ---------- peeps ---------- */

.peeps {
  margin: -1px 5px 0;
}

.astronauts {
  position: relative;
  margin: 30px 18px;
  padding: 20px;
  width: 602px;
  height: 188px;
  background: url(../images/astronauts/bgAstronaut.png) no-repeat;
  overflow: hidden;
}

.astronauts .pic {
  float: left;
  width: 152px;
  height: 162px;
  padding: 16px 20px;
  background: url(../images/astronauts/pic_bg.png) no-repeat;
}

.astronauts .text {
  float: left;
  margin-top: -6px;
  padding: 0 20px;
  width: 310px;
  text-shadow: 0 1px #FFF;
}

.astronauts .text.alignRight {
  text-align: right;
  padding-left: 0;
}

.astronauts .text h1 {
  font-size: 2em;
  padding: 12px 5px;
}

.astronauts .text.left h1 {
  text-align: right;  
}

.astronauts .text p.loves {
  margin-top: 8px;  
}

.peeps p {
  margin: 0 0 15px;
  padding: 3px;
}

.peeps p strong {
  color: #001E28; 
}

.astronauts ul {
  position: absolute;
  right: 15px;
  top: 25px;
}

.astronauts ul li a {
  width: 42px;
  height: 34px;
  margin-bottom: 13px;
  display: block;
}

.astronauts ul li.twitter a {background: url(../images/astronauts/btn_twitter.png) no-repeat;}
.astronauts ul li.flavors a {background: url(../images/astronauts/btn_flavors.png) no-repeat;}
.astronauts ul li.tumblr a {background: url(../images/astronauts/btn_tumblr.png) no-repeat;}
.astronauts ul li.lastfm a {background: url(../images/astronauts/btn_lastfm.png) no-repeat;}
.astronauts ul li.blog a {background: url(../images/astronauts/btn_blog.png) no-repeat;}
.astronauts ul li.web a {background: url(../images/astronauts/btn_web.png) no-repeat;}

.astronauts ul li a:hover {background-position: 0 -34px;}


/* ---------------------------------------------------------------------
---------------------------- contact -------------------------------- */

form {
  width: 380px;
  margin: 0 auto;
  padding: 50px 0 30px;
}

form ul li {
  margin: 10px 0;
  overflow: hidden;
}

form label {
  color: #001E26;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 2.2em;
  text-shadow: 0 1px #e6e6e6;
}

.contactLabel {
  float: left;
  width: 63px;
  text-align: right;
  overflow: hidden;
}

form input {
  float: right;
  font-size: 1.7em;
  font-weight: 500;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #134A59;
  width: 286px;
  height: 32px;
  padding: 3px 8px;
  background: url(../images/contact/fieldBg.jpg) no-repeat;
  border: none;
  text-shadow: 0 1px #FFF;
}

form textarea {
  float: right;
  font-size: 1.7em;
  font-weight: 500;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #134A59;
  width: 286px;
  height: 132px;
  padding: 5px 8px 8px;
  background: url(../images/contact/areaBg.png) no-repeat;
  border: none;
  text-shadow: 0 1px #FFF;
}

form input#submit {
  margin: 25px 100px 20px 0;
  font-size: 1.6em;
  font-weight: 700;
  width: 118px;
  height: 34px;
  background: url(../images/contact/submitBtn.png) no-repeat;
  text-align: center;
  cursor: pointer;
  padding-bottom: 8px;
}

form input#submit:hover {
	background-position: 0 -34px;
	color: #001319;
	text-shadow: 0 1px #FFF;
}

form select {
	color: #134A59;
	font-weight: 600;
	margin: 10px 0 0 15px;
}


