/*
 * Richmond Pharmacology - Trials4us - Phase II recruitment
 *
 * Style sheet: typography.css
 * Typography and content styling
 * Read by all CSS browsers
 *
 * By Andy Smith, Preview Graphics
 * www.preview.co.uk
 */

/* Import styles for v5+ browsers */
@import 'layout.css';

/*
 * Body font
 * (to ensure that the font remains resizeable in Internet Explorer,
 * the size is overridden in the IE-only style sheet ie.css)
 */
 
body, td, th, caption, input, textarea, select {
  font-family: "Heisei", "HeiseiMin", "HeiseiMinStd", "Verdana",
    "Arial", "Geneva", "Helvetica", sans-serif;
  font-size: 11px;
  line-height: 150%;
}


/*
 * Content styling
 */

div, span {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

p, blockquote, ul, ol, dl, table {
  margin-top: 0;
  margin-bottom: 1em;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}
 
ul li, ol li {
  margin: 0.3em 0;
  padding: 0;
}

blockquote {
  margin-left: 1.33em;
  margin-right: 1.33em;
}

h1, h2, h3, h4 {
  margin: 1.33em 0 0.67em 0;
  font-weight: bold;
}

h1 { font-size: 133%; }
h2 { font-size: 108%; }
h3 { font-size: 100%; }
h4 { font-size: 95%; }

#page-content dl dt {
  font-weight: bold;
  margin: 0.33em 0 0 0;
}

#page-content dl dd {
  margin: 0 0 0.33em 1.67em;
}



/*
 * Abbreviations with expansions
 * (Get rid of the default styles - a dotted underline border in
 * Mozilla and Opera, and italics in Safari)
 */

abbr, abbr[title], acronym, acronym[title] {
  border: none;
  font-style: inherit;
}



/*
 * Article introductions
 */
 
.publication-info {
  font-size: 90%;
}

.intro {
  font-weight: bold;
}


/*
 * Lists of publications
 */
 
ul.publication-list li {
  margin: 0.33em 0;
  padding: 0;
}

ul.publication-list li .authors {
  display: inline;
}

ul.publication-list li .title {
  display: inline;
  font-weight: bold;
  font-style: normal;
}

ul.publication-list li .publication {
  display: inline;
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
}


/*
 * Status messages
 */

#page-content .status {
  border: solid 2px #f00;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

#page-content .status p,
#page-content .status ul,
#page-content .status ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


/*
 * Other content styling
 */

#page-content .extract {
  font-style: italic;
}

#page-content .fnref {
  vertical-align: super;
  font-size: 75%;
  text-decoration: none;
}

#page-content .address {
  margin-left: 1em;
}

.foreign-phrase {
  font-style: italic;
}

.mandatory {
  color: #f00;
}


