/* elemental styles */
body {
  margin: 0;
  padding: 0;
  
  background-color: #666e43;
  color: white;
  background-image: url(/images/choco-base.jpg);
  background-position: right top;
  background-repeat: repeat-y;
  background-attachment: scroll;
  
  font-family: 'bitstream vera sans', verdana, sans-serif;
  font-weight: normal;
  
  font-size: 100%;
}

div, form, h1, h2, h3, h4, h5, p, blockquote, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

p, dl, .like_p {
  padding: 0 16px 1.2em 16px;
}

h1, h2, h3, h4, h5 {
  padding: 0.8em 16px 0.2em 16px;
  color: #666;
}

h1 {
  
  font-family: 'bitstream vera sans mono', 'andale mono', verdana, sans-serif;
  padding-top: 32px;
  font-size: 1.8em;
}

h2 {
  font-size: 1.2em;
  color: #333;
}

h3 {
  font-size: 1.0em;
}

h4 {
  font-size: 0.9em;
}

p, li, th, td, pre {
  font-size: 0.8em;
}

li p, th p {
  font-size: 1em;
}

blockquote {
  margin: 16px;
  padding: 16px 16px 0 16px;
  font-size: 1.4em;
  line-height: 1.0em;
  background-image: url(/images/foot-bevel.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #666e43;
  color: white;
}

ol, ul {
  margin-left: 16px;
  padding: 0 16px 0.7em 16px;
}

li {
  margin: 0;
  padding: 0 0 0.5em 0;
}

img {
  border: none;
}

strong {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: bold;
  color: #333;
  font-style: normal;
}

label {
  font-weight: bold;
  color: #333;
  font-style: normal;
  font-size: 0.8em;
}

input.required {
  background-color: #ffc299;
}

address {
  font-size: 0.8em;
  padding: 16px; margin: 0 16px 1.2em 16px;
  background-color: #eee;
  font-weight: bold;
  font-style: normal;
}

cite {
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
}

table {
  width: 92%;
  padding: 0;
  margin: 0 16px 1.2em 16px;
  background-color: transparent;
  border-collapse: collapse;
}

/* fix table cell image alignment in Strict Mode */
td img { 
  display: block; 
  margin: 0; 
  padding: 0; 
}

th {
  font-weight: bold;
  font-style: normal;
  text-align: left;
  vertical-align: bottom;
  padding: 2px 8px 2px 8px;
}

td {
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 2px 8px 2px 8px;
  border: none;
  border-top: 1px solid #ccc;
}

table.three_column td {
  width: 130px;
}

th.numeric {
  text-align: right;
}
td.numeric {
  text-align: right;
  font-family: monospace;
}

th.wide, td.wide {
}

.special td {
  background-color: #fc9;
}

.alt td {
  background-color: #fec;
}

dl {
  padding-bottom: 0.7em;
}

dt {
  font-size: 1.1em;
  font-weight: bold;
}

dd {
  font-size: 0.8em;
  padding-bottom: 0.5em;
  padding-left: 24px;
}

dd p {
}

dd.price {
  font-weight: bold;
  font-size: small;
  text-align: right;
  margin-bottom: 0;
}

.specifier {
  font-size: x-small;
  font-weight: normal;
}

dd dt {
  color: black;
  font-size: x-small;
}

dl dl {
  padding: 0 !important;
  margin: 0 !important;
}

dl li {
  margin-left: 15px;
  padding-bottom: 0;
  list-style: circle;
}



pre {
  font-family: 'bitstream vera sans mono', 'andale mono', 'Terminal', monospace;
  padding: 0.6em 16px 0.6em 16px;
  margin: -0.6em 0 0.6em 0;
  overflow: auto;
  background: black;
  color: white;
}

code {
  font-family: 'bitstream vera sans mono', 'andale mono', monospace;
  color: #666e43;
}

pre code {
  color: #c0cc8d;
}



/* class behaviors */

/* the inner SPAN of image-replaced elements get this class */
.inviz {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.access_prompt {
  position: absolute;
  left: -1000em;
  width: 20em;
}

/* to force parent containment of floated children, a last-sibling BR gets this class */
br.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* used to float content */
.content_left {
  float: left;
  padding: 0 5px 5px 0;
}
.content_right {
  float: right;
  padding: 0 0 5px 5px;
}

.details, .detail {
  font-size: 0.7em;
}

.details dt {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.details dd {
  font-size: 1em;
  padding-bottom: 0.5em;
  padding-left: 16px;
}

.legalese {
  color: #ffc299;
  font-size: 0.7em;
  padding-top: 48px;
}

.meta {
  font-weight: bold;
  color: #666;
  font-style: normal;
  font-size: 0.8em;
}

.take_notice {
  border-left: 3px solid #999;
  margin: 0 8px 0.5em 8px;
  background-color: #f60;
  color: #fec;
}

.take_notice h2,
.take_notice h3,
.take_notice h4 {
  color: white;
}

.take_notice :link,
.take_notice :visited {
  color: #003557;
}

.fat_text {
  font-size: 1.1em;
  font-weight: bold;
  color: #f60;
  font-style: normal;
}

.feature {
  border: 3px solid #999;
}

.photo {
  border: solid 1px #666;
  margin: 0 0 5px 14px;
}

.photo_content_left {
  float: left;
  margin: 0 14px 5px 0;
  border: solid 3px #999;
}

.photo_content_right {
  float: right;
  margin: 0 0 5px 14px;
  border: solid 3px #999;
}


.column1of1, .column1of2, .column2of2, .column1of3, .column2of3, .column3of3 {
  margin-bottom: 14px;
}

.column1of1 {
  width: 98%;
  border-top: 1px solid #ccc;
}

.column1of2, .column2of2 {
  width: 49%;
  float: left;
}

.column1of3, .column2of3, .column3of3 {
  width: 32%;
  float: left;
}

.double_column1of3, .double_column2of3 {
  width: 64%;
  float: left;
}

.column1of2, .column1of3, .column2of3, .double_column1of3 {
  border-right: 1px solid #ccc;
}

.undecorated {
  border: none;
}

.tight {
  padding-top: 0.1em;
}




/* general link styles */
:link:focus, 
:visited:focus { 
  font-weight: bold; 
}
:link { 
  color: #0072bc;
  font-weight: bold; 
  text-decoration: underline;
}
:visited { 
  color: #3c5d73;
  font-weight: bold; 
  text-decoration: underline; 
}
:link:hover, 
:visited:hover { 
  color: white;
  background-color: black;
  text-decoration: underline; 
}
:link:active, 
:visited:active { 
  text-decoration: none; 
}

.light_hover:link:hover, 
.light_hover:visited:hover { 
  background-color: #ccc;
  color: #000;
  text-decoration: none; 
}




/* block layout */

#wrapper {
  position: relative;
  background-color: #483737;
}

#content {
  margin-right: 202px;
  background-image: url(/images/choco-shadow.jpg);
  background-position: right top;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-color: white;
  color: black;
}

#content_body {
  padding: 0 128px 0 128px;
  background-image: url(/images/ruby-fibonacci-recess.jpg);
  background-position: right -200px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#content_support {
  width: 100%; /* WinIE percentage-width child float fix */
}

