/*/////////////////////////////////////////////////////////////////////////////////
// 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;
}

#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;
}

.dark {
    background: #f9f9f9;
}

.box {
	padding: 14px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-top-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 4px;
	font-size: 18pt;
	font-weight:bold;
	text-align: center;
}

.quote {
    font-size: 24pt;
    font-family: Times New Roman;
    font-weight: bold;
}

.video {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:12px;
	color: #00F	
}

.img {
    border-left: 1px solid #c0c0c0;     
    border-top: 1px solid #c0c0c0;     
    border-right: 1px solid #000;     
    border-bottom: 1px solid #000;
    background-color: #fdfdfd;     
    padding: 10px 10px 60px 10px;
	margin-left: auto;
	margin-right: auto;	
}

.centreBlock {	
    width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #00C;	
}
