/* STYLESHEET Info
Filename: style.css
URI: http://familiesagainstplannedparenthood.org
Description: Main stylesheet for FAPP
Author: Eric Scheidler
Version: 1.0
	12/05/07: Added a.back
	07/08/08: Fixed strong color problem inside anchor tags
---------------------- */


/* COLOR Table
---------------------- */


/* MAJOR LAYOUT Styles
---------------------- */
body {
	background-image: url('fountainblue.gif');
	background-repeat: repeat-x;
	background-color: rgb(176,219,221);
	background-attachment: fixed;
	font: 12px/18px verdana,san-serif;
	color: rgb(10,10,40);
	padding: 0 0 400px;
	margin: 0;
	text-align: center;
	}
.masthead {
/*	margin: 20px auto 20px;
	color: rgb(255,255,255);
	font-size: 23px;
	font-variant: small-caps;
	font-style: italic;
	padding-left: 15px;
	font-weight: bold;
	text-align: center;
*/
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}
.masthead img {
	border: 1px solid rgb(40,50,130);
	background-color: rgb(40,50,130);
	border: none;
	padding: 0;
	margin: 0;
	background-image: url('home.gif');
	background-position: right;
	background-repeat: no-repeat;
	}
#menu,
#help,
#footer,
.wide {
	width: 718px;
	}
#menu {width: 720px;} /* This is for Safari */


/*
Page width:	 750 total
				  -2 border (1 each side)
				-270 right padding
				 -15 left padding
				----
				 463 pixels					 
*/					

#page {
	width: 463px;
	border: 1px solid rgb(50,90,150);
	margin: 0 auto 60px;
	background-color: rgb(255,255,255);
	padding: 40px 270px 5px 15px;
	text-align: left;
	}

/* HEADING Styles
---------------------- */
h1,
h1 a:link,
h1 a:visited,
h2.big,
h2.big a:link,
h2.big a:visited {
	font-size: 15px;
	color: rgb(40,70,120);
	margin: 10px 0 20px;
	text-decoration: none;
	clear: both;
	line-height: 21px;
	}
h1 a:hover,
h2.big a:hover {
	color: rgb(110,170,215);
	}
h2 {
	font-size: 13px;
	margin: 20px 0 10px;
	}
h2 a:hover {
	color: rgb(10,10,40);	
	}
h3,
h3 a,
h3 a:hover {
	font-size: 13px;
	color: rgb(30,50,100);
	margin: 20px 0 15px;
	}
h3.for40days {
	padding: 2px 0 2px 43px ;
	background-image: url('tiny40days.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}
h3.reverse {
	text-align: center;
	margin: 0;
	padding: 1px 8px;
	background-color: rgb(50,90,150); 
	font-size: 13px;
	color: rgb(255,255,255);
	clear: both;
	position: relative;
	top: 5px;
	}
#news h3 {
	position: static;
	padding: 0;
	margin: 25px 0 0;
	font-size: 12px; 
	border: 1px solid rgb(100,120,200);
	color: rgb(100,120,200);
	border-right: none;
	border-left: none;
	background-color: rgb(255,255,255);
	clear: none;
	}
#news h2.big {
	padding-top: 4px;
	clear: none;
	border-top: 1px solid rgb(100,120,200);
	}
.item {
	position: relative;
	top: -50px;
	}
#first {
	margin: 60px 0 0;
	}
#first h2.big {
	border-top: none;
	}
h3.normal {
	margin-bottom: 10px;
	}
h4 {
	color: rgb(50,90,150);
	font-variant: small-caps;
	padding-left: 10px;
	font-size: 14px;
	margin: 0 0 15px;
	}
h5, h6 {
	font-size: 10px;
	line-height: 14px; 
	}
h5 { /* Blog author and date */
	margin-top: -15px;
	padding-left: 15px;
	}
h6 { /* Blog category and comment note */
	width: auto;
	margin: 0 0 25px;
	padding: 0 0 25px;
	font-weight: normal;
	border-bottom: 1px solid rgb(100,120,200);
	clear: both;
	}



/* BLOCK Styles
---------------------- */
h1, h2, h3.normal, h4, h5, h6,
p, ul, ol, textarea {
	text-align: left;
	}
p {
	margin: 0 0 15px;
	}
p.arrow {
	margin-top: -31px;
	}
