 @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700');
 @import url('https://fonts.googleapis.com/css?family=Vollkorn:400,400i,700,700i');
 
body
{
	background-color: #EEE;
	margin: 0;
}

#glyph
{
	position: relative;
	background: url(images/glyph-red.jpg) 10px 10px no-repeat;
	left: 0px;
	top: 0px;
	width: 113px;
	height: 110px;
	float: left;
}

#logo
{
	margin: 0;
	padding: 0px;
	width: auto;
	height: 160px;
	position: relative;
	background: #FFF url(/images/RKC-cupola-4.jpg) no-repeat right 0;
}

#menu
{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #990000;
	background-color: #FFF;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	clear: both;
	padding: 0;
	float: right;
	z-index: 100;
	margin: 0 135px 0 50px;
	display: block;
	overflow: visible;
	position: relative;
	*margin-right: 80px;
	/* reposition for IE */
}

#menu a { text-decoration: none; }

#nav
{
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
}

#nav li
{
	display: inline;
	float: left;
	margin: 0pt;
	padding-left: 10px;
	background-color: transparent;
}

#nav li a
{
	color: #900;
	background-color: transparent;
	height: 15px;
	*height: 20px;
	padding: 4px 5px;
}

#nav li ul
{
	display: none;
	margin: 0pt;
	background: #FFF;
	border: 1px #ddd solid;
	width: 150px;
	height: auto;
	padding: 2px;
	position: absolute;
	overflow: hidden;
	top: 19px;
	*top: 1.25em;
	*margin-left: -100px;
}

#nav li:hover ul li, #nav li.over ul li
{
	float: left;
	width: 100%;
	display: block;
	padding: 4px;
}

#nav li ul a
{
	border: 0pt none;
	display: block;
	width: 90%;
	height: auto;
	color: #333;
	background-color: #FFF;
	text-transform: none;
	padding: 4px;
}

#nav li:hover ul, #nav li.over ul
{
	display: block;
	overflow: visible;
}

#nav li a:hover, #nav li.over a:hover
{
	background: #900;
	color: #FFF;
}

#wrapper
{
	width: 100%;
	margin: 0 auto;
	float: left;
	clear: both;
	background: #EEE url(images/bg-top.jpg) repeat-x left -10px;
}

#homebox, #newsbox, #bookbox, #vidbox {
	padding: 10px;
	color: #111;
	font-family: 'Lato', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 1em; 
	line-height: 1.4em ;
}

@media only screen and (min-width: 630px) {
  /* only for screens wider or equal to 630 pixels */
  /* code from https://www.thesitewizard.com/css/design-2-column-layout.shtml */

#homebox, #newsbox {
	width: 40%;
	float: left;
	margin: 0 1% 0 5%;
}

#bookbox, #vidbox {
	width: 40%;
	float: right;
	margin: 0 5% 0 1%;
}
}

