html
{
    height: 100%;
}

body
{
    height: 99%;
	margin: 0; 
	padding: 0;
/*	background: #bbf;*/
	background: white;
    font-family: Tahoma, "Arial Rounded MT", sans-serif;
    font-size: 100%;
}

* html .visualIEFloatFix { height: 0.01%; }

h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; padding-left: 0.2em; }
h3 { font-size: 1.3em; padding-left: 0.4em; }
h4 { font-size: 1.2em; padding-left: 0.6em; }
h5 { font-size: 1.1em; padding-left: 0.8em; }

.page
{
    margin: 0em 2em;
	min-height: 100%;
	min-width: 600px;
	max-width: 1280px;
}

* html .page 
{
    height: 100%;
}

table
{
    border-collapse: collapse;
}

.banner
{
	padding-top: 1em;
	padding-bottom: 1em;
}

.content
{
	padding-left: 15em;
}

.main
{
/*	background: #ddf;*/
	background: #e0e0e0;
	border-top: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	padding: 0em 1.5em 1em 1.5em;
    
	border-radius: 1em;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
	box-shadow: 5px 5px 15px #111111;
    -moz-box-shadow: 5px 5px 15px #111111;
    -webkit-box-shadow: 5px 5px 15px #111111;
}

.main p
{
    margin: 0em 1em 1em 1em;
    line-height: 130%;
    text-align: justify;
}

#footer
{
    clear: both;
	text-align: right;
	height: 40px;
    padding-top: 10px;
    padding-right: 1em;
    margin: -50px auto 0 auto;
}

table.simple
{
    margin-left: 1em;
}

table.simple td
{
	padding-right: 1em;
}

dl
{
    margin-left: 1em;
}

dt
{
    font-weight: bold;
}

dd
{
    margin-bottom: 1em;
}

textarea
{
    width: 95%;
}

.even
{
    background-color: #ddd;
}

.odd
{
    background-color: #ccc;
}

.minisculefont
{ 
    font-size: 40%; 
}

.tinyfont		
{ 
    font-size: 60%; 
}

.smallfont
{ 
    font-size: 80%; 
}

.mediumfont		
{ 
    font-size: 100%; 
}

.largefont
{
    font-size: 120%; 
}

.sizer
{
    text-align: center;
}

.sizer a 		    
{ 
    text-decoration: none; color: black; 
}

.raised
{
	border-top: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
}

.sunk
{
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
}

.updated
{
    text-align: right;
    font-style: italic;
    font-size: 0.8em;
}

.credits
{
    font-size: 0.7em;
}

.credits a
{
	color: black;
	text-decoration:none;	
}

.credits a:hover
{
	color: #444;
	text-decoration: underline;	
}

.message
{
	background: #eef;
	padding: 1em;
	margin: 1em; 
}

.message p
{
	text-align: justify;
}

.signature
{
	text-align: right;
	font-style: italic;
	font-weight: bold;
	width: 50%;
}

.cast td
{
	padding-right: 1em;
}

.cast table
{
    margin: 0em 0em 2em 2em; 
    border-collapse: collapse;
}

.choir
{
    width: 100%;
    border: none;
}

.rehearsals table
{
    width: 96%;
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 1em;
}

.rehearsals td
{
    vertical-align: top;
    padding: 0.5em;
/*	white-space: nowrap;*/
}

.rehearsals table
{
    border-collapse: collapse;
}

.calendar
{	
	margin: 3em 2em;
	background: #ccc;
	text-align: center;
}

.calendar table
{
	margin: 2em auto;	
}

.calendar td
{
	padding: 0.5em 1em;
}

.calendar p
{
	text-align: center;
}

.address
{
    margin: 0.5em 2em;
    padding: 0.5em;
    background: #f8f8f8;
    border: thin solid black;
    width: 20em;
}

.card
{
    background:white;
    text-align:center;
    font-family:Baskerville, Palatino, Georgia;
    padding:2em;
    margin:2em 4em;
    border:solid thin black;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
	box-shadow: 0px 0px 15px #111111;
    -moz-box-shadow: 0px 0px 15px #111111;
    -webkit-box-shadow: 0px 0px 15px #111111;
}

IMG.photo
{
    -moz-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    margin: 0em 2em 1em 1em;
    float: left;
    width: 8em;
    border: solid thick white;
	-moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
	box-shadow: 5px 5px 15px #111111;
    -moz-box-shadow: 5px 5px 15px #111111;
    -webkit-box-shadow: 5px 5px 15px #111111;
}

input#searchfield
{
	border: none;
	margin: 0.5em;
	-webkit-box-shadow: 3px 3px 5px #111111; 
	-moz-box-shadow: 3px 3px 5px #111111;
	box-shadow: 3px 3px 5px #111111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.3em;
	font-family: "Arial Rounded MT", Verdana, sans-serif;
	width: 100%;
	font-size: 1em;
}
