/* CSS for gallery pages, mostly copied from newlayout.css */

body {
	background-color: #4D2626;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #222222;
	text-align: center;
}

body a {
	color: #4D2626;
}	

body a:hover {
	color: #000033;
}

#main {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border: 3px #4D2626 double;
	width: 750px;
	padding: 10px;
	text-align: left;
}

/* gets Elizabethans banner with the sheep drawing on the left */
#header {
	height: 160px;
	background-image: url(../../images/banner.gif);
	color: #4D2626;
}

#header a {
	color: #4D2626;
	text-decoration: none;
}

#header a:hover {
	color: #000033;
}

/* Link to go back home */
#home {
	float: right;
	margin-right: 20px;
	text-align: right;
}

/* Navigation bar (to edit that, see gallery/html_wrap/wrapper.header) */
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 24px;
	position:absolute;
	top: 145px;
	left: 42%;
}

#nav li {
	float: left;
  	position: relative;
	margin-right: 2em;
	padding: 0em;
}

#nav li ul {
  	display: none;
  	position: absolute; 
 	top: 1em;
  	left: 0em;
	margin: 0em;
	margin-right: 0em;
	padding: 0em;
	clear: left;
	list-style: none;
	font-size: 14px;
  }

#nav li ul li {
	width: 10em;
	margin: 0em;
	padding: 0em;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li:hover ul  {
	display: block;
	width: 10em;
}

#nav a:hover {
	color: #000033;
}

/* "Last Updated" stuff */
#footer {
	font-size: 10px;
}

/* Positions sheep that shows us what part of the site we're visiting. Won't show up in IE, because positioning will be messed up. Feel free to fix it. */

#sheep2 {
	position: absolute;
	top: 125px;
	left: 42%;
	margin-left: 10em;
}

/* Fix IE. Hide from IE Mac \*/

body {
	behavior: url(../../csshover.htc);
	font-size: 100%;
}

* html #nav {
	position: absolute;
	top: 175px;
	left: 42%;
}

* html #nav li ul {
	position: absolute;
	top: 2em;
	left: 0em;

*html #nav li ul li {
	height: 1%;
}

#sheep2 {
	display:none;
}

/* End */



