 /*
-----------------------------------------------------
Basic CSS file for screen media [disabilityessex.org]
FileName: basic.css

Author: Paul Love (paul@shiruko.com)
-----------------------------------------------------
*/ 

/* Basic formatting: v4 browsers see only this */

html,
body,
form,
fieldset {
	font-family:helvetica,verdana,arial,helvetica,sans-serif;
	margin:0;
	padding:0;
}
body {
	background-color:#f7f7f7;
	color:#333;
	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;
	margin-top:.5em;
}

/* Miscellaneous conveniences */
a img {
	border:none;
}
#main a {
	color:#1a8025;
}
h1 {
	background:#f7f7f7;
	clear:left;
	color:#660029;
	font-size:1.4em; 
	margin-top:18px;
	margin-bottom:.5em;
}
h2 {
	color:#981f4f;
	font-size:1.2em;
	margin-top:0;
	margin-bottom:.3em;
}
h3 {
	color:#4e7352;
	font-size:1.1em; 
	margin-top:.2em;
	margin-bottom:0;
}
h4, h5, h6 { 
	font-size:1em;
	margin-bottom:0;
}
h4 {
	color:#263528;
}
h5 {
	color:#4d4d4d;
}
h6 {
	color:#666;
}
p {
	margin-top:0;
}

#main h2 a,
#main h3 a {
	display:block;
	margin-bottom:.3em;
}

