/*
// Garrett Bjerkhoel
// Copyright 2008+
-----
// Initial CSS Reset
*/

/* @group Core Reset */

body,table,tr,th,td,dd,dt,dl,p,div,form,input,
pre,textarea,fieldset,blockquote,ul,ol,li,h1,
h2,h3 {
	margin: 0; padding: 0;
	}

/* @end */

/* @group Main Fonts */

body, input, textarea {
	font: 12px/18px Helvetica, Arial, sans-serif;
	}

input {
	color: #000;
	}

/* @end */

/* @group Tidy Resets */

img,a img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h2 span {
	display: none;
	}

/* @end */

/* @group Reset all the anchors */

a {
	color: #333;
	text-decoration: underline;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}

/* @end */

*:focus {
	outline: none;
	}

/* @group Clearfix */

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

/* @end */

/* @group Ampersand */

span.amp {
  	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal !important;
  	}

/* @end */
