@charset "utf-8";

body {
  background-color: black;
  color: white;
  font-family: Helvetica;
  font-size: 18px;
  line-height: 140%;
  background-image: url('/images/piano-strings3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

img#mainimage {
  float: left;
  padding: 10px 20px 10px 0;
}

img#nameImage {
  position: relative;
  float: left;
}

div#navlistWrapper {
  margin: 0 auto;
  clear: both;
}

ul#navlist {
  width: auto;
  margin-top: 25px;
  float: right;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  background: url('/images/piano2.png');
  background-position: left;
  background-repeat: no-repeat;
}

ul#navlist li {
  display: block;
  float: left;
  padding: 0 1em;
  line-height: 2.1em;
  text-decoration: none;
}

ul#navlist li a {
  color: white;
}

ul#navlist li.login {
  float: right;
}

div#wrapper {
  margin: 0 auto;
  width: 1200px;
}

div#content {
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
}

div#sideContent {
  margin-top: 50px;
  padding-bottom: 10px;
}

div#newsPanel {
  width: 56%;
  float: left;
  padding: 10px;
}

div#newsPanel h3 {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

div#showPanel {
  width: 38%;
  float: right;
  padding: 10px;
  margin-right: 5px;
}

div#showPanel h3 {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

div#footer{
  clear: both;
  text-align: center;
}

a {
  color: rgb(50%, 50%, 100%);
  text-decoration: none;
}

a:hover {
  color: #6ffb54;
  text-shadow: 0 0 0.8em black, 0 0 0.8em black, 0 0 0.8em black, 0 0 0.8em black, 0 0 0.8em black;
}

h3 {
  margin-top: 0px;
}

label {
  display: block;
}

.label {
  font-weight: bold;
  text-align: right;
  vertical-align: text-top;
}


ul#imageGroups {
  list-style: none;
}

ul#imageGroups li {
  float: left;
  text-align: center;
  width: 240px;
  margin: 10px;
  height: 210px;
  padding: 10px;
}

ul#imageList {
  list-style: none;
}

ul#imageList li {
  float: left;
  text-align: center;
  max-width: 240px;
  max-height: 180px;
  margin: 10px;
  box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.85);
  -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.85);
  -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.85);
}

ul#imageList li img {
  margin-bottom: 10px;
}

ul#imageGroups li img {
  margin-bottom: 10px;
}

.leftColumn {
  width: 200px;
  text-align: left;
}

.rightColumn {
  width: 200px;
  text-align: right;
}

#workconversations {
  border: none;
}

div#upcomingShows table {
  border: 1px solid #6699cc;
}

div#upcomingShows table thead {
  background-color: #6699cc;
  color: black;
}

caption {
  font-size: 1.2em;
  margin: 1em 0;
  color: white;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 20px;
  color: white;
}

table th, td {
  padding: 0.4em 2em;
}

table {
}

table tr:hover {
//  background: url('/images/eighthnote.png');
  background-position: left;
  background-repeat: no-repeat;
  text-shadow: 0 0 0.8em white, 0 0 0.8em white, 0 0 0.8em white, 0 0 0.8em white;
}

table thead tr:hover {
  background-color: transparent;
  color: inherit;
  background: none;
  text-shadow: none;
}

.titleColumn {
  text-align: left;
  padding-right: 4em;
}

.artistColumn {
  text-align: right;
  padding-left: 4em;
}

table thead {
  border-bottom: 1px solid white;//#a5a5a5;
}

.odd {
//  background-color: #edf5ff;
}

div#messageDiv {
  border: 2px solid #6ffb54;
  color: #6ffb54;
  padding: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
  width: auto;
  max-width: 50%;
  min-width: 25%;
  position: relative;
  border-radius: 5px;
}

div#errorMessageDiv {
  border: 2px solid red;
  color: red;
  padding: 5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right:	auto;
  margin-bottom: 10px;
  text-align: center;
  width: auto;
  max-width: 50%;
  min-width: 25%;
  position: relative;
  border-radius: 5px;
}

div.settingsBox {
  border: 2px solid rgb(52, 102, 152);
  padding: 10px;
  box-shadow: 7px 7px 5px #888;
  -moz-box-shadow: 7px 7px 5px #888;
  -webkit-box-shadow: 7px 7px 5px #888;
}

div.settingsBoxHeader {
  color: black;
  padding: 5px;
  text-align: center;
}

div.newsItem {
  margin-top: 15px;
  margin-bottom: 90px;
  width: 100%;
}

div.newsItemHeader {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}

div#newsItemFooter {
  float: right;
  margin-right: 10px;
}

.more {
  float: right;
}

.shows {
  width: auto;
}

.showsHeader {
}

.showsHeaderDate {
  width: 200px;
  border-bottom: 2px solid black;
}

.showsHeaderVenueName {
  width: 300px;
  border-bottom: 2px solid black;
}

.showsHeaderVenueLocation {
  width: 300px;
  border-bottom: 2px solid black;
}

.showsHeaderTime {
  width: 100px;
  border-bottom: 2px solid black;
}

.showsHeaderDetails {
  width: 200px;
  border-bottom: 2px solid black;
}

.show {
}

.showDate {
  width: 200px;
  padding-top: 10px;
}

.showVenueName {
  width: 300px;
  padding-top: 10px;
}

.showVenueLocation {
  width: 300px;
  padding-top: 10px;
}

.showTime {
  width: 100px;
  padding-top: 10px;
}

.showDetails {
  width: 200px;
  padding-top: 10px;
}

.nothingToDisplay {
  text-align: center;
}

#loggedInAs {
  color: rgb(140, 140, 140);
}

#workconversations tr:hover {
  background-color: transparent;
  color: inherit;
}

#workconversations td {
  padding: .2em .2em;
}

#header {
//  background: url(/images/octave.png);
display: none;
  height: 98px;
}

.panel {
  background-color: black;
  border: 1px solid black;
  border-radius: 5px;
  opacity: 0.8;
  display: inline;
  width: auto;
  padding: 10px;
  margin: 10px;
}

.clickable:hover {
  cursor: pointer;
}

.showSmall {
  cursor: pointer;
  padding: 10px;
}

.showSmall:hover {
  cursor: pointer;
  text-shadow: 0 0 0.8em white, 0 0 0.8em white, 0 0 0.8em white, 0 0 0.8em white;
}

.break {
  clear: both;
}


