body { text-align: center;  padding: 0 0 0 0; margin: 0;background-image: url(images/acoustic-nights-logo.jpg); background-image: url(images/acoustic-nights-logo-biling-half.png) ;background-position:860px -10px; background-repeat:no-repeat; background-color: #353559; color: white;  background-position:2px -5px; /* ?? */}
/* min total width needed: 860 + 122 + 120 = 1102

/* global */

* {font-family: "Trebuchet MS",Verdana, Arial,sans-serif; text-align: left }

img {border: none; padding:0; margin: 0; }

/* layout */

#wrapper {width: 910px;float: left; }

#container {
margin:0 auto 0 0;
width: 910px;
background: #000;color: inherit;
overflow: hidden /* Stops background becomming invisible in Firefox */
}

#hdr {
width: 910px;margin:0 auto 0 0;
height: 200px;
background-image: url(images/hdr-4.gif);background-repeat: no-repeat;background-position: bottom right;background-color: transparent;color: inherit;
}

#left { min-height: 310px;
/*padding-bottom: 75px;*//* Leaves a gap at the bottom of the column to push the background image down */
float: left;
width: 130px;
background-image: url(images/guitar.gif); background-repeat: no-repeat;/*background-position: bottom left;*/ background-color:#000;color: inherit;
background-position: top left;
}

#main {
padding-bottom: 15px; /* Leaves a nice gap at the bottom of the column */
float: left;
width: 490px;
background-color: transparent;color: inherit;
}

#right {
padding-bottom: 15px; /* Leaves a nice gap at the bottom of the column */
float: right;
width: 290px;
background-color: transparent;color: inherit;
}

#bottom { /* This div is used for validation and copyright info */
margin: 0 auto 0 0;
width: 750px;
height: 30px;
line-height: 30px;
color: #FCF0AD;background-color: inherit;
font-size: 0.8em;
text-align: center;
overflow: hidden
}

#bottom a {
	padding-right: 10px;
	color: #FCF0AD; background-color: inherit;
	text-decoration: none;
}

#bottom a:hover {
	padding-right: 10px;
	color: #EEAB36;background-color: inherit;
	text-decoration: underline;
}

.poster {width: auto;margin-left: 10px;text-align:left;color: #EEAB36;background-color: inherit;font-size: 13px;}


/* text & list styles */

#sitetitle {  /* Styles for the site title */
position: relative;
top: 0;
left: 20%;
padding: 0px 3px 3px 3px;
letter-spacing: 1px; /* stretches the title out nicely */
font-family: Georgia, serif; /* Makes the title a different font to the paragraph text */
font-size: 2.5em; /* adjust to suit length of title */
font-weight: bold;
/*font-style: italic;*/
color: #D1D0D5;background-color: inherit; color: #FF9900;
}

#main h1, #main h2, #main h3 {  /* Styles for headings in the main content area */
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  font-family: "Trebuchet MS",Georgia, serif; /* Makes the headings a different font to the paragraph text */
  font-weight: normal;
  letter-spacing: 2px;
  color: #FCF0AD; background-color: inherit;
/*  font-size: 1.2em; */
/*  line-height: 1.2em; */
}

#main h1 { font-size: 1.2em; line-height: 1.2em;   
 }

#main h2 { /* Makes h2 slightly smaller than h1 */
  font-size: 1em;
  line-height: 1.2em
}

#main h3 { /* Makes h3 slightly smaller than h1 */
  font-size: 1em;
  line-height: 1.2em
}

.paragraphblock {  /* This div class is used to give the paragraph blocks their background color */
  margin:15px;
  background-color: #222222;color: inherit;
  border: 1px solid #433B10
}

.teen {background-color: #353559;  color: inherit; }

address {font-size: 0.8em; margin-left: 15px; }

.bricks { margin: 15px;
  background-color: #B7514F;color: inherit;
  background-image: url(images/brick_135.jpg); background-repeat: repeat;
  border: 1px solid #433B10
}

#main p {   /* styles main area paragraph text */
  margin: 15px;
  font-size: 0.9em;
  color: #E0D38C;background-color: inherit;
  line-height: 1.5em
}

