/* 	Stylesheet: style.css
	URL: http://freeprolifehandbook.com/style.css
	Version: 1.0
	Author: Eric Scheidler
	Contact: eric@prolifeaction.org
	Last Updated: 01/14/2009
		2013-11-13: Revisions for 2013 5th edition give-away: wider page, larger type, UL styles other minor changes
		2013-11-14: Removed PHP code; page no longer being parsed by PHP
------------------------- */


body {
	font-family: 'trebuchet ms', 'lucida sans', verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	color: rgb(80,20,80);
}
#page {
	background-image: url('handbook2.png');
	background-position: left 20px;
	background-repeat: no-repeat;
	padding-left: 270px;
	padding-top: 20px;
	padding-bottom: 500px;
	width: 500px;
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -300px;
}
#sharing {
	position: relative;
	right: 70px;
	top: 10px;
}
#starburst {
	position: absolute;
	top: 65px;
	right: 50%;
	margin-right: -465px;
	z-index: 1000;
}
#form {
	background-color: rgb(220,240,250);
	border: 5px solid rgb(235,248,255);
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
h1, h2 {
	position: relative;
	top: 0;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 0 25px;
	padding: 0 0 0 8px;
	line-height: 4px;
	color: rgb(60,160,190);
	font-style: italic; 
	border-bottom: 15px solid rgb(220,240,250); 
	letter-spacing: 1px;
	word-spacing: 2px;
}
h1 {
	margin-top: 40px;
}
h2 {
	margin-top: 30px;	
}
h3 {
	color: rgb(30,130,160); 
	margin: 10px 0;
}
.space {
}
#page p,
#page ul {
	margin: 0 7px 17px;
	line-height: 25px;
}
#page ul {
	padding: 0 0 0 10px;
}
#page p.first{ /* Can this be removed? */
	padding-right: 50px;
}
#page li {
	margin-bottom: 8px;
	padding: 0 90px 0 30px;
	list-style-type: none;
	background: url('starbullet.png') no-repeat 0 2px;
	line-height: 23px;
}
#page ul.tight li {
	margin-bottom: 0;
	padding-right: 0;
}
table {
	margin-top: 20px;
}
td.left {
	text-align: right;
	vertical-align: top;
	width: 155px;
	font-weight: bold;
	padding-top: 5px;
}
td.all {
	font-weight: bold;
	padding-left: 60px;
}
td.special {
	padding-right: 44px;
	font-weight: bold;
	margin:0;
}
td {
	color: rgb(30,130,160);
	font-size: 15px;
}
td.right {
	width: 240px;
	padding-left: 2px;
}
.error {
	color: rgb(180,50,50);
	font-weight: bold;
}
em {
	font-style: normal;
	text-decoration: underline;
}
.error li {
	font-weight: bold;
}
cite {
	font-weight: bold;
}
cite.nobold {
	font-weight: normal;
}
span.note {
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
}
.left .note {
	padding: 5px 2px 0 30px;
	text-align: right;
}
.right .note {
	padding: 5px 3px 0;
}
.write {
	border: 1px solid rgb(60,160,190);
	background-color: rgb(250,250,250);
	padding: 2px;
	font-size: 15px;
}
.write:focus {
	border-color: rgb(20,115,140);
	background-color: rgb(255,255,230);
}
textarea.write {
	font-family: verdana;
	font-size: 13px;
	overflow: auto;
	width: 260px;
	height: 270px;
	padding: 5px;
	position: relative;
	left: 3px;
}
#share td.right {
	width: 290px;
}
#share td.left {
	padding-top: 1px;
}

label {
	clear: right;
	margin-top: 2px;
}
.gap {
	position: relative;
	top: 4px;
}
td.right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
td.right li {
	margin: 0;
	padding: 0;
}
.radio {
	position: relative;
	top: 2px;
	right: 2px;
}

a:link {
	color: rgb(10,10,250);
}
a:visited {
	color: rgb(160,10,200);
}
a:hover {
	color: rgb(90,90,90);
	text-decoration: none;
}
#page .privacy {
	display: none;
	font-size: 12px;
	line-height: 16px;
}
strong {
	font-weight: bold;
}
#page p.minor {
	font-size: 14px;
	line-height: 20px;
}
.minor strong {
	text-transform: uppercase;
}
#page p.last {
	font-weight: bold;
	margin-bottom: 29px;
}
#page .copy {
	border-top: 1px solid rgb(60,160,190);
	margin-top: 40px;
	padding-top: 3px;
}
#bulkimg {
	position: absolute;
	margin-left: -270px;
	margin-top: 80px;
}
#bulk {
	margin-top: 70px;
}
#confirm td {
	color: rgb(80,20,80);
	padding-left: 5px;
	
}
#confirm td.label {
	width: 200px;
}
td.label {
	color: rgb(20,115,140);
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-left: 10px;
}

/* BUTTON Styles
-------------------------*/
.button {
	margin-top: 10px;	
}
.button td {margin: 0;padding: 0;}
.button input,
.button a,
.button a:visited {
	display: block;
	margin-top: 10px;
	border: 2px solid rgb(20,115,140);
	border-top-color: rgb(120,190,210);
	border-left-color: rgb(120,190,210);
	padding: 2px 4px;
	background-color: rgb(220,240,250);
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	color: rgb(20,115,140);
	font-weight: bold;
	font-family: 'trebuchet ms', 'lucida sans', verdana, arial, helvetica, sans-serif;
	cursor: pointer;
	background-color: rgb(60,160,190);
	color: rgb(235,248,255);
}
.button input:hover,
.button a:hover {
	background-color: rgb(20,115,140);
	color: rgb(255,255,255);
	border-bottom-color: rgb(10,95,110);
	border-right-color: rgb(10,95,110);
}
.button a {
	padding-left: 7px;	 
}
.button a:hover {
	background-color: rgb(170,0,0);
	border-color: rgb(180,180,180);
	border-bottom-color: rgb(120,120,120);
	border-right-color: rgb(120,120,120);
	}


/* FORM TESTING
------------------------*/
pre#testing {
	border:1px solid rgb(120,120,120);
	padding:10px; 
	background-color: rgb(255,255,255);
	position:absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	z-index: 100000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: left;
	font-size: 13px;
}
.email, .data {
	border: 1px solid rgb(120,120,120);
	background-color: rgb(255,255,240);
	padding:2px 4px;
	position:relative;
	z-index:200000;
}
.data {
	background-color: rgb(255,255,240);
}


#taken {
	font-size: 22px;
	margin-top: 20px;
}


