article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { 
display : block; }

audio[controls], canvas, video { 
display : inline-block; 
*display : inline; 
*zoom : 1; }

/* ROOT ============================================================================= */

html {
overflow-y : scroll;
}

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Gentium Book Basic', Georgia, serif;
color : rgb(40,40,40); 
background-color : transparent;
background:url(../img/h/page_bg.jpg);
}

button, 
input, 
select, 
textarea { 
color : rgb(40,40,40); }

/* HEADINGS ==================================================== */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
font-weight : normal;
color:#3E2607;
 }

h1 { 
margin-bottom : .75em;
font-size : 3em; /* 48 / 16 = 3 */
line-height : 1.2; }

h2 { 
margin-bottom : .75em;
font-size : 3.75em; /* 36 / 16 = 2 */
line-height : 1.2; }

h3 { 
margin :0;
font-size : 1.5em; /* 24 / 16 = 1.5 */
line-height : 1.3;
color:#804C00;
 }

h4 { 
margin-bottom : 1.25em;
font-size : 1.25em; /* 20 / 16 = 1.25 */
line-height : 1.25; }

h5 { 
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }

h6 { 
font-size : 1em; /* 16 / 16 = 1 */ }

/* TYPOGRAPHY ============================================================================= */

p, 
ol, 
ul, 
dl, 
address {
margin-top:0; 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto; 
text-align : left; }

ul, 
ol { 
margin : 0 0 1.5em -24px; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

blockquote  { 
margin : 0 0 0 -24px; 
padding-left : 24px; 
font-style : italic;
color:#3e2708;
}

cite{
margin-bottom:1.5em;
display:block;
font-style:normal;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
content : '';
content : none;
}

abbr[title] { 
border-bottom : 1px dotted; 
cursor : help; }

b, strong { 
font-weight : bold; }

dfn { 
font-style : italic; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid rgb(204,204,204); }

ins { 
background-color : rgb(240,240,240); 
color : rgb(0,0,0); 
text-decoration : none; }

mark { 
background-color : rgb(240,240,240); 
color: rgb(0,0,0); 
font-style : italic; 
font-weight : bold; }

pre, 
code, 
kbd, 
samp { 
font-family : monospace, monospace; 
_font-family : 'courier new', monospace; 
font-size : .875em; 
line-height : 1.5; }

pre { 
white-space : pre; 
white-space : pre-wrap; 
word-wrap : break-word; }

q { 
quotes : none; }

q:before, 
q:after { 
content : ""; 
content : none; }

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

/* LINKS ============================================================================= */

a { 
color : #804c00;
text-decoration:none; }

a:visited { 
color : #804c00; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color:#b26a00;
 }

/* FIGURES & IMAGES ============================================================================= */

figure {
	margin:0;
}

figure img,
figure object,
figure embed {
margin:0;
margin-bottom : .75em;
max-width : 100%;
 }

.border_img{
	border:5px solid #E0DAC1;
}

figcaption {
display : block;
font-weight : normal; }

img {
border : 0; }

svg:not(:root) {
overflow : hidden; }

/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%;
font-size : .875em; /* 14 / 16 = .875 */ }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label { 
font-weight : normal;
cursor : pointer; }

button, 
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle;
padding:3px; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
cursor : pointer;
background:#804c00;
border:0;
border-radius:3px;
color:#fff;
font : 100%/1.4 'Gentium Book Basic', Georgia, serif;
line-height:1em;
 }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
box-sizing : content-box; }

input[type="email"] {
	width:95%;
	margin-bottom:6px;
}


button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

textarea { 
overflow : auto; 
vertical-align : top; }

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px rgb(255,0,0); 
-moz-box-shadow : 0 0 2px rgb(255,0,0);
box-shadow : 0 0 2px rgb(255,0,0); }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : rgb(240,221,221); }

/* BANNER ============================================================================= */

header[role="banner"]{
	overflow:auto;
	margin:0 auto;
	background:url(../img/h/banner_bg.png) repeat-x;
	min-height:160px;
}

.header_content{
	max-width:992px;
	margin:0 auto;
	padding:0 1%;
}

header[role="banner"] h1{
	background:url(../img/h/rlroyle.png) no-repeat;
	width:410px;
	height:54px;
	float:left;
	margin:0.8em 0 0.5em 0;
}

header[role="banner"] h1 a{
	display:block;
	text-indent:-9999px;
}

/* NAVIGATION 	============================================================================= */

header[role="banner"] nav ul{
	display:inline;
	float:right;
	margin-top:1.2em;
}

header[role="banner"] nav li{
	list-style-type:none;
	float:left;
	margin:48px 48px 0 0;
	font-size:1.500em;
}

header[role="banner"] nav li.last{
	margin-right:0;
}

header[role="banner"] nav li a{
 color:#C0B483;
 text-decoration:none;
}

header[role="banner"] nav li a:hover{
 color:#d7a621;
}

/* MAIN ============================================================================= */

div[role="main"]{
	max-width:992px;
	margin:0 auto;
	padding:0 1%;
}

