/*  
Theme Name: CORE
Theme URI: http://www.queensu.ca/epi/core/
Description: A custom theme developed for the Centre for Obesity Research and Education website.
Version: 0.1
Author: Small World Media Group
Author URI: http://www.smallworldmedia.ca/
*/

body {
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a {
  color: #A11D21;
}
a:hover {
  color: #DD1F26;
}
img {
  border-width: 0;
}
br.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
  font-size: 1px;
}
a.read-more {
  text-transform: lowercase;
}
#container {
  position: relative;
  margin: 20px auto 4px auto;
  padding-bottom: 10px;
  width: 955px;
  border: 1px solid #AAA;
  background: transparent url("container-bg.jpg") scroll no-repeat 99% 75px;
}
#header {
  position: relative;
  z-index: 5;
  height: 75px;
  background-color: #FFF;
}
#header h1 {
  position: absolute;
  left: 5px;
  top: 8px;
  margin: 0;
}
#header #secondary-menu {
  position: absolute;
  left: 300px;
  bottom: 4px;
  margin: 0 100px 0 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#header #secondary-menu li {
  display: inline;
  padding: 0 15px;
}
#header #secondary-menu a {
  text-decoration: none;
}
#header h2 {
  position: absolute;
  right: 5px;
  top: 8px;
  margin: 0;
}
#subheader {
  position: relative;
  z-index: 0;
  border-width: 2px 0 0 0;
  border-color: #9D1C0F;
  border-style: solid;
  min-height: 118px;
  background: transparent url("subheader-bg.jpg") scroll no-repeat left top;
  font-family: Garamond, Georgia, Times New Roman, Times, serif;
  letter-spacing: 2px;
}
body.index #subheader {
  margin-bottom: 50px;
}
#subheader h1 {
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: 20px 15px;
  width: 360px;
  font-size: 260%;
  font-weight: normal;
  color: #FFF;
}
#subheader h1 a {
  text-decoration: none;
  color: #FFF;
}
#subheader h2 {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin: 20px 15px;
  width: 300px;
  font-size: 260%;
  font-weight: bold;
  color: #7EA001;
}
#submenu {
  margin: 0;
  padding: 0 20px 15px 20px;
  /* for IE7 */ min-height: 30px;
  background: transparent url("submenu-bg.gif") scroll repeat-x left top;
  text-transform: uppercase;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#submenu li {
  display: inline;
}
#submenu a {
  display: block;
  width: 150px;
  float: left;
  padding: 18px 0 0 6px;
  text-align: center;
  text-decoration: none;
}
#submenu a.active {
  background: transparent url("submenu-active-item-bg.gif") scroll no-repeat 50% top;
}
#menu {
  margin: 0;
  padding: 0;
  width: 160px;
  float: left;
  background: #FFF url("menu-bg.gif") scroll no-repeat left bottom;
  padding-bottom: 4px;
  list-style-type: none;
}
#menu a {
  display: block;
  padding: 15px 10px 7px 10px;
  background: #FFF url("menu-item-bg.gif") scroll no-repeat left top;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  color: #030;
}
#menu a.active, #menu a:hover {
  color: #FFF;
}
#menu li:first-child a {
  background-image: url("menu-item-first-bg.gif");
  padding-top: 11px;
}
#content {
  margin-left: 40px;
  width: 500px;
  float: left;
}
#content h3 {
  font-size: 110%;
}
#content img {
  clear: left;
  margin: 10px 20px 10px 0;
  border: 2px solid #666;
  float: left;
}
#content img.first {
  margin-top: 5px;
}
#content img.graphic {
  border-width: 0;
}
#content label {
  white-space: nowrap;
}
#quick-links {
  margin: 20px;
  width: 150px;
  float: right;
  background: transparent url("quick-links-bg.gif") scroll no-repeat left top;
}
#quick-links h3 {
  margin: 20px 0 0 0;
  border-width: 0 3px;
  border-style: solid;
  border-color: #837676;
  background-color: #FFF;
  padding: 4px 0;
  text-align: center;
  font-family: Garamond, Georgia, "Times New Roman", Times, serif;
  font-size: 150%;
  color: #A11D21;
}
#quick-links #list-container {
  background: transparent url("quick-links-list-container-bg.gif") scroll no-repeat left bottom;
  padding-bottom: 3px;
}
#quick-links ul {
  margin: 0 0 0 15px;
  background: transparent url("quick-links-list-bg.gif") scroll no-repeat left 3px;
  padding: 0 0 20px 0;
  list-style-type: none;
}
#quick-links a {
  display: block;
  margin: 0 3px 0 23px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #87A848;
  background-color: #FFF;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 85%;
}
#quick-links li:first-child a {
  border-top-width: 15px;
}
#footer {
  padding-bottom: 20px;
  text-align: center;
  font-size: 90%;
}