/* Extra tags are defined here for the main content area */
#main pre {
  font-family: monospace;
  font-size: 11px;
  margin: 15px;
  color: #ADA59C;background-color: inherit;
  line-height: 12px
}

#main blockquote {
  color: #E0D38C; background-color: inherit;
  line-height: 1.5em
}

#main acronym {
  border-bottom: 1px dashed #E0D38C;
	}
	
.updated {   /* styles article dates */
  margin-left: 20px;
  padding: 0;
  color: #ccc;
  font-size: 0.55em;
  background-image: none;background-color: inherit;
}

#main ul {   /* styles main area unordered(bulleted) lists */
  margin-top: 15px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
  margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
  font-size: 1em;
  color: #E0D38C;background-color: inherit;
  line-height: 1.5em;
  list-style: square /* This controls the bullet point style. */
}

#main li {
  margin-left: 5px /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
}

#main ol {   /* styles main area ordered(numbered) lists */
  margin-top: 15px; 
  margin-bottom: 15px; 
  font-size: 1em;
  color: #E0D38C;background-color: inherit;
  line-height: 1.5em;
  list-style-type:  decimal
 }


#right h2, #right h3 { /* styles for right column headings */
  margin-top: 26px;
  margin-left: 5px;
  font-family: "Trebuchet MS",Georgia, serif;
  font-size: 1em;
  font-weight: bold;
  color: #FCF0AD;background-color: inherit;
  line-height: 1em;
  
}

#right p {  /* styles for right column paragraph text */
  margin: 5px;
  font-size: 0.8em;
  line-height: 1.6em;
  color: #ccc;background-color: inherit;
}

#right .h3link a {color: #FCF0AD; background-color: inherit;}
#right .h3link a:link, #right .h3link a:visited  {color: #FCF0AD; background-color: inherit;text-decoration: none;}
#right .h3link a:hover, #right .h3link a:active {color: #EEAB36;background-color: inherit;text-decoraiton: underline;}


#left h1, #left h2 {  /* styles for left column headings */
  margin-top: 26px; 
  margin-left: 5px;
  font-family: "Trebuchet MS",Georgia, serif;
  font-size: 1em;
  font-weight: normal;
  color: #FCF0AD;background-color: inherit;
  line-height: 1em;
  letter-spacing: 1px
}

/* links */

#main a:link, #main a:visited {  /* These styles are for links in the main content area only */
color: #FF9900; background-color: inherit;
text-decoration: underline
}

#main a:hover, #main a:active {  /* These styles are for links in the main content area only */
color: #EEAB36; background-color: inherit;
text-decoration: underline;
}


#right a:link, #right a:visited {  /* These styles are for links in the right column only */
color: #ccc;background-color: inherit;
text-decoration: underline
}

#right a:hover, #right a:active {  /* These styles are for links in the right column only */
color: #EEAB36;background-color: inherit;
text-decoration: underline
}

#right h2 a:link, #right h2 a:visited {color: #FF9900;background-color: inherit; text-decoration: none; }
#right h2 a:hover, #right h2 a:active {color: #EEAB36;background-color: inherit; text-decoration: underline; }


/* main navigation */

#left ul {   /* defined as left because the nav is in the left div */
margin: 33px 0 0 0;  /* top margin brings the menu down slightly */
list-style: none;
padding: 0;
width: 130px
}

#left li {
border: 0;
padding: 0;
margin: 0;
display: inline /* fix for IE 5 & 6 */
}

#left li a {  /* these "a" styles define the main text that appears when the main links are hovered over */
display: block;
border: 0;
padding: 3px;
margin: 0;
font-family: "Trebuchet MS",Georgia, serif;
font-size: 14px;
text-decoration: none;
letter-spacing: 2px
}

