/**
* Start Vanilla Stylesheet 0.9.5
*/
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body
{
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

body
{
	font-size: 60%;
}

pre, code, tt
{
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}

b, strong
{
	font-weight: bold;
}

em, i, dfn
{
	font-style: italic;
}

dfn
{
	font-weight:bold;
}

p, code, pre, kbd
{
	margin:0 0 1.5em 0;
}

blockquote
{
	margin:0 1.5em 1.5em 1.5em;
}

ul, ul li
{
	list-style-type:disc;
}

ol, ol li
{
	list-style-type:decimal;
}

dl
{
	margin:0 0 1.5em 0;
}

dl dt
{
	font-weight:bold;
}

dd
{
	margin-left:1.5em;
}

table
{
	margin-bottom:1.4em;
	width:100%;
}

th
{
	font-weight:bold;
}

th, td, caption
{
	padding:4px 10px 4px 5px;
}

tfoot
{
	font-style:italic;
}

sup, sub
{
	line-height:0;
}

abbr, acronym
{
	border-bottom: 1px dotted;
}

address
{
	margin:0 0 1.5em;
	font-style:italic;
}

del
{
	text-decoration: line-through;
}

pre
{
	margin:1.5em 0;
	white-space:pre;
}

img.centered, .aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	display: inline;
}

img.alignleft
{
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

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

*:first-child+html .clearfix
{
	zoom: 1;
	display: block;
}

* html .clearfix
{
	zoom: 1;
	display: block;
}

a:link, a:visited
{
	text-decoration:underline;
}

a:hover, a:active
{
	text-decoration:none;
}

/**
* End Vanilla Stylesheet
*/
