/**************************************
***************************************

Title:      Silverstriper.com base styles

**************************************
**************************************/


/* ******************************* */
/* general overall style specifics */
/* ******************************* */

@import url("960/reset.css");
@import url("960/960.css");

html
{
	font-size: 62.5%;
}

body { 
	color: #4d4d4d; 
	font-size: 1.4em; 
	line-height: 1.4em;
	font-family: "Trebuchet MS", Helvetica, Verdana, Sans-serif;
}

h1 {
	font-size: 2.1em;
	line-height: 2em;
}

h2 {
	font-size: 1.75em;
	margin: 10px 0;
}

h3 {
	font-size: 1.5em;
	margin: 20px 0;
}

h4 {
	font-size: 1.3em;
	margin: 5px 0;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

h6 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

p {
	font-size: 1em;
	margin-bottom: 10px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

