﻿@font-face{ font-family:HeadFont; src: url('/codah.woff2'); }
/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }



/* =============================================================================
   Links
   ========================================================================== */

a { color: blue; }
a:visited { color: navy; }
a:hover { color: blue; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 8px; border: 1px outset white; margin: 0; padding: 0; border-radius: 9px; background: navy; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

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

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

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

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

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

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/*
 * Media queries for responsive design github.com/h5bp/mobile-boilerplate/wiki/The-Style
 */


/* Styles for desktop and large screen ----------- */

/*styles for 800px and up!*/
@media only screen and (min-width: 800px) {
  /* Styles */
}/*/mediaquery*/


/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* prevent callout */
.nocallout {-webkit-touch-callout: none;}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {-webkit-appearance: none;}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {position: absolute; left: -100%;}

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



html { height: 100%; }
body {
 background: navy;
 height: 100%; font-family: 'Merriweather Sans',Arial,Helvetica,sans-serif; font-size: 100%;
}
#container {
 position: relative; display: block; height: 100%; width: 90%; max-width: 900px; min-width: 192px; margin: auto;
z-index: 0;
}
nav {
 margin: 1%; padding: 2px;
 border-top: none;
 box-shadow: 2px 2px 4px 3px black;
 min-height: 44px;
}
nav, .linkbar {
 clear: both;
 display: block;
 border-radius: 8px;
background: #f1e767;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZTc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWI2NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645));
background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%);
background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%);
background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%);
background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
}
.linkbar {
 width: 100%; padding: 2% 8%; text-decoration: none; font-size: 150%; font-weight: bold;
 border: 1px solid red; box-shadow: 2px 2px 2px 2px tan;
 box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.linkbar:hover { color: red; }
.linkbox { border: 6px solid tan; border-radius: 24px; padding: 6px; }
.linkbox h3 { margin: 0 0 0 8%; }
.highlink:hover { outline: 6px double yellow; }
#logo { width: 32px; height: 44px; position: absolute; right: 18px; background: url(images/kinglogo.png) right center no-repeat; }
header {
 padding: 2px 0 16px;
/*
 0 12px 120px;
 background: url(images/wa879ccl.png) top left no-repeat; background-size: 96px 96px;
*/
}
#tagline { margin: 0; padding: 4px 12px 0; color: white; }
#menugap { clear: both; height: 4px; }

.addthis_toolbox { position: absolute; left: 6%; top: 96px; }
.addthis_32x32_style { position: relative; left: auto; top: auto; }

footer {
 clear: both;
 width: 94%;
 margin: 0 2%;
 color: silver; text-align: left; font-weight: 400; font-size: 75%;
 padding: 16px 72px 16px 0;
 box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
footer a, footer a:visited { color: silver; }
#foottel { width: 256px; margin: auto; text-align: center; }
#foottel h2 { line-height: 30%; }
#footlinks { float: left; }
#footadd { float: right; padding-top: 12px; }


.pic7 { width: 100%; clear: both; margin: 0; overflow: hidden; white-space: nowrap; }
.pic7 img { float: left; width: 13%; height: auto; margin-right: 1.28%; }
.pic7 a.addb { clear: left; }

.stdoptions { clear:both; text-align:left; width:360px; max-width: 100%; }
.stdoptions .optr { float:right; }
.stdoptions .optn { display:block; clear:both; }
.endnote { display:block; clear:left; font-style:italic; font-size: smaller; }
.optr input, .optr textarea { background:lightgreen; }

h1,h2,h3,h4,h5,h6 {
 font-family:HeadFont,Impact,sans-serif; font-weight: 500;
}
/*#main h1, #main h2 { text-shadow: 3px 3px 5px silver; }*/
h1{ font-size:333%; } h2{ font-size:180%; } h3{ font-size:150%; }
h4{ font-size:120%; } h5{ font-size:100%; } h6{ font-size:90%; }

.quotation {
 background: lavenderblush url(images/quotes.png) left 9px no-repeat;
 border: 6px ridge tan; padding: 2px 12px 0 22px; margin: 48px 0;
 border-left: 0; border-right: 0;
}
/*
.quotation p:before, .quotation p:after {
 content: '\201D'; color: red; font-size: 300%; position: absolute; margin: -12px 0 0 -12px; 
}
.quotation p:before { margin-left: -36px; content: '\201C'; }
*/
.quotation p { font-weight: 500; margin: 9px 0 0; font-family: Fondamento,'times new roman',script; font-style: italic; }
.quotation h4 { text-align: right; font-weight: 900; padding-right: 10%; margin: 0 0 14px; }
.quotation h3 { margin: 7px 0 0 32px; }

#main {
 clear: both; margin: 0; padding: 64px 120px; border: 2px inset gray;
 background: white;
 box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}


#mainmenu { margin: 6px; display: block; padding: 0; border-radius: 24px; }

#mainmenu li {
 list-style:none; float: left; line-height:125%; padding: 4px 6px 0; color: navy; margin: 0;
 font-family: arial,tahoma,verdana,sans,sans-serif; font-size:10.5pt; font-weight:bold;
}
#mainmenu a, #mainmenu span { display:block; padding: 3px 12px; }
#mainmenu a, #mainmenu a:visited { color: navy; text-decoration:none; }
#mainmenu span { color: white; background: navy; outline: 1px red inset; }
#mainmenu a:hover { background: white; outline: 1px outset lemonchiffon; }


