/*
-----------------------------------------------------
Basic CSS file for [sitename.tld]
Media: screen, projection, print

Notes:	Styles for v4 browsers (i.e. very basic 
			prettification - no layout)

Author: Author Name [ email at domain dot tld ]
For: Client [ client.tld ]
-----------------------------------------------------
*/

/* Basic formatting: v4 browsers see only this */

html,
body,
form,
fieldset {
	font-family:arial,helvetica,sans-serif;
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	color:#7f7f7f;
	font-size:69%;
/*	font-size:76%;*/
	margin:20px;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:1em 0;
	padding:0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left:1em;
}
ul, ol {
	margin-left:.5em;
}
/* Kill top margin for main headings */
h1 {
	font-size:2.5em;
	margin-top:0;
}
h2 {
	font-size:1.1em;
	margin-top:0;
}
h3 {
	margin-bottom:0;
	font-size:1.1em;
}


/* Miscellaneous conveniences */
a {
	color:#461818;
	text-decoration:none;
}
a img {
	border:none;
}
li.selected a {
	color:#f0027f !important;
}
kbd {
	font-size:1.2em;
	font-weight:bold;
}


/* standard sizing */
h1 {
	color:#f0027f;	
	font-weight:normal;
/*	margin-left:12px;*/
	margin-bottom:.3em;
}
h1 span {
	color:#000;
}
h4,h5,h6 { font-size:1em; }
/* this can go when IR is ready */