#left li a:link, #left li a:visited { /* these "a" styles define the main text that appears when the main links are hovered over */
padding-left: 10px;
color: #FF9900;background-color: inherit;
background-image: url(images/menuarrow.gif);background-repeat: no-repeat;
background-position: 0% 25%;
}

#left li a:hover, #left li a:active { /* these "a" styles define the main text that appears when the main links are hovered over */
padding-left: 10px;
color: #EEAB36;
background: url(images/menuarrowover.gif) no-repeat;
background-position: 0% 25%;
background-color: #444; 
}

#left span.comment {   /* the .comment style defines the small text that appears when the links are hovered over */
margin: 0;
padding: 0;
color: #444;
font-size: 10px;
background-image: none;background-color: inherit;
letter-spacing: 0;
visibility: hidden
}

#left li a:hover span.comment  {  /* the .comment style defines the small text that appears when the links are hovered over */
margin: 0;
padding: 0;
color: #fff;
font-size: 10px;
background-image: none;background-color: inherit;
letter-spacing: 0;
visibility: visible
}

ul#mainnav li span.comment { /* the .comment style defines the small text that appears when the links are hovered over */
  font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 10px;
  line-height: 12px;
  height: 10px;
  width: 150px;
  color: #444;background-color: inherit;
  clear: both;
}


ul#mainnav li a:hover span.comment { /* the .comment style defines the small text that appears when the links are hovered over */
  background-color: #555;
  text-decoration: none;
  color: #aaa;
}

.clear {clear:both;}

