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

/* @import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light); */

* { /* remove default spacings */
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 62.5%;
	/* 	reduce browser "default" of 16px to 10 (16 x 62.5% =10)
						 		to make calculations of other sizes using ems 
								easier to figure in my head without needing a calculator
	*/
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	color: #999;
	font-weight: 100;
	font-size: 1.2em;
	text-align: left;
	padding: 10px;
}

h1 {
	font-size: 4.8em; /* 48 */
}

h2 {
	font-size: 4.4em; /* 36 */
}

h3 {
	font-size: 3em; /* 24 */
}

h4 {
	font-size: 2em; /* 16 */
}

h5 {
	font-size: 1.6em; /* 14 */
}

h6 {
	font-size: 1.4em; /* 12 */
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}

p, dt, dd {
	font-size: 1.3em; /* 10 */
}


h1, h2, h3, h4, h5 {
	font-weight: bold;
	/* [disabled]font-family: "Blue Island Std", "Chancery Cursive - DGL Italic", ChocolateBox, cursive; */
	/* [disabled]text-align: right; */
}

ul, ol, li {
	list-style-position: outside;
	margin: 0px 0px 5px 20px;
	padding-left: 0px;
	text-align: left;
	font-style: normal;
	/* [disabled]font-weight: bold; */
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

ol ol ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol ol ol {
	list-style-type: lower-greek;
}

ol ol ol ol ol ol ol {
	list-style-type: decimal;
}

ul li ul li, ol li ol li {
	font-size: inherit;
}

a, a:link {
	color: #999;
	font-weight: bold;
}

a:visited {
	color: #999;
 }

a:hover, a:active, a:focus {
	color: #666;
}

a img {
	border: none;
	text-decoration: none;
}

blockquote {
	font-size: 1.4em;
	font-style: italic;
	margin: 0 25px 15px;
	text-align: justify;
}

sub { 
	vertical-align:text-bottom; 
	font-size:75%; 
}

sup { 
	vertical-align:text-top; 
	font-size:75%; 
}

.olDecimal {
	list-style-type: decimal;
}

.ulSquare {
	list-style-type: square;
}

.ulCircle {
	list-style-type: circle;
}

.ulDisk {
	list-style-type: disc;
}

.ulNone {
	list-style-type:none;
}

.quote {
	font-style: italic;
	text-align: justify;
	padding: 0 20px;
	font-size: 1.4em;
}

aside.footnotes {
	padding: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

aside.bioInfo {
	background-color: #eee;
	margin: 10px 30px;
	padding: 10px 12px;
	padding-bottom: 1px;
	font-style: italic;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.hide { /* for javascript read more/read less  */
	display: none;
}

#wrapper {
	position: relative;
	width:800px;
	z-index:1;
	margin: 10px auto 10px;
	text-align: center;
}

#headerMain {
	width: 100%;
	margin-top: 0px;
}

#headerMain h2 {
	font-size: 1.6em;
	word-spacing: 3px;
	margin: 10px 0 12px;
	/* [disabled]color: #999; */
	font-weight: normal;
}

#headerSub {
	width: 100%;
	/* [disabled]float: right; */
	background: url(../grafix/logoVIeye.png) no-repeat;
	background-size: 57%;
	background-position: 345px 0;
	text-align: center;
}

#headerSub h2 {
	font-size: 1.6em;
	font-weight: normal;
	word-spacing: 3px;
	margin: 10px 2px 5px;
}

#headerSub h3, #headerSub h4 {
	font-weight: normal;
	font-size: 2.8em;
	word-spacing: 3px;
	text-align: left;
}

#headerSub h4 {
	font-size: 2.4em;
}

#slideShow {
	/* [disabled]opacity: .25; */
	/* [disabled]filter:alpha(opacity=25); */
	position: absolute;
	z-index: -10;
	top: 235px;
	right: 0;
	border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
}

div#construction {
	width: 590px;
	float: right;
	margin: 10px 0 5px;
	background-color: #CCC;
	padding: 5px;
}

div#construction p {
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: center !important;
}

#constructionSub {
	float: left;
	width: 40%;
	font-size: 0.9em;
	text-align: center;
	background-color: #CCC;
	padding: 5px;
}


/* the horizontal listmenu starts here */
body {
	behavior: url('../includes/csshover-v2.02-updated.htc')	/* for any browsers that don't implement :hover for li elements */
	overflow: scroll;
}

div#listmenu {
	width:100%; 	/* makes the div full width */
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1000;
	font-size: .9em;
}

div#listmenu ul {
	width: 99.5%;
	margin: 10px auto;
	padding: 1px 3px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center; /* to center li elements, which are display inline-block instead of floated */
}

/*
#headerSub #listmenu ul, #pageFooter #listmenu ul {
	width: 450px; /* override width for headerSub pages 
}
*/	
	
