#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* strong and emphasis */
strong{
  font-weight: bold;
}
em{
  font-style: italic;
}
html {
  background: url(../images/bg-base.png);
}
body {
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  background-position: top left;
  font-family: 'Verdana', 'Helvetica Neue', 'Arial', sans-serif;
}
small { font-size: .8em; }

ul {
  margin: 10px 20px;
  list-style-type: none;
}
li {
  margin: 5px 0;
}

#container {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}


#page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #42453d;
  background: #ffffff;
  background-image: url(../images/page-shadow.png);
  background-repeat: repeat-x;
  background-position: top left;
}
#page_name {
  color: #42453d;
  font-size: .9em;
  display: none;
}

#main {
  width: 780px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

#header {
  position: relative;
  width: 780px;
  height: 120px;
  margin: 0 auto;
}
  #header h1 {
    display: none;
  }
  
  /* HEADER DECORATORS */
  
  div#shopping-village {
    position: absolute;
    width: 206px;
    height: 51px;
    margin: 0;
    padding: 0;
    top: 80px;
    left: 576px;
    
    /* IE Code... should be skipped by other browsers */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/shopping-village_white.png');
  }
  /* IE doesn't like [attributes], so this is for the other browsers */
  div[id=shopping-village] {
    background-image: url(../images/shopping-village_white.png);
    background-repeat: no-repeat;
  }
  div#logo {
    position: absolute;
    top: 36px;
    left: 20px;

    width: 106px;
    height: 84px;
    
    /* IE Code... should be skipped by other browsers */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/505-logo.png');
  }
  /* IE doesn't like [attributes], so this is for the other browsers */
  div[id=logo] {
    background-image: url(../images/505-logo.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  div#logo a, div#logo a:hover {
    display: block;
    width: 106px;
    height: 84px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
  }
  

.section {
  color: #5c5c5c;
  margin: 10px 0 0 0;
}
.section h2 {
  font-family: 'Century', 'serif';
  margin: 10px 0;
  padding: 3px 0;
  color: #85993e;
  font-size: 1.2em;
  font-weight: normal;
  font-variant: small-caps;
}
.section h3 {
  text-transform: uppercase;
  font-size: .8em;
}
.section p {
  font-size: .8em;
  text-align: justify; 
}
.section img {
  border: 3px solid #a5b95e;
  padding: 1px;
}
.section img.icon {
  border: 0;
}

/* Search and news off by default */

#quick_search, #news_and_events { display: none; }

/* breadcrumbs (also off) */

#breadcrumbs {
  display: none;
  font-size: .9em;
  margin: 0 0 20px 0;
}

/* Floating */
.float_left  { float: left;  }
.float_right { float: right; }
.clear       { clear: both;  }

/* Misc */

.small { font-size: .7em; }

/* GENERIC ANCHORS */

a, a:visited, a:active {
  color: #c9d18b;
}
a:hover {
  color: #eff1ab;
}
#main a {
  color: #69712b;
}
#main a:hover {
  color: #99a15b;
}

/* COLOR BAR */

#bar {
  clear: both;

  background: url(../images/nav-bg.png) top;
  color: #cccccc;

  border-style: solid;
  border-color: #ffffff;
  border-width: 1px 0;

  height: 40px;
  width: 770;

  margin: 5px 0 0 0;
  padding: 0;

  text-align: right;
  font-size: .8em;
}

/* NAV MENU */

#navigation {
  width: 770px;
  list-style-type: none;
  margin: 0 auto; /* center it on the "page" */
  font-size: .9em;
  background: transparent;
}

#navigation ul {
  float: left;
}
#navigation li {
  float: left;  
  position: relative;
  
  margin: 0 0 0 0;
  background-image: url(../images/nav-shadow.png);
  background-position: top center;
  
  padding: 10px 0 0 0;
}
#navigation li.home>div { border: 0; }
#navigation li.home {
  padding-left: 12px;
  background-position: top left;
}
#navigation li.last {
  padding-right: 12px;
  background-position: top right;
}
#navigation li>div {
  background: #42453d;
  margin: 0;
  padding: .7em 0;
  
  position: relative;
  bottom: -1px;
}

#navigation a {
  color: #c9d18b;

  padding: 1em 3em;
  margin: 0;

  font-family: Georgia, serif;
  font-weight: normal;
  font-size: .8em;
  text-transform: uppercase;
  text-decoration: none;

  border-style: solid;
  border-color: #42453d;
  border-width: 0;
}
#navigation li>div {
  border-style: solid;
  border-color: #32352d;
  border-width: 0 0 0 1px;
}
#navigation a:hover {
  color: #eff1ab;
}

#navigation li.active>div {
  background: url(../images/full-nav-bg.png);
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  
  position: relative;
  bottom: -1px;
}
#navigation li.active a {
  position: relative;
  top: -1px;
  color: #ffffff;
}


/* turn off subnav */
#navigation ul li ul {
  display: none;
}


#gallery {
  text-align: left;
  margin: 20px 0 0 0;
  width: 100%;
}

