body{
background-color: #000000;
color: #855E42;
font: 12pt Verdana;

}

h1{
font: 12pt Verdana;
}

#title{
color: white;
font: 14pt Verdana bold;
/*text-decoration: underline;*/
text-transform:uppercase;

}

.schedule{
color: white;
font: 12pt Verdana;
}


a{

color: white;
/*margin: 0 0px 0 0;  /*Margin between each menu item*/
letter-spacing: 1px; */
background-color: black; /*Default menu color*/

}

a:hover{
/*background-color: #855E42;*/
color: #855E42;
}

#modernbricksmenu{
padding: 0;
/*width: 100%;*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Verdana;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #855E42; /*Brown color theme*/ 
border-color: #855E42; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #855E42; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

.textinput{
font: bold 11px Verdana;
width: 150px;
border: 1px solid white;
}

.submitbutton{
font: bold 11px Verdana;
text-transform: uppercase;
width: 150px;
height: 18px;
background-color: black;
color: white;
}

/* for pic album */

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