div#listmenu li {
	margin: 0 15px; /* redeclare to override previous li styles */
	padding: 5px 2px 2px;
	;
	/* [disabled]float: left
causes the list to align horizontally instead of stack */
	display: inline-block; /* aligns li's horizontally like float, but allows centering w text-align */
	position: relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type: none; /* removes bullets from li elements */
	font-size: 1.4em;
	font-weight: normal;
	clear: both;
}
/*
#headerSub #listmenu li {
	font-size: 1.4em;
}
*/
/*
#headerMain #listmenu, #pageFooter #listmenu li:first-child {
	padding: 0 5px;
}
*/
/*	
#headerMain #listmenu, #pageFooter #listmenu li:last-child {
	padding: 0 5px;
}
*/

div#listmenu li.selected {
	-moz-box-shadow: 0 0 2px 5px #999;
	-webkit-box-shadow: 0 0 2px 5px #999;
	box-shadow: 0 0 5px 2px #999;	
}

div#listmenu li a {
	display: block;
	padding: 0 2px; /*creates space each side of menu item's text */
	text-decoration: none;	 /* removes the underlining of the link */
	color: #999;	/* sets the type color */
	font-weight: normal;
}

/*
#headerMain #listmenu, #pageFooter #listmenu li:first-child a {
	padding-left: 0;
}
	
#headerMain #listmenu, #pageFooter #listmenu li:last-child a {
	padding: 0;
}
*/

div#listmenu li:hover {	
  -moz-transition-property: -moz-box-shadow;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: -webkit-box-shadow;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: -o-box-shadow;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: -ms-box-shadow;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out;
	transition-property: box-shadow;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	-moz-box-shadow: 0 0 5px 2px #999;
	-webkit-box-shadow: 0 0 5px 2px #999;
	-o-box-shadow: 0 0 5px 2px #999;
	-ms-box-shadow: 0 0 5px 2px #999;
	box-shadow: 0 0 5px 2px #999;	
}

div#listmenu li:visited {
	color: #ccc;	
}

/* the 1st level horizontal menu ends here */

/* the ************ 2nd level drop-down *************** menu starts here */
div#listmenu ul li ul {
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	top: 25px;
	left: -19px; /*aligns the drop exactly under the menu */
	width: 10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	margin:0; 
	border: 0;
	z-index:1000; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
}

#pageFooter div#listmenu ul li ul { /* to correct position of dropdown menu on Home page */
	top: 28px;
}


div#listmenu ul li ul.about { /* to decrease width of about sub-menu */
	width: 7.7em;
}

/*
#headerSub #listmenu ul li ul {
	top: 30px;
}
*/
div#listmenu ul li ul {  /* conceals the drop-down when menu not hovered */
	display:none;
}

div#listmenu ul li:hover ul {
	display:block;  /* shows the drop-down when the menu is hovered */
}

div#listmenu ul li ul li {
	padding: 6px;
	width: 100%; /* makes the list items fill the list container (ul) */
	font-weight: normal;
	font-size: .8em;
	background-color: #fff;
	border-right:1px solid #999; /* three sides of each drop-down item */
	border-bottom:1px solid #999;
	border-left:1px solid #999;  
}

div#listmenu li.selectedSub {
	font-weight: bold;
}

#headerSub #listmenu ul li ul li:first-child, 
#pageFooter #listmenu ul li ul li:first-child {
	border-top: 1px solid #999;
}

/*
#headerMain #listmenu, #pageFooter #listmenu ul li ul li:last-child {
	padding-right: 0;
}
*/

div#listmenu ul li ul li a:hover {
	font-weight: bold;
}
/*
#headerMain #listmenu, #pageFooter #listmenu ul li ul li a {
	padding:1px .5em;
}

/* *********** 3rd level ************ menu pop-out starts here */
div#listmenu ul li ul li ul  {
	position: absolute; 
	visibility: hidden; /* same effect as display:none in this situation */
	top:-2px;
	width: 7.4em;
}

div#listmenu ul li ul li ul li {
	font-size: inherit;
	margin-left: -2.7em;
}
/*
#headerSub #listmenu ul li ul li ul li {
	margin-left: -2.3em;
}

#headerSub #listmenu ul li ul {
	margin-left: 0.15em;
}
*/
div#listmenu ul li ul li ul li:first-child {
  border-top: 1px solid #000;
}

div#listmenu ul li ul li:hover ul { /* same effect as display:block in this situation */
	visibility:visible;
}

/* 4th level menu popout start here*/
div#listmenu ul li ul li:hover ul li ul {
	visibility:hidden;
}
	
