/*
Theme Name: University Park
Theme URI: http://igraycon.com/
Description: Custom WordPress theme developed for Alexandrina.
Version: 1.0
Author: Iain Gray
Author URI: http://igraycon.com/
Tags: custom
*/

* {
  margin: 0;
  padding: 0;
}
p, a, td, li, input, textarea, div, dd, dt, h1, h2, h3, h4, h5, h6 {
  font-family: Times, serif;
  font-size: 16px;
  line-height: 22px;
  color: #717174;
}
ol {
  list-style-position: outside;
  margin-left: 1.5em;
}
ul.nav a {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #000000;
  text-decoration: none;
}
ul.nav a:hover, ul.nav li.current_page_item a {
  font-weight: bold;
}
h6 {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
}
img {
  border: 0px none transparent;
}
div#page {
  width: 990px;
  margin: 7px auto;
}
div#banner, div#separator, div#content, div#footer {
  margin: 0 20px;
}
ul.nav {
  display: block;
  list-style: none;
  margin: 0px 14px 4px 14px;
}
ul.nav li {
  float: left;
  border-left: 1px solid #000000;
}
ul.nav li a {
  display: block;
  width: 100%;
  text-align: center;
}
ul.nav li:first-child {
  border-left-style: none;
}
ul#secondary_nav {
  float: right;
}
ul.nav li.page-item-2 {
  width: 50px;
}
ul.nav li.page-item-4 {
  width: 78px;
}
ul.nav li.page-item-6 {
  width: 54px;
}
ul.nav li.page-item-8 {
  width: 68px;
}
ul.nav li.page-item-10 {
  width: 74px;
}
ul.nav li.page-item-12 {
  width: 140px;
}
ul.nav li.page-item-press {
  width: 108px;
}
ul.nav li.page-item-media {
  width: 114px;
}
ul.nav li.page-item-16 {
  width: 80px;
}
div.clear {
  clear: both;
}
div#banner {
  border-top: 1px solid #000;
}
div#banner a {
  display: block;
  height: 0px;
  padding-top: 117px;
  overflow: hidden;
  border-top: 1px solid #000;
  background: transparent url(images/universitypark_mark.png) no-repeat 0 5px;
  border-style: none;
}
div#separator {
  height: 3px;
  background: transparent url(images/separator.png) no-repeat 0 0;
  margin-bottom: 5px;
}
div#heading {
  margin: 0px 11px;
}
div#content {
  margin-top: 9px;
  clear: both;
}
div#content.home div.item {
  margin-top: 17px;
  padding-bottom: 18px;
  border-bottom: 1px solid #717174;
}
div#content.home div.item.last {
  border-bottom-style: none;
}
div#content.home div.item div.content {
  margin-left: 220px;
}
div#content.home div.item img {
  margin-left: 0px;
  float: left;
}

div#footer {
  margin: 34px 20px;
  clear: both;
}
div#footer p, div#footer a {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  line-height: 12px;
  color: #000000;
}
div#content.page, div#content.news {
  margin-top: 6px;
  border-top: 1px solid #717174;
  padding-top: 15px;
}
div#content.page div.item p {
  margin-top: 10px;
}
div#content.news div.item p {
  margin-bottom: 10px;
}
div#content.page div.item h6 {
  margin-bottom: 8px;
}
div#content.page div.item h1, div#content.news div.item h1 {
  color: #000;
  font-size: 24px;
}
div#content.page div.item img {
  margin-top: 20px;
}
div#content.page div.item div.content, div#content.page div.item div.photo {
  float: left;
}
div#content.page div.item div.content {
  width: 520px;
  margin-right: 9px;
}
div#content.page div.item div.sidebar img {
  margin-top: 0;
}
div#content.page div.item div.sidebar {
  width: 421px;
  overflow: hidden;
}
div#content.news h6 {
  line-height: 12px;
  width: 300px;
  float: left;
}
div#content.news h1 {
  margin-bottom: 2px;
}
div#content.news div.item, div#content.news div.pager {
  width: 632px;
  margin: 0 17px 10px 0;
  float: right;
}
div#content.news div.pager p {
  float: left;
}
div#content.news div.pager p.next {
  float: right;
}
div#content.news hr {
  clear: both;
  height: 1px;
  color: #000;
  background-color: #000;
  border: 0px none transparent;
  margin-bottom: 14px;
}
div#content.news p.date {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  line-height: 12px;
  color: #000000;
}
img#plan_hover {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
div.plan_item {
  position: relative;
  margin-top: 20px;
}
div.plan_item img.hover, div.plan_item div.popup {
  position: absolute;
  visibility: hidden;
  z-index: 1;
}
div.plan_item div.popup div.top, div.plan_item div.popup div.content, div.plan_item div.popup div.bottom {
  background: transparent url() no-repeat 0 0;
  width: 200px;
}
div.plan_item div.popup div.top {
  background-image: url(images/box_top.png);
  height: 20px;
}
div.plan_item div.popup div.content {
  background-image: url(images/box_middle.png);
  background-repeat: repeat-y;
  padding: 6px 16px;
  width: 168px;
}
div.plan_item div.popup div.bottom {
  background-image: url(images/box_bottom.png);
  height: 10px;
}

