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

body, html {height: 100%; overflow: hidden;}
#outer {height: 100%; overflow: hidden;}

#ironback {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../pictures/ironman_back.gif) bottom no-repeat;
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 1;
}

#ironhead_1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width:100%;
	background: url(../pictures/ironman_head_1.gif) top no-repeat;
	background-color: #A68644;
	visibility: visible;
	-moz-box-shadow:0px 1px 18px rgba(0,0,0,0.8);
	-webkit-box-shadow:0px 1px 18px rgba(0,0,0,0.8);
	box-shadow:0px 1px 18px rgba(0,0,0,0.8);
	z-index: 5;
}

#ironhead_2 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;
	width:100%;
	background: url(../pictures/ironman_head_2.gif) top no-repeat;
	background-color: transparent;
	visibility: visible;
	z-index: 2;
}

#ironfoot {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 20px;
	width:100%;
	background: url(../pictures/ironman_footer.gif) top no-repeat;
	background-color: #A68644;
	visibility: visible;
	-moz-box-shadow:0px 1px 18px rgba(0,0,0,0.8);
	-webkit-box-shadow:0px 1px 18px rgba(0,0,0,0.8);
	box-shadow:0px 1px 18px rgba(0,0,0,0.8);
	z-index: 4;
}

#ironnav {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 30%;
	text-align: right;
	background-color: transparent;
	visibility: visible;
	overflow: hidden;
	z-index: 3;
}

#ironcontent {
	position: absolute;
	top: 50px;
	left: 30%;
	right: 0px;
	bottom: 50px;
	padding-top: 35px;
	padding-right: 130px;
	text-align: left;
	background-color: transparent;
	visibility: visible;
	overflow: auto;
	z-index: 2;
}

.picspacer {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}


/* Fonts */

.fliesstext {
	color: #675B36;
	font-size: 13px;
	line-height: 22px;
	font-family: Arial;
	text-decoration: none;
	font-weight: 100;
}
a.fliesstext:link {
	color: #A68644;
}
a.fliesstext:visited {
	color: #A68644;
}
a.fliesstext:active {
	color: #A68644;
}
a.fliesstext:hover {
	color: #A68644;
}

.headline {
	color: #675B36;
	font-size: 15px;
	line-height: 22px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	margin-right: 45px;
}

.formstrings {
	color: #675B36;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial;
	text-decoration: none;
	font-weight: light;
}

.rightline {
	border-right-width: 1px;
	border-right-color: #555555;
	border-right-style: solid;
	display: block;
	text-decoration: none;
	padding-right: 15px;
	margin-right: 70px;
	color: #A68644;
	outline: none;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 20px;
	font-weight: 100;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 15px;
}
a.rightline:link {
	color: #A68644;
	text-decoration: none;
}
a.rightline:visited {
	color: #A68644;
	text-decoration: none;
}
a.rightline:active {
	color: #A68644;
	text-decoration: none;
}
a.rightline:hover {
	color: #675B36;
	text-decoration: none;
}



/* Lightbox */

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.60;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-family: Arial;
	color: #FFFFFF;
	letter-spacing: 1px;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../pictures/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../pictures/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #FFFFFF;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: light;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-top: 3px;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

