
/* Generic */

p {
	margin:1em 0em;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1, h2, h3 {
	font-weight:bold;
	margin:1em 0em;
}

h1 {
	font-size:150%;
}

h2 {
	font-size:120%;
}

h3 {
	font-size:110%;
}

ul {
	list-style-type:disc;
	margin:.5em 0em;
}

ul li {
	margin-left:2em;
}

table td, table th {
	vertical-align: top;
}

input, select, textarea {
	border:1px inset gray;
	width:90%;
	min-width:300px;
}

input[type="submit"],
input[type="button"]
{
	width:auto;
	min-width:0px;
	border:1px outset gray;
	padding:.3em .7em;
	font-size:110%;
	background:#555;
	color:white;
	font-weight:bold;
}

form table label {
	display:block;
}

form table label,
form table input,
form table select,
form table textarea
{
	margin:.5em;
}

/* */

html, body {
	height: 100%;
}

body, input, textarea {
	font-family: verdana;
}

body {
	font-size: 75%;
	bbackground: silver;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background: white;
	/*
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	*/
	position: relative;
	
	/* This does min-height in Firefox & IE7: */
	/*
	min-height:100%;
	height:auto !important;
	height:100%;
	*/
}

/* */

#logo {
	/*background:black url(../images/banner_background1.jpg) 0px -50px ;*/
	background:maroon;
	background:#FF7900;
	color:white;
	position:relative;
	height:100px;
}

#logo a.site-title {
	display:block;
	float:left;
	margin-top:.4em;
	margin-left:.6em;
	font-size: 300%;
	font-family: garamond;
	/*color: black;*/
	color: white;
	text-decoration: none;
}

#logo p.site-tagline {
	float:left;
	margin-left:3em;
	margin-top:2em;
}

#logo p.site-tagline a {
	color:inherit;
	text-decoration:inherit;
	font-weight:bold;
}

#logo p.feedback {
	float:right;
	margin-right:1em;
	font-size:80%;
}

#logo p.feedback a {
	color:white;
}

#logo .nav_shadow {
	background:#FBB36B;
	opacity:.5;
	border-top:1px solid #ccc;
	height:2em;
	position:absolute;
	width:100%;
	bottom:0px;
	z-index:1;
}

#logo .nav {
	/*background:gray;*/
	overflow:auto;
	list-style-type:none;
	height:2em;
	margin:0px;
	position:absolute;
	width:100%;
	bottom:0px;
	z-index:2;
}

#logo .nav li {
	float:left;
}

#logo .nav li a {
	display:block;
	padding:.5em 1em;
	font-weight:bold;
	text-decoration:none;
	color:white;
}

#logo .nav li a:hover {
	/*color:lightblue;
	background:#333;*/
	color:#444;
	background:white;
}



#email {
	font-size: 120%;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

#main_table {
	height: 80%;
	border-collapse: collapse;
	margin: 0px auto;
}

#main_table td {
	margin: 0px;
	padding: 0px;
}

.main {
	padding: 1em 3em;
}

table.grid {
	border-collapse: collapse;
}

table.grid td,
table.grid th {
	border: 1px solid silver;
	padding: .2em 1em;
}

table.grid th {
	background:#A89166;
	background:#eed;
	ffont-weight:bold;
	/*color:#555;*/
	border:1px solid #aaa;
	white-space: nowrap;
}

table.grid th a {
	color:white;
	color:#976;
	font-weight:bold;
	text-decoration:none;
}

table tr.buttons td {
	text-align:center;
}

/* */

/* */

/* */



/* */

.lightbox-container {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.lightbox-shadow {
	background:black;
	opacity:.40;
	filter:alpha(opacity=40);
	width:100%;
	height:100%;
}

.lightbox-content-outer {
	position:absolute !important;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.lightbox-content {
}

.lightbox-picture {
	background:white;
	padding:20px;
}

/* */

table.grid tr.spacer td {
	padding:.5em;
	border:none;
}

.comment .posted-by {
	color:gray;
	margin-bottom:2em;
}

.signup-page label[for="id_username"],
.signup-page label[for="id_password1"],
.signup-page label[for="id_password2"],
.signup-page label[for="id_email"]
{
	font-weight:bold;
}

#id_rating {
	width:auto;
	min-width:0px;
}

.recaptchatable #recaptcha_response_field {
    min-width:0px;
}

#logo .nav li.google-search {
	float:right;
	margin-top:2px;
	margin-right:.5em;
}

.google-search input[type="text"] {
	min-width:0px;
	width:auto;
}

.google-search input[type="submit"] {
	font-size:80%;
	background:silver;
	padding:.2em .7em;
}


