

/* text sizing http://24ways.org/2006/compose-to-a-vertical-rhythm */
body /* for ie6 and below */ { font-size: 81% } 
html>body /* for all other browsers */ { font-size: 13px;} 
p, h2, h3, h4, h5, h6, ul, ol, dl, form, blockquote, fieldset, table  /* = 6px of spacing between lines making 21px total line-height */ 
{ line-height: 1.4em; }
p, h2, h3, h4, h5, h6, ul, ol, dl, form, blockquote, fieldset, table  /* set margins to preserve 21px line-height by matching line-height */ 
{ font-size: 1em; margin-top: 1.4em; margin-bottom: 1.4em; }
body, form { font-family: Verdana; }

h1 {  font-size: 1.4em; line-height: 1em; margin-top: 0; margin-bottom: 1em  }
h2 { /* 18px */ font-size: 1.2em;  line-height: 1.16666em; margin-bottom: 1.16666em; margin-top: 1.16666em; font-weight: normal; color: #1a5063 }
h3 { /* 15px */ font-size: 1.0em;  font-weight: bold; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; color: #1a5063  }
h4 { /* 15px */ font-size: 1.0em;  font-weight: bold; line-height: 1.5em;  margin-top: 1.5em; margin-bottom: -1.5em; }
.smalltext /* equivalent to 13px */ { font-size: 0.86666em; line-height: 1.615384em; margin-top: 1.615384em; margin-bottom: 1.615384em; }
#content ul li, #content ol li ul li /* making sure bullets just appear in content lists */ { margin-left: 0.25em; padding-left: 1.25em; background: url(images/bullet.gif) no-repeat 0 0.6em; list-style-image: none; list-style-type: none;   }
#content ol li, #content ul li ol li { margin-left: 1.8em; padding-left: 0em; list-style-type: decimal; background: none;  }
#content ol ol, #content ol ul, #content ul ol, #content ul ul { margin: 0 }
blockquote { padding-left: 1.05em; margin-left: 0.25em; border-left: 0.2em solid #80b735; font-style:italic}
a { color: #0579a6; text-decoration: none; border-bottom: 1px solid #82bcd2 }
a:hover { color: #0579a6; text-decoration: none; background: #d2f2fe }

/* HEADER */
#header { width: auto   }
#studying-economics-logo { position: absolute; top: 15px; left: 10px }

/* hide stuff */
#main-navigation, #additional-navigation, form#search, #homepage-intro h1 span  { display: none; visibility: hidden }



/* CONTENT  */
#content { width: auto; margin-top: 100px}


/* homepage bottom */

/* footer */
#footer { clear: both; margin-top: 1.5em }
#homepage-bottom #footer { }
#footer-left { float: left; width: 65%; margin: 0.75em 0 3em 0  }
#footer-right { float: right; width: 30%; text-align: right; margin: 0.75em 0 3em 0  }




