/*/////////////////////////////////////////////////////////////////////////////////
// Main Stylesheet v1.0 
// for PHP/MySQL Web Database Application Code Generator Version 10
// © 2001-2009 City Business Logic  All Rights Reserved
//
// You may use this library in your own applications (commercial and otherwise)
// and re-distribute as long as this notice is kept intact.  
/////////////////////////////////////////////////////////////////////////////////*/
/* =-=-=-=-=-=-=-[Main Document]-=-=-=-=-=-=-=- */  

body {
    margin: 0;
    font-family: courier;
    font-size: 10pt;
    
    background-color: #fff;
    width: 100%;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 17pt;
}

#heading {
    font-size: 20pt;
    border-bottom: 3px solid #000;
}

.newsPicture {
    float: left;
    padding: 5px;
    margin-top: -7px;
    margin-left: -5px;
}

.newsPictureRight {
    float: right;
    padding: 5px;
    margin-top: -7px;
    margin-left: -5px;
}

#divider {
    margin-left: 50px;
    margin-right: 50px;
    clear: both;
}

.rightLink {
    text-align: right;
}

p:first-letter 
{
  font-size: 24pt;
  background-color: #000;
  color: #fff;
  padding: 4px;
  margin-bottom: 8px;
}

#gig-menu {
    margin-top: 50px;
}

#gig-menu dl {
    width: 250px; 
    margin: 0 0; 
    padding: 0 0 10px 0; 
    background: #999 
}

#gig-menu dt {
    margin:0; 
    padding: 10px; 
    font-size: 1.4em; 
    font-weight:bold; 
    color: #fff; 
    border-bottom:1px solid #fff; 
    background: #999
}

#gig-menu dd {
    margin:0; 
    padding:0; 
    color: #eee; 
    font-size: 1em; 
    border-bottom:1px solid #fff; 
    background: #777;
}

#gigs a:link, #gigs a:visited {
    color:#000; 
    text-decoration:none; 
    display:block; 
    padding:5px 5px 5px 20px;
    background: #777; 
    width: 250px;
}

#gigs #selected {
    color:#fff; 
    text-decoration:none;
    font-weight: bold; 
    display:block; 
    padding:5px 5px 5px 20px;
    background: #000; 
    width: 250px;
}

#gigs a:hover {
    background: #555; 
    color:#fff;
}

ol li {
    font-size:11px;
}



.centeredImage {
    text-align: center;
    padding: 8px;
}

.centeredTextBold {
    font-weight:bold;
    text-align:center
}

.centeredText {
    text-align:center
}

a:link {
    color: #000;
    font-size: 14pt;
    padding: 5px;
}
a:visited {
    color: #000;
    font-size: 14pt;
    padding: 5px;
}
a:hover {
    color: #fff;
    background-color: #000; 
    text-decoration: none;
    font-size: 14pt;
    padding: 5px; 
}
a:active {
    color: #00f;
    text-decoration: none;
}

.banner_subtitle {
    font-size: 8pt;
    font-weight: bold;
}

