/**
* @file: lightbox.css 
* @version: 4.1.13
*/
#bios { font-family: "Oswald",Helvetica,Arial,Verdana,sans-serif;}

#bios h1,
#bios h2,
#bios h3 { text-transform: uppercase; font-weight: normal;}
#bios h1 { font-size: 24px; color: #62b35f; line-height: 29px; margin: 10px 10px 25px; }
#bios h2 { font-size: 18px; color:#666; line-height: 22px;  margin:0 10px; padding-top:50px; }
#bios h3 { font-size: 16px; color: #0884a9; line-height: 18px; margin: 0 10px; }
#bios img{ float:left; margin: 0 10px 0;}
.bioName{ display:block; height: 90px; margin-top:20px;}

#bios p {font-family: "Abel",Helvetica,Arial,Verdana,sans-serif; font-size:12px; margin:10px; clear:left; }

.lightbox-container div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.lightbox-container table {
	background: none;
	table-layout: auto;
}
.lightbox {
	outline: none;
	text-decoration: none;
}
.lightbox img {
	border: 2px solid silver;
}
.lightbox:hover img {
	border-color: gray;
}
.lightbox-active-anchor img {
	visibility: hidden;
}
.lightbox-gallery .lightbox-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.lightbox-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.lightbox-wrapper, .lightbox-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.lightbox-image-blur {
}
.lightbox-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.lightbox-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.lightbox-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.lightbox-dimming {
	/*position: absolute;*/
	background: black;
}
a.lightbox-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.lightbox-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.lightbox-move, .lightbox-move * {
	cursor: move;
}

.lightbox-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.lightbox-overlay {
	display: none;
}
.hidden-container {
	display: none;

}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the lightbox-ie6.css file. */
}



/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using lightbox HTML						     */
/*****************************************************************************/
.lightbox-maincontent {
	
	display: none;
	padding:10px;
	margin-top:0;
}
.lightbox-html {
	background-color: white;
}
.mobile .lightbox-html {
	border: 1px solid silver;
}
.lightbox-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.lightbox-header {
	padding-bottom: 5px;
}

.lightbox-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.lightbox-header a:hover {
	color: black;
}
.lightbox-header .lightbox-move a {
	cursor: move;
}
.lightbox-footer {
	height: 16px;
}
.lightbox-footer .lightbox-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.lightbox-footer .lightbox-resize span {
	display: none;
}
.lightbox-body {
}
.lightbox-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.lightbox.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .lightbox-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .lightbox-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .lightbox-header .lightbox-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .lightbox-header .lightbox-move * {
	display: none;
}


.draggable-header .lightbox-header .lightbox-close a:hover {
	background-position: 0 16px;
}
.draggable-header .lightbox-header .lightbox-close span {
	display: none;
}
.draggable-header .lightbox-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .lightbox-header {
	height: 24px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .lightbox-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .lightbox-header .lightbox-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .lightbox-header .lightbox-move * {
	display: none;
}
.titlebar .lightbox-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .lightbox-maincontent {
	padding-top: 5em;
	
}



/* hs.wrapperClassName = 'no-footer' */
.no-footer .lightbox-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .lightbox-image {
	border-width: 10px;
}
.wide-border .lightbox-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .lightbox-image {
	border: none;
}
.borderless .lightbox-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .lightbox-image {
	border: 5px solid #444444;
}
.outer-glow .lightbox-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .lightbox-image {
	border: 2px solid green;
}
.colored-border .lightbox-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .lightbox-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .lightbox-caption {
	color: white;
	background: #111;
}
.dark .lightbox-controls,
.dark .lightbox-controls ul,
.dark .lightbox-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .lightbox-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}





/*****************************************************************************/
/* The following styles are added by the lightbox Editor                    */
/*****************************************************************************/
.lightbox-wrapper, .lightbox-outline {
	background: #FFFFFF;
}
.lightbox img {
	border: 1px solid #D0D0D0;
}
.lightbox:hover img {
	border-color: #A0A0A0;
}
.lightbox-image {
	border: 2px solid #FFFFFF;
}
.lightbox-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.lightbox-html {
	background: none;
}
.lightbox-header ul a {
	background-image: url(graphics/controlbar-text-buttons.png);
	padding-left: 16px;
}
.lightbox-header .lightbox-move {
	display: none;
}
.lightbox-header .lightbox-close a {
	background-position: 0 -221px;
}

.headingText { font-family:Arial, Helvetica, sans-serif; font-size:24px;
}