/* Copyright (c) 2015-2019 KayFinch.com, All rights reserved.
------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/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, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.welcome {
	font-weight: bold;
	text-align: center;
	color: #000000;
	font: 1.5em/1em Helvetica, Arial, sans-serif;
	line-height: 25px;
}

/* Reset for HTML 5 Elements
------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #38261E;
	font: 1.5em/1em Helvetica, Arial, sans-serif;
}

h1 {

}

h2 {
   color: #820078;
	text-align: center;
}

h3 {
	color: #8c2ba5;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 1.35em;
	color: #1c2d6e;
}

h5 {
	color: #8c2ba5;
    font-size: 1.3em;
	font-weight: bold;
    line-height:1.5;
}

h6 {
 font-size: .1em;
}

p {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong {
	font-weight: bold;
}

.booktitle {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
}


a {
	color: #4a0049;
	text-decoration: none;
}
/*a:link {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #00244a;
	text-decoration: underline;
}
a:active {
	color: #4a0049;
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Home page books gallery
------------------------------------------------------------------------------*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/* Spacing
------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 15px;
	padding: 5px 0;
}

.rightinfo {
	text-align: right;
}

.centerinfo {
	text-align: center;
}

.leftinfo {
	text-align: left;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 0px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 6px;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #d70000;
padding: 2px;
}

.floatright2
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #d70000;
padding: 2px;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #d70000;
padding: 2px;
}

/* Layout
------------------------------------------------------------------------------*/

html {
	background: url(../images/kfbackground.jpg) repeat center;
	background-color: #02656B;
	padding: 0px 0px 40px 0px;
	text-align: center;
}

body {
	margin: 0 auto 20px auto;
	position: relative;
	border: none;
}

#logoTxt {
	background: url(../images/kayfinch_header2.jpg) center center no-repeat;
	width: 100%;
	height: 195px;
	border: none;
    padding-top: 0px;
}

#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 124px;
	z-index: 9;
}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 195px;*/
	background-color: transparent;
	width: 100%;
	border: none;
	height: 195px;
}

header h1 {
	color: #333;
	font-size: 1.6em;
	margin-top: 0px;
	text-align: left;
	border: none;
}

header h1 span {
	color: #E15C2E;
	display: block;
	float: right;
	padding-right: 5px;
    padding-top:30px;
	width: 300px;
	border: none;
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

nav {
    position:relative;
	 background-color: #045157;
	 height: 30px;
	 padding-top: 12px;
}

nav ul {
	clear: left;
	list-style: none;
	width: 100%;
	margin-left: 10%;
	text-align: left;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0 1px 0 0;
	border: none;
}

nav ul li a {
	color: #f3def3;
	width: 12.6%; /* 120/980 */
	font-size: 1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
	padding: 10px 4% 15px 4%;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
}

nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
    background: url(../images/button_hov.png) no-repeat;
    background-position:bottom;
   
}

nav ul li a.selected {
	color: #91D6E3;
	text-decoration: none;
}

nav ul li a.selected:hover {
	color: #91D6E3;
	text-decoration: none;
}

#mainRight, #mainRight2 {
    background: url(../images/body_bkgd.png) repeat;
	 background-color: #FFF;
	margin-top: 0px;
	width: 100%;
	max-width: 980px;
	text-align: left;
    margin: 0 auto;
}

