/*
Element Stylesheet v1.01
Target: All
Author: Matthew Buchanan
*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 20px;
	background-color: #fff;
	font: normal 62.5%/1.5 "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

h1, h2, h3, p, form, ol, ul {
	margin-top: 0;
	margin-bottom: 0.6em;
}

h1, h2, h3, h4 {
	text-transform: lowercase;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 133%;
}

h3 {
	font-size: 120%;
	line-height: 1.4em;
	margin: 1.25em 0 0;
}

h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

small {
	font-size: 85%;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a abbr, a acronym {
	border-bottom: none;
}

a:link, a:visited {
	color: #69c;
}

a:hover, a:active {
	color: #369;
}

/* Site Specific */

.img {
	background-color: transparent !important;
	border-bottom: none !important;
}

.img img {
	border: none;
}