@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	background-color: rgba(238,25,0,1.00);
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1.00);
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	padding-top: 1.3em;
    font-family: Georgia, "Times New Roman", "Georgia Bold";
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
}
h2 {
	font-family: Georgia, "Times New Roman", "Georgia Bold";
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 .5em 0;
	color: rgba(146,124,85,1.00);
}
h3 {
	font-size: 1.1em;
    font-weight: normal;
	margin-left: 1em;
	color: rgba(146,124,85,1.00);
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	text-transform: capitalize;
	color: rgba(146,124,85,1.00);
}
.wrapper {
	width: 100%;
    margin: 0 auto;
	position: relative;
}
header {
    width: 100%;
    height: 800px;
    margin: 0 auto;
	position: fixed;
	top: 0;
	bottom: 0;
}
nav {
    width: 100%;
    height: 32px;
	margin: 0 auto;
	background-color: rgba(216,23,0,1.00);
    padding: 1.2em 0 0 0;
	border-bottom: solid 6px rgba(216,23,0,1.00);
}
.toolbar {
	width: 800px;
	margin: 0 auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-style: normal;
	font-weight: 300;
}
.toolbar li {
    display: inline;
    margin: 0 .7em 0 .7em;
    padding: 0 0 0 0;
    zoom: 1;
}
.toolbar a:link {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar a:visited {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar a:hover {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.toolbar a:active {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.title {
	width: 100%;
	width: 900px;
	height: 750px;
	margin: 0 auto;
	color: #473a3a;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-image: url(../_images/book-cover.jpg);
	background-color: rgba(254,29,0,1.00);
}
.container {
    width: 100%;
    margin: 45px auto 0 auto;
}
section {
    width: 900px;
	margin: 45px auto 0 auto;
    padding: 0;
    line-height: 1.5;
}
p {
    margin-bottom: .9em;
}
article {
	float: left;
	width: 820px;
	margin: 760px 0 3em 0;
	padding: 2em 40px 2em 40px;
	background-color: rgba(245,245,245,1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	opacity: .99;
	color: rgba(108,108,108,1.00);
}
.thumbnails {
	float: left;
	width: 820px;
	height: 282px;
	margin: 2em 0 2em 0;
	padding: 1em 0 1em 0;
	border-top: solid 1px rgba(221,221,221,1.00);
	border-bottom: solid 1px rgba(221,221,221,1.00);
}
.thumbnails2 {
	float: left;
	width: 820px;
	margin: 1em 0 2em 0;
	padding: 1em 0 1em 0;
	border-top: solid 1px rgba(221,221,221,1.00);
	border-bottom: solid 1px rgba(221,221,221,1.00);
}
.thumbnails2L {
	float: left;
	width: 400px;
}
.thumbnails2L p {
	margin-left: 1.5em;
	margin-right: 1.3em;
}
.thumbnails2R {
	float: right;
	width: 400px;
}
.thumbnails2R p {
	margin-left: 1.5em;
	margin-right: 1.3em;
}
.thumbnails2 ul li {
	margin: 0 0 .0 2.6em;
}
.articleL {
	float: left;
	width: 520px;
}
.articleR {
	float: right;
	width: 250px;
    height: 700px;
	font-size: .8em;
	margin-top: 2.7em;
	padding-left: 1.7em;
	border-left: solid 1px rgba(221,221,221,1.00);
	background-image: url(../_images/lion-door-knocker.jpg);
	background-repeat: no-repeat;
	background-position: 1.7em 340px;
}
.articleRB {
	float: right;
	width: 277px;
	height: 350px;
	margin: 1em 0 0 0;
	background-color: rgba(255,255,255,1.00);
	border: none;
	background-image: url(../_images/lion-door-knocker.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.thumbnails2 img {
	border: none;
	margin: .5em 0 .5em 0;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
article img {
	border: solid 1px rgba(229,224,215,1.00);
}
article a:link {
    color: rgba(3,163,209,1.00);
    text-decoration: none;
}
article a:visited {
    color: rgba(3,163,209,1.00);
    text-decoration: none;
}
article a:hover {
    color: #000;
    text-decoration: none;
}
article a:active {
    color: #000;
    text-decoration: none;
}
footer {
    float: left;
    width: 820px;
    margin: 0 0 0 0;
	padding: .5em 0 .5em 0;
    background-color: rgba(254,29,0,1.00);
   -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
    color: rgba(255,255,255,1.00);
}
.toolbar2 {
	width: 820px;
	margin: 0 auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-style: normal;
	font-weight: 200;
}
.toolbar2 li {
    display: inline;
    margin: 0 .5em 0 .5em;
    padding: 0 0 0 0;
    zoom: 1;
}
.toolbar2 a:link {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar2 a:visited {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar2 a:hover {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.toolbar2 a:active {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
#facebookTop {
	margin-top: 2em;
}
.button {
    float: left;
    width: 820px;
    margin: 1em 0 .5em 0;
	padding: .3em 0 .3em 0;
    background-color: rgba(254,29,0,1.00);
   -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-style: normal;
	font-weight: 200;
}
.button a:link {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.button a:visited {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.button a:hover {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.button a:active {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}