/*-----------------------------------------------------------------------------
FinishYourNovel.com sales letter style sheet

version:   1.0
author:    mike mindel
email:     writequality@gmail.com
website:   http://www.FinishYourNovel.com/
-----------------------------------------------------------------------------*/
@import url(reset.css);

/*
	Floated two column elastic layout (including hacks for IE 5.x, IE 6 and Netscape 6)
	Please see CSS Mastery (Advanced Web Standards Solutions) by Andy Budd for more details
*/
body {
	min-width: 760px; /* Netscape 6 hack to ensure content can be accessed in small window */
	text-align: center; /* IE 5.x and IE 6 hack in quirks mode */
	background: #e3e3e3 url(../i/light-to-dark-background.jpg) top repeat-x;
	margin-top: 0px;
	text-align: center;
}

#wrapper {
	text-align: left; /* IE 5.x and IE 6 hack in quirks mode */
	width: 800px;
	margin: 0 auto;
	max-width: 1236px;
	min-width: 750px;
}

#content, #thank-you {
	background-color: #fff;
	border: 1px solid #777;
	padding: 20px 40px 20px 30px;
}

#thank-you {
	text-align: center;
	padding-bottom: 2em;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 1.1em;
}

#content #sidebar {
	float: left;
	text-align: center;
	width: 30%;
}

#content #main {
    float: right;
    width: 57%;
}

#free-chapter, #benet-picture {
	margin-top: 2em;
}
/*--- Layout ---*/


/*--- Header ---*/
#header {
    background: url("../i/the-naked-writer.jpg") no-repeat left top;
    padding-bottom: 219px; /* Reveals the background image */
	width: 800px;
}
/*--- Header ---*/


/*--- Typography ---*/
body {
	font-family: Verdana,sans-serif;
	font-size: 85%;
	color: #222;
}

p {
	font-size: 1.2em;
	padding: 0 0 0 5px;
	line-height: 1.6em; 
	padding-top: 1em;
}

p em {
	font-style: italic;
}

strong {
	font-weight: bold;
}
/*--- Typography ---*/


/*--- Headings ---*/
h1, h2, h3 {
	font-family: Trebuchet ms, Arial, Tahoma, Verdana, Sans-serif;
	font-weight: normal;
	letter-spacing: .005em;
	color: #036;
}

h1 {
	margin-top: 0.5em;
	font-size: 3.75em;
	font-weight: bold;
	letter-spacing: -.015em;
	background: #fff;
	line-height: 1.2em; 
}	

#buy-now h1 {
	font-size: 3em;
}

h2 {
	margin-top: 1.5em;
	font-size: 1.81em;
	font-weight: bold;
	color: #036;
	padding: 0 0 0.2em 0;
	line-height: 1.2em; 
	border-bottom: 2px solid #9CB0C4;
}

h1 em,
h2 em {
	text-align: center;
	font-style: italic;
}

h2 small {
	font-size: 0.8em;
}

h3 {
	color: #036;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0.5em;
}
/*--- Headings ---*/


/*--- Quotes ---*/
#quotes {
	border: 1px solid #ccc;
	width: 162px;
	padding: 10px 10px 0 10px;
	font-size: 0.9em;
	margin-bottom: 30px;
	margin-left: 20px;
}

#quotes li {
	list-style-type: none;
	background: url(../i/open-quotes.gif) no-repeat;
}

#quotes blockquote {
	text-align: left;
	display: block;
	font-style: italic;
	background: url(../i/close-quotes.gif) no-repeat;
	padding: 5px 15px 0 20px;
	background-position: right bottom;
}

#quotes blockquote p {
	font-size: 1em;
}

#quotes cite {
	display: block;
	color: #777;
	text-align: right;
	padding: 10px 5px 20px 0;
	font-style: italic;
	font-size: 0.8em;
}

#main-quotes {
	margin-top: 1em;
	padding: 10px 10px 0 10px;
	font-size: 1.1em;
	margin-bottom: 30px;
}

#main-quotes li {
	list-style-type: none;
	background: url(../i/open-quotes.gif) no-repeat;
}

#main-quotes blockquote {
	text-align: left;
	display: block;
	font-style: italic;
	background: url(../i/close-quotes.gif) no-repeat;
	padding: 5px 15px 0 20px;
	background-position: right bottom;
}

