/*
 * Copyright 2008-2010 Martin Harrigan
 *
 * This file is part of martinharrigan-personal.
 *
 * martinharrigan-personal is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * martinharrigan-personal is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with martinharrigan-personal.  If not, see <http://www.gnu.org/licenses/>.
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,legend,input {
	margin: 0;
	padding: 0;
}

html {
	font-size: 14px;
	color: #666666;
	background: #FFFFFF;
}

h1,h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}

h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}

a,a:link,a:visited {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

img {
	border: 0;
	padding: 2px;
}

form {
	display: inline;
}

fieldset {
	padding: 6px 0px 5px 20px;
}

textarea {
	width: 50%;
	line-height: 1.25;
}

table {
}

table th {
	padding: 5px 5px 5px 5px;
	background-color: white;
}

table td {
	padding: 5px 5px 5px 5px;
	background-color: white;
}

p {
	padding: 6px 0px 5px 20px;
}

hr {
	color: #666666;
	height: 1px;
}

ul,li {
	margin: 6px 6px 6px 6px;
	padding: 3px 3px 3px 3px;
}

blockquote {
	margin: 5px;
	padding: 6px 6px 5px 5px;
}

small {
	font-size: 0.85em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.3em;
	vertical-align: baseline;
}

acronym,abbr {
	cursor: help;
	letter-spacing: 1px;
}