/* ---------------------------------------------------
Title: Site Title - Main Style Sheet
Author: Tommaso Baldovino - www.tomstardust.com
Last Updated: April 6, 2008
------------------------------------------------------

------------------- Color Palette --------------------
   Red TomStardust	- #a00
   Red :hover		- #d66
   Dark Grey		- #666
------------------------------------------------------

------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Arial, Verdana, sans-serif;
}
a:link {
	text-decoration: underline;
	color: #a00;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #d66;
}
p{ 
	margin: 0 0 10px 0;
}
h1, h2, h3, h4{
	margin: 5px 0 10px 0;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}

/* ---------------- Layout --------------- */
#container{
	
}
#header{
	
}
#wrapper{
	
}
#content{
	
}
#navigation{
	
}
#extra{
	
}
#footer{
	
}