div.searchbox
{
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.searchbox a
{
	text-decoration: none;
	color: darkgreen;
}

#content, #content-2, #content-3
{
	color: #333333;
	width: auto;
	height: 100%;
	margin: 15px 40% 0 115px;
	padding: 25px 20px 15px;
	line-height: 135%;
	font-family: "Vollkorn", Cambria, Georgia, Garamond, "Times New Roman", serif;
	border-right: 2px solid white;
	border-left: 2px solid white;
}

#content-2
{
	width: 65%;
	margin-right: auto;
	margin-left: auto;
}

#content-3
{
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	min-width: 550px;
}

#content-2 p {font-size: 120%; line-height: 140%}

#content img, #rightcol img, #content-2 img, #content-3 img
{
	float: right;
	margin: 0 0 10px 15px;
	border: 0;
}

#content-2 table img, #content-3 table img
{
	float: none;
	margin: 0;
}

#rightcol
{
	float: left;
	border-right: 2px solid #FFF;
	width: 30%;
	margin: 15px 0 0 -40%;
}

.rightbox
{
	color: #222;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	padding: 35px 5px 15px 15px;
	background-color: transparent;
	line-height: 130%;
	margin: 0 20px 0 0;
}

div.homequote
{
	padding: 1px 20px;
	margin: 0px auto 10px;
	font: 1.0em/1.5em 'Lato', Verdana, Arial, Helvetica, sans-serif;
	color: #024115;
	background-color: white;
	border: 1px solid #DDD;
	border-radius: 10px;
	float: none;
}

.rightquote
{
	padding: 1px 10px;
	margin: 30px auto 0;
	width: 85%;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #024115;
	background-color: white;
	border: 1px solid #DDD;
border-radius:10px;
}

.attrib
{
	text-align: right;
	margin: -10px 40px 10px 0;
}

#rightcol h2 { margin-top: 4px; }

#content a, #content-2 a, #content-3 a
{
	color: #2d3627;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
	padding: 2px 1px 0px 1px;
}

#rightcol a, .rightbox a
{
	color: green;
	/* #024115; */
	text-decoration: none !important;
	padding: 1px;
	border-bottom: 0px !important;
}

#rightcol h2 a { color: #2d3627; }

#content a:hover, #rightcol a:hover,  #content-2 a:hover, #content-3 a:hover
{
	color: #FFFFFF;
	background-color: #238e43;
}

#content h1, #content-2 h1, #content-3 h1
{
	color: #990000;
	font-size: 1.5em;
}

#content h3, #content h4, #content-2 h3, #content-2 h4, #content-3 h3, #content-3 h4
{
	color: #024115;
	font-size: 1.2em;
	margin-top: 2.5em;
}
#content-2 h2, #content-2 h3, #content-2 h4 {font-family: 'Lato'}
#content-2 dt
{
	margin: 6px 0 3px 0;
	font-weight: bold;
}
#content-2 dd {line-height: 130%;}
#rightcol h2
{
	color: #2d3627;
	font-size: 1.5em;
}

#rightcol p { clear: right; }

#rightcol h3
{
	float: left;
	margin: 0 15px 0 0;
	display: run-in;
	font-size: 1em;
}

#footer
{
	background: #fff url(images/bg-bottom.jpg) top left repeat-x;
	margin: -5px 0 0;
	padding: 30px 0 10px;
	width: 100%;
	font: 10px/12px Verdana, Tahoma, Helvetica, Arial;
	color: #990000;
	text-align: center;
	float: left;
	clear: both;
}

.posted
{
	text-align: right;
	color: #666;
	margin: -12px 0 20px;
	font-size: 10px;
}

.caption
{
	float: right;
	width: 250px;
	color: #238e43;
	font: 10px/12px Verdana, Tahoma, Helvetica, Arial;
	line-height: 110%;
	clear: both;
	text-align: right;
}

.subhead
{
	color: #024115;
	font-weight: bold;
	border-left: 15px solid #900;
	padding-left: 15px;
}

#sidebox
{
	float: right;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 20px;
	margin: 0 0 20px 20px;
}

.drop
{
	padding: 25px 2px 15px 0;
	display: block;
	font-size: 5em;
	float: left;
	color: #900;
	text-transform: uppercase; 
	font-family: 'Lato';
}

div.booklist
{
	font-size: 0.85em;
	line-height: 130%;
	font-family: Lucida Sans, Helvetica, Verdana, Arial;
}

.booklist h3 a
{
	border-bottom: 0 !important;
	color: #900 !important;
}

.booklist h3 { text-align: left; }
.booklist td { border-top: 1px #ddd solid; }
.booklist tr:hover { background-color: white !important; }
.booklist img { margin: 3pt 0pt 10px 10px !important; }

.booklist em
{
	font-weight: bold;
	font-style: normal;
}

blockquote.pullquote
{
	float: right;
	width: 180px;
	color: #024115;
	border: 1px solid #ccc;
	border-width: 1px 0;
	text-align: center;
	font: 11pt/16pt 'Lato', "Lucida Sans", Lucida Grande, Helvetica, Arial, sans-serif;
	padding: 10px;
	margin: 0 0 0 20px;
}

blockquote.alt
{
	float: left;
	margin: 0 12px 0 0;
}

.pullquote p:first-letter { text-transform: uppercase; }

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h3.homenews
{
	float: none !important;
	font-size: 1.1em !important;
}

h3.homenews+p
{
	font-size: 120%;
	line-height: 135%;
}

#notes
{
	margin-top: 20px;
	border-top: 1px solid #333;
	font: 10pt "Lucida Sans", Lucida Grande, Helvetica, Arial, sans-serif;
}

form#donatef { text-align: center; }

table.tableBorder th
{
	text-align: left;
	font-family: "Lucida Grande", Myriad, Verdana, Helvetica, Arial, sans-serif;
}

.thumbs
{
	font-family: "Lucida Grande", Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
}

div.homebookman
{
	font-size: 1.0em;
	line-height: 130%;
	padding: 0px;
	margin: 0;
}

.homebookman p { margin: 4px 0px; }

.homebookman a
{
	color: darkgreen;
	background-color: #ddd;
	padding: 12px;
	display: block;
	text-decoration: none !important;
	border-radius: 10px;
}

.homebookman a:hover, #newsbox a:hover, #homebox a:hover
{
	color: white;
	background-color: darkgreen;
}

.bookrow
{
	height: 159px;
	margin: 12px 0 5px;
	overflow: hidden;
	clear: both;
}

.bookrow h2 { margin: 9px 0 15px; }

.bookrow h2 a
{
	text-decoration: none;
	color: #000;
}

.bookrow p { margin: 0; }
.bookrow p a { padding-right: 2px; }

.newsitem
{
	border-bottom: 1px solid #ccc;
	border-radius: 10px;
}

#newsbox h2 { margin: 0; }

#newsbox h3
{
	color: darkred;
	font: 0.70em;
	margin-bottom: 0;
}
#newsbox a, #homebox a
{
	text-decoration: none;
	color: darkgreen;
}
.bug {
	background: url(images/dingbat.png) no-repeat;
	width: 30px;
	margin-left: 5px;
	display:inline-block;
}