#content_header {
}

#content_butt {
  padding: 8px 32px 0 32px;
  margin-right: 64px;
  background-image: url(/images/foot-bevel.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #666e43;
  color: #c0cc8d;
  text-align: center;
}

#content_butt :link,
#content_butt :visited {
  color: white;
}

#content_butt h2,
#content_butt h3,
#content_butt h4 {
  color: #c0cc8d;
}

#content_butt ul {
  list-style: none;
  margin: 0;
}

#sidebar {
  width: 210px;
  position: absolute;
  top: 0px; right: 0px;
  background-color: transparent;
  color: white;
}

#sidebar :link,
#sidebar :visited {
  color: white;
  text-decoration: none;
}

#main_navi {
  margin-top: 80px;
}



/* minimum height fix. 
  Thanks Dave Shea! http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php */

/* for Mozilla/Safari/Opera */
*>#content_body {
 padding-top: 600px;
 min-height: 1px;
}
*>#content_body #content_support {
 margin-top: -600px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #content_body {
 height: 600px;
}
/* end filter */




/* Main Navigation */

#main_navi dl {
  padding-left: 14px;
  padding-right: 14px;
}

#main_navi dt a {
  display: block;
  padding: 2px;
}

#main_navi :link,
#main_navi :visited {
  color: white;
  text-decoration: none;
}

#home_link {
  display: block;
  position: absolute;
  top: 280px; left: 0px;
  width: 124px; height: 244px;
  background-color: transparent;
  background-image: url(/images/austin-rb.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  overflow: hidden;
}
#home_link:hover {
  background-color: transparent;
  background-position: -124px 0;
}



#content_header h1 {
  padding-top: 0;
  margin-top: 0;
}

#comments li {
  padding: 16px 0 0 0;
  border-top: 1px solid #ccc;
}

#comments li cite {
  font-size: 1em;
  color: #999;
  display: block;
  padding: 0 0 0.8em 0;
}

#sidebar h3 {
  color: #ffc299;
  font-size: 0.9em;
}

#sidebar p, #sidebar dt, #sidebar dd {
  color: white;
}

#search_field {
  width: 120px;
}

#sidebar .legalese,
#footer p {
  color: #ffc299;
}

.breadcrumbs {
  color: #666;
}

.section_navi {
  margin: 0 16px 1.2em 16px;
  background-color: #ccc;
  border: 2px solid #666;
}

.section_navi ul {
  list-style: none;
  padding: 0 0 0.4em 0;
  margin: 0.7em 16px 0 16px;
}

.section_navi li {
  padding: 0 0 0.3em 0;
  margin: 0;
  font-size: 1.1em;
}