
/* rotates images in the banners folder */
#header {
    background: #000033 url(img/banners/rotate.php) no-repeat 0px 0px; 
}

/* hover state (links in content, block, and front page titles) */
#primary h2.nodeTitle a:hover {
    background-color: transparent;
    color: rgb(51, 51, 51);
    text-decoration: underline;
}

#primary .node .content a:hover, .defaultblock a:hover,
#primary .linksteaser a:hover,
#primary #comments a:hover,
#primary .taxonomy a:hover,
#primary .links a:hover,
#primary .path a:hover,
#primary .metanode a:hover,
#primary .admin a:hover,
#primary dl dt a:hover,
#first-time a:hover {
    background-color: transparent;
    color: rgb(0, 90, 140);
    text-decoration: underline;
}

/* normal state (links in front page titles) */
#primary h2.nodeTitle a {
    color: rgb(51, 51, 51);
}

/* text size */
#primary .singlepage .path p,
#primary .singlepage p, .defaultblock .blockcontent {
    font-size: 0.9em;
}

#primary #sitemission p {
    font-size: 1.4em;
}

#header h1, #header p.sitetitle {
    font-size: 4.0em;
}

#header p.slogan {
    font-size: 1.5em;
    padding: 4px 0px 10px 45px;
}

.defaultblock h2 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: none
}

/* event display */
.event-calendar div.info {
    height: auto;
    visibility: visible;
}

