/* this is the treadwelltheatre.org default stylesheet */

/* background styles */

body
{
background-color: #d3d3d3;
text-align: center;
}

/* paragraph styles */

p
{
color: #000000;
font-size: 80%;
font-family: Arial, Verdana, Times;
}

.fine 
{
font-size: 60%
}

/* header styles */ 

h1,h3,h5
{
color: #000;
font-family: Arial, Verdana, Times;
}

h2,h4,h6
{
color: #000;
font-family: Arial, Verdana, Times;
}

/* div styles */

.main {
width:1049px;
border-top:solid 5px #000; 
border-left:solid 5px #000; 
border-right:solid 5px #000;
border-bottom:solid 5px #000;
margin: 10px auto;
text-align: left;
}

.header {
width:100%;
background-color:#000000;
}

.mainmenu {
text-align:right;
width:100%;
height:15px;
font-family: Arial, Verdana;
color:#FFFFFF;
background-color:#D3D3D3;
}

.contentcontainer {
align:center;
width:100%; 
background-color:#FFFFFF;
}


.content {
align:center;
width:100%; 
background-color:#FFFFFF;
border:solid 1px #D3D3D3;
}

/* table styles */

td.promenadingmenu {
border:solid 2px #B22222; 
background-color: #BFBA8C; 
white-space:nowrap;
}

table.cal {
font-size: 80%;
}

td.perf {
background-color: #BFBA8C;
}

/* link styles */

a {
font-family:arial, verdana;
text-decoration: none;
color: #B22222;
}

/* list styles */

ul {
font-family:arial, verdana; 
margin: 0;
padding: 0;
list-style: none;
white-space:nowrap;
}
	
ul li {
position: relative;
font-size: 80%;
}