.leftbox, .rightbox {
 clear: left; float: left; width: 49%; margin: 0;
 box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.rightbox { clear: right; float: right; }
.rounds img { border-radius: 18px; margin-top: 18px; }

.leftpic, .rightpic {
 float: left; background: red; padding: 16px; border-radius: 16px; margin: 0 18px 24px 0; font-weight: bold; font-size:90%; 
}
.leftpic img, .rightpic img { border-radius: 12px 12px 0 0; }
.rightpic { float: right; margin: 0 32px 24px 0; }

.inpic { display: block; width: 150px; height: 180px; background: mistyrose; text-align: center; border-radius: 12px 12px 9px 9px; }

figure,
img { max-width: 100%; height: auto; }  /* Why is 100% needed AGAIN??  But it is. */
figcaption { font-weight: bold; padding-bottom:24px; color:grey; }

.vids { border: 7px solid black; border-radius: 12px; margin: 12px 0; }

.marble {
 display: block;
 background: url(images/ypq86e1t.jpeg); background-size: 100% 100%; width: 100%; padding: 15%;
 box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
 font-size: 12pt; text-shadow: 0px 2px 2px #FFF;
}

.coach figure { max-width:48%; margin: 1%; clear: right; }

.stdbox {
 color: navy; background: white; border-radius: 36px; padding: 4%; margin: 2%; width: 88%;
 box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}

#about { display:block; float:left; width:240px; margin: 6px 0 0 9px; padding:0; height:90px; overflow:hidden; }
#teldiv { display:block; float:right; width:180px; margin-top:18px; }
#about h2, #about h4, #tel, #telfoot {
 text-align:center; font-family:Calibri,'Trebuchet MS','Arial Black',Arial,sans-serif; line-height:110%;
 margin:0; padding:0;
}
#telfoot { display: none; }

#welcomebox { float:left; position: absolute; }
#welcomebox h3 { margin-left: 4%; }

#toprightspacer { text-indent: 15px; white-space: nowrap; margin-bottom: 0; }
#toprightspacer2 { text-indent: 15px; white-space: nowrap; margin-top: 0; }

.incap,.outcap{
 font-family: tahoma,arial,helvetica,helv,sans-serif,sans; font-size: 8pt;
 font-style: normal; font-weight: bold; text-decoration:none;
}
.incap{
 position:absolute; padding: 4px; color:white; background-color:black;
 filter:alpha(opacity=75); -moz-opacity:0.75; opacity: 0.75;
}
.outcap{ width:100%; padding:0; padding-bottom:3px; background: white; }
.mid p { text-align:center; }
.right p { text-align:right; }
.left p { text-align:left; }
.picdiv p { margin:0; }

.tilt1 img, .tilt2 .tilt1 img {
transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
}

.tilt2 img {
transform:rotate(-7deg);
-ms-transform:rotate(-7deg); /* IE 9 */
-webkit-transform:rotate(-7deg); /* Safari and Chrome */
}

.half { max-width: 50%; }


