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


}
small {
    font-size: 85%;
}

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

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

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


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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}
body {
  background-color: FFF;
  line-height: 1.5;
  word-spacing: 4px;
}
h1 {
	font-size: 1.0em;
	color: rgba(204,102,0);
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
  font: .9em;
  margin: 2px;
  padding: 0;
}#wrap{
	width: 99%;
	height:auto;
	z-index:99;
	padding: 0px;
	background-color: rgba(255,255,255);
}#wrap h3{font-size:5px;margin:0;}
#linkback a{
	position:absolute;
	top:-45px;
	left:500px;
	width:130px;
	height:110px;
	z-index:100;
	font-size:25px;
	line-height:28px;
	color:#FFFFFF;
	display: none;
}
#slideshow,img.bgM{
	width:700px;
	height:566px;
	position:absolute;
	top:0;
	left:0;
	z-index:-9999;
}
.textblock {
	text-align: left;
	width: auto;
	color: rgba(0,0,0,1);
}
blockquote {
  background: #e6e6e6 url(images/quote.gif) no-repeat 5px top;
  padding: 10px 50px;
  margin: 10px 0;
  font-size: 95%;
  font-style: italic;
}
.header {
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	background-image: url(../beach-images/long-beach-header-wave.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	vertical-align: top;
	margin-bottom: 0px;
}
.mapheader {
	padding:0px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	background-position: center top;
	top: 0px;
	vertical-align: top;
	margin-bottom: 0px;
	overflow: hidden;
}
.container {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
}

#menu {
	position: fixed;
	right: 0;
	top: 35%;
	width: 6em;
	margin: -2.5em 0 0 0;
	z-index: 5;
	background: hsla(80, 90%, 40%, 0.7);
	color: white;
	font-weight: bold;
	font-size: medium;
	text-align: left;
	border: solid hsla(80, 90%, 40%, 0.5);
	border-right: none;
	padding: 0.4em 0.4em 0.4em 2.3em;
	box-shadow: 0 1px 3px black;
	border-radius: 3em 0.5em 0.5em 3em;
	letter-spacing: .07em;
  }
  #menu li { margin: 0 }
  #menu a { color: inherit }
  
article {
  margin-bottom: 3em;
}
.half-L {
	background-color: FFF;
	width: 94%;
	padding-top: 5px;
	overflow: visible;
	padding-right: 5px;
	background-position: left;
	margin-right: 1px;
	margin-left: 1px;
	text-align: left;
	padding-bottom: 5px;
}
.half-L-noline {
	background-color: FFF;
	width: 94%;
	padding-top: 5px;
	overflow: visible;
	padding-right: 5px;
	background-position: left;
	margin-right: 1px;
	margin-left: 1px;
	text-align: left;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
.wideL {
	background-color:#FFF;
	border:2px solid #069;
	border-radius:15px;
	width: 98%;
	padding-top: 5px;
	overflow: visible;
	padding-right: 5px;
	background-position: left;
	text-align: left;
	padding-bottom: 5px;
}
.wideL disable {
	background-color: rgba(255,255,255,0.8);
	border:2px solid #069;
	border-radius:15px;
	width: 90%;
	padding-left: 5px;
	float: left;
	overflow: visible;
	padding-right: 5px;
	background-position: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	padding-bottom: 5px;
}
.half-R {
	background-color: rgba(255,255,255,0.8);
	border:2px solid #000;
	border-radius:15px;
	width: 30%;
	padding-left: 5px;
	float: right;
	overflow: visible;
	padding-right: 5px;
	background-position: center;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
.navheader {
	position: fixed;
	top: 20;
	right: 0;
	z-index: 100;
	height: 200px;
	width: 280px;
	display: hidden;
}
.navroll {
	border:2px solid #666;
	display: none;
}
.circular {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.contents {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0px;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main {
	width: 98%;
	overflow: hidden;
	background-position: center top;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
img.wp-smiley {
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.photo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	border: 1px solid rgba(102,102,102,1);
}
.wp-caption {
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
  font-size: 0.7em;
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.overlay {
	background-color: rgba(0,0,0,.6);
	text-align: center;
	height: 80%;
	width: 80%;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slideshow, img.bgM {
	height: 566px;
	max-width: 500px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:-9999;
	display: none;
}
.footer {
	margin:0;
	padding:10px;
	background-color: rgba(0,102,153,1);
	background-position: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	color: rgba(255,255,255,1);
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: rgba(0,0,0,1);
}
