/* $Id: inimini.css,v 1.16 2010/04/26 20:02:49 bram Exp $ */

body {
	position: relative;
	margin: 0px;
	padding: 8em 12em 5em 2em;
	background-color: #e6f0f0;
	background-image: url("inimini-bg-2.png");
	background-attachment: fixed;
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	color: #33A;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #77a;
}

img {
	border-width: 0;
}

div.banner {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #77a;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}

div.menu {
	position: fixed;
	color: #33A;
	top: 107px;
	right: 0px;
	width: 12em;
	height: auto;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: #77a;
	background-color: #fff;
	font-size: 12pt;
}

div.menu a {
	color: #33A;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #77a;
	background-color: #FFF;
}

div.menu p {
	display: block;
	color: #33A;
	font-weight: bold;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: #FFF;
}

div.menu form {
	display: block;
	color: #33A;
	/* text-align: center; */
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #77a;
	text-decoration: none;
	background-color: #FFF;
}

div.menu form input#textinput {
	color: #33A;
	display: block;
	text-align: left;
	font-weight: bold;
	padding: 2px 2px;
	margin: 5px 0px 5px 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #77a;
	text-decoration: none;
	background-color: #ccf;
	font-size: 8pt;
}

div.menu form input#submit {
	color: #33A;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 3px 3px;
	margin: 5px 0px 5px 0px;
	border-style: outset;
	border-width: 2px 2px 2px 2px;
	border-color: #77a;
	text-decoration: none;
	background-color: #fff;
	font-size: 8pt;
}

div.menu form input#submit:hover {
	color: #FFF;
	background-color: #33a;
}

div.menu a:hover {
	color: #FFF;
	background-color: #33A;
}

div.menu h1 {
	color: #AAF;
	background: #66A;
	text-align: center;
}

div.content {
	position: relative;
	left: 0px;
	height: auto;
	width: auto;
}

div.content h1 {
	font-size: 24pt;
	font-weight: bold;
}

div.content div.accent {
	color: #B22;
	display: block;
	text-align: left;
	border-style: solid;
	border-width: 3px;
	border-color: #B22;
	padding: 1em 1em 1em 1em;
	margin: 2em 2em 1em 0em;
	background: #FFF;
	background-image: url("inimini-bg-2-ripple.png");
	background-attachment: fixed;
}
div.content div.accent h3 {
	font-size: 36pt;
	font-weight: bold;
	text-align: center;
}
div.content div.accent li {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
div.content div.accent li div.small {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
div.content div.accent img {
	float: right;
}

div.content div.extra {
	display: block;
	text-align: left;
	border-style: solid;
	border-width: 3px;
	border-color: #B22;
	padding: 1em 1em 1em 1em;
	margin: 1em 1em 1em 1em;
	background: #5E0;
	/* text-align: center; */
}
div.content div.extra h3 {
	color: #B22;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
div.content div.extra img {
	margin: 1em 1em 1em 1em;
}
div.content div.collage img {
	border-width: 1px;
	margin: 0;
}

div.content img {
	float: left;
	border-style: solid;
	border-width: 1em;
	border-color: #FFF;
	margin: 1em 1em 1em 1em;
}

div.footer {
	position: fixed;
	display: block;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* background-color: #d5d5d5; */
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #77a;
	text-align: center;
}