#main-quotes blockquote p {
	font-size: 1em;
}

#main-quotes cite {
	display: block;
	color: #777;
	text-align: right;
	padding: 10px 5px 20px 0;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.2em;
}
/*--- Quotes ---*/


/*--- Benefits ---*/
#benefits ul {
	margin: 0;
	padding: 0;
	margin-top: 2em;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	line-height: 1.4em; 
	margin-right: 20px;
}

#benefits ul li {
	background-image: url(../i/small-green-tick.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 2em;
	padding-bottom: 20px;
}

#instructions ul {
	margin: 0;
	padding: 0;
	margin-top: 2em;
	padding: 0 0 0 0px;
	font-size: 1em;
	line-height: 1.4em; 
}

#instructions ul li {
	background-image: url(../i/small-green-tick.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 2em;
	padding-bottom: 20px;
}

#instructions ul li em {
	font-style: italic;
}
/*--- Benefits ---*/


/*--- Chapters ---*/
.chapters ol {
	padding: 0 0 0 2.6em;
	font-size: 1.3em;
	list-style-type: none;
}

.chapters ol li {
	list-style-type: decimal;
	padding: 1.5em 0 0.5em 0;
	font-weight: bold;
}

.chapters .normal-text {
	font-weight: normal;
	line-height: 1.3em;
	font-size: 0.9em;
}

.chapters .normal-text em {
	font-style: italic;
}
	
.chapters li.download {
	background-color: #eee;
	padding: 0.5em 1em 1em 1em;
	margin-top: 1em;
}

.chapters li p {
	text-align: right;
	margin-top: 10px;
	font-size: 0.8em;
}

.chapters li em {
	color: #036;
	font-weight: bold;
	font-size: 0.9em;
}
/*--- Chapters ---*/


/*--- Buy button ---*/
.buy-button {
	text-align: center;
	padding: 0 0 0 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#buy-now .buy-button {
	margin-top: 0em;
}

.buy-button p {
	font-size: 0.9em;
}

#sidebar-buy-button {
}

#sidebar-buy-button p {
	font-size: 0.9em;
}

#trust {
	margin-top: 1em;
}
/*--- Buy button ---*/


/*--- Fuzzy drop shadow ---*/
.img-wrapper {
    background: url(../i/shadow.gif) no-repeat right bottom;
	margin-bottom: 2em;
	margin-left: 20px;
	margin-top: 2em;
    /* float: left; */
}

.img-wrapper div {
    background: url(../i/mask.png) no-repeat left top !important;
    background: url(../i/mask.gif) no-repeat left top;
    padding: 0px 5px 0px 0px;
	/* float: left; */ /* :KLUDGE: Fixes bug in IE/Mac */
}
 
.img-wrapper img {
	margin: 0em;
	margin-bottom: -1px;
	background: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}
/*--- Fuzzy drop shadow ---*/


/*--- Links ---*/
a, a:link {
	color: #036;
	text-decoration: underline;
}

a:visited {
	color: #036;
}

a:hover, a:active {
	color: red;
}

a.instant-delivery {
	text-decoration: underline;
	color: red;
	font-weight: bold;
	text-align: center;
}
/*--- Links ---*/


/*--- Footer panel --- */
#footer {
	font-size: 0.9em;
    background-image: url("../i/footer-separator.jpg");
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 4em;
	padding: 0em;
}

#footer p {
	padding-top: 1em; /* Move out the way of the image */
}

.copyright {
	color: grey;
	font-size: 0.8em;
}
/*--- Footer panel ---*/

.small {
	font-size: 0.7em;
}

.guarantee, .lets-write, .buy-now {
	text-align: center;
}

.highlight {
	background-color: #eee;
	color: red;
	padding: 1em 1em 1em 1em;
	font-size: 1.4em;
}

.clear {
	clear: both;
}

.quotoon {
	border: 0;
	margin: 0;
	margin-top: 3em;
	margin-bottom: 3em;
}

.fully-illustrated {
	color: #036;
	font-size: 1.3em !important;
	font-weight: bold;
}

.testimonial {
	margin-top: 2em;
}

.hero-shot {
	text-align: center;
}

.command {
	font-weight: bold;
	font-size: 1.1em;
}