/* Copyright (c) 2016 Glass Slipper WebDesign, 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;
}

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

.books {
	border: 1px solid #00478a;
}

.rightinfo {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #00478a;
padding: 2px;
}

.leftinfo {
float: left;
margin: 0 10px 10px 0;
border: 1px solid #00478a;
padding: 2px;
}

/* 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: 17px;
}
body {
	color: #333;
	font: 80%/1.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2, h3, h4, h5, {
	color: #FF5650;
	font: 1.9em/1em Helvetica, Arial, sans-serif;
}
h1 {
}
h2 {
	margin-left: 15px;
}
h3 {
	color: #FF5650;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 1.35em;
	margin-left: 15px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	color: #FF5650;
	font: 1.9em/1em Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: none;
}
p {
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
ul {
	list-style: disc;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
}
ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #6F856C;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol.lowerRoman {
	list-style: lower-roman;
}
ol.upperAlpha {
	list-style: upper-alpha;
}
strong, b, .b {
	font-weight: bold;
}
a {
	color: #00478a;
	text-decoration: none;
}
/*a:link {
	color: #00478a;
	outline: none;
	text-decoration: none;
}

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

a:hover {
	color: #FF5650;
	text-decoration: underline;
}
a:active {
	color: #00478a;
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}
.more {
	text-decoration: underline !important;
}

.aboutseries {
	color: #003c75;
	font-size: 1.1em;
	line-height: normal;
	font-weight: bold;
}

.newsletter {
	color: #FF5650;
	font-size: 1.25em;
	line-height: normal;
	font-weight: bold;
}
/* 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;
	margin-left: 20px;
	padding: 5px 0;
	color: #333;
}
blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}
ul, ol {
	margin-left: 25px;
	padding-left: 0;
}
li {
	margin-bottom: 15px;
	margin-left: 15px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

.centerinfo {
	text-align: center;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/mk_background.jpg) repeat;
	background-color: #32423E;
	padding: 10px 0px 40px 0px;
	text-align: center;
}
body {
	background: none;
	margin-bottom: 20px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	border: none;
}
header {
	/*height: 228px;*/
	width: 100%;
	max-width: 960px;
	border: none;
	background: url(../images/mk_name2.png);
	height: 228px;
	border-top: 2px solid #00478a;
}
nav ul {
	clear: left;
	list-style: none;
	width: 960px;
	height: 29px;
	margin-left: 0;
	padding-top: 8px;
	margin-top: 0px;
	text-align: center;
	border: none;
	background: url('../images/nav_bar_bg.png') repeat-x;
}
nav ul li {
	display: inline;
	margin: 0 2px 0 0;
	border: none;
}
nav ul li a {
	color: #00478a;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 6px 30px 26px 30px;
	text-transform: uppercase;
	border: none;
}
nav ul li a:hover {
	color: #FF5650;
	text-decoration: none;
}
nav ul li a.selected {
	color: #FF5650;
	font-weight: bold;
}
nav ul li a.selected:hover {
	color: #00478a;
}
#mainRight, #mainRight2 {
	margin-top: 0px;
	width: 960px;
	text-align: left;
	background: url('../images/mk_main_back.jpg');
}
/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

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

.galleryhome
{
float: left;
max-width: 220px;
border: 0px solid #00478a;
margin: 0 0 15px 0;
padding: 2px 1% 2px 1%;
text-align: center;
}

.galleryhome2
{
float: left;
max-width: 170px;
border: 0px solid #00478a;
margin: 0 0 15px 0;
padding: 2px 1% 2px 1%;
text-align: center;
}

.clearboth { clear: both; }

.columns {
	margin: 20px 0;
	padding-right: 10px;
	border: none;
}
.colLeft {
	float: left;
	width: 460px;
	border: none;
	padding-bottom: 20px;
}
.colRight {
	float: right;
	width: 460px;
	border: none;
	padding-bottom: 20px;
}
#colSingle {
	float: none;
	max-width: 960px;
	border: none;
	padding-bottom: 20px;
	text-align: center;
}

.colSingle2 {
	float: none;
	max-width: 960px;
	border: none;
	margin: 5%;
	padding-bottom: 20px;
	text-align: center;
}

