/* Layout rules for http://ianshorrock.com */
/* Authored by Ian Shorrock */
/* Last update: 11 June 09 */

/* Overriding defaults */
/* ################### */
body {
  margin: 0;
}

#content h1 {
  margin-top: 0;
}

#sidebar ul {
  margin-top: 0;
}

#page p {
  line-height: 1.3em;
}

/* Global section layout */
/* ##################### */
.dont_show {
  display: none;
  height: 0px;
  width: 0px;
}
.column {
  width: 310px;
  float: left;
  padding: 5px 20px;
}
form li {
  display: block;
  margin: 5px 0 5px 0;
  padding-top: 5px;
}
form li label {
  display: block;
  float: left;
  width: 160px;
}
form input#id_carbon_copy {
  margin-top: 22px;
}
ul.description_list {
  margin-left: 120px;
  margin-top: 20px;
  padding-left: 0;
}
ul.description_list li {
  padding-bottom: 1px;
  margin-bottom:7px;
}
.tabbed {
  display: inline-block;
  width: 120px;
  margin-left: -120px;
}
.blog_entry {
  padding-bottom: 10px;
}
.blog_entry img {
  float: right;
}
#content h2.title {
  margin-bottom: 0;
}
#wrapper {
  padding-top: 5px;
  padding-bottom: 30px;
}
#subwrapper {
  margin-top:20px;
  width: 960px;
  margin: auto;
}
#banner {
  font-size: 9px;
  padding: 4px 8px 3px 8px;
  height: 26px;
}
#banner_title {
  display: block;
  position: absolute;
  left: 44%;
  line-height: 25px;
}
#subcontainer {
  float: right;
  width:730px;
}
#item_display {
  height: 530px;
}
#item_display img {
  display: block;
  margin: auto;
}
#item_display h1 {
  margin-bottom: 0;
}
#item_display h2 {
  text-align: center;
  margin-top: 0;
}
#item_display ul {
  margin: 0;
  padding-left: 0;
}
#content {
  padding: 1em 15px .5em 15px;
}
#featured_items {
  width: 697px;
  height: 175px;
  margin: 9px 0 20px 0;
}
#featured_items p {
  margin-top: 0;
}
#featured_items p, #featured_items h3 {
  padding-left: 15px;
  line-height: 1.5em;
}
#featured_items h3 {
  margin-bottom: 0;
}
#featured_items ul {
  height: 175px;
  overflow: hidden;
  margin: 0;
}
#featured_items img {
  float: left;
  margin: 0 30px 0 50px;
  height: 175px;
}
#featured_items .featured_menu {
  height: 25px;
  bottom: 100%;
}
#featured_items .featured_menu li {
  list-style: none;
  display: inline-block;
  padding: 4px 10px 5px 10px;
}
#bottom {
  clear: both;
}
#content_bottom {
  float: right;
  width: 730px;
  height: 10px;
}
#sidebar_bottom {
  height: 10px;
  float: left;
  width: 225px;
}
#sidebar {
  float: left;
  width: 225px;
  padding-top: 25px;
}
#sidebar ul {
  padding-left: 0px;
  overflow: hidden;
}
#sidebar #navigation {
  padding-bottom: 1em;
}
#sidebar #navigation ul {
  overflow: hidden;
  width: 225px;
}
#sidebar #navigation li.list-section {
  padding: 0 0 3px 0;
  height: 41px;
  width: 350px;
}
#sidebar #navigation li.list-section:hover {
  padding: 0 0 3px 0px;
}
#sidebar #navigation .list-section a {
  padding: 9px 150px 8px 25px;
  display: inline-block;
}
#sidebar #navigation li.list-subsection {
  padding: 3px 0 3px 25px;
  overflow: hidden;
  height: 20px;
  width: 350px;
}
#sidebar #navigation .list-subsection a {
  margin: 5px 0;
  padding: 5px 150px 5px 25px;
}
#sidebar #navigation li.list-item {
  padding: 1px 0 1px 20px;
  width: 350px;
  height: 38px;
  overflow: hidden;
}
#sidebar #navigation li.list-item a {
  padding: 0 150px 30px 0;
}
#sidebar #navigation li.list-item img {
  float: left;
  margin: 3px 5px 3px 0;
}
#aux_navigation_title {
  line-height: 17px;
}
#aux_navigation {
  padding-bottom: 1em;
}
#footer_wrapper {
  height: 31px;
}
#footer {
  padding-top: 3px;
  height: 28px;
  width: 960px;
  margin: auto;
}
#footer a {
  padding-bottom: 2px;
}
#footer ul {
  margin: 0;
  text-align: center;
}
#footer li {
  display: inline;
}
.clear {
  clear:both;
}