/* Reality Creation 101 
Copyright Chistopher A. Pinckley
Website design: samdoidge.com
*/

/* Reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

/* Layout */

body {
background-color: #312818;
}

#container {
margin-right: auto;
margin-left: auto;
width: 700px;
display: block;
}

#title {
padding: 20px;
height: 146px;
display: block;
width: 700px;
}

#title a {
text-decoration: none;
}

#title a:visited {
text-decoration: none;
}

#profilepic {
margin-left: 568px;
margin-top: -120px;
width: 102px;
display: block;
height: 144px;
position: absolute;
background-image: url("chrisprofile.gif");
border-style: solid;
border-width: 5px;
border-color: white;
}

#white {
padding: 30px;
padding-bottom: 50px;
background-image: url('paperturn.gif');
background-position: top right;
background-repeat: no-repeat;
background-color: #fff;
margin-bottom: 50px;
}

/* Headings */

h1 {
margin-top: 20px;
font-family: Arial;
font-size: 52px;
font-weight: 600;
color: #e0784a;
}

h2 {
font-family: Arial;
font-size: 22px;
font-weight: 600;
color: #4ac7ef;
margin-top: 6px;
}

h3 {
font-family: Georgia;
font-size: 42px;
font-style: italic;
text-align: center;
font-weight: 500;
padding-right: 30px;

padding-top: 20px;
color: #333333;
}

h4 {
padding-top: 40px;
padding-bottom: 15px;
font-family: Georgia;
font-size: 24px;
color: #2a2a2a;
font-weight: 500;
}

#amazon {
font-family: Georgia;
font-style: italic;
font-size: 22px;
margin-left: 160px;
background-image: url("amazonstars.gif");
background-repeat: no-repeat;
background-position: bottom left;
padding-left: 76px;
color: #333333;
}

#book {
padding: 20px;
text-align: center;
width: 200px;
float: middle;
}

a.buynow {
background-image: url("buynow.gif");
background-repeat: no-repeat;
width: 202px;
height: 61px;
display: block;
margin-left: 220px;
}

p {
font-family: Georgia;
color: #2a2a2a;
font-size: 18px;
}

.none {
display: none;
}

p.testimonial {
margin-top: 30px;
font-style: italic;
}

p.author {
margin-top: 10px;
font-size: 14px;
}

.dot {
background-image: url("dot.gif");
background-position: center;
margin-left:314px;
background-repeat: no-repeat;
height: 12px;
margin-top: 30px;
margin-bottom: 30px;
width:12px;
}
.line {
background-image: url("line.gif");
margin-top: 40px;
margin-bottom:10px;
height: 1px;
}
span.title {
	font-style:italic;
}

