/* CSS Document */

html, body {
  background: url(images/pop-up-tile.jpg);
  margin: 0 auto;
  text-align: center;
  color: #3C6E67;
  height: 100%;
}
table#align {
  width: 100%;
  height: 100%;
}

table#align td {
	vertical-align: middle;
}
#main_calendar {
  margin: 20px auto 0;
  width: 530px;
  height: 535px;
}
#main {
  margin: 0 auto;
  padding: 11px;
  width: 433px;
  background: #9EBFB9;
}
#area {
  margin: 0 auto;
  padding: 0 0 50px 0;
  border: 1px solid white;
  background: #E4F3EE;
}
#area img {
  margin: 11px 0 0 0
}
a {
  color: #3C6E67;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #F4EAA8;
}
h1 {
  font: 13px Verdana;
  font-weight: bold;
  margin: 10px;
}
p {
  font: 11px Verdana;
  margin: 9px 55px 1px; 
} 
ol, ul {
  margin: 1px 55px;
  font: 11px Verdana; 
}
form.form {
	text-align: left;
	width: 417px;
	margin: 0 auto 0;
	padding: 3px;
	font: 10px Verdana;
	/*background: url(http://www.shuttersonthebeach.com/images/shutters_css_footer.jpg) 100% 50% no-repeat; NO FUNCTIONING CORRECTLY*/
}
form.form h1 {
	margin: 4px 3px 11px 30px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	font-size: 10px;
	color: #3C6E67;
}
form.form span {
	float: left;
	clear: left;
	width: 90px;
	margin-top: 1px;
	margin-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: left;
	color: #3C6E67;
	font: 10px Verdana;
}
form.form span.date_title {
	float: left;
	clear: left;
	width: 80px;
	margin-top: 1px;
	margin-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: left;
	color: #3C6E67;
	font: 10px Verdana;
}
form.form span.missing {
	color: red;
}
form.form span.required {
	font-weight: bold;
}
form.form input, form.form select, form.form textarea {
	display: block;
	margin: 1px 0 3px 120px;
	border-top: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDDDDD;;
	border-left: none;
	width: 260px;
	height: 16px;
	font: 10px Verdana;
}
form.form select {
	display: block;
	margin: 1px 0 3px 120px;
	border-top: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDDDDD;;
	border-left: none;
	width: 110px;
	height: 16px;
	font: 10px Verdana;
}
form.form select.multiple {
	margin: 1px 0 1px 5px;
}
form.form textarea {
	height: 100px;
}
form.form input.box {
	width: 10px;
	display: block;
	margin: 1px 0 1px 110px;
}
form.form input.phone {
	width: 10px;
	display: inline;
	margin: 1px;
}
form.form select.date_month {
	display: inline;
	width: 95px;
	margin: 1px 0 1px 5px;
}
form.form select.date_day {
	display: inline;
	width: 55px;
	margin: 1px 0 1px 5px;
}
form.form select.date_year {
	display: inline;
	width: 55px;
	margin: 1px 0 1px 5px;
}
form.form input.missing ,form.form select.missing, form.form textarea.missing {
	border: 1px dashed red;
}

/* EMPLOYMENT TABLE CSS */
table#employment {
  width: 420px;
  margin: 5px auto;
  border: 1px solid white;
}
table#employment th, table#employment td  {
  text-align: right;
  padding: 2px 0.5em;
  border-bottom: 1px solid #DDD;
}
table#employment td  {
  font: 11px Verdana, "Andale Mono", Courier, "Courier New", monospace;
}
table#employment thead th  {
  border: 1px solid grey;
  border-width: 0 1px 1px 0;
  white-space: normal;
  background: white;
  color: #6e8fad;
}
table#employment th  {
  border-right: 1px solid grey;
  border-bottom-style: dotted;
  white-space: nowrap;
  font-size: 12px;
}

/* LIGHTBOX CSS */

span.press_image {
  float: left;
  width: 200px;
  height: 170px;
  text-align: center;
  margin: 5px;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after, #area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	