.clear {
	clear: both;
	}
ul {
	margin: 0 0 15px 15px;
	padding: 0;
	}
ol {
	margin: 0 0 15px 15px;
	padding: 0;
	}
ol.strong li {
	font-weight: bold;
	}
ol.strong li ul li {
	font-weight: normal;
	}
ul li {
	margin: 0 0 0 5px;
	list-style-image: url('bluedot.gif');
	padding: 0;
	}
ul.event li {
	list-style-image: none;
	list-style-type: none;
	}
dl {
	margin: 0 0 15px;
	padding: 0;
	} 
dl dt {
	margin: 0;
	background-image: url('bluedot.gif');
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: top left;
	}
dl dd {
	margin: 0 0 5px 15px;
	padding: 0;
	}
dl.events dt {
	margin-bottom: 5px;
	}
dl.events dd {
	margin-bottom: 10px;
	}
dl.shortlist dt {
	background-image: none;
	padding-left: 0;
	margin-left: 20px;
	font-weight: bold;
	}
dl.shortlist dd {
	font-size: 11px;
	margin-left: 30px;
	margin-bottom: 10px;
	}
/* .news outdated */
dl.news dt {
	font-weight: bold;
	background-image: none;
	padding-left: 0;
	}
dl.news dd {
	margin-bottom: 10px;
	}

dd.pubdate {
	font-size: 10px;
	color: rgb(180,180,180);
	}
dd ol {
	margin-top: 10px;
	margin-bottom: 10px;
	}
dd ol li {
	margin-bottom: 5px;
	}
ul.gaps li {
	margin-bottom: 5px;
	}
ol li {
	margin: 0 0 10px 20px;
	padding: 0;
	}
ol li ul {
	margin: 10px 0 0;
	}
ol li ul li {
	margin-bottom: 0;	
	}
ul.nobullet li {
	list-style-type: none;
	list-style-image: none;
	}
address {
	margin: 0 0 15px 15px;
	font-style: normal;
	}
blockquote {
	padding: 0;
	margin: 0;
	}
blockquote p {
	font-size:11px;
	line-height: 17px;
	padding: 0 20px;
/*	width: 420px; */
	}
blockquote.right,
blockquote.left { /* Used for pullquotes because Wordpress hates DIVs */
	width: 240px;
	}
blockquote.right p,
blockquote.left p {
	font-size: 12px;
	}
.note {
/*	width: 439px; */
	font-size: 11px;
	line-height: 16px;
	border: 1px solid rgb(50,90,150);
	padding: 10px 10px 0;
	background-color: rgb(235,240,255);
	margin-bottom: 15px;
	}
p.note {
	padding-bottom: 10px;
	}
.note p {
	margin-bottom: 10px;
	}
blockquote.note p {
	padding: 0;
	}
hr {
	border-top: 0px;
	border-bottom: 1px solid rgb(100,120,200);
	margin-bottom: 10px;
	height: 1px;
	}
.noclear {
	clear: none;
	}
.tinynote {
	font-size: 11px;
	}
table.days {width: 500px;}
td.day {
	width: 90px;
	}
.rednote {
	font-style: italic;
	color: rgb(200,0,0);
	}

/* LINK Styles
---------------------- */
a:link,
dd a:link strong {
	text-decoration: underline;
	color: rgb(20,40,240);
	}
a:visited, 
dd a:visited strong {
	color: rgb(160,40,160);
	}
a:hover,
dd a:hover strong {
	color: rgb(120,120,120);
	text-decoration: none;
	}
a.back:link,
a.back:visited {
	margin-left: 15px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	}

/* INLINE Styles
---------------------- */
.under,
.underscore,
.underline {
	text-decoration: underline;
	font-style: normal;
	}
em .under,
em .underscore,
em .underline {
	text-decoration: underline;
	font-style: italic;
	}
.redline,
.strikethru,
.strikethrough {
	text-decoration: line-through;
	font-style: normal;
	}
img.arrow {
	margin-bottom: -5px;
	}
em.hilite {
	font-style: normal;
	background-color: rgb(255,255,115);
	padding: 0 3px 1px;
	}
code {
	font-family: "courier new", courier, fixed-width;
	padding-left: 10px;
	}
code em {
	color: rgb(200,50,50);
	font-style: normal;
	font-weight: bold;
	}
