/* ------------------ Generic ------------------ */

* {
  padding: 0px;
  margin: 0px;
}

body { 
  font: 11px Georgia,Times New Roman,Times,serif;
  color: #444;
  text-align: left;
  background: url(../img/bg.png) repeat-x  #eef8ff;
  line-height: 1.5em;
}

/* --------- Forms --------- */

input {
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #A9A497;
  font-size: 1.6em;
}

input[type="text"], input[type="password"] {
  float: left;
  width: 233px;
  margin-right: 10px;
  font-size: 1.6em;
  padding: 5px;
}

input[type="submit"] {
  background: #f5f5f5;
  padding: 4px;
  width: 98px
}

input[type="submit"]:hover {
  background: #fff;
}

/* --------- Headings --------- */

h1, h3 {
  border-bottom: 1px solid #aaa;
}

h1, h2, h3 {
  margin-bottom: 10px;
}

h1 {
  font-size: 1.5em;
  line-height: 0.9em;  
}

h1 a, h1 a:hover {
  border: none;
}

h2 {
  font-size: 1.1em;
}

h2.subheading {
  color: #888;
  font-size: 1.1em;
  font-weight: normal;
  font-variant: small-caps;
  line-height: 1em;
  margin-top: -10px;
}

h3 { 
  font-variant: small-caps;
}

/* --------- Misc --------- */

img {
  padding: 1px;
  border: 1px solid #aaa;
  float: left;
  background: #fff;
  margin-right: 10px;
}

p {
  margin-bottom: 10px;
  text-align: left;
}

a {
  text-decoration: none;
  color: #3d5669;
}

a:hover {
  border-bottom: 1px solid #999;
}

ul {
  list-style: none;
  margin-bottom: 10px;
  line-height: 2em;
}

/* ------------------ Flash ------------------ */

#warningMessage ,#noticeMessage, .error_message {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
}

.error_message {
  background: #ffbfbf;
  border: 1px sold #ff2424;
}

#warningMessage {
  background: #FFF6BF;
  border: 1px solid #FFD324;
}

#noticeMessage {
  background: #b6ccdc;
  border: 1px solid #006ebf;
}

/* ------------------ Layout ------------------ */

#container {
  margin-left: -415px;
  position: absolute;
  left: 50%;
  right: auto;
  background: #fff;
  width: 830px;
  border: solid #afafaf;
  border-width: 0px 1px;
}

/* --------- Header --------- */

#header {
  height: 35px;
  background: url(../img/header_bg.png);
}

/* --------- Summary --------- */

#summary {
  background: url(../img/summary_bg.png) repeat-x #8d8e8f;
  color: #fff;
  height: 150px;
  padding: 10px;
  border: solid #afafaf;
  border-width: 2px 0px;
}

#summary a {
  color: #99badd;
}

#summary a:hover {
  border-bottom: 1px dotted #fff;
}

#summary h1 {
  border: 0;
  font-size: 1.7em;
}

#summary img {
  background: transparent;
  border: 0;
}

#summary p {
  margin: 0;
}

#summary p:first-letter {
  font-size: 3.3em;
  font-weight: bold;
  float: left;
  margin-top: 0.1em;
  margin-right: 0.1em;
}

/* --------- Navigation --------- */

#navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #dee3e6;
  font-size: normal/90%;
  font: bold;
  text-align: center;
  line-height: normal;
  padding: .5em;
  border-bottom: 1px solid #afafaf;
}

#navigation li {
  display: inline;
}

#navigation li a {
  text-decoration: none;
  padding: .5em 1em;
}

#navigation li a:hover {
  background-color: #fff;
  border: none;
}

/* --------- Content --------- */

#main {
  background: url(../img/main_bg.png);
}

#content {
  background: url(../img/content_bg.png) top no-repeat;
  width: 610px;
  min-height: 800px;
  padding: 20px;
}

p.event {
  margin-bottom: 5px;
  font-style: italic;
  font-weight: bold;
}

p.with-excerpt {
  margin: 0;
}

p.expired a {
  color: #9DA6AD;
}

div.announcement {
  background: #eef1f2;
  border: 1px solid #d6d6d6;
  padding: 10px 10px 0px 140px;
  margin-bottom: 20px;
  min-height: 128px;
}

div.announcement img.icon {
  margin-left: -130px;
  margin-top: -26px;
  height: 115px;
}

#banner {
  background: url(../img/banner_bg.png) top no-repeat;
  float: right;
  width: 160px;
  min-height: 500px;
  padding: 10px;
}

#openid {
  width: 420px;
  padding-left: 30px;
  background: #fff url(../img/"/img/openid.png") left center no-repeat;
}

#banner a {
  border: none;
}

#banner img {
  float: none;
}
