/*  
Theme Name: WordPress Salesletter
Theme URI: http://wordpressstrategies.com/
Description: WordPress Salesletter theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Frank Deardurff III
Author URI: http://FrankDeardurff.com/

	This theme was designed and built by Frank Deardurff III,
	whose blog you will find at http://FrankDeardurff.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #E6D6B5;
	text-align:left;
	}
#Wrapper
    {
	width:600px;
	margin:auto;
	}
#top{
    background-image:url(http://permissionforpleasure.com/home/wp-content/themes/wpsalespage/images/headersallana.jpg);
	width:600px;
	height:150px;
	background-repeat:no-repeat;
	margin:0;
}
#mid{
    background-image:url(http://permissionforpleasure.com/home/wp-content/themes/wpsalespage/images/mid.jpg);
	width:600px;
	background-repeat:repeat-y;
	margin:0;
}
#bottom
   {
    background-image:url(http://permissionforpleasure.com/home/wp-content/themes/wpsalespage/images/bottom.jpg);
	width:600px;
	height:21px;
	background-repeat:no-repeat;
	margin:0;
}
#content_wrapper
    {
	  width:570px;
	  margin:auto;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 600px; 
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size:12px;
		padding:0;
	}

.narrowcolumn .entry p {
	font-size:14px;
	line-height:20px;
	padding:0;
	}

.narrowcolumn .entry, .widecolumn .entry {
      
       	width: 570px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	word-spacing: -1px;
	height: 40px;
	width: 400px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	background-color: #EFEFEF;
	padding: 4px;
	border: 1px solid #487BA0;
	width: 600px;;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration:none
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration:none;

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;

	padding: 0;
	}

#header {
	
	margin: 0 0 0 1px; 
	padding: 0; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 710px;
	}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 50px;
	width: 710px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
	word-spacing: -1px;
	padding-top: 0px;
	margin: 0;
       line-height: 1.9em;
	}

h2 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
	word-spacing: -1px;
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.frm {
	background-color: #efefef;
	padding: 6px;
	border: 6px solid #487BA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.outsidewrapper {height: 100%;
	width: 714px;
	padding-right: 17px;
	padding-left: 17px;
	margin: 0 auto 0 auto;
	background-color: #E9E9E9;}
.middlewrapper {border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
	background-color: #FFFFFF;
		margin: 0 auto 0 auto;
	height: 100%;}
.insidewrapper {padding-right: 45px;
	padding-left: 45px;
	height: 100%;}
.insidewrapper2 {width: 700px;
	border-right-width: thin;
	border-left-width: thin;
	margin: 0 auto 0 auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
	padding-right: 1px;
	padding-left: 1px;
	height: 100%;}
h1	{font-family: Tahoma; 
	font-size: 16pt; 
	letter-spacing: -1pt; 
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;}
.orderform {width: 520px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	padding: 15px 15px;
	margin: 0 auto 0 auto;
	background-color: #ffffcc;}
.style3 {color: #990000}
.style4 {
	text-decoration: underline;
	font-size: x-large;
	color: #7F0000;
}
.style5 {
	font-weight: bold;
	font-size: x-large;
	letter-spacing: -1px;
}
.style6 {
	font-size: x-large;
}
.style7 {
	text-decoration: underline;
	color: #7F0000;
}
ul li {
       text-align:left;
}
form {
       margin:0;
	   padding:0;
}

/* End Various Tags & Classes*/
