﻿/* default things */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

a {
    text-decoration: none;
}

ul,ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.align-right
{
  text-align:right;
}

.align-center
{
  text-align:center;
}

.pull-left
{
  float:left;
}

.pull-right
{
  float:right;
}


/* default naviation stuff */

.nav {
}

.nav__item {
}

.nav__item--horizontal, menu__item--horizontal {
    float:left;
}

.first-in-row {
    margin-left:0px;
}

/* handy list things */

.list--normal {
  list-style-type:none;
}

.list--normal > .list--normal__item {

}
