/* Page layout - header, across all columns */
#header
{
    clear: both;
    border: 1px solid #ccc;
    background: #fdffe0;
    padding: 2px;
}

/* Page layout - left navigation bar */
#navigation
{
    float: left;
    width: 7em;
    margin: 0;
    padding: 2px;
}

/* Page layout - main page content */
#content
{
    margin-left: 7.5em;
    padding-top: 1em;
}

/* Page layout - footer, across all columns */
#footer
{
    clear: both;
    border: 1px solid #ccc;
    background: #fdffe0;
    padding: 2px;
    padding-bottom: 1.5em;
    font-size: 80%;
}

/**************** Side menu styles ****************/
#navigation a
{
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
    color: darkblue;
}

#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul ul ul
{
    list-style: none;
    margin: 0 0 0 0.5em;
    padding: 0;
}

#navigation li
{
    font-weight: bold;
    margin: 1px 0;
}

#navigation li li 
{
    font-size: 90%;
    font-weight: bold;
    margin: 1px 0;
}

#navigation li li li
{
    font-size: 90%;
    font-weight: normal;
    margin: 1px 0;
}

#navigation em 
{
    color: black;
    border: 1px solid #ccc;
    background: #dfd;
    font-style: normal;
}

#navigation li li a:hover 
{
    background: #eee;
    border: 1px solid #ccc;
    border-color: #ccc;
    border-bottom-color: red;
}

#navigation li li li a:hover 
{
    background: #eee;
    border: 1px solid #ccc;
    border-color: #ccc;
    border-bottom-color: green;
}

/**************** News styles ****************/
#news 
{
    border: 1px solid #ccc;
}

#news h2
{
    display: block;
    background: #67B;
    border: solid #ccc;
    border-width: 0 0 1px 0;
    font-size: 100%;
    text-align: center;
    color: white;
    margin: 0;
    padding: 3px;
}

#news-articles 
{
    padding: 0.5em;
}

#news-articles h3
{
    display: inline;
    font-size: 100%;
    margin: 0 1em 0 0;
}

/**************** Next Event styles ****************/
#nextevent
{
    border: 1px solid #008;
    background: #fdffe0;
}

#nextevent h3
{
    display: block;
    background: #67b;
    border: solid #008;
    border-width: 0 0 1px 0;
    text-align: center;
    margin: 0;
    padding: 3px;
}

a.nexteventtitle
{
    text-decoration: none;
    font-size: 90%;
    color: yellow;
}

a.nexteventbody
{
    text-decoration: none;
    font-size: 90%;
    color: blue;
}

/**************** Header styles ****************/
#header h1
{
    text-align: center;
    vertical-align: middle;
    color: darkblue;
    margin: 1px;
}

#header-tagline
{
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    font-style: italic;
    color: black;
    margin: 0;
}

/**************** Footer styles ****************/
#footer a
{
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
    color: darkblue;
}

#footer .left
{
    float: left;
}

#footer .right
{
    float: right;
}

/**************** General body styles ****************/

/* IE makes table widths based on page width, not section. This is a workaround */
div.innerdiv
{
    width:100%
}

A.yellowlink
{
    text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    font-size: 100%;
    color: yellow;
}

A.bluelink
{   text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    font-size: 100%;
    color: darkblue;
}

/* Style above the random photo on the index page */
.random-photo-header {
    font-family: arial,helvetica,sans-serif;
    font-size: 90%;
    color: darkblue;
}

/* Style used under each photo */
.photo-subtitle {
    font-family: arial,helvetica,sans-serif;
    font-size: 80%;
    color: darkblue;
}

/* Style used at the top of each photo index page */
.photo-title {
    font-family: arial,helvetica,sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #000066;
}

/* Style used instead of bold for paragraph headers */
.para-header {
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: darkblue;
}

/* Style used for \date in an events listing */
.event-date {
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
    color: darkblue;
}

/* Style used for \seriesinfo in an events listing */
.series-info {
    font-family: arial,helvetica,sans-serif;
    font-size: 90%;
    color: darkblue;
}

body, td, th
{
    font-family: arial,helvetica,sans-serif;
    font-size: 85%;
}

em {
    font-weight: bold;
    font-style: italic;
}

pre,code {
    font-family: "andale mono", "monotype.com", "courier new", monospace;
    font-size: 85%;
}

h1 {
    font-family: arial,helvetica,sans-serif;
    font-size: 140%;
    font-weight: bold;
    color: #000066;
}

h2 {
    font-family: arial,helvetica,sans-serif;
    font-size: 125%;
    font-weight: bold;
    color: #000066;
}

h3 {
    font-family: arial,helvetica,sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #000066;
}

input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}

label.invalid {
	color: #F00;
	font-weight: bold;
}

body {
	color: #000;
	background-color: #FFF;
}