.pageImg {
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/


.columns {
	margin: 10px 0;
	padding: 2.08333%; /* 20/980 */
	border: none;
}

.columns2 {
	margin: 10px 0;
	padding: 2.08333% 5% 1% 5%; /* 20/980 */
	border: none;
}

.colLeft {
	float: left;
	width: 25%; /* 540/980 */
	border: none;
	padding-right: 2%;
	padding-left: 2%;
}

.colRight {
	float: right;
	width: 65%; /* 380/980 */
	border: none;
	padding-right: 2%;
}


footer {
	clear: both;
	background: url(../images/body_bkgd.png);
	background-color: #333333;
	padding-top: 10px;
	height: 75px;
	border: none;
}

footer p {
	float: left;
	margin-left: 30px;
	font-size: 0.8em;
	color: black;
	border: none;
}

.thumbnail
{
float: left;
width: 250px;
border: 0px solid #999;
margin: 0 10% 15px 10%;
padding: 5px;
text-align: center;
}

.clearboth { clear: both; }

.petgallery {
	margin-top: 15%;
	text-align: center;
}

.authorquotes{
	color: #334a5f;
	font-size: 1.1em;
}

.authornames{
	color: #931564;
	font-size: 1em;
}

.books {
	border: 1px solid #6a276a;
}

.booklinks {
	text-align: center;
	color: #21674f;
}

.toplinkinfo {
	font-size: 80%;
}

@media screen and (max-width:768px)
{

#logoTxt {
	background-image: url(../images/kayfinch_header_768.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; /*768px;*/
	height: 164px;
	background-color: #02656B;
	border-bottom: 0px solid black;
	margin-bottom: 0px;
}

header {
	/*height: 195px;*/
	background-color: transparent;
	width: 100%;
	border: none;
	height: 164px;
}
	nav ul li a {
		padding: 10px 2% 15px 2%;
		width: 12.5%;
	}
	
	.colLeft {
	float: left;
	width: 25%; /* 540/960 */
	border: none;
	padding-right: 5%;
	padding-left: 5%;
}

.colRight {
	float: right;
	width: 60%; /* 380/960 */
	border: none;
	padding-right: 5%;
}
	
	.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #d70000;
}

.floatright2
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #d70000;
}

.floatleft
{
float: left;
margin: 0 5% 10% 0;
border: 1px solid #d70000;
}

	footer p {
   float: left;
	margin-left: 20px;
	font-size: 0.8em;
	color: black;
	border: none;
	}
	
	footer ul {
		float:none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	
	footer ul li {
		padding-left: 0;
	}
	
	p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
		margin-bottom: 5px;
	}
	
	.petgallery {
	margin-top: 5%;
	text-align: center;
}

.columns {
	margin: 10px 0;
	padding: 2.08333%; /* 20/980 */
	border: none;
}

#mainRight, #mainRight2 {
    background: url(../images/body_bkgd.png) repeat;
	 background-color: #FFF;
	margin-top: 0px;
	width: 100%;
	max-width: 980px;
	text-align: left;
    margin: 0 auto;
}
}

@media screen and (max-width: 640px)
{

.colLeft {
	float: left;
	width: 100%; /* 460/960 */
	border: none;
}

.colRight {
	float: left;
	width: 100%; /* 460/960 */
	border: none;
}

	.petgallery {
	margin-top: 5%;
	text-align: center;
}
}

@media screen and (max-width: 480px)
{

header {
	/*height: 175px;*/
	width: 100%;
	height: 164px;
}

#logoTxt {
	background: url(../images/kayfinch_header_320.jpg) center center no-repeat;
	width: 100%; /*480px;*/
	height: 164px;
	background-color: #02656B;
	border-bottom: 0px solid black;
    padding-top: 0px;
}
	
	#mainRight, #mainRight2 {
   background: url(../images/body_bkgd.png) repeat;
	 background-color: #FFF;
	max-width: 480px;
	text-align: left;
}

	nav {
    position:relative;
    top: 0px;
	 background-color: #045157;
	 height: 45px;
}

nav ul {
	clear: left;
	list-style: none;
	width: 100%;
	margin-left: 3%;
	text-align: left;
	border: none;
}

	nav ul li {
		display: inline-block;
		margin: 0;
		padding: 4px;
	}
	
	nav ul li a {
		padding: 0;
		font-size: 1em;
	}
	
	nav ul li a.selected {
		background: none;
		border-bottom: 1px solid #91D6E3;
	   color: #91D6E3;
}

.columns {
	margin: 10px 0;
	padding: 2.08333%; /* 20/960 */
	border: none;
}

.colLeft {
	float: left;
	width: 100%; /* 460/960 */
	border: none;
}

.colRight {
	float: left;
	width: 100%; /* 460/960 */
	border: none;
}

.floatright
{
float: right;
margin: 0 0 10px 5px;
border: 1px solid #d70000;
}

.floatright2
{
float: right;
margin: 0 0 10px 5px;
border: 0px solid #d70000;
}

.floatleft
{
float: left;
margin: 0 5px 10px 0;
border: 1px solid #d70000;
}

img {
max-width: 90%;
height: auto;
padding: 1%;
}

	.petgallery {
	margin-top: 5%;
	text-align: center;
}

.columns {
	margin: 10px 0;
	padding: 2.08333%; /* 20/980 */
	border: none;
}
}
