/*
   Custom styles for http://www.rentinfo.ca/
   Authored by Bryan Chow
   Based on YUI grids
   Copyright Full Factor Technologies
*/


/* Basic elements */

body {
  background: #194;
}

a {
  color: #22B;
}
a:visited {
  color: #72B; 
}
a:hover {
  color: #B22;
} 

.clear {
  clear: both;
}

#doc2 {
  margin: 0 auto;
  background: #FFF;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}


/* Header layout and styling */

#hd #masthead {
  position: relative;
  background: #BBB url('/media/layout/masthead.jpg') top left no-repeat;
  height: 71px;
}

#hd #logo {
  position: absolute;
  top: 10px;
  left: 20px;
}
#hd #logo a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding-top: 43px;
  height: 0px !important;
  height /**/: 43px;
  width: 307px;
}

#hd #slogan {
  position: absolute;
  top: 55px;
  left: 20px;
  text-transform: uppercase;
  font-size: 9px;
  color: #555;
}
#hd #slogan a {
  text-decoration: none;
  color: #555;
}

#hd #sitenav {
  padding: 50px 20px 0 0;
}
#hd #sitenav ul {
  float: right;
  height: 21px;
}
#hd #sitenav ul li {
  display: block;
  float: left;
  height: 18px;
  padding: 3px 8px 0 10px;
  margin-left: 4px;
  background: transparent url('/media/layout/sitenav.gif') top left no-repeat;
  text-align: center;
  font-size: 93%;
  font-weight: bold;
}
#hd #sitenav .selected {
  background: transparent url('/media/layout/sitenav-selected.gif') top left no-repeat;
}
#hd #sitenav a {
  text-decoration: none;
  color: #333;
}
#hd #sitenav a:hover {
  color: #E11;
}
#hd #sitenav .selected a:hover {
  color: #E11;
}


/* Generic content styles */

#bd h1,
#bd h2,
#bd h3,
#bd h4,
#bd h5,
#bd ul,
#bd table,
#bd p {
  margin-top: 20px;
}
#bd h1 {
  font-size: 182%;
  font-weight: bold;
}
#bd h2 {
  font-size: 138.5%;
  font-weight: bold;
}
#bd h3 {
  font-size: 108%;
  font-weight: bold;
}
#bd h4 {
  font-size: 100%;
  font-weight: bold;
}
#bd h5 {
  font-size: 100%;
  font-weight: bold;
}
#bd li {
  margin-top: 10px;
  list-style: square url('/media/layout/bullet.gif');
}
#bd ul { 
  margin-left: 1.5em;
}
#bd strong { 
  font-weight: bold;
}
#bd em { 
  font-style: italic;
}


/* Main body layout and styling */

#bd #yui-main .yui-b {
  margin: 0;
}

#bd #sidebar {
}

#bd #sidebar {
  padding: 20px 5px 20px 20px;
}

#bd #sidebar .menu {
  border: 1px solid #333;
  margin: 0 0 20px 0;
  background: #EEE;
}
#bd #sidebar .menu h3 {
  margin: 0;
  padding: 5px 10px;
  background: #333;
  color: #FC3;
}
#bd #sidebar .menu ul {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#bd #sidebar .menu ul li {
  display: block;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#bd #sidebar .menu a {
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-size: 93%;
  text-decoration: none;
  color: #000;
}
#bd #sidebar .menu a:hover {
  color: #FFF;
  background: #B22;
}
#bd #sidebar .menu .selected a {
  font-weight: bold;
}
#bd #sidebar .inset {
  border: 1px solid #333;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  background: #EEE;
}

#bd #main {
}

#bd #main {
  padding: 20px 20px 20px 5px;
}

#bd #main #title {
  margin-top: 0;
}

#bd #main #description {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 70%;
}

#bd #main #body {
  margin-top: 4px;
  border-top: 1px solid #AAA;
}

#bd #main #body #listing-list {
}
#bd #main #body #listing-list .heading {
  clear: both;
  margin: 20px 0 0 0;
}
#bd #main #body #listing-list .listing {
  clear: both;
  margin: 20px 0 0 0;
}
#bd #main #body #listing-list .listing .thumbnail {
  float: left;
  margin-bottom: 20px;
}
#bd #main #body #listing-list .listing .thumbnail img {
  border: 1px solid #000;
  background: #EEE;
}
#bd #main #body #listing-list .listing .title {
  margin-left: 170px;
}
#bd #main #body #listing-list .listing .details {
  margin-left: 170px;
}
#bd #main #body #listing-list .listing .details .description {
}
#bd #main #body #listing-list .listing .details .availability {
  font-weight: bold;
}
#bd #main #body #listing-list .listing .details .price {
  font-weight: bold;
}
#bd #main #body #listing-list .listing .details .rented {
  font-weight: bold;
  color: #B22;
}