div#listmenu ul li ul li ul li:hover ul { /* same effect as display:block in this situation */
	visibility:visible;
}

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	fXXloat:left; /* makes the ul wrap the li's */
	margin-left:15px; /* IE doubles the given value above - why? */
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #000;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  } 
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
 left:10em;
} 

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
@media all and (min-width: 0px) {
   body div#listmenu ul li ul {
	   padding-bottom:100px;
	}
   body div#listmenu ul li ul li ul {
	   padding-bottom:22px;
	}
   div#listmenu ul li ul li ul li ul li:hover {
	   visibility:visible;
	} /* same effect as display:block in this situation */
}
/*end Opera hack */
/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


.clearBoth {
	clear: both;
}

.alignCenter {
	text-align: center !important;
}

.alignRight {
	text-align: right !important;
}


.alignLeft {
	text-align: left !important;
}

.headshot {
	margin: -5px -10px 5px 5px;
	border: none;
	float: right;
}


#contentMain p {
	text-align: justify;
	margin-bottom: 15px;
}

#contentMain, #contentSub {
	width: 100%;
	margin: 10px 0 10px;
	float: right;
}

#contentSub  {
	margin: 15px 0;
}

#contentMain h1, #contentMain h2, #contentMain h3, 
#contentMain h4, #contentMain h5, #contentMain h6 {
	text-align: right;
	font-weight: normal;
}

#contentSub h1, #contentSub h2, #contentSub h3, 
#contentSub h4, #contentSub h5, #contentSub h6 {
	margin-bottom: 15px;
}

#contentSub p {
	text-align: justify;
	margin-bottom: 15px;
}

#contentSub strong {
	font-weight: bold;
}

#contentSub em {
	font-style: italic;
}


#contentSub p.attribution {
	margin: -25px 25px 15px;
	font-size: 1em;
	font-style: italic;
	text-align: right;
	font-size: 1.4em;
}

#contentSub dl {
	margin-left: 0;
	text-align: left;
	margin-bottom: 25px;
}

#contentSub dt {
	margin-left: 25px;
	text-align: left;
	margin-bottom: 7px;
	font-weight: bold;
}

#contentSub dt h6 {
	font-size: 1.2em;
	margin-bottom: 0;
}

#contentSub dd {
	margin-top: -5px;
	margin-left: 40px;
	/* [disabled]padding-left: 40px; */
	text-indent: -1px;
	text-align: left;
	margin-bottom: 13px;
}

#contentSub  {
	margin-bottom: 35px;
}

#contentSub article {
	clear: both;
}

#contentSub article header {
	margin-bottom: 20px;
}

#contentSub article header h3,
#contentSub article header h4,
#contentSub article header h5,
#contentSub article header h6 {
	text-align: left;
	font-weight: bold;
}

#contentSub article header h5 {
	margin-bottom: 0;
}

#contentSub article p {
	margin-bottom: 15px;
	text-align: justify;
}

#contentSub section {
	margin-bottom: 35px;
}

#contentSub figure.about.floatLeft {
	margin: 5px 20px 5px 60px;
}

#contentSub figure.about.floatRight {
	margin: 5px 60px 5px 20px;
}

#contentSub .imagePanelRight {
	width: 300;
	margin-left: 15px;
	float: right;
}

#galleryGridMainFull, #galleryGridMainSub {
	float: left;
	width: 100%;
	margin: 25px -10px 15px 0;
	text-align: center; /*  centers child thumbnail divs displayed as inline blocks */
}

#galleryGridMainFull div, #galleryGridMainSub div {
	wXXidth: 300px;
	hXXeight: 200px;
	/* float: left; */
	 display: inline-block; /* use display inline-block with text-align center in parent element to center divs,
										but lose control over amount of space on right side, if layout is right aligned */
	margin: 5px 49px 70px;
	padding-top: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#galleryGridMainSub div {
	margin: 5px 30px 60px; /* override previous margin style for Sub Gallery thumb navigation */
}

#galleryGridMainFull a, #galleryGridMainSub a {
	wXXidth: 300px; /* 50px;  65px; 95px 120px  150px set max size for image container for proportional resize of img */
	hXXeight: 200px; /* 33px; 43px; 63px 80px  100px */
	display: inline-block;
}

#galleryGridMainFull a img, #galleryGridMainSub a img {
	hXXeight: 100%; /* to force proportional resize for portrait thumbs  */
}

#galleryGridMainFull div figcaption p,
#galleryGridMainSub div figcaption p,
#contentSub figcaption p {
	font-size: 1.1em;
	margin-top: 3px;
	text-align: center;
}

#galleryGridMainFull div:hover, #galleryGridMainSub div:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

#galleryGridMainFull div:hover figcaption,
#galleryGridMainSub div:hover figcaption {
	visibility: visible;
}

.invisible {
	display: none;
}

.galleryThumb { 
	padding-top: 5px;
	wXXidth: 100px;
	hXXeight: 98px;
}