.standout, .watch {color: #FF9900;background-color: inherit;text-decoration: none;font-weight: normal;}
.watch a:link, .watch a:visited, .watch a:hover, .watch a:active {text-decoration: none; }
#pop-up {position: absolute; top: 45px; left: 300px; width: 250px; border: 1px solid #F0F9F6; background-color: #353559; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:.7;}
#pop-up p {color: #F0F9F6; background-color: inherit;  font-size: 15px; }

.player {margin: 10px auto 10px auto;padding-bottom:0;width: 400px; border: 2px solid #353559; }

.pix_gallery {
 width:222px;
 float: left; 
 margin: 10px 3px 3px 3px;
 color: #FCF0AD;background-color: inherit;font-size: 12px; text-align: center;
}

.pix_gallery img {border: 1px solid #EEAB36;}

.large_pix_gallery {
 width:100%;
 margin-top: 20px;margin-bottom: 10px;
 color: #FCF0AD;background-color: inherit;font-size: 12px; text-align: center;
}

.large_pix_gallery img {border: 1px solid #EEAB36;}




.collectibles {width: 144px;}

.image_in_left {
 width:auto;
 float: left; 
 margin: 1px;
 padding: 7px 7px 7px 0; 
}

.image_in_right {
 width:auto;
 float: right;  
 margin: 1px;
 padding: 7px 0 7px 7px; 
}

.video {width: 370px; height: 241px; margin-top: 10px; margin-bottom: 10px;}

/* events microformat */

.vevent { margin: 15px;
  font-size: 0.9em;
  color: #E0D38C;background-color: inherit;
  line-height: 1.5em
 }
.vevent img {display: block; width: 150px;}

/*
.location 		{display: block; }
.vcard			{display: block; }
.photo			{display: block; }
.photo img {width: 80%;}
.description	{display: block; }
.dtstart		{display: block; }  
.dtend 			{display: block; }
.fn_org			{display: block; }  
.adr			{display: block; }  
.street-address	{display: block; }  
.locality		{display: block; }  
.region			{display: block; }  
.category		{display: block; }
*/

#all-events {visibility: visible; }



.transcript { width: 90%; margin-left: auto; margin-right: auto; background-color: #353559; color: inherit; font-size: 0.9em; }

.transcript ul {list-style: square; margin-left: 15px; }
.transcript li {margin-left: 0; margin-right:10px; }
.question {background-color: inherit; color: #EEAB36; font-style: italic;}
.interviewer {font-size: 1.1em;font-weight: bold;text-decoration: underline; font-style: normal;}
.answer {background-color: inherit; color: #FCF0AD;  font-style: italic; }
.interviewee {font-size: 1.1em;font-weight: bold; text-decoration: underline; font-style: normal;}

.ml_form {width: 90%; margin: 10px auto 10px auto;text-align: center; }
.ml_input {background-color: #FCF0AD;color: #353559; width:100%;border: 0; margin: 0 auto 1px auto;}
.ml_button {background-color: #353559;color:#FCF0AD; width:100%; border: 0;margin: 0 auto 0 auto;text-align: center;}
.ml_form br {margin:0;padding:0; line-height: 0;height:0; } 
fieldset { border: 0; }

#adwrap {width: auto; float: right; max-width: 308px;}

#sponsors {/*background-color: #F3F1FE; background-color: #FFFFFF;*/ background-color: #353559; color: inherit; width: 182px;border: 1px solid #FF9900;  float: left; text-align: center;margin-right: 1px;}
#sponsors h5 {font-family: "Trebuchet MS",Georgia, serif; font-size: 12px;color: #FF9900; background-color: inherit;font-weight: bold; margin-left: 10px;margin-bottom: 5px;margin-top:5px; text-align: center;}

#right-ads {width: auto; float: right;font-size: 80%;  text-align: right;margin-left: 1px;}

#facebook_btn {position: absolute;z-index:99; width: 130px; /*top: 30px; left: 30px;*/ top: 10px;right:5px; text-align: left; /*??*/ }

#language {position: absolute; top: 60px; left: 770px;z-index:98;font-weight: bold; font-size: 1.2em; width: 120px;}
#language a:link, #language a:visited {  /* These styles are for links in the main content area only */
color: #FF9900; background-color: inherit;
text-decoration: underline
}

#language a:hover, #language a:active {  
color: #ccc; background-color: inherit;
text-decoration: underline;
}

.buy_now {width: 60%; margin-left: auto; margin-right: auto; border: 2px solid #EEAB36;}
.buy_now p {text-align: center;}

.poll {width: 240px; position: absolute; top: 350px;  left: 930px; overflow: hidden;}

.video {margin-left: 0; margin-top: 10px; width: 390px; height: auto; border: 2px solid #95351C;}
.video p {margin-top:0;padding-top:0; padding-right: 10px; font-size: 0.7em;}
.video h4 {margin-left: 15px; }

/*
.video2 {margin-left: 0; margin-top: 0; width: 320px; height: auto; border: 2px solid #95351C; float: right;}
.video2 p {margin-top:0;padding-top:0; padding-right: 10px;}
*/

#appform {width: 440px; margin-left: auto; margin-right: auto;padding: 10px; font-size: 0.9em;}
 
.label1 {width: 440px;  text-align: left; padding:0;margin-top:0;margin-top:10px;}
.field1 {width: 440px;  margin-left: 10px; padding:0;margin-top:0;margin-bottom:10px;}
.field1 p {padding-left: 2px; margin-top:0;margin-bottom: 5px;}
.field1 input {/*color: #0033CC; background-color: #ffffff;*/ background-color: #FCF0AD;color: #353559;padding:0;margin-top:0;margin-bottom:0;}


.buttons {width: auto; margin-left: 10px; padding:0;margin-top:0;margin-bottom:10px;}
.buttons input {color: #ffffff;background-color: #7D7B7C;padding:3px 5px 3px 5px;margin-top:0;margin-bottom:0; width: 120px;}

#appform h3, #appform h4 { margin-bottom: 5px;padding:0; margin-top: 5px;}
#appform h3 {font-size: 1.5em;font-weight: bold;}
#appform h4 {font-size: 1.2em;font-weight: bold;}

fieldset {border: none; }

.box {width: 400px; margin-left: auto; margin-right: auto; text-align: center;  border: 1px solid #D50808;padding: 5px; }

#appform hr {margin-right: 20px;}
