/* Petition Styles Kevin Leitch July 2006 

			=1: Universal reset
			=2: Main Layout Divs
			=3: Elements
			=4: lastposts
			=5: about
			=6: showkey
			=7: latest
			=8: Tees

	 =1 Universal Reset  */

* {
		margin: 0;
   	padding: 0;
}

body {
   	font-size:62.5%;
		font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

/* =2 Main Layout Divs */

#wrapper {
		width: 600px;
		font-size: 1.2em;
		margin: 0 auto;			
}

/* =3 Elements */

h1 {
		overflow: hidden;
		text-indent: -100em;
		width: 320px;
		height: 137px;
		background: transparent url(dont_speak.gif) no-repeat 0 0; 
		margin: 0 auto;
}

h2 {
		color: #A0104D;
}

ul, ul li {
		list-style: none;
}

ul#points, ul#points li {
		list-style: square;
}

ul#points, ul#sigs {
		margin: 30px;
}

ul#sigs li {
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 15px;
		display: block;
		border-bottom: 1px solid #ccc;
}

ul#sigs li span {
		font-size: 0.6em;
		font-weight: normal;
		color: #999;
		font-style: italic;
		padding-left: 100px;
}

h2 { 
		margin: 15px 0;
}

blockquote {
		background-color: #eee;
		color: #A0104D;
		border-bottom: 2px solid #ccc;
		margin: 10px;
		margin-bottom: 20px;
		padding: 10px;
}

p {
		margin-bottom: 20px;
}

form {
		margin-top: 20px;
}

fieldset {
		border: 1px solid #F4E3EB;
		padding: 15px;
}

fieldset p {
		background-color: #ffffcc;
}

legend {
		background-color: #F4E3EB;
		padding: 3px;
		font-weight: bold;
}

strong {
		color: red;
}