@import url(/css/generic.css);
@import url(/css/xstandard.css);

/*
 * Site Specific Styles
 */

body {
  background: #0090b5 url(/img/page-background.png) repeat-x;
  font-family: arial, verdana, serif;
  text-align: center;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  line-height: 1.3em;
}

#container {
  width: 788px;
  margin: 0 auto 0 auto;
  background: url(/img/container-shadow.png) repeat-y;
  text-align: left;
}
#container-shadow-top {
  background: url(/img/container-shadow-top.png) no-repeat;
  padding: 0 10px 0 10px;
}

/*
 * Header Styles
 */

#header {
  height: 142px;
  background: url(/img/header-background.jpg) no-repeat;
}
#header h1 {
  float: left;
  width: 207px;
  height: 86px;
  background: url(/img/give-and-take-logo.png) no-repeat right;
  padding: 55px 0 0 32px;
  margin:0;
  cursor: pointer;
}
#header h1 span {
  display: none;
}
#header p.back {
  float: right;
  display: inline;
  line-height: 1em;
  margin: 16px 70px 0 0;
}
#header p.back a {
  display: block;
  background: url(/img/header-bullet.png) 0 1px no-repeat;
  padding-left: 18px;
  color: #008baf;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}

/*
 * Linkbar Styles
 */

#linkbar {
  height: 27px;
  background: url(/img/linkbar-background.png) no-repeat;
}
#linkbar ul {
  list-style: none;
  margin: 0 0 0 19px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#linkbar ul li {
  float: left;
  background: url(/img/linkbar-separator.png) right 10px no-repeat;
  font-size: 1.25em;
  padding: 5px 14px 0 0;
  margin: 0 6px 0 0;
}
#linkbar ul li.last {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
#linkbar ul li a {
  color: #333;
  font-weight: bold;
}
#linkbar ul li a:hover {
  text-decoration: none;
  color: #008baf;
}

/*
 * Layout / Content Styles
 */

#main {
  background: #ddd;
}
#content-container-1 {
  margin: 0 13px 13px 13px;
  background: url(/img/main-top.png) no-repeat;
  padding-top: 1px;
}
#content-container-2 {
  background: url(/img/main-bottom.png) left bottom no-repeat;
  padding-bottom: 1px;
  overflow: hidden;
  display: inline-block;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}
#content-container-2 {
  display: block;
}
#content-container-2 #breadcrumbs {
  margin: 0 0 8px 0;
  padding: 0 0 0 15px;
  color: #666666;
}
#content-container-2 #breadcrumbs-narrow {
  margin: 0 0 8px 0;
  padding: 0 0 0 190px;
  color: #666666;
}
#content-container-2 #breadcrumbs a,
#content-container-2 #breadcrumbs-narrow a {
  color: #666666;
}
#content-container-2 #left-menu {
  float: left;
  width: 175px;
}
#content-container-2 #left-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#content-container-2 #left-menu ul li {
  margin: 0 10px 5px 0;
  padding: 3px 10px 3px 0;
  text-align: right;
  background: #DEDCDC;
}
#content-container-2 #left-menu ul li.selected {
  margin: 0 0 5px 0;
  padding: 3px 20px 3px 0;
  background: #DEDCDC url(/img/left-menu-li-selected.gif) top right no-repeat;
}
#content-container-2 #left-menu ul li a {
  margin: 0;
  padding: 0;
  color: #1755A0;
  font-weight: bold;
}
#content {
  background: #fff;
  padding: 15px;
  overflow: hidden;
  display: inline-block;
}
#content {
  display: block;
}
#content #inner-contents {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: 690px;
}
#content #inner-contents-narrow {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: 525px;
}
h2#page-title {
  font-size: 1.4em;
  color: #fff;
  padding: 3px 10px;
  margin: 0 0 10px 0;
  background: #60BCD2;
}

/*
 * Footer Styles
 */

#footer {
  padding: 0 13px 1.5em 13px;
  overflow: hidden;
  display: inline-block;
}
#footer {
  display: block;
}
#footer a {
  color: #000;
}
#footer p.copyright {
  float: left;
  width: 43%;
  margin: 0;
}
#footer p.tibus-strapline {
  float: left;
  width: 37%;
  margin: 0;
}
#footer ul.links {
  float: right;
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#footer ul.links {
  display: block;
}
#footer ul.links li {
  float: left;
  padding-right: 10px;
  border-right: 1px solid #000;
  margin-right: 10px;
}
#footer ul.links li.last {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}