.main_review{
	width:50%;
	float:left;
	text-align:center;
	margin-right:5%;
	margin-top:30px;
	min-height:275px;
}

.main_review figure{
	padding:1em;
}

.main_review img, .slideshow img{
	width:100%;
}

.main_review figcaption{
	text-indent:-9999px;
}

.slideshow{
	width:45%;
	float:left;
	text-align:center;
	position:relative;
	margin-top:30px;
}

.slideshow img { position:absolute; left:0; top:0; }


.books_wrapper{
	clear:both;   
    border-width:46px 0;
	-webkit-border-image:url("../img/h/green_brush.png") 46 0 46 repeat;	
	-moz-border-image:url("../img/h/green_brush.png") 46 0 46 repeat;
	}
	
.books_content{
		background:#94AF9C;
}

.books_content h2{
	margin:0;
	padding:0;
}

.the_books{
 margin:0 auto;
 max-width:992px;
 overflow:hidden;
 padding:0 1%;
 padding-bottom:5px;
}

.book{
	width:30%;
	overflow:hidden;
	float:left;
	margin-right:5%;
}

.book p{
	text-align:left;
}

.book img{
	width:180px;
	float:left;
}

.book ul{
	margin:12px 0 0 0;
}

.book li{
	list-style-type:none;
	margin-bottom:4px;
}

.book li a{
	padding:5px;
	background:#88A591;
	border-radius:5px;
	text-decoration:none;
	color:#FFF;
	display:inline-block;
}

.book li a:hover{
	background:#5f7365;
}

.last{
	margin-right:-3px;
}

#lm_excerpt p, #etm_excerpt p{
	margin-right:20px;
 
}

.col-2{
 width:63%;
 float:left;
 margin-right:5%;	
}

.col-1{
	width:32%;
	float:left;
	
}

footer{
	max-width:992px;
	margin:0 auto;
	margin-top:60px;
	padding-top:2px;
	/*background:url(../img/h/footer_quote.png) no-repeat top center;
	background:url(../img/h/footer_quote.png) no-repeat top center, url(../img/h/rlr.png) no-repeat top right;*/
	min-height:91px;
	padding:0 1%;
}

footer p{
	padding-top:30px;
}

/* GLOBAL OBJECTS ============================================================================= */

.clearfix:before, 
.clearfix:after { 
content : "\0020"; 
display : block; 
height : 0; 
overflow : hidden; }

.clearfix:after { 
clear : both; }

/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


/* MEDIA QUERIES ============================================================================= */

@media print {

* { 
background : transparent !important; 
color : black !important; 
text-shadow : none !important; 
filter : none !important; 
-ms-filter : none !important; }

@page { 
margin : 0.5cm; }

h2, h3 { 
orphans : 3; 
widows : 3; 
page-break-after : avoid; }

p { 
orphans : 3; 
widows : 3; }

pre, blockquote { 
border : 1px solid #999; 
page-break-inside : avoid; }

abbr[title]:after { 
content : " (" attr(title) ")"; }

a, a:visited { 
color : #444 !important; 
text-decoration : underline; }

a[href]:after { 
content : " (" attr(href) ")"; }

a[href^="javascript:"]:after, 
a[href^="#"]:after { 
content : ""; } 

img { 
max-width : 100% !important;
page-break-inside : avoid; }

thead { 
display : table-header-group; } 

tr { 
page-break-inside : avoid; }

.ir a:after { 
content : ""; } 

header[role="banner"]{
	display:none;
}

}


/* 768px */
@media only screen and (max-width: 870px) {

header[role="banner"] nav ul{
	float:left;
	margin-left:2%;
	margin-top:1em;
}

header[role="banner"] nav li{
	float:none;
	margin:0;
	font-size:1.2em;
}

figcaption{
	display:none;
}

.main_review{
	min-height:0;
}

}


/* 600px */
@media only screen and (max-width: 610px) {

header[role="banner"]{
	overflow:hidden;
}

header[role="banner"] h1{
	background:url(../img/h/rlroyle.png) no-repeat;
	background-size:100%;
	width:70%;
	height:54px;
	float:none;
	margin:15px auto;
}

header[role="banner"] nav ul{
	float:none;
	margin:0 auto;
	width:252px;
	display:block;
	overflow:auto;
	padding:0;
}

header[role="banner"] nav li{
	float:left;
	margin:0;
	font-size:1.2em;
	display:inline-block;
	margin-right:10px;
}

.slideshow{
	display:none;
}

.main_review{
	width:90%;
	margin-right:0;
	margin:0 auto;
	float:none;
	min-height:0;
}

figcaption{
	display:none;
}

.book{
	float:none;
	width:245px;
	margin:0 auto;
	margin-bottom:15px;
}

#lm_excerpt, #etm_excerpt{
	font-size:0.750em;
}

h2{
	text-align:center;
 	
}

.col-1{
	display:none;
}

.col-2{
	width:90%;
	margin:0 auto;
	float:none;
}

footer p{
	display:none;
}

footer{
		background:url(../img/h/footer_quote.png) no-repeat top center;
}

}