#bd #main #body #listing-detail {
  margin-top: 20px;
}
#bd #main #body #listing-detail #details {
}
#bd #main #body #listing-detail #details .description {
}
#bd #main #body #listing-detail #details .availability {
  font-weight: bold;
}
#bd #main #body #listing-detail #details .price {
  font-weight: bold;
}
#bd #main #body #listing-detail #details .rented {
  font-weight: bold;
  color: #B22;
}

#bd #main #body #listing-detail #specs {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#bd #main #body #listing-detail #specs table,
#bd #main #body #listing-detail #specs td,
#bd #main #body #listing-detail #specs th {
  margin: 0;
  border-color: #AAA;
  border-style: solid;
}
#bd #main #body #listing-detail #specs table {
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}
#bd #main #body #listing-detail #specs tr {
  vertical-align: top;
}
#bd #main #body #listing-detail #specs td,
#bd #main #body #listing-detail #specs th {
  margin: 0;
  padding: 5px 10px;
  border-width: 1px 1px 0 0;
}
#bd #main #body #listing-detail #specs th {
  background-color: #EEE;
}

#bd #main #body #listing-detail #actions {
  clear: both;
  margin: 20px 0;
}
#bd #main #body #listing-detail #actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#bd #main #body #listing-detail #actions ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: inline;
}
#bd #main #body #listing-detail #actions a {
  display: block;
  float: left;
  height: 46px;
  width: 196px;
  padding: 2px;
  line-height: 46px;
  margin-right: 20px;
  background: transparent url('/media/layout/action.jpg') top left no-repeat;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #FC3;
}
#bd #main #body #listing-detail #actions a:hover {
  background: transparent url('/media/layout/action-hover.jpg') top left no-repeat;
  color: #333;
}

#bd #main #body #listing-detail #photos {
  clear: both;
  padding: 20px 0;
}
#bd #main #body #listing-detail #photos img {
  border: 1px solid black;
}
#bd #main #body #listing-detail #photos #bigphoto {
}
#bd #main #body #listing-detail #photos #thumbnails {
}
#bd #main #body #listing-detail #photos #thumbnails .thumbnail {
  float: left;
  width: 160px;
  height: 140px;
  margin: 0 8px 5px 0;
}
#bd #main #body #listing-detail #printlink {
  clear: both;
  padding-top: 20px;
}


/* Footer layout and styling */

#ft #footer {
  height: 26px;
  border-top: 1px solid #555;
  background: #666 url('/media/layout/footer.gif') repeat-x;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 70%;
}
#ft #footer a {
  color: #000;
  text-decoration: none;
}
#ft #footer a:hover {
  color: #B22;
}
#ft #footer-left {
  float: left;
  padding: 8px 0 0 20px;
}
#ft #footer-right {
  float: right;
  text-align: right;
  padding: 8px 20px 0 0;
}
#ft #sitelinks {
  padding: 20px;
  color: #333;
  font-size: 80%;
  text-align: center;
}
#ft #sitelinks li {
  display: inline;
  padding: 0.5em;
}
#ft #sitelinks a {
  color: #999;
}
#ft #sitelinks a:hover {
  color: #B22;
}


/* Form styles */

#bd #main #body form .error {
  color: #B22;
  font-weight: bold;
}
#bd #main #body form table {
  width: 100%;
}
#bd #main #body form tr {
  vertical-align: top;
}
#bd #main #body form th,
#bd #main #body form td {
  padding-top: 10px;
}
#bd #main #body form th {
  width: 200px;
  padding-right: 0.5em;
  text-align: right;
  font-weight: normal;
}
#bd #main #body form th.heading {
  width: 100%;
  text-align: left;
  font-size: 138.5%;
  font-weight: bold;
  border-bottom: 1px solid #AAA;
}
#bd #main #body form td {
}
#bd #main #body form td .help {
  display: block;
  color: #555;
  font-size: 85%;
}
#bd #main #body form td .error {
  display: block;
  color: #B22;
  font-size: 85%;
}
#bd #main #body form td ul,
#bd #main #body form td li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

