/* We'll put generic case tag styles at the top. */

/* This causes all elements where these properties aren't defined
   to have a uniform style. Very handy for ensuring rendering across
   different browsers, where tags can be interpreted differently. */

* {
	font-family: inherit;
	font-size: inherit;
	text-align: inherit;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: Bitstream Vera Sans, Verdana, verdana, sans;
	font-size: 12px;
	/* Note: IE doesn't respect this, so we'll have to do a work-around. */
	margin: 1em;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
}

em {
	color: #555555;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

li {
	margin-bottom: 0.5em;
}

h1 {
	font-size: larger;
}

td {
	vertical-align: middle;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 2em;
	padding-left: 2em;
}

#right {
	text-align: right;
}

/* Now, styles for tags and effects specific to this site. */
div.header img.logo {
	float: right;
}
div.header p.title {
	font-size: 24px;
	font-weight: bold;
}

div.slogans {
	border-bottom: solid 2px #666666;
	border-right: solid 2px #666666;
	clear: both;
	margin-top: 10px;
}
div.slogans p {
	margin: 0em;
	padding: 0.5em;
}
p.slogan {
	font-style: italic;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
p.declaration {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}


div.content {
	background: #fbe6eb;
	margin: 10px;
	margin-left: 0px;
	margin-right: 170px;
	padding: 0.5em;
}


div.menu {
	background: url('img/lupinebkg.png') #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 170px;
	display: block;
	float: right;
	padding-top: 10px;
}
div.menu a {
	display: block;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 1px;
}
div.menu a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ff0000;
	text-decoration: none;
	padding: 0px;
}
div.menu a:active {
	color: #000000;
	border: 1px solid #ff0000;
	background-color: #fbe6eb;
	text-decoration: none;
}


div.footer {
	position: fixed;
	bottom: 0.0em;
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #555555;
	border-top: solid 2px #666666;
	margin-top: 10px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background: #ffffff;
}
div.footer em {
	font-weight: bold;
	font-style: normal;
}
div.footer p {
	margin-bottom: 0em;
}

.figure {
	margin: 0.25em;
	background: #ffffff;
	padding: 0.5em;
}
.figure#left {
	float: left;
}
.figure#right {
	float: right;
}
.figure p {
	margin-top: 0.5em;
}

.heading {
	font-size: 18px;
	font-weight: bold;
}
.smallheading {
	font-size: 14px;
	font-weight: bold;
}

.smallestheading {
	font-weight: bold;
}

.updateheader {
	font-size: 14px;
	font-weight: bold;
	background: #f0f0f0;
	border: 1px solid #a0a0a0;
	padding: 0.5em;
}

.updateheader .date {
	font-style: italic;
}

div.updateitem {
	margin-bottom: 1em;
}
.updateitem .title {
	font-weight: bold;
}
.updateitem p {
	margin-left: 2em;
}

div.photos {
	clear: both;
}
.photos table {
	border: 2px solid #ff9999;
	width: 100%;
	margin: auto;
}
.photos table tr {
	text-align: center;
}
.photos table td {
	padding: 10px;
}

table.iconlist td {
	padding: 0.5em;
}