#gallery h1 {
  display: inline;
  border: 0;
}

#gallery p {
  text-align: left;
  display: inline;
  margin: 10px 0;
}

#gallery img {
  border: 0;
  margin: 10px 0 0 0;
}

#gallery ul {
  margin: 0;
  padding: 0;
}

#gallery li {
  display: inline;
  padding: 0 2px;
}


#foot {
  margin: 0;
  padding: 7px 0 9px 0;
  font-size: .7em;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #32352d;
  background: #42453d;
  width: 100%;
  color: #ffffff;
}

ul.tree {
	margin: 10px 0 20px 0;
}
ul.tree ul {
	margin: 10px 0 20px 50px;
}
ul.tree li div {
}
ul.tree li {
	cursor: move;
}
ul.tree li a {
	cursor: pointer;
}
ul.tree li:hover {
}
ul.tree li.home_page:hover {
	background: transparent;
}
div.tree {
	padding: 1px 10px;
	margin: 20px 0;
}

.menu_tree {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu_tree li {
  display: inline;
}


/* Administration Buttons */

div.admin div {
  float: left;
  margin: 10px 20px 10px 0;
  padding: 0;
  border: 2px solid #cccccc;
  background-color: #eeeeee;
}

div.panel-button button {
  width: 85px;
  height: 75px;
  color: #333333;
  border: 0;
  text-align: center;
  vertical-align: bottom;
  padding: 45px 0 0 0;
  font-size: 1em;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 10px;
  display: none;
}
div.panel-button p { display: none; }
/* Individual Buttons; hidden from IE via the attribute selector */
div[id=manage-users] button {
  display: block;
  background-image: url(../images/interface/tango/users_lg.png);
}

div[id=manage-roles] button {
  display: block;
  background-image: url(../images/interface/tango/roles_lg.png);
}

div[id=manage-pages] button {
  display: block;
  background-image: url(../images/interface/tango/new_lg.png);
}

div[id=manage-resources] button {
  display: block;
  background-image: url(../images/interface/tango/media_lg.png);
}


div.errorExplanation {
	margin: 20px 0;
	padding: 5px;
	border: 1px dotted #ff0000;
	background: #330000;
	color: #ffeeee;
}

div.errorExplanation h2 {
	color: #ff0000 !important;
}
div.errorExplanation p {
	font-size: 1.1em;
	margin: 5px 0;
}
div.errorExplanation li {
	margin: 5px 15px;
}

/* FORMS */

form {
	margin: 20px 0;
}
#main form {
	padding: 5px 10px;
	border: 1px dotted #777777;
	background: #eeeeee;
}
label {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Verdana, Tahoma, sans-serif;
}
label:after {
	content: ":";
}

h1 {
  font-family: Century, serif;
  font-variant: small-caps;
  font-size: 1.3em;
  color: #85993e;
  margin: 10px 0 20px 0;
}

.required {
	color: #660000;
}
.required:after {
	content: "*";
}

/* Box */

div.box {
	padding: 7px;
	margin: 20px 0;
	background: #cccccc;
	border: 1px dotted #999999;
}

div.box form {
	padding: 0;
	border: 0;
	background: transparent;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
	border: 1px solid #666666;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 2px 2px 2px 5px;
}
td {
	border-style: dotted;
	border-color: #cccccc;
	border-width: 0 0 1px 1px;
}
table th {
	background: #cccccc;
	font-weight: bold;
	border: 1px solid #666666;
	color: #333333;
}

/* List coloring */
.even {
  background: #f4f4f4;
}
.odd {
  background: #ffffff;
}

/* FLASH */
#notify {
  border: 1px dotted #339933;
  margin: 0 0 20px 0;
  padding: 5px;
  background: #eeffee;
  color: #333333;
}

#warning {
  border: 1px dotted #999933;
  margin: 0 0 20px 0;
  padding: 5px;
  background: #fff4ee;
  color: #333333;
}

#error {
  border: 1px dotted #993333;
  margin: 0 0 20px 0;
  padding: 5px;
  background: #ffeeee;
  color: #333333;
}

#photosets { clear: both; }
#photosets table { float: left; }
#photos_listing table { float: left; }
#admin_indicator {
  float: left;
  margin: 50px 20px;
}

#admin_indicator img {
  vertical-align: middle;
  margin-right: 5px;
  display: inline;
}
#load_msg {
  display: inline;
  margin: 0;
  padding: 0;
}

#photo_table h1,
#the_polaroid h1 {
  font-family: 'HelveticaNeue-UltraLightItalic', 'Helvetica Neue', 'Helvetica Neue UltraLight', 'Arial', sans-serif;
}


/* handle account login/logout */

#account {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .8em;
  color: #cccccc;
  padding: 3px 0 0 0;
}

/* user properties */

#user_properties {
  width: 780px;
  margin: 20px 0;
  font-size: .9em;
}
#user_properties label {
  display: block;
  width: 30%;
}
#user_properties p {
  margin: 10px 0;
}

.panel_link { margin: 20px 0; }