body {
}

#header {
	border: none;
} 

#footer {
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}




/* global */
html {
  height: 100%;
}

body {
  color: #D5D2D6;
  background: #ff6600 url(../_img/background_pattern.gif);
  font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

p {
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1 {
  font-family: arial, sans-serif;
  font-size: 107%;
  letter-spacing: 0.1em;
}

h2 {
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img {
  border: 0px;
}

a {
  outline: none;
}

/* image positioning - left, right and center */
.left {
  float: left; 
  padding: 0px 8px 0px 0px;
}

.right {
  float: right; 
  padding: 0px 0px 0px 8px;
}

.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote {
  margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul {
  margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li {
  list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol {
  margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li {
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content {
  margin-left: auto; 
  margin-right: auto;
}

/* main container */

#back {
  background: #003366 url(../_img/back_blank.gif) repeat;
  width: 775px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  background: url(../_img/back_test.gif) no-repeat;
  width: 775px;
}

/****** LINKS AND FOOTER ******/

/* links above the logo / footer */
#links, #footer {
  width: 735px;
  height: 20px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 8px 20px 0px 20px;
}

#links {
  background: #003366 url(../_img/links.gif) no-repeat;
  text-align: right;
}

#footer {
  background: #000033;
  text-align: center; 
  border-top: 2px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/****** LOGO ******/

/* logo */
#logo {
  width: 775px;
  height: 125px;
  border-top: 2px solid #ff6600;
  border-bottom: 5px solid #ff6600;
  background: #ffffff url(../_img/logo.gif) no-repeat;
  color: #D5D2D6;
}

/****** MENUS ******/

/* navigation menu */
#menu {
  height: 40px;
  width: 775px;
  background: transparent;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 12px; 
  padding: 0px 0px;
  background: #ff6600;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  text-decoration: none; 
  padding: 0px;
  margin: 0px;
  border-width: 0px 0px 1px 5px;
  border-style: solid;
  border-color: #ff6600;
  
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
  border-width: 0px 0px 1px 5px;
  border-style: solid;
  border-color: #ffff00;
} 



/*****************************/

#content, #column2, #column2 a, #column2 a:hover
{
  background: none;
}

#column2 a:hover
{
  color: #ff6600;
  border-color: #ff6600;
}

#links, #footer, #links a, #footer a, #links a:hover, #footer a:hover
{ 
  color: #D5D2D6;
  border-color: #ff6600;
}

/* main content */
#content
{ width: 775px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 230px;
  margin: 0px;
  float: right;
}

.sidebaritem
{
  background: #003366 url(../_img/back_blank.gif);
  text-align: left;
  width: 170px;
  float: left;
  margin: 10px;
  border: 1px solid;
  padding: 14px 8px 14px 12px;
  filter:alpha(opacity=80);   
  -moz-opacity: 0.8;   
  opacity: 0.8;
  
}

.sidebaritem h1
{ margin: 0px; 
  font-weight: bold;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  text-decoration: none; 
  padding: 5px 2px 5px 2px;
  width: 150px;
  font-weight: bold;
  font-family: arial;
  font-size: 110%;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 520px;
  float: left;
}

.mainitem {
  width: 465px;
  text-align: left;
  color: #333333;
  background: #e8f0f8;
  float: left;
  margin: 10px;
  border: 1px solid #336699;
  padding: 20px 10px 20px 10px; 
  filter:alpha(opacity=80);   
  -moz-opacity: 0.8;   
  opacity: 0.8;

}

.mainitem p img
{
  border: 1px solid #000000;
  border-width: 1px 1px;
  margin: 5px;
}

.mainitem h1
{ margin: 0px; 
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 125%;
  padding: 0px 0px 5px 0px;
  text-transform: capitalize;
  text-align: right;
  border-bottom: 1px solid #003366;
  color: #003366;
  font-style: italic;
}

.mainitem h1 a
{
  text-decoration: none;
}

.mainitem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
  text-align: justify;
  width: 465px;
}

.mainitem li
{
  line-height: 16px;
}

.mainitem a, .mainitem a:hover
{ padding: 2px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}


#column2 h2
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 120%;
  font-weight: bold;
}

.mainitem #column2 p, .mainitem #column2 ul, .mainitem #column2 ol
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  line-height: 20px;
}

#column2 p a, #column2 p a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#column2 p a:hover{border-bottom: 1px solid;}




















blockquote{border-color: #ff6600;}




div.newsarticle
{
  margin-bottom: 8px;
}

.sidebaritem h2
{
  font-family: arial;
  font-weight: bold;
  font-size: 110%;
}

.sidebaritem p.readmore a
{
  font-family: arial;
  font-size: 110%;
  color: #ff6600;
}

h1, #column1 h1
{ background: transparent;
  color: #ff6600;
  border-color: #787878;
}




.sbilinks li a, .sidebaritem a
{ background: none;
  color: #ffffff;
  border-bottom: 1px solid #003366;
  border-left: 5px solid #003366;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ 
  color: #ff6600;
  border-bottom: 1px solid #ffff00;
  border-left: 5px solid #ffff00;
} 

.sidebaritem
{ 
  color: #D5D2D6;
  color: #ffffff;
  border-color: #ff6600;
}

#news {
   position: relative;
   overflow: hidden;
   height: 200px;
}
.newsarticle {
   position: absolute;
   top: 250px;
   left: 5px;
   height: 195px;
   width:180px;
}


.mainitem .lineupcolumn {
  width: 88px;
  float: left;
  margin: 2px;
  padding: 0;
  height: 1600px;
}

.mainitem .lineupcolumn p {
  margin: 0px;
  padding: 0px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff url(../_img/lineupcolumn.gif) no-repeat;
  filter:alpha(opacity=100);   
  -moz-opacity: 1.0;   
  opacity: 1.0;
}

.mainitem .lineupcolumn p * {
  vertical-align: middle;
}

.mainitem .lineupcolumn p a {
  width: 84px;
  height: 116px;
  border: none;   
}

.mainitem .lineupcolumn p a img {
  margin: 2px;
  padding: 0px;
  border: none;
  vertical-align: middle;

  filter:alpha(opacity=80);   
  -moz-opacity: 0.8;   
  opacity: 0.8;
}

.mainitem .lineupcolumn p a:hover img {
  filter:alpha(opacity=100);   
  -moz-opacity: 1.0;   
  opacity: 1.0;
}





.ticket {

  clear: left;
}

.ticket img {
  width: 100px;
  border: 1px solid black;
  margin: 5px;
  float: left;
}

.ticket div {
  width: 325px;
  margin: 5px;
}

.ticket .artist {
  font-weight: bold;
}

.ticket form {
  width: 130px;
  float: right;
  align: center;
}