code strong {
	color: rgb(50,200,50);
	font-weight: bold;
	}
dd strong {
	color: rgb(80,80,80);
	}
.hot {
	color: rgb(200,50,50);
	}
span.indent {
	padding-left: 10px;
	}
.days strong {
	margin-right: 7px;
	}
.urgent,
.urgent a,
.urgent a:visited,
.urgent a:hover {
	color: rgb(200,50,50);
	text-decoration: none;
	}
em.urgent {
	font-style: normal;
	}
.sign {
	font-variant: small-caps;
	font-style: normal;
	}
em em.sign {
	font-style: italic;
	}
#ppschedule li {
	list-style-image: none;
	list-style-type: disc;
	font-weight: bold;
	}
ol #ppschedule li {
	margin-bottom: 0;
	margin-left: 30px;
	}

/* MENU Styles
---------------------- */
#menu {
	position: absolute;
	top: 106px;
	padding: 1px 0 2px; 
	margin: 0 auto;
	text-align: left;
	clear: both;
	}
#menu ul {
	width: auto;
	margin: 0;
	padding: 0;
	}
#menu li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0;
	}
#menu span,
#menu a {
	padding: 1px 9px;	
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 4px;
	}
#menu span {
	color: rgb(50,90,150);
	background-image: url('here.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1px 7px 1px 13px;
	}
#menu a {
	display: inline;
	background-color: rgb(110,170,215);
	border: 1px solid rgb(50,90,150);
	color: rgb(255,255,255);
	text-decoration: none;
	}
#menu a:hover {
	background-color: rgb(50,90,150);
	}


/* SIDEBAR Styles
---------------------- */
#sidebar {
	position: absolute;
	top: 139px;
	right: 50%;
	margin-right: -357px;
	width: 235px;
	text-align: left;
	}
#sidebar p {
	padding-bottom: 10px;
	width: 200px;
	}
.quote {
	margin: 0 10px;
	background-image: url("qtL.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	color: rgb(100,120,200);
	}
.small { /* Used with Quote on blog entries */
	font-size: 13px;	
	}
.big { /* Used with Quote on blog entries */
	font-size: 17px;
	margin-bottom: 15px;
	}
.quote .lastword {
	background-image: url("qtR.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 12px 15px 9px 0;
	}
p.cite {
	background-image: none;
	text-align: right;
	color: rgb(100,120,200);
	font-weight: bold;
	font-variant: small-caps;
	margin-top: -5px;
	}
.left p.cite {
	padding-right: 20px;
	}
#sidebar h2 {
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid rgb(100,120,200);
	font-style: italic;
	color: rgb(40,70,120);
	margin-bottom: 5px;
	width: auto;
	}
#sidebar h3 {
	width: auto;
	}
#search {
	margin-bottom: 20px;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	}
#sidebar ul li {
	margin-left: 35px;
	padding: 0;
	}
#sidebar .note {
	font-size: 10px;
	line-height: 15px;
	width: 220px;
	}
.alert {
	margin-left: 10px;
	margin-bottom: 0;
	}
.alert a:link,
.alert a:visited {
	width: 205px; 
	padding: 3px 8px 3px 10px;
	display: block;
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
	}
.alert a:hover {
	background-color: rgb(245,245,225);
	}
.red a {
	border: 1px solid rgb(200,50,50);
	background-color: rgb(200,50,50);
	}
.red a:hover {
	color: rgb(200,50,50);;
	}
.green a {
	background-color: rgb(50,180,50);
	border: 1px solid rgb(50,180,50);
	}
.green a:hover {
	color: rgb(50,180,50);
	}
.blue a {
	background-color: rgb(50,50,200);
	border: 1px solid rgb(50,50,200);
	}
.blue a:hover {
	color: rgb(50,50,200);
	}
.purple a {
	border: 1px solid rgb(180,50,180);
	background-color: rgb(180,50,180);
	}
.purple a:hover {
	color: rgb(180,50,180);
	}
.orange a {
	border: 1px solid rgb(220,80,10);
	background-color: rgb(220,80,10);
	}
.orange a:hover {
	color: rgb(220,80,10);
	}
.quote em.underscore {
	font-style: italic;
	}
#sidebar .bignote {
	font-size: 13px;
	line-height: 19px;
	margin: 20px 0 0 20px;
/*	font-weight: bold; */
	}

