﻿/* ThinkMac Paper Craft stylesheet 
   © 2010 ThinkMac Software, all rights reserved */

body {
  background-color: #e1f3ff;
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica", "Arial", sans-serif;
}

a {
  color: #dd0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

/* grid design aide */

.grid {
  position: absolute;
  z-index: 100;
  background-image: url('images/grid.png');
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

/* set the global site width and alignment */

.ribbon .contentSpace, .banner .contentSpace, .content .contentSpace {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* the ribbon contains the logo and main navigation menu */

.ribbon {
  background-image: url("images/logo-banner-bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  height: 61px;
  padding-bottom: 40px;
}

.ribbon .contentSpace {
  margin-top: 0px;
}

.ribbon .contentSpace img.logo {
  margin-top: 4px;
}

.ribbon .contentSpace .navigation {
  float: right;
  margin-right: 115px;
}

/* the banner is an optional strip across the top of the page
   containing the ribbon. It can contain an arbitary amount of 
   content against a styled background */

.banner {
  margin-top: 0px;
  background-image: url("images/banner-bg.png");
  background-position: center top;
}

.banner .contentSpace {
}

.banner .contentSpace h1 {
  font-size: 24px;
  font-family: "Arial Rounded MT Bold", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #555;
  margin-top: 0px;
  padding-top: 0px;
}

.downloadButtons {
  position: absolute;
  top: 360px;
}

.bannerTrim {
  background-image: url("images/banner-trim.png");
  background-position: center top;
  height: 30px;
}

.content {
  margin-top: 30px;
}

.content .contentSpace h1 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 30px;
  font-weight: bold;
  color: #444;
}

.content .contentSpace h2 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 25px;
  font-weight: bold;
  color: #444;
}

.content .contentSpace p {
  font-size: 16px;
  line-height: 1.4em;
  color: #555;
}

.footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.4em;
}

/* reuseable layout components */

.leftColumn {
  float: left;
  width: 380px;
}

.rightColumn {
  float: left;
  width: 380px;
  margin-left: 20px;
}
