@import url("alternategothicfs_no3/stylesheet.css");
@import url("opensans/stylesheet.css");

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

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

body, input {
  font-family: "OpenSansRegular", sans-serif;
	font-size: 13px;
	line-height: 1.65em;
}

.nav, h1, h3, h4, .supertitle {
	font-family: "AlternateGothicFSNo3";
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

h5, h6, .tagline, .details {
  font-family: "OpenSansLightItalic";
  font-weight: normal;
}

strong, b {
    font-family: "OpenSansBold";
	font-weight: normal;
}

.details strong {
  font-family: "OpenSansBoldItalic";
  font-weight: normal;
}

a:link, a:visited, .nav, h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
	text-decoration: none;
}

.details a:link, .textblock a:link {
  background: url(../img/dotted.png) bottom left repeat-x;
}

a:hover, .details  {
  color: #848484;
}

h3 a:link, h3 a:visited {
	color: #787878;
}

h3 a:hover {
  color: #949494;
}

p,
dl,
hr,
h1,
h2,
h3,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

h3 {
  margin-top: 20px;
}

h3:first-child {
  margin-top: 10px;
}

#header-nav {
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
}

h1 {
  	font-size: 30px;
}

h2 {
  font-family: "OpenSansLightItalic";
  font-size: 35px;
  font-weight: normal;
  line-height: 45px;
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: black;
}

h4 {
  font-size: 27px;
  margin-bottom: .17em;
  line-height: 1em;
}

.people h4, .papers h4 {
  margin-top: -5px;
}

h5, .tagline {
  font-size: 19px;
  margin-bottom: .25em;
}

.supertitle {
  font-size: 16px;
  margin: 0px;
}

.supertitle a:link, .supertitle a:visited {
  color: #949494;
}

.supertitle a:hover {
  color: #a4a4a4;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

.textblock ul {
  list-style: disc;
}

.textblock li {
  margin-left: 30px;
}
