/* -------------------------------------------------------------------------
Crown Prosecution Service - Basic styles for older browsers

version: 1
last update: 1 Nov 2007
author: Andy Gosling / Matt Williams
------------------------------------------------------------------------- */

body {
	font: 81.25%/150% Arial, "Lucida Grande", Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

#wrapper {
	margin: 0 30px 0 30px;
}

/* typography
------------------------------------------------------------------------- */

p {
	font-size: 0.95em;
}

blockquote {
	color: #393996;
	border: 1px solid #C3C3DF;
	padding-bottom: 0.4em;
}

blockquote p {
	font-style: normal;
	padding-bottom: 0;
}

blockquote p.author {
	background-image: none;
	text-align: right;
	color: #000;
	font-style: normal;
	padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1em;
	color: #393996;
}

h1 {
	font-size: 2em;
	color: #393996;
}

h2 {
	font-size: 1.7em;
	color: #393996;
}

h3 {
	font-size: 1.4em;
	color: #393996;
}

h4 {
	font-size: 1.2em;
	color: #393996;
}

h5 {
	font-size: 1em;
	color: #393996;
}

h6 {
	font-size: 0.95em;
	color: #393996;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.date {
	color: #666;
}

/* hyperlinks */

a:link, a:visited {
	color: #4386C7;
}

a:hover, a:active {
	color: #1E5AAB;
}

/* lists */

li {
	font-size: 0.95em;
}

ul {
	list-style: none;
}
