/*******************************************************************/
/*                           CSS RESET                             */
/*******************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 STYLES                         */
/*******************************************************************/

.breadcrumb {
  padding: 0;
}

ul.menu li {
  margin: 0;
}

.block ul {
  padding: 0;
}

li.leaf,
li.collapsed,
li.expanded {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
}

ul.links li {
  padding: 0;
}

li a.active {
  color: inherit;
}

.item-list ul {
  margin: 0;
}

.more-link {
  text-align: left;
}

.item-list .pager li {
  margin-left: 0.2em;
	padding: 0.2em;
}

/*******************************************************************/
/*                      GENERAL HELPER STYLES                      */
/*******************************************************************/

div.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  background-color: #fff;
}

div.messages {
  padding: 5px;
  border-width: 1px;
  margin-bottom: 1em;
  border-style: solid;
}

div.messages.status {
  border: none;
  color: #ffffff;
  background-color: #04aa9e;
}

ul.pager {
  padding-top: 20px;
  font-size: 90%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*******************************************************************/
/*                    FRONT END ADMIN STYLES                       */
/*******************************************************************/

html.js div.node-form fieldset {
  margin-bottom: 1em;
  border: 1px solid #ccc;
  padding: 5px 20px;
}

div.admin-links {
  margin-top: 1em;
}

ul.tabs {
  position: absolute;
  top: 255px;
  right: 10px;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 5000;
}

ul.secondary {
  top: 25px;
}

ul.tabs li {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.09, rgb(191,191,191)),
    color-stop(0.55, rgb(235,235,235))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(191,191,191) 9%,
      rgb(235,235,235) 55%
  );
  display: inline-block;
  border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  padding: 1px 5px;
  line-height: 1.2em;
  border: 1px solid #555;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

body.user-default ul.tabs li {
	display: none;
}

ul.tabs li.active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.09, rgb(161,161,161)),
    color-stop(0.55, rgb(191,191,191))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(191,191,191) 9%,
      rgb(235,235,235) 55%
  );
}

ul.tabs li a {
  background-color: transparent !important;
}

ul.primary li a {
  padding: 2px;
  margin-right: 0;
  border: 0;
  color: #000;
}

ul.primary li.active a,
ul.secondary li.active a {
  border: 0;
}

li a.active {
  color: inherit;
}

table#blocks, table#webform-components, table#webform-emails {
  width: 100%;
}

table#blocks th, table#blocks td,
table#webform-components th, table#webform-components td, 
table#webform-emails th, table#webform-emails td {
  padding: 5px;
}

/*******************************************************************/
/*                       GENERAL TAG STYLES                        */
/*******************************************************************/

body {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 100%;
  line-height: 1.125em; /* 16*1.125=18px */
}
p {
  margin-bottom: 1em;
}
a,
a:hover,
a:visited {
  color: #000;
}
b, strong {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
sup, sub {
  position: relative;
  font-size: 90%;
}
sup {
  top: -2px;
}
sub {
  bottom: 2px;
}
hr {
  border: 0;
}
h1 {
  font-weight: normal;
  margin-bottom: 1em;
}
h2, h3 {
  font-weight: normal;
  margin-bottom: 1em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h4 {
  font-weight: bold;
  margin-bottom: 1em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
ol, ul {
  margin-left: 2.5em;
}
ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
}
ul li {
  list-style-type: disc;
  margin-bottom: 1em;
}
blockquote {
  margin-left: 3em;
}