#textNavGalleries {
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	margin-top: 25px;
}

#textNavGalleriesSub {
	width: 100%;
	text-align: center;
	margin-top: -10px;
	padding: 5px;
}

#textNavGalleries a, #textNavGalleriesSub {
	padding: 0 5px;
	font-weight: normal;
}

#definition {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 70px;
}

#definition h2 {
	font-size: 6em;
	font-weight: normal;
}

#definition h5 {
	font-size: 4em;
	font-weight: normal;
}

#definition h6 {
	font-size: 3em;
	font-weight: bold;
	color: #999;
}

#definition ul li {
	text-align: right;
	list-style-type: disc;
	font-size: 2.4em;
	margin: 20px 0 25px;
	list-style-position: inside;
}

#pageFooter {
	padding: 5px;
	text-align: center;
	margin: 545px 0 0;
	font-size: 0.5em;
	width: 100%;
	clear: both;
}

#copyrightMain {
	clear: both;
	margin-top: 25px;
}

#copyright {
	clear: both;
}

#copyrightMain p.big, #copyright p.big {
	font-size: 1.6em;
	margin-bottom: 5px;
}

#eCard {
	text-align: center;
}

#eCard figure {
	margin-top: 15px;
}

#eCard figcaption {
	position: relative;
	background: #eee;
	opacity: .8;
	width: 513px;
	padding: 10px;
	margin: -53px auto 0;
}

.exampleProcessing {
	text-align: center;
}
.exampleProcessing img {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.back2top {
	font-size: 0.8em;
	text-align: right !important;
}

/* ********** Slideshow Parameters Enter/Edit Styles ******** */
		input, input:focus, select, select:focus {
			font-size: 1.2em;
			font-weight: normal;
			color: #666;
			background-color: #eee;
			wXXidth: 125px;
			border: 1px solid #999;
		}
		
		input:focus, select:focus {
			border: 1px solid black;
			-moz-box-shadow: 0 0 2px 5px #999;
			-webkit-box-shadow: 0 0 2px 5px #999;
			box-shadow: 0 0 5px 2px #999;	
		}
		
		option {
			background-color: #fff;	
		}

		#submit {
			background-color: #CCC;
			color: #333;
			border: outset 2px #999;
			font-size: 1.2em;
		}
		
		.formField {
			width: 90%;
			float: left;
		}
		
		.fieldLabel {
			width: 250px;
			margin: 5px;
			float: left;
			margin-right: 10px;
			text-align: right;
		}
		
		.fieldData {
			margin: 30px;
		}
		
		#contentSub .formField p.fieldLabel {
			text-align: right;
			font-size: 1.4em;
		}
		
		.fieldData {
			float: left;
			margin-left: 0;
		}
		
		#contentSub p.formInstructions {
			clear: both;
			text-align: center;
		}
		
						ul.configuration {
					width: 99%;
					text-align: center;
				}
				
				ul.configuration.main {
					margin-top: 30px;
					border-top: 2px solid #999;
				}

				ul.configuration li { 
					display: inline-block; 
					list-style-type: none; 
					width: 30%;
					text-align: center;
				}
				
				ul.configuration li.headerItem {
					font-size: 1.4em;
					font-weight: bold;
				}
				
				ul.configuration li.headerItem input,
				ul.configuration li.headerItem input:focus,
				ul.configuration li.headerItem select,
				ul.configuration li.headerItem select:focus {
					font-size: 0.85em;
				}
			



/* ***** Browser Specific Styles ******* */

html.safari6.mac #headerMain h2,
html.chrome.mac #headerMain h2 {
	font-size: 1.8em;	
	padding-right: 10px;
}

html.safari5.win #headerMain h2,
html.ie8.win #headerMain h2, 
html.opera9.win #headerMain h2, 
html.chrome.win #headerMain h2 {
	font-size: 1.9em;	
	padding-right: 15px;
}

html.safari6.mac #definition,
html.chrome.mac #definition {
	margin-bottom: 150px;
}

html.safari5.win #definition, 
html.ie8.win #definition,
html.opera9.win #definition,
html.chrome.win #definition {
	margin-bottom: 50px;
}

html.safari5.win #headerMain #listmenu ul li ul {
	top: 47px;
}

html.safari5.win #headerSub #listmenu ul li ul {
	top: 33px;
	width: 6.7em;
}

html.safari5.win #headerMain #listmenu ul li ul li ul {
	top: -2px;
}

html.safari5.win #headerSub #listmenu ul li ul li ul {
	top: -2px;
	width: 8.5em;
}

html.safari5.win #headerMain #listmenu ul li ul li ul li {
	margin-left: -2.75em;	
}

html.safari5.win #headerSub #listmenu ul li ul li ul li {
	margin-left: -1.3em;
}
