@charset "utf-8";

body {
  background-color: black;
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  min-width: 780;
  height: 98%;
}

ul#navlist {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.85;
  border-radius: 5px;
}

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

ul#navlist li {
  float: left;
}

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

div .clear {
  clear: both;
}

div#header {
  float: left;
  background: url(/images/octave.png) repeat-x;
  height: 100px;
  width: 100%;
  padding-bottom: 10px;
}

div#root {
  background-image: url('/images/pianohandsbw.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 100%;
}

div#container {
  width: 1100px;
  margin: 0 auto;
}

div#content {
  width: auto;
  max-width: 1100px;
  height: auto;
  margin-bottom: 20px;
}

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

a:hover {
	color:#6ffb54;
}

h3 {
	margin-top: 0px;
}

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

label {
  display: block;
}

input[type="submit"] {
	background-color: black;
	color: white;
	border: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

input[type="submit"]:hover {
	cursor: pointer;
	border: 1px solid lightgrey;
}

input[type="submit"]:active {
	color: black;
	background-color: white;
}

button {
	background-color: black;
        color: white;
        border: 1px solid grey;
        padding-top: 3px;
        padding-bottom: 3px;
	padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
}

button:hover {
        cursor: pointer;
        border: 1px solid lightgrey;
}

button:active {
        color: black;
        background-color: white;
}

.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: 320px;
  margin: 10px;
  height: 250px;
}

ul#imageList {
  list-style: none;
}

div#imageListConatiner {
    overflow: auto;
}

ul#imageList li {
  float: left;
  text-align: center;
  width: 320px;
  margin: 10px;
  padding-bottom: 20px;
}

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 {
	width: 700px;
	float: left;
}

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

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

div#loginDiv {
  display: none;
  position: relative;
  float: right;
  background-color: #333333;
  opacity: 0.85;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
  border: 1px solid #333333;
  border-radius: 5px;
}

div#messageDiv {
  border: 2px solid #6ffb54;;
  color: #6ffb54;
  padding: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: auto;
  min-width: 40%;
  position: relative;
  float: left;
  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: 1px solid white;
  padding: 10px;
}

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

div.newsItem {
  width: auto;
  margin-bottom: 40px;
  float: left;
}

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

div#newsItemFooter {
  float: right;
}

