/* Date: 2008-10-20 */
/* Author: Antoine Girard */
/* base layout and resets
* --------------------------------------- */


* {
  padding: 0; margin: 0;
}

html {
  color: #000;
  background: #fff;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

/* img reset */
img { border: 0; }

/* links reset */
a {
  text-decoration: none;
  color: #000;
}
a:hover {	
  text-decoration: underline;
}
a:focus {
  outline: none;
}


/* definitions and lists */
abbr,acronym {
  border-bottom:1px dotted #000;
  cursor:help;
}

blockquote, ul, ol, dl {  margin: 1em; }

ol, ul, dl {
  margin-left: 2em;
}

ol li {
  list-style: decimal outside;  
}

ul li {
  list-style: disc outside;
}

dl dd {
  margin-left: 1em;
}

/* tables */
th, td {
  border: 1px solid #000;
  padding: .5em;
}

th {
  font-weight: bold;
  text-align: center;
}

caption {
  margin-bottom: .5em;
  text-align: center;
}

/* misc default margin values */
p, fieldset, table { margin-bottom:1em; }


/* align framework */
.align-left   { float: left;  }
.align-right { float: right; }

/* clearfix */
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0pt;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
}
.clearfix {
  display:block;
}
