@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/

/* Smartphones (landscape) ----------- */
	@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);

/* Smartphones (portrait) ----------- */
	@import url(/css/mobile.css) screen and (max-width:640px);

/* Desktops and laptops ----------- */
	@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
	color: #000000;
	text-decoration: none;
}

body, html {
	height: 100%;
	overflow: visible;
	padding: 0;
	margin: 0;
	font-family: 'Average', serif;
}
.clearit {
	clear: both;
}
#menu, #menubarrier {
	background-color: #00F;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150px;
	z-index: 400;
}
#menubarrier {
	background-color: #FFFFFF;
	left: 0px;
	width: 100%;
	z-index: 450;
}
#menu {
	background-color: #808080;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 400;
	overflow:auto;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu p {
	padding-left: 16px;
}
#wrapper {
	/*-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);*/
	height: auto;
	margin-left: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 500;
}
.slide {
	visibility: hidden;
}
#picturebox {
	width: 100%;
	overflow: hidden;
	position:relative;
}
.slide, .slidevis {
	background-position: center top;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.container {
	position: relative;
	width:100%;
	height: auto;
	padding: 0;
}
#ml {
	float: left;
	padding:2px 0 2px 8px;
}
#topholder {
	width: 100%;
	height: auto;
}
table {
	margon:0;
	padding:0;
	border:none;
	outline:none;
}
.cotbox {
	float:left;
	text-align:center;
	background-size:100% auto;
	background-position:top center;
	cursor:pointer;
	cursor:hand;
}
.namestrip {
	font-family: 'Average', serif;
	font-size:14pt;
	position:absolute;
	left:0;
	bottom:0;
	padding:4px 0 6px 0;
	text-align:center;
	width:100%;
	background-color:rgba(162,192,206,0.90);
	color:#0b4774;
	font-style:italic;
}
.headstrip,.substrip {
	font-size:32pt;
	color:#0b4774;
	width:100%;
	text-align:center;
	font-weight:lighter;
	padding:12px 0 12px 0;
}
.substrip {
	font-size:16pt;
}
#tile1 {
	background:url(/img/tile1.jpg) top left no-repeat;
}
#tile2 {
	background:url(/img/tile2.jpg) top left no-repeat;
}
#tile3 {
	background:url(/img/tile3.jpg) top left no-repeat;
}
.column,#lhs,#rhs {
	float:left;
	font-size:12pt;
	line-height:16pt;
	color:#000020;
}
#lhs,#rhs {
	margin:12px 0 12px 0;
	position:relative;
}
#rhs {
	font-size:13pt;
	line-height: 18pt;
}
#rhs h1,.changer {
	line-height:30pt;
	margin:0;
	padding:0;
}
#rhs h1, #rhs h2,.changer {
	color:#0b4774;
}
.changer {
	padding-top:16px;
	width:100%;
	text-align:center;
}
#footer {
	background-color:#0b4774;
	font-size:11pt;
}
#links {
	text-align:center;
}
#menubar,#linksbar {
	background-color:#a2c0ce;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
.cotbox,.footbox {
	float:left;
	height:auto;
	position:relative;
	color:#FFFFFF;
}
.footbox {
	padding-bottom:24px;
}
.topline {
	font-size:18pt;
	font-weight:bold;
}
.footbox p {
	margin:2px;
	padding:0;
}
#lhsb {
	text-align:center;
}
#NAME,#EMAIL, #MESSAGE {
	width:100%;
	padding:4px 0 4px 4px;
}
#NAME,#EMAIL, #MESSAGE, #BUTTON {
	margin:0 0 4px 0;
}
#MESSAGE {
	height:100px;
}
#BUTTON {
	display:inline-block;
	background-color:#a2c0ce;
	padding:4px;
	text-decoration:none;
	color:#0b4774;
	text-align:center;
	border-radius:4px;
	font-size:10pt;
}
#topbar {
	width:100%;
	text-align:center;
	z-index:10000;
	height:auto;
	background-color:#0b4774;
}
#links a {
	margin:12px;
	display:inline-block;
	font-size:10pt;
	color:#000020;
	text-decoration:none;
	letter-spacing:2px;
}
#instagram {
	width:50%;
	padding-top:12px;
}
#abox {
	margin-bottom:8px;
}
input, textarea {
	border:1px solid #808080;
}
.picframe,.picframew {
	float:left;
}
.pcp {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}
#rhs p {
	padding-top:0;
	margin-top:0;
}
#lhs,#rhs {
	margin-bottom:32px;
}
.gallhold {
	display:inline-block;
	width:13%;
	margin:0 1% 0 1%;	
}
.views {
	width:100%;
	text-align:center;
	padding:8px 0 64px 0;
}