/* $Id: reset.css,v 1.17.2.2 2010/07/17 08:13:43 jarek Exp $ */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
input,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  font-weight: 300;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}

/* bachan: additions to override another modules css */

/* tagadelic */
.wrapper.tagadelic {
  text-align: justify;
  text-transform: lowercase;
}
.block-tagadelic {
  text-align: center;
  text-transform: lowercase;
}
.tagadelic.level1  { text-decoration: underline; }
.tagadelic.level2  { text-decoration: underline; }
.tagadelic.level3  { text-decoration: underline; }
.tagadelic.level4  { text-decoration: underline; }
.tagadelic.level5  { text-decoration: underline; }
.tagadelic.level6  { text-decoration: underline; }
.tagadelic.level7  { text-decoration: underline; }
.tagadelic.level8  { text-decoration: underline; }
.tagadelic.level9  { text-decoration: underline; }
.tagadelic.level10 { text-decoration: underline; }

/* views */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.5em;
}
#edit-views-apply, #edit-views-reset {
  margin-top: 1.5em;
}

/* views_bulk_operations */
#views-bulk-operations-dropdown {
  padding: 3px;
}
#views-bulk-operations-submit {
  padding: 3px 0px 0px 0px;
}

