/*
  uwtheory.css -- css stylesheet created for personal use

  Copyright (C) 2009 J. L. Stuber

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License at http://www.gnu.org/copyleft/gpl.html
  for more details.
*/

html, body
 {
  color: #000000;
  background-color: #ffffff;
  font-family: Ariel,Helvetica,sans-serif;
  margin-top: 4px;
  margin-left: 4px;
  width: 700px;
 }

a
 {
  color: #01477b;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
 }

address
 {
  border-top: thin solid;
  font-style: normal;
  text-align: center;
  padding-top: 1em;
  width: 700px;
 }

.center
 {
  text-align: center;
 }

.italic
 {
  font-style: italic;
 }

.PersonalHeader
 {
  border: none;
  background-image: url("images/logos/PersonalHeader.jpg");
  width:700px; height:50px;
 }

.PlainHeader
 {
  border: none;
  background-image: url("images/logos/PlainHeader.jpg");
  width:700px; height:50px;
 }

.GroupHeader
 {
  border: none;
  background-image: url("images/logos/GroupHeader.jpg");
  width:700px; height:50px;
 }

.PersonalLogo
 {
  border: none;
  background-image: url("images/logos/PersonalLogo.jpg");
  width:700px; height:100px;
 }

.PlainLogo
 {
  border: none;
  background-image: url("images/logos/PlainLogo.jpg");
  width:700px; height:100px;
 }

.ResearchLogo
 {
  border: none;
  background-image: url("images/logos/ResearchLogo.jpg");
  width:700px; height:100px;
 }

.HonoursLogo
 {
  border: none;
  background-image: url("images/logos/HonoursLogo.jpg");
  width:700px; height:100px;
 }

.PublicationsLogo
 {
  border: none;
  background-image: url("images/logos/PublicationsLogo.jpg");
  width:700px; height:100px;
 }

.TeachingLogo
 {
  border: none;
  background-image: url("images/logos/TeachingLogo.jpg");
  width:700px; height:100px;
 }

.ResourcesLogo
 {
  border: none;
  background-image: url("images/logos/ResourcesLogo.jpg");
  width:700px; height:100px;
 }


.GroupLogo
 {
  border: none;
  background-image: url("images/logos/GroupLogo.jpg");
  width:700px; height:100px;
 }


.navigation
 {
  background-color: #8bb9d9;
  width: 700px;
  font-size: 100%;
  margin-top: 0px;
 }

