/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.caption {
  font-size: small;
  text-align: center;
  color: #666666;
  margin: -20px 0 0 0;
}

.gallery-caption {
  font-size: small;
  text-align: center;
  color: #666666;
  margin: 0 15px 15px 0;
}

p.bigquote {
  font-size: 150%;
  line-height: 120%;
  color: #B25900;
}

img.rightmargins {
  margin: 0 0 10px 20px;
}

table.standard {
  border: 1 px #C0C0C0;
}

table.standard td, table th {
    padding: 5;
}

tbody {
    margin-botton: 20px;
}

tbody tr:nth-child(odd) {
   background-color: #ccc;
}