﻿/*  colors used: #3a5668, #515151, #8aa9be, #919191  */
html {height: 101%; margin-bottom: 1px;}
header, footer, nav, article, section, aside, figure, figcaption {display: block;}
body {
  background: #ffffff;
  color: #000000;
  font: normal 1.0em 'Muli', Verdana, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;}
hr {
  background-color: #959595;
  color: #959595;
  border: none;
  height: 1px;}
ul {
  margin: 10px 0 20px 10px;
  padding: 0 0 0 10px;}
ul li a {
  color: #8aa9be;
  text-decoration: none;
  font-weight: bold;
  padding: 0;}
ul li a:hover {
  color: #919191;
  text-decoration: underline;}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}
	
/* ============================ */
/* ========IFRAME============== */
/* ============================ */
iframe {
    display: block;
    width: 840x;
    height: 472x;
    margin: 0 auto;
    border: 0;
}
	
/* ============================ */
/* ======== TYPOGRAPHY ======== */
/* ============================ */
a {
	color: #8aa9be;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font: normal 40px 'Playball', Verdana, Helvetica, sans-serif;
	color: #3a5668;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
h2 {
	font: normal 38px 'Playball', Verdana, Helvetica, sans-serif;
	color: #3a5668;
	margin: 0.3em 0;
}
h3 {
	font: normal 28px 'Playball', Verdana, Helvetica, sans-serif;
	color: #3a5668;
	margin: 0.5em 0;
	text-align: left;
}
h4 {
	font: normal 26px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #515151;
	margin: 0.5em 0;
}
h5 {
	font: normal 22px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #515151;
	margin: 0.5em 0;
}
h6 {
	font: normal 18px 'Oswald', Verdana, Helvetica, sans-serif;
  text-transform: uppercase; 
  color: #3a5668;
	margin: 0.5em 0;
	border-bottom: 1px #3a5668 solid;
}
.alternate1 {
	color: #000000;
	font: normal 28px 'Playball', Verdana, Helvetica, sans-serif;
	margin: 0.2em 0 0.5em 0;
	padding: 1px 6px;
	text-align: center;
	border-bottom: 1px #000000 solid;
}
.button {
	color: #fff;
	text-shadow: 0 1px 1px #202020;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
	background-color: #8aa9be;
	box-shadow: 0 0 15px #3a5668 inset;
	border-radius: 5px;
}
.button:hover {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #919191;
	box-shadow: 0 0 15px #515151 inset;
}
p.dropcap {
	overflow: hidden;
}
p.dropcap:first-letter {
	color: #444;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 6px 4px 0 0;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet01.png) no-repeat 0 5px;
	padding: 1px 0 0 15px;
}
ul.list2 li {
	list-style-type: none;
	background: url(../images/bullet02.png) no-repeat 0 5px;
	padding: 1px 0 0 15px;
}
ul.list3 li {
	list-style-type: none;
	background: url(../images/bullet03.png) no-repeat 0 5px;
	padding: 1px 0 0 18px;
}
ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
blockquote {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.2em;
	color: #777;
	margin: 2px 40px;
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	border-top: 4px #777 solid;
	border-bottom: 4px #777 solid;
}
blockquote p {padding: 0; margin: 0;}
blockquote strong {
  color:#8aa9be;
  font-size:1.7em;
  font-weight:normal;
  letter-spacing:-1px;
  line-height:1em;
}
blockquote.leftside {
	float: left;
	display: block;
	width: 30%;
	margin: 1% 2% 1.5% 0;
}
blockquote.rightside {
	float: right;
	display: block;
	width: 30%;
	margin: 1% 0 1.5% 2%;
}
p.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.phone {
	background: transparent url('../images/phone.png') 0 2px no-repeat;
	padding: 0 0 5px 25px;
}
p.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
/* ============================== */
/* ======== LAYOUT RULES ======== */
/* ============================== */
#headerWrapper {
  background: #202020 url('../images/background.jpg') repeat-x;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
header {
	position: relative;
	width: 1300px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}
.wrapper {
  background-color: #ffffff;
	color: #000000;
	width: 1300px;
	margin: 0 auto;
	padding: 150px 0 0 0;
	text-align: left;
	line-height: 1.5em;
}
.pagesection {
	clear: both;
	width: 100%;
	padding: 150px 0 0 0;
	line-height: 1.5em;
}
.inside {
	width: 96%;
	padding: 0 2%;
}
.pagination {
	clear: both;
	width: 100%;
	text-align: right;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px #c0c0c0 solid; 
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	height: 90px;
	width: 100%;
	text-align: center;
}
#logo h1 {
	font: normal 48px 'Playball', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0; padding: 0 0 0 0;
}
#logo h2 {
	font: normal 0.85em 'Muli', Verdana, Helvetica, sans-serif;
	color: #dddddd;
	margin: -5px 0 0 0; padding: 0;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	height: 100px;
	color: #000000;
	width: 100%;
	height: 60px;
	text-transform: uppercase;
}
#nav {
	margin: 0; padding: 0;
	list-style: none;
	text-align: center;
}
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -3px;
	padding: 0;
	text-align: left;
}
#nav li a {
	display: block;
	padding: 20px 15px 19px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	text-align: left;
	-webkit-transition: all 0.5s ease 0.0s;
	transition: all 0.5s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 20px 15px 19px 15px;
	color: #ffffff;
	background-color: #3a5668;
	background-image: -webkit-linear-gradient(top, #3a5668, #8aa9be, #3a5668); 
	background-image: -moz-linear-gradient(top, #3a5668, #8aa9be, #3a5668);
	background-image: -ms-linear-gradient(top, #3a5668, #8aa9be, #3a5668);
	background-image: -o-linear-gradient(top, #3a5668, #8aa9be, #3a5668);
	-webkit-transition: all 0.5s ease 0.0s;
	transition: all 0.5s ease 0.0s;
}
.selectnav { display: none; }
/* ======== SLIDESHOW AREA ======== */
#sliderwrapper {
  width: 90%;
  padding: 30px 5% 20px;
  text-align: center;
}
#slider {
  position: relative;
  z-index: 10;
  width: 100%;
	height: auto;
	margin-left: -10px;
	border: 10px #ffffff solid;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.nivoSlider {
	position: relative;
	z-index: 20;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
}
.nivo-caption {
	position: absolute;
  bottom: 20%;
  left: 0;
	color: #ffffff;
	font: normal 2.4em 'Oswald', Verdana, Helvetica, sans-serif;
	text-shadow: 1px 1px 4px rgba(0,0,0,1.0);
	text-align: center;
  width: 100%;
	z-index: 8;
	overflow: hidden;
	display: none;
}
.nivo-caption p {
	padding: 20px;
	margin: 0;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2a {float: left; width: 48%; padding: 0; margin: 0 2% 0 0; line-height: 1.4em;}
.contentBox2b {float: left; width: 48%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox3a {float: left; width: 31.33333%; padding: 0; margin: 0 2% 0 0; line-height: 1.4em;}
.contentBox3b {float: left; width: 31.33333%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox3c {float: left; width: 31.33333%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox4a {float: left; width: 23%; padding: 0; margin: 0 2% 0 0; line-height: 1.4em;}
.contentBox4b {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4c {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4d {float: left; width: 23%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.shadow {box-shadow: 0 0 6px rgba(0,0,0,0.3); margin-top: 20px; margin-bottom: 20px; border-radius: 5px;}
/* ======= PHOTO GALLERY ========= */
.photogallery {
  background-color: #efefef;
  border: 20px #ffffff solid;
  padding: 20px;
  margin: 20px 2% 30px 2%;
  text-align: center;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.8);
}
.photogallery img {
  background-color: #ffffff;
  padding: 8px;
  border: 1px #c0c0c0 solid;
  margin: 3px 3px 12px 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}
.photogallery p {
  text-align: left;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 98%;
	text-align: left;
}
.contactform label {
  width: 98%;
  text-align: left;
  font-style: italic;
}
.contactform input {
  width: 98%;
  border: 1px #c0c0c0 solid;
  padding: 3px;
  margin-bottom: 10px;
}
.contactform textarea {
  width: 98%;
  border: 1px #c0c0c0 solid;
  padding: 3px;
  resize:none;
}
.contactform .submit {
  width: 100px;
  margin: 10px 0 0 0;
  cursor: pointer;
	font-size: 0.90em;
	font-weight: normal;
	padding: 5px 6px;
	text-decoration: none;
	color: #ffffff;
	background-color: #8aa9be;
	box-shadow: 0 0 15px #3a5668 inset;
	border-radius: 5px;
	border: none;
}
.contactform .submit:hover {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #919191;
	box-shadow: 0 0 15px #515151 inset;
}
/* ======== FOOTER AREA ======== */
footer {
	background-size: 100%;
	width: 100%;
	padding: 20px 0;
	margin-top: 10px;
	text-align: center;
}
/* ======== IMAGES ======== */
img {
	border: none;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.image-border, .image-googlemap {
	background-color: #ffffff;
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-round {
	border-radius: 50%;
	box-shadow: 0 0 10px #444;
	border: 1px #ffffff solid;
	background-color: #ffffff;
}
/* ======== MISC. CLASSES ======== */
.center {text-align: center;}
.right {text-align: right;}
.small {font-size: 0.85em;}
.designed {color: #444; text-align: center; letter-spacing: 2px; font-size: 12px;}
.designed a {color: #444; font-weight: normal; text-decoration: none;}
.designed a:hover {color: #444; font-weight: normal; text-decoration: underline;}
.clearsmall, .clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0}


/* ======================================= MEDIA QUERIES ==================================================== */

/* ========================================================== */
/* ================ CELL PHONE - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 320px) {

	header {width: 100%;}
	.wrapper {width: 98%;}
	#logo h1 {font-size: 28px; padding-top: 10px;}
	#logo h2 {font-size: .75em;}
	/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #000000; font-size: 1.0em; width: 250px; margin: 20px auto 0 auto; padding: 2px 8px 2px 8px; border: none;}
	select#selectnav1 option {background-color: #efefef; color: #000000; font-size: 0.80em; padding: 1px 10px;}
	/* ===== slideshow ===== */
	.nivo-caption {visibility: hidden; display: none;}
	.nivo-caption p {visibility: hidden; display: none;}
	/* ===== miscellaneous ===== */
	.alternate1 {font-size: 22px;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
    width: 98%; margin: 1%; padding: 0;}
    
}

/* ========================================================== */
/* =============== CELL PHONE - LANDSCAPE VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 480px) and (min-width: 321px) {

	header {width: 100%;}
	.wrapper {width: 98%;}
	#logo h1 {font-size: 32px; padding-top: 10px;}
	#logo h2 {font-size: .75em;}
	/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #000000; font-size: 1.0em; width: 250px; margin: 20px auto 0 auto; padding: 2px 8px 2px 8px; border: none;}
	select#selectnav1 option {background-color: #efefef; color: #000000; font-size: 0.80em; padding: 1px 10px;}
	/* ===== slideshow ===== */
	.nivo-caption {visibility: hidden; display: none;}
	.nivo-caption p {visibility: hidden; display: none;}
	/* ===== miscellaneous ===== */
	.alternate1 {font-size: 22px;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
    width: 98%; margin: 1%; padding: 0;}

}

/* ========================================================== */
/* =============== SMALL TABLET/portrait ==================== */
/* ========================================================== */
@media screen and (max-width: 623px) and (min-width: 481px) {

	header {width: 100%;}
	.wrapper {width: 98%;}
	/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #000000; font-size: 1.0em; width: 250px; margin: 20px auto 0 auto; padding: 2px 8px 2px 8px; border: none;}
	select#selectnav1 option {background-color: #efefef; color: #000000; font-size: 0.80em; padding: 1px 10px;}
	/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
    width: 98%; margin: 1%; padding: 0;}
	/* ===== slideshow ===== */
	.nivo-caption {font-size: 1.6em;}

}

/* ========================================================== */
/* =============== SMALL TABLET/landscape =================== */
/* ========================================================== */
@media screen and (max-width: 800px) and (min-width: 769px) {

	header {width: 100%;}
	.wrapper {width: 98%;}
	/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #000000; font-size: 1.0em; width: 250px; margin: 20px auto 0 auto; padding: 2px 8px 2px 8px; border: none;}
	select#selectnav1 option {background-color: #efefef; color: #000000; font-size: 0.80em; padding: 1px 10px;}
	/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}
	/* ===== slideshow ===== */
	.nivo-caption {font-size: 1.9em;}

}

/* ========================================================== */
/* =============== LARGE TABLET/portrait ==================== */
/* ========================================================== */
@media screen and (max-width: 768px) and (min-width: 624px) {

	header {width: 100%;}
	.wrapper {width: 98%;}
	/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #000000; font-size: 1.0em; width: 250px; margin: 20px auto 0 auto; padding: 2px 8px 2px 8px; border: none;}
	select#selectnav1 option {background-color: #efefef; color: #000000; font-size: 0.80em; padding: 1px 10px;}
	/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}
	/* ===== slideshow ===== */
	.nivo-caption {font-size: 2.0em;}

}

/* ================ DESKTOP/LAPTOP ============== */
@media screen and (max-width: 1080px) and (min-width: 801px) {

	header {width: 100%;}
	.wrapper {width: 98%;}
	/* ===== miscellaneous ===== */
	/* ===== slideshow ===== */
	.nivo-caption {font-size: 2.0em;}

}

