/**
 * General
 */
 
* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

body {
  background: url('../images/background.png');
  color: #000000;
  font: 100%/1.5 Helvetica,Arial,sans-serif;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

h1, h2, h3 {
    color: #7C0000;
    font-family: MuseoSlab;
    font-weight: normal;
    text-shadow: 0 1px 0 #ffffff;
}

p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
}

a {
  color: rgba(48, 47, 43, 0.796875);
  text-shadow: rgba(255, 255, 255, 0.699219) 0 1px;
  text-decoration: none;
}

a:hover {
  color:#0095cd;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
  width: 960px;
}

hr {
  clear: both;
  width: 100%;
  border-top: 1px solid #cbced3;
  border-bottom: 1px solid #f5f5f5;
  border-left: 0;
  border-right: 0;
}

.verticaldivider {
  display: inline-block;
  height: 542px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #cbced3;
  border-right: 1px solid #f5f5f5;
  float: left;
  margin: 0 20px;
}

#content {
  -webkit-box-shadow: rgba(255, 255, 255, 0.746094) 0 2px 0px, rgba(0, 0, 0, 0.0195312) 0 1px 0 inset;
  background-color: rgba(0, 0, 0, 0.0273438);
  border-radius: 8px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  min-height: 500px;
  text-shadow: rgba(255, 255, 255, 0.496094) 0 1px 0;
}

/**
 * Fonts
 */
@font-face {
  font-family: Museo;
  font-weight: bold;
  src: url("/media/fonts/Museo700-Regular.eot");
  src: local('Museo'),
       url('/media/fonts/Museo700-Regular.ttf') format('truetype'),
       url('/media/fonts/Museo700-Regular.svg#webfont5gErXqQS') format('svg');
}

@font-face {
  font-family: MuseoSlab;
  font-weight: normal;
  src: url('/media/fonts/Museo_Slab_500.eot');
  src: local('Museo Slab'),
       url('/media/fonts/Museo_Slab_500.ttf') format('truetype'),
       url('/media/fonts/Museo_Slab_500.svg#webfontuLIW84qB') format('svg');
}

/**
 * Header
 */

#header {
  margin-top: 15px;
  margin-bottom: 15px;
}

#nav_menu {
  display: inline-block;
  float: right;
  margin-top: 10px;
}

#nav_menu li {
  display: inline-block;
  color: rgba(48, 47, 43, 0.6);
  vertical-align: top;
  padding-left: 9px;
}

.navdivider {
  display: inline-block;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #cbced3;
  border-right: 1px solid #f5f5f5;
  height: 61px;
  margin-top: 5px;
  margin-left: 38px;
}

#nav_menu li span {
  display: block;
  font-style: italic;
  line-height: 1.4em;
  font-family: Georgia, Times New Roman, serif;
  padding-left: 2px;
}

#nav_menu li span a {
  font-size: 10pt;
  color: rgba(48, 47, 43, 0.6);
}

#nav_menu li a {
  text-decoration: none;
}

#nav_menu a:hover {
  color: #0095cd;
}

/**
 * Header Logo
 */

#logo {
  display: inline-block;
}

#logo p {
  font-size: 24pt;
  font-family: MuseoSlab;
  display: inline-block;
  left: 9px;
  position: relative;
  top: 5px;
  color: #4d4d4d;
  text-shadow: 0px 1px 1px #ffffff;
}

#logo img {
  vertical-align: middle;
}

/**
 * Footer
 */

#footer {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

/**
 * Home Page Main 
 */

#main {
  overflow: hidden;
  padding: 40px;
}
    
#mainlogo {
  float: right;
  margin-right: 10px;
}

#maintext {
  margin-top: 40px;
}

#maintext h1 {
  font-size: 32px;
}

#maintext p {
  padding-top: 40px;
  width: 450px;
}

/**
 * Home Page Featured Products
 */

.featured {
  padding: 40px;
}

.featured img.box {
  border: 4px solid #eeeeee;
  box-shadow: 0 0 10px #aaaaaa; -moz-box-shadow: 0 0 10px #aaaaaa; -webkit-box-shadow: 0 0 10px #aaaaaa;
}

.featured img.right {
  float: right;
}

.featured img.left {
  float: left;
}

.featured h2 {
  font-size: 26px;
  padding: 10px 0;
}

.featured p {
  width: 450px;
  display: inline-block;
  padding: 10px 0;
}

.featured p a {
  border-bottom: 1px solid #cccccc;
}

/**
 * Specific Product Adjustments
 */

#paprika h2 {
  padding-top: 40px;
}

#chompstack h2 {
  padding-top: 26px;
}

/**
 * Individual Product Pages
 */

#product {
  text-align: center;
}

#product #heading {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
}

#product #heading h1 {
  color: rgba(48, 47, 43, 0.796);
  font-family: MuseoSlab, sans-serif;
  font-size: 30px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.698);
  margin-left: 116px;
  margin-top: 10px;
}

#product #heading h2 {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 116px;
}

#product #heading img {
  float: left;
  padding: 0 10px;
}

#product #feature {
  position: relative;
  top: -15px;
}

#product #description {
  overflow: hidden;
  text-align: left;
  margin: 30px 50px;
  position: relative;
}

#product #description #appstore {
  position: absolute;
  top: 50%;
  height: 73px;
  margin-top: -36px;
  right: 0px;
}

#product #description h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

#product #description p {
  width: 580px;
}


