/*
		global.css
		Still Lives by Martha Grenon
		created 2 May 2007 by Paul Novitski www.juniperwebcraft.com
*/

/*=========================
general
=========================*/
*
{
	margin: 0;
	padding: 0;
	xfont-family: Georgia, "Times New Roman", serif;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
}
body
{
	font-size: 100%;
	background-color: #000;
	color: #D3E4EB;
}
/*=========================
page structure
=========================*/
#pagewrap
{
	position: relative;
	xbackground-color: Lime;
}

/*=========================
header
=========================*/
#head
{
	xfloat: left;
	line-height: 2.8em;
	width: 100%;
	min-height: 45px;
	font-size: 1em;
	xborder: 1px dotted yellow;
	xbackground: #EE3940 url("images/Martha-Grenon-logo-453w.jpg") right center no-repeat;
	background-color: #EE3940;
}
#head .inner
{
	width: 70em;
	max-width: 100%;
}
p#logo
{
	float: right;
	line-height: 2.8em;
	font-size: 1em;
}
p#logo a img
{
	xwidth: 28.75em;
	line-height: 2.8em;
	margin-top: .5em;
	border: none;
}
#head h1
{
	display: none;
}
#navmenu
{
	xpadding-right: 453px;
}
#navmenu li
{
	display: inline;
	min-height: 40px;
	line-height: 2.8em;
	padding: 0 1em;
	list-style-type: none;
}
#navmenu li a
{
	font-size: .9em;
	font-weight: bold;
	xfont-family: "Trebuchet MS", sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	color: #893729;
	color: #000;
}
#navmenu li a:hover
{
	color: #B75D54;
	color: #A9A9AB;
	color: #6D6E71;
}

body.index #navmenu li.index a,
body.introduction #navmenu li.intro a,
body.gallery #navmenu li.gallery a,
body.about #navmenu li.about a,
body.contact #navmenu li.contact a
{
	color: #BBB7C5;
}
/*=========================
body
=========================*/
div#body
{
	xfloat: left;
	clear: both;
	width: 70em;
	max-width: 100%;
	margin: 0;
	font-size: 1em;
}
span.where
{
	display: none;
}
