/* $Id: htmlelements.css,v 1.1.2.18.2.5 2009-12-10 12:35:27 psynaptic Exp $ */

/* Tables */

table, th, td {
  line-height: 1.35em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
}

th, td {
  padding: 5px 10px;
}

/* Blocks */

.block-title {
  margin-bottom: 0;
}

.block ul {
  padding: 0;
}

.block ul li {
  margin: 0;
}

/* Boxes */

#comments .comment .content {
  padding: 1em;
}

/* Messages */

div.messages,
div.help,
div.warning {
  padding: 1em;
  margin-bottom: 1em;
}

div.messages ul {
  margin: 0;
}

div.password-description {
  padding: 10px;
}

/* Nodes */

.node .content {
  padding-bottom: 1em;
}

/* Comments */

#comments {
  margin: 1em 0;
}

.comment {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#content .comment .content {
  margin: 1em;
  padding: 0;
}

/* Lists */

ul, ol {
  padding-left: 2.5em;
  margin-bottom: 1.5em;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Drupal */

.meta {
  margin-bottom: 1em;
}

#search label {
  display: none;
}

/* Admin */

div.admin .left,
div.admin .right {
  margin: 0;
}

div.admin-panel .body {
  padding: 0;
}

/* Teaser button */

.teaser-checkbox {
  float: right;
  position: relative;
  top: -4px;
  width: 60%;
}

#edit-teaser-include-wrapper {
  float: right;
}

#edit-teaser-include-wrapper label {
  margin-right: 20px;
}

/* Devel */

li.krumo-footnote span.krumo-call {
  font-size: 8px !important;
}

li.krumo-footnote {
  overflow: hidden;
}

/* Fieldsets (stolen from tao) */

div.fieldset {
  margin: 10px 0;
}

div.fieldset .fieldset-content {
  margin-top: 10px;
}

h2.fieldset-title {
  font-size: 1em;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

div.collapsible h2.fieldset-title {
  cursor: pointer;
}

div.collapsed div.fieldset-content {
  display: none;
}

.vertical-tabs-panes {
  padding: 15px 0;
}

.vertical-tabs-panes h2.fieldset-title {
  display: none;
}

/* Forms */

.form-item {
  margin: 0 0 10px 0;
}

input,
button,
textarea,
select,
input.form-text,
input.form-autocomplete,
input.form-button
.form-item input.error,
textarea.form-textarea,
select.form-select {
  padding: 3px;
  font-size: 1em;
}

.node-form .form-text,
.node-form textarea {
  display: block;
  width: 95%;
}

input.form-submit {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}

label {
  font-weight: bold;
}

.form-item label.option {
  font-size: 0.9em;
}

div.description {
  margin: 0 0 1em 0;
}

div.content-add-more {
  margin-bottom: 1.5em;
}

html.js input.form-autocomplete {
  background-position: 100% 8px;
}

html.js input.throbbing {
  background-position: 100% -12px;
}

/* Markup free clearing
 *
 * Consider adding your own selectors to this instead of finding ways
 * to sneak the clear-block class into Drupal's markup.
 * From http://www.positioniseverything.net/easyclearing.html
 */
ul.links:after,
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Exclude inline links from clear-block behavior */
ul.inline:after {
  content: "";
  display: none;
  clear: none;
}

ul.links,
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html ul.links,
* html .clear-block {
  height: 1%;
}

ul.links,
.clear-block {
  display: block;
}
/* End hide from IE-mac */
