article {
    background: #333;
    margin: 0;
    padding: 30px;
}

article h1 {
    color: #fff;
    margin-bottom: 30px;
}

article h2 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 1px;
}

article h2 a {
    color: #eee;
}

article p.intro {
    font-size: 1.2em;
}

article p {
    color: #ccc;
    padding-bottom: 15px;
}

article section {
    margin-bottom: 15px;
    margin-right: 20px;
    float: left;
    font-size: 0.9em;
    background: #444;
}

article section a {
    display: block;
    width: 186px;
    padding: 15px;
}

article div.photo {
    width: 500px;
}

article div.photo img {
    margin-bottom: 10px;
}

article div.photo p {
    font-size: 0.8em;
    font-style: italic;
    line-height: 2.0em;
}

article div.photo.wrapright {
    float: right;
    margin: 5px 0 15px 30px;
}

article div.photo.wrapleft {
    float: left;
    margin: 5px 30px 15px 0;
}

article section a:hover {
    background: #222;
}

article section#history_and_alumni {
    margin-right: 0;
}

#hallmarks {
	*padding-bottom: 15px;
}

section.passive {
    opacity: .2;
}

iframe.map { width: 100%; height: 350px; margin-bottom: 20px; }
