/* 
Theme Name: paper salespage theme
Theme URI: http://wpsqueeze.com
Description: white paper on gray
Author: Erin aka netkickstart
Author URI: http://www.netkickstart.com
Version: 1.0.0
*/

body {
	text-align:center;
	font-family:Verdana, Arial, Georgia, Helvetica, Sans-Serif;
	background-color: #D37409;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	margin: 0 auto;
	padding: 0;
}

p {
	line-height:135%;
}

.post {
	text-align:justify;
	width:90%;
}

.credits {
	color: #666666;
	font-size: xx-small;
}

.red {color: #FF0000}
.blue {color: #0000FF}

.center {text-align: center;}
.highlight { background-color: yellow; }

.info, .success, .warning, .error, .validation , .graybox {
border-width: 1px 0px 1px 0px;
border-style: solid;
padding:5px 5px 5px 5px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
.error {
color: #D8000C;
background-color: #FFBABA;
}
.graybox {
  border-color:#C2BBB2;
  background-color:#E0DCD7;
  text-align: center;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.Sheet
{
  overflow: hidden;
  min-width:35px;
  min-height:35px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 800px;
}

.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -29px;
  width: 58px;
  height: 58px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 29px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -29px;
  left: 0;
  width: 58px;
  height: 58px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 29px;
  height: 29px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -29px;
  left: -29px;
  width: 58px;
  height: 58px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 29px;
  right: 29px;
  height: 29px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 29px;
  right: 29px;
  height: 29px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -29px;
  left: 0;
  width: 100%;
  height: 58px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 29px;
  left: 0;
  width: 29px;
  bottom: 29px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 58px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 29px;
  right: 0;
  width: 29px;
  bottom: 29px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -29px;
  width: 58px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 29px;
  left: 29px;
  right: 29px;
  bottom: 29px;
  background-image: url('images/Sheet-c.png');
}

.Sheet
{
  margin-top: 10px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:800px;
}

.contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 788px;
}

.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}

.Post
{
	margin: 10px;
}

a img
{
	border: 0;
}

.PostContent
{
  font-family: Verdana, Arial, Georgia, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

.PostHeaderIcons
{
  font-family: Verdana, Arial, Georgia, Helvetica, Sans-Serif;
  font-size: small;
  margin:0;
}

.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 788px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 788px;
	height: 150px;
	bottom:0;
	left:0;
}

.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	font-family: Verdana, Arial, Georgia, Helvetica, Sans-Serif;
	font-size: small;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	font-family: Verdana, Arial, Georgia, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	font-family: Verdana, Arial, Georgia, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	font-family: Verdana, Arial, Georgia, Helvetica, Sans-Serif;
	text-decoration: none;
}

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Verdana, Arial;
	font-size:small;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
}
 
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 787px;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.johnson
{
  border-color:#C2BBB2;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  padding:5px 5px 5px 5px;
  background-color:#E0DCD7;
  text-align: center;
}

.center {text-align: center;}
.highlight { background-color: yellow; }