.clear {
  clear:both;
}

.redstrike {
  text-decoration: line-through;
  color: #f00;
}

.biggreen {
  font-weight: bold;
  color: #83B441;
}

table.docutils,
.feature table {
  width:100%;
  margin-bottom:2em;
}

table.docutils td,
.feature td {
  padding:2px;
}

#main-page1 h2, #main-page2 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 30px;
  color:#444;
  text-shadow: #CCC 0px 1px 1px;
}

.highlight pre {
  overflow:auto;
  padding: .5em;
  font-size:90%;
}

div.highlight {
  margin-bottom: 1em;
}

.docutils dd {
  margin: 0 0 1em .5em;
}

.document .section h2 .alignright {
  display: block;
  float: right;
  text-align: right;
  font-weight:bold;
  font-size:16px;
  color:#777;
  margin-bottom:1em;
}

.document .section h2 .alignleft {
  display: block;
  float: left;
  text-align: left;
}

.document p.topic-title {
  font-size: 18px;
  font-style: italic;
}

.document p.leader {
  color: #444;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 30px;
  text-shadow: #CCC 0px 1px 1px;
}

.document .section h2 {
  clear:right;
}

.document .section .inline.sidebar { 
  -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.15);
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,.15);
  box-shadow: 1px 2px 1px rgba(0,0,0,.15);
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  margin:0 2px 16px 0;
  background:#f0f0f0;
  padding:10px;
  /*
  float:right;
  width:300px;
  */
}

.document .section .inline.sidebar table.field-list {
  margin:0 8px 4px 8px;
}

.document .section .inline.sidebar th.field-name {
  text-align:left;
  padding-right: 0.5em;
  width: 20%;
}

.document .section .inline.sidebar p.sidebar-title {
  margin: 0 8px 6px 8px;
  font-size:16px;
  font-weight:bold;
  text-shadow: #fff 0 1px 0;
}

#main a.btn { background: transparent url(../images/bg-button-a.png) no-repeat scroll top right; color: #999; display: block; float: left; font: normal 12px arial, sans-serif; height: 23px; margin-right: 6px;padding-right: 20px; text-decoration: none;font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif;	font-weight:bold;font-size:11px;text-transform:uppercase; }
#main a.btn span { background: transparent url(../images/bg-button-span.png) no-repeat;display: block;line-height: 14px;padding: 4px 0 5px 20px;} 
#main a.btn:hover { background-position: bottom right;color: #555;outline: none;}
#main a.btn:hover span {background-position: bottom left;padding: 4px 0 5px 20px;} 

#contact-page ol li {
  list-style-type: none;
}

