/*
## default.css - Contains style for standard XHTML-tags and CLEARFIX
*/
* { 
  margin: 0;
  padding: 0;
}

img, fieldset {
  border:0;
}

p, h1, h2, h3, h4, h5 {
  margin-bottom:12px;
}

a {
  text-decoration: none;
  color:#6c9d31;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left:20px;
}

/** 75% sets medium size to 12px in standard browser **/
body {
  font:75% Verdana, Arial, Helvetica, sans-serif;
  background-color:#fff;
  color: #383838;
}

h1, h2, h3, h4, h5 {
  font-weight:normal;
  color: #383838;
}

img {
  display:block;
}

input {
  font-size:100%;
}

/*  CLEARFIX
################################################# */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */
