/*   
Theme Name: Marketing Theme
Theme URI: http://ianpurton.com/seo-wordpress-sandbox-theme/
Description: Turn wordpress into a sales page CMS
Author: Ian Purton
Author URI: http://ianpurton.com
Version: 1.1
*/

/* Header
----------------------------------------------- */

div.bug-fix {
  display: none;
}

#doc3 {
  margin: 0;
  padding: 0;
}

#hd {
  background-color: #222;
  padding: 1px 0 15px 0;
  color: #ccc;
  border-bottom: 2px solid #C8E89F;
}

#hd p.app-name {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

#hd ul {
  margin: 10px 0 0 0;
  float: right;
}

#hd li {
  float: left;
  list-style: none;
  margin-left: 10px;
}

div.clear {
  clear: both;
}

#hd a {
  color: white;
  font-size: 14px;
}

a.notice-me {  
  font-weight: bold;
}

/* Page width
----------------------------------------------- */

div.page {
  width: 750px;
  margin: 0 auto;
}

div.callout {
  background-image: url(images/texture.png);
}

/* Buy Page
----------------------------------------------- */

table.buy-now {
  margin-top: 40px;
}


/* Tour
----------------------------------------------- */
div.tour-snippet {
  text-align: center;
}

div.tour-snippet h2 {
  font-size: 25px;
  letter-spacing: -1px;
}

div.tour-snippet p {
  font-size: 16px;
}


div.tour-snippet h2 {
  text-transform: capitalize;
}
/* Call out
----------------------------------------------- */

.front-screenshot {
  padding-top: 25px;
}

.callout h1 {
  margin: 10px 0 0 0;
  font-size: 36px;
  letter-spacing: -1px;
}

.callout h2 {
  margin: 10px 0 0 0;
  font-size: 22px;
  font-weight: normal;
  color: #222;
  letter-spacing: -1px;
  padding-bottom: 10px;
  color: #1B5594;
}

#home-callout h2 {
  padding-bottom: 0px;
}

.callout h3 {
  margin: 20px 0 20px 0;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}

.callout img {
  margin: 0 0 10px 0;
}

.callout {
  border-bottom: 1px solid #ccc;
}


/* Boxers
----------------------------------------------- */

div#boxer {
  background-color: white;
  border-top: 1px solid dashed;
}

div#boxer img {
	float: left;
	margin-bottom: 20px;
}

div#boxer h3 {
	float: right;
	width: 120px;
	padding: 5px 5px 0 0;
	margin: 0;
}

div#boxer ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}

div#boxer li {
	list-style-type: none;
	margin-bottom: 10px;
}

div#boxer li.highlight {
	color: #3F608D;
}

div#boxer strong, div#boxer em {
  background-color: #FFFFCC;
}

div.padding {
  padding: 0 10px;
}

/* Quotes
----------------------------------------------- */

div.quotes {
        margin-top: 30px;
  text-align: center;
  font-size: 21px;
  background-color: white;
  padding-bottom: 30px
}

div.quotes a {
  color: black;
}

blockquote {
  position: relative;
}

blockquote p {
  position: relative;
}

div.open_quote {
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 115px;
  color: #dedede;
  font-family: georgia, serif;
}

/* Footer
----------------------------------------------- */

div#ft {
    height: 100px;
    color: white;
    margin-bottom: 0px;
    padding-top: 10px;
    background-color: #ccc;
    background: #474849 url(images/header_bg.png) repeat-x bottom;
}

div#ft a {
        color: white;
}

div#copyright p {
  margin: 0;
  font-size: smaller;
}

div#copyright {
  text-align: center;
        padding-bottom: 2px;
}

div.contact {
  text-align: right;
  font-size: smaller;
}

/* Speach bubble
----------------------------------------------- */

div.bubble {
  width: auto;
  font-size: 0.75em;
  margin-bottom: 24px;
}

div.bubble blockquote {
  margin: 0px;
  border: 1px solid #c9c2c1;
  background-color: #fff;
	border-radius:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
}

div.bubble blockquote p {
  margin: 10px;
  color: black;
}

div.bubble cite {
  position: relative;
  margin: 0px;
  padding-left: 15px;
  padding-top: 7px;
  top: 6px; /* 1px less than padding-top */
  background: transparent url(images/tip.gif) no-repeat 20px 0;
  font-style: normal;
}

/* Fix footer to bottom of page.
----------------------------------------------- */

html {
  height: 100%;
}

body {
  height: 100%;
}

#doc3 {
  position: relative;
  min-height: 100%;
}

* html #doc3 {
  height: 100%;
}

#bd {
  padding-bottom: 100px;
}

#ft {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}