@charset "utf-8";
/* CSS Document */

BODY { background-color: #5a4e48;
	   color: #e6ddd4;
	   font-size: 62.5%;
	   font-family: Lucida Sans Unicode, Verdana, Helvetica, sans-serif; 
	   margin-left: 0px; 
	   margin-right: 0px; 
	   margin-top: 50px;
	   margin-bottom: 50px;
}

/* table styles 
--------------------------------------------- */

.navigation {
	background-color: #FFFFFF;
	padding: 30px;
}

.firstcolumn {
	background-color: #7a716c;
	padding: 30px;
}

.secondcolumn {
	background-color: #928781;
	padding: 30px;
}

.artisthighlight {
	background-color: #928781;
	padding: 30px;
	text-align: center;
}

.artist {
	background-color: #928781;
	padding: 30px;
}

.artistphoto {
	border: 3px solid #c2b9b4;
}

.footer {
	background-color: #e6ddd4;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 1.5em;
	color: #7a716c;
	font-weight: bold;
}

/* text styles 
--------------------------------------------- */

A {
  COLOR: #e6ddd4;
  FONT-WEIGHT: bold;
  text-decoration: none;
}

A:hover {
  COLOR: #ffffff;
  text-decoration: underline;
} 

.headline {
  FONT-SIZE: 2.4em;
  FONT-WEIGHT: normal;
  text-transform: uppercase;
}

.subhead {
  FONT-SIZE: 2.0em;
  line-height: 28px;
}

.highlight {
  FONT-SIZE: 2.0em;
  FONT-WEIGHT: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.highlight:hover {
  color: #ffffff;
  text-decoration: none;
}

.date {
  FONT-SIZE: 1.6em;
  FONT-WEIGHT: normal;
  text-transform: uppercase;
}

.main {
  FONT-SIZE: 1.4em;
  line-height: 22px;
}

.name {
  FONT-SIZE: 1.8em;
  font-weight: bold;
}

.medium {
  FONT-SIZE: 1.8em;
}

.error {
  FONT-SIZE: 1.4em;
  color:#FF0000;
  font-weight: bold;
}


/* main content styles 
--------------------------------------------- */

.container {no required styles}

.left-element {
   float: left;
   width: 28%;
   }

.right-element {
  float: right;
  width: 68%;
  text-align: right; /* depends on element width */
   }
   

/* button styles 
--------------------------------------------- */

.button {
color: #7a716c;
background: #e6ddd4;
border: 1px solid #5a4e48;
border-bottom-color: #c2b9b4;
border-right-color: #c2b9b4;
margin: 0;
padding: 2px 8px;
FONT-SIZE: 1.1em;
font-weight: bold;
} 