@charset "utf-8";
/* CSS Document */

.pageheading {
position: relative;
margin: 0;
font-size: 21px;
color: #312820;
font-size: 24px;
line-height: 1em;
font-weight: bold;
padding: 25px 20px;
margin: -20px -20px 20px;
text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
border-bottom: 1px solid #dcd1c9;
background: #f7f2e7 url("images/cloth.png") repeat;
}
.heading {
font-size: 16px;
font-weight: bold;
margin: 0 0 20px;
padding: 12px;
color: #ffffff;
background: #737a36 url("images/cloth.png") repeat;
text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
border: 1px solid #737a36;
webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0pt 0pt 5px 0px rgba(0, 0, 0, 0.1);
}

body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
font-size: 13px;
line-height: 1.5em;
color: #ffffff;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
background-color: #D6C190;
}
.maintable
{
-webkit-box-shadow: 0pt 0pt 5px 0px rgba(0, 0, 0, 0.1); 
-moz-box-shadow: 0pt 0pt 5px 0px rgba(0, 0, 0, 0.1);	
box-shadow: 0pt 0pt 5px 0px rgba(0, 0, 0, 0.1); 
/* For IE 8 */		
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";		
/* For IE 5.5 - 7 */		
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');	
 }

.mainnav {
position: relative;
height: 51px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-top: 1px solid #332017;
background-color: #5e483d;
font-weight: 600;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
width: 940px;
border-top: 1px solid #775b4d;
background-image: url("images/nav-gradient.png");
background-repeat: repeat-x;
}
.bottomnav {
position: relative;
height: 51px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-top: 1px solid #332017;
background-color: #342117;
color: #C5D7CE;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
width: 920px;
border-top: 1px solid #775b4d;
}

.important {
font-size: 16px;
font-weight: bold;
padding: 12px;
color: #ffffff;
background: #c72e23 url("images/cloth.png") repeat;
text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
border: 1px solid #c72e23;
}
.importantbody {
font-size: 13px;
line-height: 1.5em;
color: #ffffff;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.importantbody a {
text-decoration: none;
	color: #ffffff;
}

.importantbody a:link {
text-decoration: none;
	color: #ffffff;
}

.importantbody a:hover {
text-decoration: none;
color: #f1d9a8;
}

.mainbody {
font-size: 13px;
line-height: 1.5em;
color: #645142;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bottombody {
font-size: 11px;
line-height: 1.5em;
color: #beb3a2;
}
.bottombody a {
text-decoration: none;
	color: #cda793;
}

.bottombody a:link {
text-decoration: none;
	color: #cda793;
}

.bottombody a:hover {
text-decoration: none;
color: #f1d9a8;
}

.footer-widget h4 {
color: #e6b85f;
font-size: 13px;
margin: 0 0 10px;
padding-bottom: 10px;
background: url("images/footer-header-border.png") left bottom repeat-x;
}

.gfg-root {
  width : 600px;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: Arial Narrow;
  font-size: 12px;
}

.gfg-title {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
  background-color: #C9243F;
  line-height : 31px;
  overflow : hidden;
  white-space : nowrap;
   border-radius:5px 5px 0px 0px; 
 box-shadow: 0px 0px 10px 0px #000000; 
  
}

.gfg-title a {
  color : #ffffff;
}

.gfg-subtitle {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
  background-color: #C9243F;
  line-height : 31px;
  overflow : hidden;
  white-space : nowrap;
  padding-left : 5px;
}

.gfg-subtitle a {
  color : #ffffff;
}

.gfg-entry {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
  background-color : white;
  width : 600px;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : center;
  margin-top : 3px;
}
.gfg-entry a {
  color : #DA2128;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 600px;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : center;
  margin-bottom : 5px;
  border-radius:0px 0px 5px 5px; 
 box-shadow: 0px 0px 10px 0px #000000; 
}

.gfg-list a {
  color : #DA2128;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  padding-bottom : 2px;
   
}

.gfg-listentry-odd {
  background-color : #ffffff;
}

.gfg-listentry-even {
background-color : #ffffff;
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : 600px;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 600px;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : center;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : center;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : center;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : center;
}

.clearFloat {
  clear : both;
}

.img a:link {
	color: #7F1416;
	text-decoration: none;
}
.img a:visited {
	text-decoration: none;
	color: #7F1416;
}
.img a:hover {
	text-decoration: none;
	color: #7F1416;
}
.img a:active {
	text-decoration: none;
	color: #7F1416;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.tb {
  border: 1px solid #073F2C;
}
