/*
 * Screen style sheet for am week.
 * Author: Josh Kline
 */

body {
    color: #000000;
    background-color: #FFFFFF;
    background-image: none;
    font-size: 14px;
    font-family: /* "Calligraphic 421 BT",*/ serif;
    margin: 0;
    padding: 10px 0;
}

/* hide the text representation of the banner title */
h1#banner .bannertext {
   display: none;
}

h1 {
   text-align: center;
    font-family: /* "dauph" */, sans-serif;
    font-size: 2em;
    margin: 10px 0 10px 0;
    padding: 0;
}

h1#banner {
   text-align: left;
}   

h1 .subtitle {
    font-size: 0.5em;
}
h2 {
    margin: .5em;
    font-size: 2em;
    color: #00CCFF;
}

h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #00CCFF;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0.7em;
	font-size: 1.3em;
	font-weight: bold;
	color: #00CCFF;
}

h5 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: #00CCFF;
}

/* margin for images in the maincontent area */
img.mc {
    margin: .5em;
    border-width: 0;
}

.state {
    font-weight: normal;
}

.smaller {
    font-size: 0.8em;
}
.bigger {
    font-size: 1.0em;
}

.schedule {
/*    font-size: 0.8em; */
    vertical-align: top;
}

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

.right {
    text-align: right;
}

.nav {
    font-size: 0.8em;
}

.quote {
    border: 2px solid #87CEEB;
    padding: 5px;
}

.calltoaction {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    font-style:italic;
}

/* really bad name for a class */
.undermenubox {
    padding: 5px;
    border: 1px solid #87CEEB;
    margin-top: 22px;
    width: 140px;
    text-align: center;
}
.undermenubox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    width: 350px;
}
.undermenubox li {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
}
.undermenubox .photo-shield {
    overflow: hidden;
    width: 75px;
    margin: 0 32px 5px 0;
    float: right;
}
.undermenubox > a {
    clear: both;
    display: block;
}
.undermenubox a {
    margin: 0;
    padding: 0;
}
.undermenubox img {
    border: none;
}
.cite {
    text-align: right;
    margin-bottom: 6;
}

.spacedlist li {
    margin-bottom: 1em;
}
.redHilite { 
	color: #FF0000; 
}
.italicUnderline {
	font-style:italic;
	text-decoration:underline;
	font-weight: bold;
}
.nobullets {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}



/*
 * Override bacds' styles for the entire amweek site,
 * which all lives inside #container.
 * Bacds' link colors are unreadable on a white background.
 */
#container a:link {
    color: #00F;
}

#container a:visited {
    color: #551a8b; /* purple */
}

#container a:hover {
    background-color: #DDFFDD;
}

#container a:active {
    color: #EE0041;
}


/*
 * New styles for the new text only with css verticle menu
 * jkline 2006-01-23
 * css tips on lists from
 * http://css.maxdesign.com.au/listamatic/vertical11.htm#
 */
#navcontainer
{
    float: left;
    text-align: left;
    width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 18px;
	border: 1px solid #000;
	background-color: #00CCFF;
	background-image: url(Images/dot.png);
	background-position: center left;
	background-repeat: no-repeat;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px solid #000;
	background-color: #9999FF;
	color: #000;
}



/*
 * added by jkline 20061029
 */
#footer {
    clear: both;
    margin: 10px -10px 0 -10px;
    padding-bottom: 10px;
    border-top: 2px solid #00CCFF;
    text-align: center;
}

#footer p { /* be more specific to override bacds' css */
    text-align: center;
}

#container {
	margin: auto;
	padding: 0 10px 0 10px;
	border: 2px solid #00CCFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 910px;
	text-align: center;
}

#header {
	
}

#maincontent {
    float: left;
    width: 600px;
    text-align: left;
    overflow: visible;
    margin-bottom: 10px;
}

#maincontentfull {
    float: left;
    width: 100%;
    text-align: left;
    overflow: visible;
    margin-bottom: 10px;
}

#othercontent {
    width: 150px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


#extracontent {
    width: 130px;
    float: right;
}

.fineprint {
    margin-left: -5em;
}

/* curvey indentation effect */
.in-2 { left: -20px; position: relative;}
.in-1 { left: -10px; position: relative;}
.in1 { margin-left: 10px; }
.in2 { margin-left: 20px; }
.in3 { margin-left: 30px; }
.in4 { margin-left: 40px; }
.in5 { margin-left: 50px; }
.in6 { margin-left: 60px; }
.in7 { margin-left: 70px; }
.in8 { margin-left: 80px; }
.in9 { margin-left: 90px; }

.h4 {
  /* text-indent: -5em; */
  margin-left: 5em;
}

.h5 {
  /* text-indent: -7em; */
  margin-left: 7em;
}

.bandmembers {
  text-indent: 0em;
  margin-left: 0em;
  /* font-size: 1.2em; */
}

.inset {
  border-width:2px;
  border-color:#cda7f0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #b8ccee;
}

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

.errorinput {
  background-color: #ffdddd;
  border-color: #ffdddd;
}

.instruments {
  margin-top: -1em;
  margin-left: 2em;
  margin-right: 2em;
}

.rightalign {
    text-align: right;
}

.invisible {
    display: none;
}

.tabledata {
  align: center;
  border: 1px solid black;
  border-collapse:collapse;
  padding:15px;
  table-layout:auto;
  
}

.boldlead {
	font-size:120%;
	text-color:black;
	font-weight:bold;
}