/*
 * Screen style sheet for am week.
 * Author: Josh Kline
 */

body {
/*    font-family: sunsans-regular, swiss, geneva, helvetica, arial, sans-serif;*/
    color: #000000;
    background-color: #FFFFFF;
    background-image: none;
    font-size: 14px;
    font-family: "Calligraphic 421 BT", serif;
    margin: 0;
    padding: 10px 0;
}

p {
/*    font-size: 0.8em;*/
}

/* hide the text representation of the banner title */
h1#banner .bannertext {
   display: none;
}

h1 {
    text-align: center;
    font-family: dauphin, sans-serif;
    font-size: 2em;
    margin: 10px 0 10px 0;
    padding: 0;
}
h1 .subtitle {
    font-size: 0.5em;
}
h2 {
    margin: 0px;
    font-size: 1.2em;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0.6em;
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

/* margin for images in the maincontent area */
img.mc {
	margin: .5em;
}

.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;
}


q {
/*    font-size: 0.8em; */
}

/* really bad name for a class */
.undermenubox {
    padding: 5px;
    border: 1px solid #87CEEB;
    margin-top: 22px;
    width: 140px;


}
.cite {
    text-align: right;
    margin-bottom: 0;
}

.spacedlist li {
    margin-bottom: 1em;
}

/*
 * 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: Arial, 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: #9f9;
background-image: url(Images/dot.png);
background-position: center left;
background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #000;
background-color: #87CEEB;
color: #000;
}



/*
 * added by jkline 20061029
 */
#footer {
    clear: both;
    margin: 10px -10px 0 -10px;
    padding-bottom: 10px;
    border-top: 2px solid #9f9;
    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 #9f9;
    width: 740px;
    text-align: center;
}

#maincontent {
    float: left;
    width: 440px;
    text-align: left;
    overflow: show;
    margin-bottom: 10px;
}

#othercontent {
    width: 150px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
