﻿/* --- Reset.css --- */
/* --- d5graphics.com --- */

/* Resets elements to no margin, border, padding, and outlines */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	color: #000000;
}

/* Sets the font size for all headers to 100% so they won't vary in size from browser to browser */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding: .6em 0;  
	margin: 0 15px; 
}

/* Float classes that are used frequently */
.floatLeft {
	float: left;
	padding: .5em .5em .5em 0;
}

.floatRight {
	float: right;
	padding: .5em 0 .5em .5em;
}

/* Sets link styles */
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Sets no list style for unordered and ordered lists */
ul, ol {
	list-style: none;
}

/* Sets all images not to have any border */
img {
	border: 0;
}
