@import url(base.css);


body {
  background-color: #b5d5dd;
  background-image: url(/static/images/background.png);
  background-repeat: repeat-x;
  color: black;
  margin-bottom: 35px;
  margin-top: 35px;
}

div#wrapper {
  left: 50%;
  margin-left: -369px;
  position: relative;
  width: 738px;
}

div#page {
  background-image: url(/static/images/background-pagebody.png);
  background-repeat: repeat-y;
  border: 6px solid white;
}


/*------------*
 *   HEADER   *
 *------------*/

div#header {
  background-image: url(/static/images/logo.jpg);
  background-repeat: no-repeat;
  height: 250px;
  width: 726px;
}
div#header h1 { display: none; }



/*----------------*
 *   NAVIGATION   *
 *----------------*/

div#navigation {
  background-color: #222d32;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 30px;
}
div#navigation a {
  border-right: 1px solid #ddd;
  color: white;
  display: block;
  font-size: 10.5px;
  float: left;
  height: 22px;
  padding: 8px 20px 0px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}
div#navigation a:hover { background-color: #41484d; }
div#navigation li { display: inline; }



/*-------------*
 *   CONTENT   *
 *-------------*/

div#content {
  background-position: top right;
  background-repeat: no-repeat;
  color: #333;
  float: left;
  padding: 20px 0 20px 20px;
  width: 480px;
}
div#content a { color: #0b4c72; }
div#content a:hover { text-decoration: none; }
div#content p { text-align: justify; }
div#content p.pubdate {
  font-weight: bold;
  font-size: 10px;
  text-align: right;
}

div#content h1,div#content h2,div#content h3,div#content h4,div#content h5,div#content h6 {
  color: black;  margin: 20px 0 10px;
}
div#content h1 { font-size: 1.60em; color: #222; }
div#content h2 { font-size: 1.40em; color: #333; }
div#content h3 { font-size: 1.24em; color: #444; }
div#content h4 { font-size: 1.10em; }
div#content h5 { font-size: 1.00em; font-weight: bold; }
div#content h6 { font-size: 0.90em; font-weight: bold; }
div#content p, div#content ul, div#content ol, div#content dl {
  line-height: 1.5em;
  margin: 10px 0;
}
div#content h1#page-title {
  color: black;
  font-weight: bold;
  margin: 10px 0;
}
div#content ol, div#content ul { margin-left: 35px; }
div#content ol { list-style-type: decimal; }
div#content ul { list-style-type: disc; }
div#content table { border: 1px solid black; width: 100%; }
div#content table td { border: 1px solid black; }
div#content table tr { border: 1px solid black; }
div#content table th {
  color: white;
  background-color: #667376;
  border: 1px solid black;
}

div#content ul#news-list {
  font-size: 0.9em;
  list-style-type: none;
  margin: 18px 0 18px 0;
}
div#content ul#news-list a {
  font-size: 1.1em;
  padding-left: 12px;
  background-image: url(/static/images/article.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

div#content div#pages { margin-top: 50px; font-size: 0.8em; }
div#content div#pages a { text-decoration: none; }

div#content ul#resumes-list {
  font-size: 0.9em;
  list-style-type: none;
  margin: 18px 0 18px 0;
}
div#content ul#resumes-list a {
  font-size: 1.1em;
  padding-left: 12px;
  background-image: url(/static/images/article.gif);
  background-repeat: no-repeat;
  background-position: top left;
}


/*-------------*
 *   SIDEBAR   *
 *-------------*/

div#sidebar {
  background-color: #f3f3f3;
  border-left: 1px solid #aaa;
  font-size: 0.9em;
  float: right;
  width: 203px;
}
div#sidebar a { color: #555; text-decoration: none; }
div#sidebar div.block h1 {
  background-color: #d2d2d2;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: black;
  font-weight: bold;
  text-transform: lowercase;
  padding: 8px;
}
div#sidebar div.block h2 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 1px 0;
}
div#sidebar p, div#sidebar ul, div#sidebar ol { margin: 20px 20px; }
div#sidebar li { border-bottom: 1px dashed #d4d4d4; padding: 5px 0; }

div#sidebar-search { padding: 30px 20px; text-align: right; }
div#sidebar-search input {
  border: 1px solid #444;
  margin-top: 6px;
}
div#sidebar-search input.text { width: 100%; }



/*--------------*
 *   SPONSORS   *
 *--------------*/

div#sponsors { clear: both; }



/*------------*
 *   FOOTER   *
 *------------*/

div#footer {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.2px;
  margin: 14px;
}
div#footer a { color: black; text-decoration: underline; }
