/* Welcome to Susy. Use this file to define screen styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */
/* @group reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

/* @end */
/* @group defaults */
body {
  font-family: verdana, Arial, sans-serif;
  color: black; }

/* @group links */
a:link {
  color: #ed008c; }
a:visited {
  color: #ed008c; }
a:focus, a:hover, a:active {
  color: black;
  text-decoration: none; }

.homepage a:link, .quiet a:link {
  color: #000; }
.homepage a:visited, .quiet a:visited {
  color: black; }
.homepage a:focus, .homepage a:hover, .homepage a:active, .quiet a:focus, .quiet a:hover, .quiet a:active {
  color: #ed008c;
  text-decoration: none; }

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  color: #ed008c;
  font-weight: bold; }

h3 a:link {
  color: #ed008c;
  text-decoration: none; }
h3 a:focus, h3 a:hover, h3 a:active {
  text-decoration: underline; }

h1 {
  font-size: 1.75em;
  line-height: 1em; }

h1.plain {
  color: #000; }
  
h2.plain {
  font-size: 1.55em;
  line-height: 1em;
  color: #000; }


/* @end */
/* @group forms */
form *:focus {
  outline: none; }

fieldset {
  margin: 1.75em 0; }

legend {
  font-weight: bold;
  font-variant: small-caps; }

legend + label {
  margin-top: 0; }

textarea, input[type="text"] {
  padding: 3px; }

.field {
  clear: both;
  padding: 10px 0;
  margin: 0 20px; }
  .field label {
    float: left;
    width: 200px;
    font-weight: bold; }

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: 0.063em solid #666666;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0; }

tbody {
  color: #333333; }

th {
  font-weight: bold; }

/* @end */
/* @group block tags */
p {
  margin: 1.75em 0; }

ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em; }

ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em; }

blockquote {
  margin: 1.75em;
  color: #333333; }

hr {
  margin: 20px 0;
  border-width: 0;
  border-top: 1px solid #b6b6b6;
  border-style: dotted;
  clear: both; }

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
  color: #333333; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

q {
  font-style: italic; }
  q em {
    font-style: normal; }

/* @end */
/* @group replaced tags */
img {
  vertical-align: bottom; }

/* @end */

/* @end */
.publication {
  margin: 10px 0;
  clear: both;
  padding: 0 20px 0 20px; }
  .publication img {
    float: left;
    padding-right: 10px;
    margin-bottom: 20px; }
  .publication .title {
    font-weight: bold;
    font-size: 1.3em;
    padding: 0 0 10px 0; }
  .publication .summary {
    font-weight: bold;
    padding: 0 0 10px 0; }
  .publication .order a {
    font-weight: bold; }

/* @group STRUCTURE */
body {
  text-align: center;
  font-size: 75%;
  line-height: 1.75em;
  text-align: center; }

#container {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 990px;
  max-width: 100%;
  margin: 20px auto;
  text-align: left; }
  #container {
    display: block; }

#header {
  clear: both;
  margin-right: 0.505%;
  margin-left: 0.505%;
  height: 140px;
  padding-bottom: 5px; }
  #header #logo {
    width: 19.394%;
    display: inline;
    float: left;
    margin-right: 0.505%; }
  #header #strapline {
    width: 79.091%;
    display: inline;
    float: left;
    margin-right: 0.505%;
    text-align: right;
    font-size: 1.8em;
    padding-top: 3em;
    color: #444;
    display: inline;
    float: right;
    margin-right: 0;
    /* ugly hacks for IE6-7 */
    #margin-right: -1%;
    /* end ugly hacks */ }

