/* This is "reset" stylesheet for main elements for the Skins template */

/*
* @copyright 2010 Mike-N-Tosh ALL RIGHTS RESERVED
* @author Mike Knowlton
* @website http://Mike-N-Tosh.com/blog/
* @package part of the Skins template for 68 Classifieds v4.1.x
* @support for help with this css template and the "Skins" template
* visit the support website (http://Mike-N-Tosh.com/support/68/templates/skins/)
*/

body
{
	padding: 0;
	margin: 0;
	font: 0.8em Verdana, Arial, sans-serif;
	line-height: 1.4;
	color: #454545;
	background-color: #000000;
	height: 100%; /* helps dumb rendering engines */
}

/* standard links text color and no underline */
a
{
	color: #454545;
	text-decoration: none;
}

/* standard link hovers text color */
a:hover
{
	color: #999999;
}

/* headings [only set to help dumb rendering engines] */
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	font-weight: bold;
}

/* headings that are links */
/* This just sets the links without an underline */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration: none;
}

/* heading link hovers text color */
/* sets all headings in one fail swoop */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: #999999;
}

/* headings sizes */
h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.3em;
}

h5
{
	font-size: 1.2em;
}

h6
{
	font-size: 1.1em;
}
