/* ------------ RESET BROWSER ------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* ------------ RESET DRUPAL ------------ */

fieldset,
.item-list ul li,
.form-type-radio .description,
.form-type-checkbox .description {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

li {
  list-style: none;
  list-style-image: none;
}




/* ------------ Overrides system.menus.css. ------------ */

/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left; /* LTR */
}
ul.menu li {
  margin: 0;
}
li.expanded,
li.collapsed,
li.leaf {
  padding: 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline,
ul.inline li {
  display: inline;
}

/**
 * Markup generated by theme_breadcrumb().
 */

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  white-space: nowrap;
}
ul.primary li,
ul.secondary li {
  display: inline;
}




/* ------------ Layout styles. ------------ */

/* Collapsible columns layout */

#page {
}

.sidebar {
  width: 220px;
}

#sidebar-first {
  margin-right: 20px;
  float: left;
}

#sidebar-second {
  margin-left: 20px;
  float: right;
}

.one-sidebar #content {
  width: 700px;
}

.two-sidebars #content {
  width: 460px;
}

.no-sidebars #content {
  float: none;
}

.sidebar-second #content,
.two-sidebars #content {
  float: left;
}

.sidebar-first #content {
  float: right;
}




/* ------------ Typography styles. ------------ */

/* General */

body,
input,
textarea,
select {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 100%;
}

#page {
  font-size: 75%;
}

em, i {
  font-style: italic;
}

strong, b,
label {
  font-weight: bold;
}

p {
  margin-bottom: 1.5em;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
  margin-bottom: 1.5em;
}

blockquote {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-style: italic;
  border-left: 5px solid #E6E6E6;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.1;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h2.block-title {
  font-size: 1.2em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1.2em;
  font-weight: bold;
}

/* Lists */

ul, ol,
.item-list ul {
  padding-left: 20px;
  margin-bottom: 1.5em;
}

ul.inline,
ul.tabs {
  padding-left: 0;
}

ul ul,
ol ol {
  margin-bottom: 0;
}

li,
.item-list ul li,
ul.menu li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: disc;
}

ul.vertical-tabs-list li {
  list-style-type: none;
}

/* Tables */

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

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

thead {
  background-color: #777;
  color: #fff;
}

thead th {
  border-bottom: none;
}

/* Code */

code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  margin-bottom: 1.5em;
}




/* ------------ Form styles. ------------ */

/* General */

.description {
  color: #777;
}

/* Fieldsets */

fieldset .fieldset-legend {
  margin-top: 1em;
  padding-left: 15px;
  position: absolute;
  text-transform: uppercase;
}

legend {
  font-weight: bold;
}

fieldset {
  border: 1px solid #CCC;
  padding: 3em 0 0;
  position: relative;
  margin: 1em 0;
}

fieldset .fieldset-wrapper {
  padding: 0 15px 10px;
}

html.js fieldset.collapsed {
  border-width: 1px;
  height: auto;
}

fieldset.collapsed {
  background-color: transparent;
}

a.fieldset-title {
  text-decoration: none;
  vertical-align: middle;
}

/* Vertical tabs */

.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 10px;
}

.vertical-tabs fieldset.vertical-tabs-pane .fieldset-wrapper {
  padding: 0;
}




/* ------------ Content styles. ------------ */

/* Nodes */

.node {
  margin-bottom: 1em;
}

/* Comments */

.comment {
  margin-bottom: 1em;
}

/* Blocks */

.block {
  margin-bottom: 1em;
}



/* ------------ Design styles. ------------ */
