
#columns {
  height: 100%;
}

#left-column {
  float: left;
  width: 18em;
  padding: 1em;
}

#right-column {
  float: left;
  width: 60%;
  padding: 1em;
  padding-top: 3em;
}

.aside {
  color: gray;
  float: right;
  padding-left: 1em;
  margin-left: 1em;
  margin-right: -10%;
  width: 25%;
  border-left: 1px solid gray;
}

.warning {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
  padding: 1em;
  border: solid 2px black;
  width: 75%;
  background-color: #C63717;
  color: white;
}

.site-logo {
  float:left;
}

.site-title a, .site-title a:visited, .site-title a:hover, .site-title a:focus {
  color: #444;
  font-family: MetaBlack,'Trebuchet MS',sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
  padding-left: 0.2em;
  display:inline;
}

#footer .actions {
  display: block;
  float: right;
}

.meta-header {
  font-weight: bold;
}

.sidebar-section .modules {
  padding-left: 25px;
}

.package-entry .modules
.package-detail .modules {
  margin: 0em;
  padding-left: 0;
}

.module {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-left: 0em;
  padding-right: 0em;
  margin-right: 1.0em;
}

.package-summary .module {
  padding-left: 0em;
}

.package-summary .module,
.package-entry .module,
.package-detail .module {
  display: inline;
  white-space: nowrap;
  margin-left: 0em;
}

.package-detail .authors, .package-detail .dependencies,
.package-detail .version, .package-detail .license {
  font-family: Monaco, Lucida Console, monospace;
  font-size: 0.8em;
  white-space: pre;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table, td, tr {
  border: 1px black solid;
}

td {
  padding: 0.5em;
}

/* Rule to fix quirks-mode inheritance behavior */
table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

table.meta-table, .meta-table td, .meta-table tr {
  vertical-align: top;
  border: none;
  padding: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 5em;
}

table.meta-table {
  margin-top: 0.5em;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
}

.technical-error {
  font-family: Monaco, Lucida Console, monospace;
  font-size: 8pt;
  white-space: pre-wrap;
  color: red;
}

#footer {
  background: #33559b url(../media/bg-footer.png) 0 0 repeat-x;
  clear: both;
  color: white;
  display: block;
  font-family: Georgia,serif;
  min-width: 978px;
  padding: 123px 0 5px 0;
}

#footer .full-name {
  margin-left: 0.5em;
}

#footer a:link,#footer a:visited {
  color: #669BE1;
  text-decoration: none;
}

#footer a:hover,#footer a:active {
  color: #fff;
  text-decoration: underline;
}

#right-column h1 {
  font-size: 2.2em;
}

#right-column h2 {
  font-size: 1.7em;
}

.sidebar-section {
  clear: both;
  background-color: #E0EFFD;
  margin-bottom: 1.0em;
  border-style: solid;
  border-color: #E0EFFD;
  border-width: 2px;
  -moz-border-radius: 5px;
}

.sidebar-section-contents {
  display: none;
}

.sidebar-section ul {
  margin-bottom: 0.2em;
  list-style: none;
}

.sidebar-section h2, .sidebar-section h3, .sidebar-section h4 {
  padding-left: 10px;
}

.sidebar-section li li {
  padding-left: 30px;
  margin-left: 0;
}

.sidebar-section .modules {
  padding-left: 25px;
}

.sidebar-section h2, .sidebar-section h3 {
  background: #E0EFFD;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  background: #E0EFFD;
  font-weight: bold;
  font-style: normal;
  font-family: arial, helvetica, sans-serif;
}

.sidebar-section h2 {
  font-size: 1.2em;
  -moz-border-radius: 5px;
}

.sidebar-section h3 {
  font-size: 1.0em;
}

.sidebar-section h4 {
  font-weight: normal;
}

.sidebar-section li {
  margin-left: 0;
}

.current-section {
  background: #F0F8FF;
}

.sidebar-section .current-page {
  background: white;
}

.image-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}