/*
    theatregroup.css

    Wilburton Theatre Group CSS file

    S. Griffiths, April 2008
*/

body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
background-color: lightgrey;
}

h1 {
font-size: 1.5em;
font-weight: bold;
margin: 0;
margin-bottom: 0.2em;
}

h2 {
font-size: 1.2em;
margin: 0;
margin-bottom: 0.1em;
margin-top: 0.5em;
}

img {
border: none;
}

/* Page */

div#tg_page {
width: 55em;
text-align: center;
margin: 0.5em auto;
/* T R B L */
/*margin: 0.5em 0.5em 0.5em 0.5em;*/
border: 1px black solid;
background: white;
}

/* Header */

div#tg_header {
text-align: center;
font-size: 2em;
height: 4em;
padding-top: 0.5em;
}

div#tg_header img {
float: left;
}

div#tg_header h1 {
font-family: Amphion, sans-serif;
font-weight: bold;
color: #993300;
}

/* Menu */

div#tg_menu {
float: left;
text-align: left;
width: 8.5em;
font-size: 1.2em;
background: #9f9f9f;
margin-right: 0.2em;
padding-top: 1.0em;
padding-bottom: 1.0em;
border: 1px black solid;
border-left: none;
}

div#tg_menu ul {
list-style-type: none;
padding: 0;
margin: 0;
border: 0;
overflow: hidden;
border:none;
}

div#tg_menu li {
line-height: 1.5em;
margin-left: 0.4em;
display: block;
}

div#tg_menu li a {
text-decoration: none;
color: purple;
}

div#tg_menu li a:hover {
display: block;
background-color: purple;
color: white;
}


div#tg_spacer {
float: left;
height: 30em;
}

/* Main Content */

div#tg_content {
text-align: left;
margin-left: 10em;
margin-right: 0.5em;
margin-bottom: 1em;
}

/* Poster */

div#tg_poster {
width: 95%;
border: 1px solid #555555;
}

div#tg_poster img {
width: 95%;
}

/* Footer */

div#tg_footer {
clear: both;
text-align: center;
height: 1em;
}

/* Home Page */

div#tg_homepage {
font-size: 1.5em;

}