#showmenu a, #hidemenu a, #coolbuttons a, #closebutton a {
 background: tan;
 box-shadow: 0px 1px 1px 0px aqua inset;
 padding: 1px 7px; margin: -5px 5%; font-weight: bold; font-size: 12pt; text-decoration: none;
 border: 1px inset red; border-radius: 50%; color: black; text-shadow: 2px 1px 3px white;
}
#showmenu, #hidemenu {
 display: none; float: left; position: absolute; bottom: 12px; left: 12px;
}
#showmenu a { padding: 0 6px 2px 8px; }
.enddiv { clear: both; }
#closebutton { clear: both; float: right; position: relative; display: none; z-index: 99; }
#closebutton a { background: orange; display: inline; box-shadow-color: yellow; }
#topside { display: none; }

.fullbox { width: 100%; }
.fullbox .picdiv { width: auto !important; height: auto !important; }
.fullbox img { width: 100%; }

.redhead h1, .redhead h2, .redhead h3, .redhead h4, .redhead h5, .redhead h6 { color: red; }
 #footlinks a, #footlinks a:visited { color: gray; }

.replyform, #facebox { width: 80%; margin: 0 10%; }
#facebox { margin-top: 60px; }
.replyform input[type="text"], .replyform textarea { width: 100%; background: linen; border: 1px solid black; }
#replyhead { margin-left: 10%; }

.hemileft, .hemiright { width: 50%; float: left; }
.hemiright { float: right; }

#tophr { margin-bottom: 12px; }
#prehr { clear: both; }
#endhr { margin-top: 32px; clear: both; }
.topspace { padding-top: 20px; }

#smallscreen { display: none; }

@media screen and (max-width: 626px) {
 #smallscreen { display: block; }
 .addthis_toolbox { top: 16px; }
 .marble { padding-top: 33%; }
 ul, ol, li { margin: 0; padding: 0; }
 .stdoptions { width: 88%; }
 .leftbox, .rightbox { float: none; width: 98%; }
 #foottel { clear: both; width: auto; }
 #footlinks ul { padding: 0; }
 #container { z-index: 10; margin: 0 4%; width: 92%; }
 header {
  position: relative; z-index: 99; position: relative;
  padding-left: 0; min-height: 12px;
 }
 nav {
  position: fixed; 
  width: 81%; min-width: 168px; margin: -48px 5% 0; z-index: 1;
  padding: 0 0 48px;
  background: goldenrod; border-radius: 16px;
  top: -2px;
  border: 1px outset gray;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);        
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
 }
 #mainmenu { display: none; padding: 48px 0; }
 #logo { bottom: 1px; }
/*
 nav #showmenu { display: inline; height: auto; visibility: visible; }
 #mainmenu * {
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
 }
 nav:ihover { height: auto; }
 nav:ihover * { height: auto; visibility: visible; }
 nav:ihover #showmenu { display: none; }
 nav:ihover #hidemenu { display: inline; height: auto; visibility: visible; margin-top: 32px; }
 nav:hover { margin-top: 72px; }
*/
 #mainmenu li { width: 96%; margin: 1px auto; }
 #mainmenu a, #mainmenu a:visited, #mainmenu span {
  display:block; padding: 4%; box-shadow: 0 0 1px 1px black; border-radius: 2% / 16%;
  border-spacing: 0; border-collapse:separate; border: 10% ridge navy;
  background: tan; color: navy;
 }
 #mainmenu span { color: black; text-shadow: none; background: mistyrose; outline: none; }
 #mainmenu a:hover { color: white; background: dodgerblue; outline: none; }
 #main { width: 96%; position: relative; z-index: -2; overflow: hidden; }
 #teldiv { display: none; }
 #telfoot { display: block; }
 #showmenu { display: block; }
 #tagline { padding: 48px 0 0 12px; }
 .half { width: 100%; max-width: 100%; }
}

@media screen and (max-width: 900px) {
#main { padding:4% 6%; }
}
@media screen and (min-width: 900px) {
h1 { font-size:5.25em; }
}
@media screen and (max-width: 420px) {
.coach figure { max-width:100%; margin: 1% 0; }
 #main, .stdbox { width: 96%; margin: 0 2%; }
 footer { width: 95%; }
 #about, #teldiv { display: none; }
/*
 .leftbox h3, .rightbox h3 { clear: left; padding-top: 16px; }
*/
}

@media screen and (max-width: 240px) {
 #facebox { margin-top: 32px; }
 #facebox p { clear: left; }
}

/* Responsive YouTube */
.vidbox {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
			
.vidbox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vid2 {
 width: 100%; height: 56%;
}