h2#bloghome {
	text-align: left;
	border: none;
	margin-bottom: 20px;
	}
#sidebar #bloghome a,
#sidebar #bloghome:visited {
	text-decoration: none;
	}
#sidebar #bloghome a:visited {
	color: rgb(20,40,240);
	}
#sidebar #bloghome a:hover {
	text-decoration: underline; 
	color: rgb(120,120,120);
	}
#homecalendar {
	padding: 0;
	margin: 5px 0 5px;
	position: relative;
	right: -11px;
}
#homecalendar iframe {
	padding: 0;
	margin: 0;
}
#sidebar h2 a:link,
#sidebar h2 a:visited {
	text-decoration: none;
	color: rgb(40,70,120);
}
#sidebar h2 a:hover {
	color: rgb(120,120,120);
}


/* FOOTER Styles
---------------------- */
#help {
	position: relative;
	right: 15px;
	border: 1px solid rgb(50,90,150);
	background-color: rgb(50,90,150);
	padding: 2px 15px 4px 14px;
	color: rgb(255,255,255);
	margin-top: 40px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	clear: both;
	}
#help p {
	width: auto;
	margin: 0;
	}
#footer {
	font-size: 11px;
	line-height: 11px;
	font-variant: small-caps;
	}
#footer p {
	width: auto;
	margin: 3px 0 0;
	padding: 2px 0 0;
	}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: rgb(10,10,40);
	}
#footer a:hover {
	text-decoration: underline;
	}

/* FORM Styles
---------------------- */
#signup {
	padding: 0 0 5px;
	margin: 0 0 20px 10px;
	border: 1px solid rgb(50,90,150);
	background-color: rgb(245,250,255);
	}
#signup table {
	margin: 0;
	padding: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
#signup h2 {
	margin: 0;
	padding: 1px 8px;
	background-color: rgb(50,90,150);
	font-size: 13px;
	color: rgb(255,255,255);
	}
#signup p {
	width: auto;
	margin: 8px 8px 2px;
	font-size: 11px;
	line-height: 15px;
	}
#signup td p {
	text-align: right;
	margin-right: 5px;
}
#signup td {
	font-size: 11px;
	text-align: left;
	}
#signup td.right {
	width: 92px;
	text-align: right;
	}
#signup input.label {
	border: 1px solid rgb(50,90,150); 
	font-size: 11px;
	color: rgb(50,90,150);
	padding: 1px;
	}
#signup td.times {
	text-align: right;
	}
#signup .error {
	color: rgb(180,20,20);
	font-weight: bold;
	font-size: 10px;
	}
#page .pledge {
	width: 220px;
	float: right;
	margin-left: 25px;
	}
.pledge h2 {
	width: auto;
	}
#search #s {
	border: 1px solid rgb(50,90,150); 
	width: 130px;
	padding: 1px 1px;
	}
#searchsubmit {
	border: 1px solid rgb(50,90,150); 
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	width: 95px;
	background-color: rgb(110,170,215);
	border: 1px solid rgb(50,90,150);
	color: rgb(255,255,255);
	cursor: pointer;
	}
#searchsubmit:hover {
	background-color: rgb(50,90,150);
	}

/* IMAGES Styles
---------------------- */
img, img a {
	border: none;
	}
img.center,
div.center {
	text-align: center;
	margin: 5px 0 15px;
	}
img.right,
div.right,
blockquote.right,
.imageR {
	float: right;
	margin: 5px 0 10px 20px; 
	}
img.left,
div.left,
blockquote.left,
.imageL {
	float: left;
	margin: 5px 20px 10px 0; 
	}
.imageL p,
.imageR p {
	display: none;
	}
/*
blockquote.left p.quote {
	margin-right: 0;
	}
blockquote.right p.quote {
	margin-left: 0;
	}
*/
div.right,
div.left {
	width: 250px;
	}
#page .up {
	position: relative;
	top: -14px;
	left: 7px;
	padding: 0;
	}
#page .down {
	position: relative;
	top: 12px;
	}
#page .thumb {
	margin-right: 7px;
	}
#page .last {
	margin-right: 0;
	}
.genericvideo {
	border: 1px solid #222;
	}
.genericvideo iframe {
	}

/* BLOG Styles
---------------------- */
.more-link {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	}
dd .more-link {
	padding-left: 5px;
	}
