.description {
    font-family:'OFL Sorts Mill Goudy TT',serif;
}
body {
    font-size: 95%;
}
h1, h2 { font-size: 220%;}

table, td, th {
	vertical-align:top;
	padding:0px 10px 0px 0px;
}
.container { 
    background-color: white;
    padding: 4em;
    padding-top: 0.5em;
    margin-top: 1em;
}
#footer {
    color: grey;
    font-size: 80%;
}
#footer a {
    color: grey;
    text-decoration: none;
    font-weight: bold;
}
div.tile p a {
  text-decoration: none;  
  color: black;
  font-size: 80%;
}

blockquote {
  font-style: normal;
  font-size: 80%;
}

dd {
    padding-top: 1em;
}

cite {
  font-style: normal;
  font-size: 80%;  
}

#djangoski body, #djangoski div.container {
  padding-top: 0;
  margin-top: 0;
}

#djangoski-logo {
  position: relative;
  top: -80px;
  left: 50px;
  z-index: 99;
}

#djangoski .banner {
  background-color: white;
  background-image: url(../images/small-gradient.jpg);
  background-repeat: repeat-x;
  padding-top: 20px;
  height: 30px;
}

#djangoski .banner a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

h2 sup {
  font-size: 50%;
}

h3 {
  font-size: 180%;
  padding-top: 0.8em;
  color: grey;
}

.discreet {
    color: grey; 
    font-size: 80%;
}

.photo {
    border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.discreet a {
    color: grey; 
    text-decoration: none;
    font-weight: bold;
}

cite a {
    color: grey; 
    text-decoration: none;
    font-weight: bold;
}

#twitter-placeholder .listing a {
  font-size: 80%;
  padding-top: -1em;
}

.vertical {
  border: collapse;
}

.vertical tr td, .vertical tr th {
  padding: 5px;
}

.vertical tr th {
  border: 1px solid white;
  background-color: whitesmoke;
}

#twitter-placeholder {
  background-image: url(../images/twitter-icon.jpg);
  background-repeat: no-repeat;
  padding-top: 45px;
  margin-top: 10px;
}

#rss-placeholder {
  background-image: url(../images/feed-icon16x16.png);
  background-repeat: no-repeat;
  padding-top: 45px;
  margin-top: 10px;  
}

td.check {
  background-image: url(../images/apply.png);
  background-repeat: no-repeat;
  padding-left: 15px;
  width: 65px;
  margin-right: 15px;
}

#twitter-placeholder p a {
  font-size: 80%;
}

#rss-placeholder p a {
  font-size: 80%;
}

dt {
    padding-top: 1em;
}

dd {
   padding-top: 0;
   padding-bottom: 0;
}