#main {
  padding-top: 5px;
  clear: both;
  margin-right: 0.505%;
  margin-left: 0.505%; }
  #main #navigation {
    width: 19.394%;
    display: inline;
    float: left;
    margin-right: 0.505%; }
    #main #navigation ul {
      margin-left: 0;
      line-height: 1em;
      margin: 0;
      padding: 0;
      border-top: 1px solid #b6b6b6; }
      #main #navigation ul li {
        padding-left: 14px;
        background: url('../images/arrow-pink.gif') no-repeat 5px 5.5px;
        list-style-type: none; }
      #main #navigation ul li {
        margin: 1em 0;
        border-bottom: 1px solid #b6b6b6;
        padding: 2px 5px 8px 20px; }
        #main #navigation ul li a {
          color: #383838;
          font-weight: bold;
          text-decoration: none;
          font-size: 1em; }
          #main #navigation ul li a:focus, #main #navigation ul li a:hover, #main #navigation ul li a:active {
            text-decoration: underline; }
        #main #navigation ul li ul {
          border-width: 0px; }
          #main #navigation ul li ul li {
            list-style-type: none;
            margin-left: 0px; }
          #main #navigation ul li ul li {
            background: none;
            border-width: 0px;
            padding: 0 5px 0 0; }
            #main #navigation ul li ul li a {
              font-weight: normal; }
  #main #content {
    width: 59.192%;
    display: inline;
    float: left;
    margin-right: 0.505%;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    min-height: 650px;
    padding: 0 4px; }
    #main #content strong {
      color: #ed008c; }
    #main #content strong.quiet {
      color: black; }
    #main #content p {
      font-size: 1.2em;
      line-height: 1.9em; }
    #main #content p.quiet {
      font-size: 0.5em; }
    #main #content h1 {
      margin: 20px 0;
      font-size: 2.5em; }
    #main #content p, #main #content h1, #main #content h2, #main #content h3, #main #content ul, #main #content table {
      padding: 0 20px; }
    #main #content ul.fancy {
      margin-left: 0;
      color: black; }
      #main #content ul.fancy li {
        padding-left: 14px;
        background: url('../images/arrow-pink.gif') no-repeat 5px 5.5px;
        list-style-type: none; }
      #main #content ul.fancy li {
        padding: 0 5px 10px 20px; }
    #main #content ul {
      color: #ed008c; }
    #main #content ul.quiet {
      color: black; }
    #main #content p {
      margin: 8px 0; }
      #main #content p img {
        margin: 10px 0; }
    #main #content h2 {
      font-size: 1.5em;
      margin: 10px 0; }
    #main #content .border {
      width: 100%;
      border-top: 1px solid #b6b6b6; }
  #main #side {
    width: 19.195%;
    display: inline;
    float: left;
    margin-right: 0.505%;
    display: inline;
    float: right;
    margin-right: 0;
    /* ugly hacks for IE6-7 */
    #margin-right: -1%;
    /* end ugly hacks */ }
    #main #side h2 {
      color: #999;
      background-color: #6e6e6e;
      padding: 20px 5px 10px 5px;
      margin-bottom: 5px;
      font-size: 3.5em; }
    #main #side h2.quiter {
      font-size: 1.2em;
      padding: 5px 5px 5px 10px; }
    #main #side .more a {
      background-color: #9f9f9f;
      display: block;
      padding: 5px 5px 5px 20px;
      color: #000;
      font-weight: bold;
      font-size: 1.2em;
      background: url(../images/arrow-white.gif) no-repeat #9f9f9f 10px;
      margin-bottom: 5px;
      text-decoration: none; }
    #main #side .box {
      padding: 10px;
      margin-bottom: 5px;
      background-color: #d4d4d4;
      line-height: 1.5em; }
      #main #side .box p, #main #side .box h3 {
        margin: 0 0 5px 0; }
      #main #side .box h3 {
        font-size: 1.2em; }

/* @end */
/* @group COMPONANTS */
#main #content .profiles {
  clear: both;
  margin-right: 0.505%;
  margin-left: 0.505%;
  font-size: 0.8em; }
  #main #content .profiles p, #main #content .profiles h2, #main #content .profiles h3 {
    padding: 0 5px; }
  #main #content .profiles .profile {
    width: 23.374%;
    display: inline;
    float: left;
    margin-right: 0.505%;
    padding-left: 0.995%; }

/* @end */
