/*
    Fabrizio by PVII
    (c) 2004 Project Seven Development (www.projectseven.com)
    All Rights Reserved
    CSS developed by Al Sparber - PVII
   Licensed to and modified by Saskatoon Gateway Players, 2004-2007
*/

body {
    background-image:  url("/assets/GW_pbg.jpg");
    background-color: #ad2e36;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 101%;
    margin: 24px 0;
    min-width: 748px;
    padding: 0;
}
#contentwrapper {
    background-color: #F8F9F1;
    background-image:  url("/assets/GW_shadow.jpg");
    background-repeat: repeat-y;
    margin: 0 auto;
    width: 748px;
}
#masthead {
    background-image: url("/assets/GW_logo.jpg");
    background-repeat: no-repeat;
}
#masthead a, #masthead a:visited, #masthead a:active {
    display: block;
    height: 137px;
    margin-left: -20000px;
}
h1 {margin: 0;}
#maincontent {
    float: left;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0 24px;
    width: 480px; /*528*/
    text-align: justify;
}
#maincontent p {
    margin: 6px 0 12px 0;
    padding: 0 0 0 16px;
}

.center {text-align:center}


#maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5 {
    color: black;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    margin: 24px 0 0 0;
    text-align: left;   
}
#maincontent h2 {font-size: 2em; color: #ad2e36; border-bottom: 2px solid; }
#maincontent h3 {font-size: 1.5em;}
#maincontent h4 {
    font-size: 1em;
    letter-spacing: 0em;
        font-weight: bold;
}
#maincontent h5, {font-size: .9em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#maincontent a:link {color: red;}
#maincontent a:visited {color: darkred;}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus { color: #CC66CC; }

.hideit {display: none; cursor: hand;}
.showit {display: block; visibility: visible; cursor: hand;}
.noSeeUm {visibility: hidden;}
#introControls {margin: 0;}
#introControls li {list-style-type: none;}
#introSection {
    background-image:  url("/assets/GW_quote.gif");
    background-repeat: no-repeat;
    color: #95847B;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    margin: 12px 0;
    padding: 0 0 0 40px;
    text-align: justify;
}

#important_box {
    background: #ffcccc;
    border: 1px dashed #aa7777;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 3px 5px;
}

#tagline {
    background-image: url("/assets/GW_bottom.jpg");
    background-repeat: no-repeat;
    clear: both;
    height: 28px;
}
#tagline p {
    margin:0;
    display: none;
}
.picture {float: right;}
.playName {font-weight: bold;}

#sidebar {
  color: #330000;
  float: left;
  font-size: 0.75em;
  padding: 24px;
  width: 164px; /*212*/
}
#sidebar h3 {
    color: white;
    font-size: 1.2em;
    margin-bottom: 6px;
}
#sidebar p {margin: 6px 0 12px 0;}
.navbar {
    margin: 6px 0 0 1em;
    padding-left: 1em;
}
.navbar li {
    list-style-type: none;
    margin-bottom: 1em;
}

#emailForm {
  /* border: thin black solid; */
  overflow:hidden;}

.radio_dept {
  width: 170px; 
  float:left;  
}

#sidebar a {}
#sidebar a:link, #sidebar a:visited {color: darkred;}
#sidebar a:hover, #sidebar a:active, #sidebar a:focus {color: red;}
#footer {
    clear: both;
    color: #E3DFDD;
    font-size: 0.75em;
    margin: 0 auto;
    padding: 12px 24px 0 24px;
    width: 700px; /*748*/
}
#footer a:link, #footer a:visited {color: #675954;}
#footer a:hover, #footer a:active, #footer a:focus {color: #FFFFFF;}
div#closing {
    font-size: .9em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.important {
  color: red;
  font-weight: bold;
}

.quote {
    color: #336699;
}