/*  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 FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  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%; }
}

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

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

.video-wrapper {
	width: 480px;
	max-width: 100%;
	margin: 0 auto 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#signature {
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}
footer {
	clear: both;
	background: none;
	height: 122px;
	border: none;
}
footer p {
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	font-size: .80em;
	color: #FF5650;
	border: none;
}
footer ul {
	float: right;
	list-style: none;
	width: 430px;
	margin-top: 25px;
	text-align: right;
	margin-right: 10px;
	border: none;
}
footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}
footer ul li a {
	font-size: 1em;
	color: #FF5650;
}
footer ul li a:hover {
	color: #00478a;
}



@media screen and (max-width: 768px) {
img {height:auto;}
#logoTxt {
	background: url(../images/mk_header768.png) no-repeat center;
	width: 100%;
	max-width: 768px;
	height: 350px;
}
#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 350px;
	z-index: 9;
	border: none;
}
header {
	/*height: 350px;*/
	width: 100%;
	border: none;
	background: none;
	height: 350px;
}
header h1 span {
	color: #6F856C;
	display: block;
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	width: 350px;
	border: none;
}
nav ul {
	width: 100%;
	max-width: 960px;
	margin-left: 0;
	padding-top: 8px;
	margin-top: 0px;
	height: 49px;
	background: url('../images/nav_bar_bg2.png') repeat-x;
}
nav ul li {
	display: inline;
	margin: 0 2px 0 0;
	border: none;
}
nav ul li a {
	color: #00478a;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 6px 30px 26px 30px;
	text-transform: uppercase;
	border: none;
	background: url(../images/button_reg.png) no-repeat;
}
#mainRight, #mainRight2 {
	margin-top: 0px;
	width: 100%;
	max-width: 960px;
	text-align: left;
	background: url('../images/mk_main_back.jpg');
}
/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

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

.columns {
	margin: 0px 0;
	padding-right: 10px;
	border: none;
}
.colLeft {
	float: left;
	width: 100%;
	border: none;
	padding-bottom: 20px;
}
.colRight {
	float: right;
	width: 100%;
	border: none;
	padding-bottom: 20px;
}

.galleryhome
{
float: left;
max-width: 450px;
border: 0px solid #00478a;
margin: 0 4% 15px 4%;
padding: 2px 2% 2px 2%;
text-align: center;
}

.galleryhome2
{
float: left;
max-width: 300px;
border: 0px solid #00478a;
margin: 0 4% 15px 4%;
padding: 2px 2% 2px 2%;
text-align: center;
}

#signature {
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}
footer {
	clear: both;
	background: none;
	height: 122px;
	border: none;
}
footer p {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 1em;
	color: #E6F867E;
	border: none;
}
footer ul {
	float: right;
	list-style: none;
	width: 330px;
	margin-top: 25px;
	text-align: right;
	margin-right: 10px;
	border: none;
}
footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}
footer ul li a {
	font-size: 1em;
}
footer ul li a:hover {
	color: #6F867E;
}
}
 @media screen and (max-width: 480px) {
 #logoTxt {
	background: url(../images/mk_name480.png) no-repeat center;
	width: 100%;
	max-width: 480px;
	height: 350px;
}
#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 480px;
	z-index: 9;
	border: none;
}
header {
	/*height: 350px;*/
	width: 100%;
	border: none;
	height: 350px;
}
header h1 span {
	color: #6F856C;
	display: block;
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	width: 480px;
	border: none;
}
footer p {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 1em;
	color: #E6F867E;
	border: none;
}
.banner p {
	padding-top: 220px;
	padding-left: 25px;
	color: #000;
}
nav ul {
	max-width: 480px;
	margin-top: 0;
	height: 49px;
	background: url('../images/nav_bar_bg2.png') repeat-x;
}
nav ul li {
	display: inline;
	margin: 0 2px 0 0;
	border: none;
}
nav ul li a {
	font-size: 1em;
	padding: 4px 0px 4px 10px;
}

footer ul {
	margin-top: 0px;
	text-align: center;
	margin-left: 0px;
}
}