.commentlist li {
	font-weight: bold;
	border: 1px solid rgb(50,90,150);
	padding: 10px;
	background-color: rgb(240,250,240);
	}
.commentlist li.alt,
.commentlist li.alt li  {
	background-color: rgb(245,245,230);
	}
.commentlist li ul li {
	border: none;
	padding: 0;
	margin: 0 0 0 20px;
	list-style-image: url('bluedot.gif');
	font-weight: normal;
	}
.commentlist p {
	margin: 15px 0 0;
	font-weight: normal;
	}
h3#comments {
	margin-bottom: 15px;
/*	padding-left: 47px; */
	}
.commentlist h6 {
	margin: 15px 0 0;
	text-align: right;
	border-bottom: none;
	padding-bottom: 0;
	}
/*
.sharethis {
	font-size: 10px;
	border: 1px solid rgb(125,125,205);
	padding: 1px 2px 2px;
	width: 85px;
	}
.sharethis a {
	text-decoration: none;
	font-weight: bold;
	}
	*/

/* TOPNAV Styles
	Usage: Links to Earlier and Later entries at top of page
------------------------- */
ul.topnav {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-size: 12px; 
	text-align: center;
	border: 1px solid rgb(100,120,200);
	color: rgb(100,120,200);
	border-right: none;
	border-left: none;
	}
.topnav li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	padding: 0;
	margin: 0;
	}
.topnav .home {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.topnav .next,
.topnav .prev {
	width: 210px; 
	}
.topnav .next {
	text-align: right;
	float: left;
	}
.topnav .prev {
	text-align: left;
	float: right;
	}
.topnav li a:link,
.topnav li a:visited {
	text-decoration: none;
	}
.topnav li a:hover {
	text-decoration: underline;
	}
.topnav li.home a {
	padding: 0;
	}


/* Balloon Reports Styles 
---------------------- */
.post .pink, .post .blue {
	margin: 0 0 10px;
	padding: 15px 15px 5px;
	border: 1px solid;
	color: rgb(0,0,0);
	}
.post .pink {
	border-color: rgb(220,110,130);
	background-color: rgb(255,210,235);
	}
.post .blue {
	border-color: rgb(40,130,190);
	background-color: rgb(130,240,255);
	}
.post .pink h3, .post .blue h3 {
	font-size: 19px;
	margin-bottom: 15px;
	}
.post .pink h3 {
	color: rgb(220,110,130);
	}
.post .blue h3 {
	color: rgb(40,130,190);
	}
	
/* Council E-mail Form Styles 
---------------------- */
#emailform {
	border: 2px solid rgb(100,100,100);
	background-color: rgb(230,230,230);
	padding: 0 0 25px;
}
#emailform td.left {
	width: 150px;
	text-align: right;
	font-size: 11px; 
	font-weight: bold;
	color: rgb(60,60,60);
	vertical-align: top;
	padding-right: 10px;
}
#emailform input,
#emailform textarea {
	border: 1px solid rgb(100,100,100);
	padding: 1px 1px 2px;
	font-size: 11px; 
	width: 250px;	
	font-family: verdana;
}
#emailform td.right em {
	font-size: 11px;
	margin-bottom: 5px;	
}
#emailform .formsubmit {

}
#emailform .formsubmit td.right {
	text-align: right;
	}
#emailform td.right .button {
	margin-top: 5px;
	background-color: rgb(50,50,50);
	border: 2px solid rgb(130,130,130);
	color: rgb(200,200,200);
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 1px 2px 3px;
	width: 135px;
}
#emailform td.right .button:hover {
	border-color: rgb(50,50,50);
	background-color: rgb(130,130,130);
	color: rgb(0,0,0);
}

#emailform .error,
#emailform td.error{
	color: rgb(200,0,0);
	font-weight: bold;
}
#emailform p {
	text-align: center;	
}
#emailform h2 {
	text-align: center;
	background-color: rgb(100,100,100);
	padding: 1px 2px;
	margin: 0 0 25px;
	color: rgb(255,255,255);
}
div.email {
	text-align: left;
	border: 1px solid blue;
	background-color: rgb(235,235,255);
	padding: 10px;
	width: 600px;
	margin: 10px;
	position: relative;
	z-index: 10000;
}
div.email p {
	text-align: left;	
}	
