/*  
Theme Name: Zero1
Theme URI: http://squarezero.org
Description: Style sheet for Square Zero
Author: Eric Scheidler
Author URI: http://squarezero.org
Version: 1.0

UPDATES:
09-25-08: Made h1/h2 font size and line height smaller to accommodate longer titles
09-26-08: 

*/

@import "sidebar.css";
@import "http://prolifeaction.org/includes/style/boxes.css";

/* COLOR Catalog

---- GREENS ----
Medium Olive Green: rgb(140,155,70)
	-- visited links
	-- menu links
Light Olive Green: rgb(205,225,175)
	-- header border
	-- footer background
	-- h1/h2 hover border
	-- alt comment background
Very Light Olive Green: rgb(235,255,205)
	-- header alt text
Dark Spring Green: rgb(60,140,40)
	-- links
Light Spring Green: rgb(160,185,65)
	-- h1/h2 hover
	-- bottomnav links

---- BROWNS ----
Very Dark Brown: rgb(15,15,0)
	-- regular text
Dark Greyish Brown: rgb(65,65,45)
	-- body background
	-- page border
	-- headings
Medium Greyish Brown: rgb(125,125,105)
	-- h5/h6
	-- hover links
	-- footer text
Medium Light Greyish Brown: rgb(165,165,150)
	-- bottomnav hover
Light Greyish Brown: rgb(195,195,185)
	-- h1/h2/h6 border
	-- blockquote border
	-- comment border
	-- footer border
	-- footnote border
Very Light Greyish Brown: rgb(225,225,210)
	-- blockquote background
	-- comment background

---- OTHERS ----
Almost White: rgb(253,255,255)
	-- page background

------------------------- */


/* MAJOR LAYOUT Styles
------------------------- */

body {
	font: normal normal normal 13px/18px verdana, arial, sans-serif;
	background-color: rgb(65,65,45);
	color: rgb(15,15,0);
	padding: 0;
	margin: 0;
	background-image: url("zerotile.gif");
	background-repeat: x-repeat y-repeat;
	background-position: left 139px;
	text-align: center;
	}
#header {
	background-image: url("treebanner5.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 20px solid rgb(205,225,175);
	padding: 7px 0 53px;
	}
#header_mobile {
	display: none;
	}
#header img {
	border: none;
	position: relative;
	right: 97px;
	font-size: 60px;
	line-height: 43px;
	letter-spacing: 5px;
	word-spacing: 6px;
	font-style: italic;
	font-weight: bold;
	}
#header a:link,
#header a:visited,
#header a:hover {
	text-transform: uppercase;
	position: static;
	color: rgb(235,255,205);
	text-decoration: none;
	}
#page { /* This is the DIV for the entire page (content, footer, menu) */
	width: 720px;
	position: absolute;
	top: 68px;
	right: 50%;
	margin-right: -360px;
	margin-bottom: 40px;
	background-color: rgb(253,255,255);
	border: 4px solid rgb(65,65,45);
	text-align: left;
	}
#content { /* This is the DIV for the page content -- entries, etc. */
	padding: 20px;
	margin-right: 180px;
	}
.post {
	margin-bottom: 50px;
	}

/* HEADINGS Styles
	Usage:
	h1: Main page title, Blog entry title on single page
	h2: Blog entry title(s) on archive and home pages
	h3: Any secondary header
	h4: Various blog page section headers (like above Comments)
	h5: Author and date info for blog entry
	h6: Category and comment info for blog entry
------------------------- */
h1,h2,h3, h4,h5,h6,
h1 a:link, 
h2 a:link,
h1 a:visited,
h2 a:visited {
	color: rgb(65,65,45);
	font-family: "lucida sans", "lucida sans unicode", arial, helvetica, sans-serif;
	}
h1, h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 7px;
	margin: 22px 0;
	padding: 3px 0 0;
	font-variant: small-caps;
	}
h1 a:link, 
h2 a:link,
h2 a,
h1 a:visited,
h2 a:visited {
	display: block;
	border-bottom: 10px solid rgb(195,195,185);
	text-decoration: none;
	padding-left: 15px;
	}
h1 a:hover,
h2 a:hover {
	color: rgb(160,185,65);	
	border-color: rgb(205,225,175);
	position: static;
	}
h3 {
	margin-left: 25px;
	}
h3.list {
	margin: 0 15px 5px;
	font-size: 12px;
	}
/* Original h4 
h4 {
	font-size: 18px;
	line-height: 7px;
	padding-left: 15px;
	font-variant: small-caps;
	border-bottom: 7px solid rgb(195,195,185);
	}
*/
h4 {
	font-size: 17px;
	line-height: 20px;
	padding-left: 15px;
	font-variant: small-caps;
	background-image: url('h4background.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	}
h4 a:hover {
	bottom: 0;
	left: 0;
	color: rgb(65,65,45);
	}
h5,h6,h1.index {
	font-size: 11px;
	color: rgb(125,125,105);
	}
h1.index {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	margin: -7px 0 -3px;
	}
h5 {
	margin: -19px 0 15px;
	padding-left: 15px;
	}
h6 {
	clear: both;
	line-height: 15px;
	margin: 0 15px 15px;
	padding-top: 2px;
	border-top: 1px solid rgb(195,195,185);
	}


/* Other BLOCK Styles
	Usage:
	P.ADDENDUM: Comment added at end of after main entry
	.BIG: Used for large, numbered paragraphs
------------------------- */
p, ul, ol, dl {
	margin: 0 10px 15px 0;
	padding-left: 15px;
	line-height: 18px;
	}
blockquote {
	margin: 0 15px 15px 30px;
	font-size: 13px;
	padding: 15px 15px 0;
	background-color: rgb(225,225,210);
	border: 1px solid rgb(195,195,185);
	}
blockquote p {
	margin: 0;
	padding: 0 0 15px;
	}
ul, ol, dl {
	margin-left: 15px;
	}
.poem {
	font-size: 11px;
	line-height: 16px; /* Different from .commentlist */
	}
.poem,
.poem ul,
.commentlist li ul.poem,
.commentlist li .poem ul {
	list-style-type: none;
	list-style-image: none;
	}
.poem li {
	text-align: left;	
	margin: 0;
	padding: 0;
	}
.quote {
	margin-left: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: rgb(65,65,45);
	}
.quote cite {
	margin-left: 15px;
	font-style: normal;
	font-size: 9px;
	}
.quote cite {
	}
.atop { /* Used with quote as class="quote atop" */
	margin-bottom: 20px;
	}
.cite {
	margin-top: 5px;
	}
p.addendum {
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px 0 0;
	border-top: 1px solid rgb(195,195,185);
	}
p.footnote, ul.footnote {
	list-style-type: none;
	list-style-image: none;
	font-size: 9px;
	line-height: 12px;
/*	border-top: 1px dotted rgb(195,195,185); */
	padding-left: 0;
	padding-top: 3px;
	margin-left: 15px;
	}
ol li {
	margin-left: 5px;
	}
.clear {
	clear: both;
	}
.big li {
	margin-bottom: 15px;
	margin-left: 10px;
	}
dt {
	font-weight: bold;
	margin-bottom: 15px;
	}
dd	{
	margin-bottom: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	}

/* TOPNAV and BOTTOMNAV Styles
	Usage:
	TOPNAV: Links to Earlier and Later entries at top of page (matches H1.INDEX)
	CENTERED: On single pages, links to titles of earlier and leter entries, and Main
	BOTTOMNAV: Links to Earlier and Later entries at bottom of page
------------------------- */
ul.topnav {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-size: 13px; 
	font-variant: small-caps;
	font-weight: bold;
	font-family: "lucida sans", "lucida sans unicode", arial, helvetica, sans-serif;
	float: right;
	position: relative;
	bottom: 11px;
	color: rgb(125,125,105);
	margin-right: 3px;
	}
.topnav li {
	display: inline;
	}
.topnav li a:link, .topnav li a:visited {
	color: rgb(125,125,105);
	text-decoration: none;
	position: static;
	border-color: rgb(125,125,105);
	}
.topnav li a:hover {
	color: rgb(160,185,65);
	border-color: rgb(160,185,65);
	}
.topnav li.home a {
	padding: 0 4px;
	border-right: 1px solid;
	border-left: 1px solid;
	margin: 0 5px;
	}
.topnav li.home a:hover {
	position: relative;
	left: 0;
	}
.topnav li.next a:link,
.topnav li.next a:visited {
	background-image: url("left.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	margin-left: 1px;
	}
.topnav li.next a:hover {
	background-image: url("left2.gif");
	margin-right: 1px;
	}
.topnav li.prev a:link,
.topnav li.prev a:visited {
	background-image: url("right.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	margin-left: 1px;
	margin-right: 1px
	}
.topnav li.prev a:hover {
	background-image: url("right2.gif");
	margin-left: 2px;
	margin-right: 0px;
	}
/* --- CENTERED --- */
#centered {
	text-align: center;
	float: none;
	position: static;
	margin: -11px 0 -7px;
	}
#centered .home {
	display: block;
	}
#centered li.prev a, #centered li.home a {
	margin: 0;
	}
#centered .next,
#centered .prev {
	width: 223px;
	border-top: 1px solid rgb(253,255,255);
	}
#centered .next {
	text-align: right;
	float: left;
	}
#centered .prev {
	text-align: left;
	float: right;
	}
#centered .prev a:hover {
	padding-left: 1px;
	}
/* --- BOTTOMNAV --- */
ul.bottomnav { 
	list-style-type: none;
	list-style-image: none;
	margin: -20px 0 0;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	}
.bottomnav li {
	display: inline;
	}
.bottomnav li.zero {
	}
.bottomnav .zero a:link,
.bottomnav .zero a:visited {
	font-size: 1px;
	line-height: 1px;
	padding: 12px; 
	color: rgb(253,255,255);
	bottom: 0px;
	left: 0px;
	background-image: url("0.gif");
	background-repeat: no-repeat;
	background-position: center center;
	}
.bottomnav .zero a:hover {
	padding-top: 13px;
	padding-bottom: 11px;
	background-image: url("02.gif");
	}
.bottomnav li.next,
.bottomnav li.prev {
	width: 230px;
	border-top: 1px solid rgb(253,255,255);
	padding-top: 4px;
	padding-bottom: 3px;
	position: relative;
	bottom: -1px;
	}
.bottomnav[class] li.next,
.bottomnav[class] li.prev {
	bottom: 12px;
	}
.bottomnav li.next {
	float: left;
	text-align: right;
	}
.bottomnav li.prev {
	float: right;
	text-align: left;
	}
.bottomnav li a:link,
.bottomnav li a:visited {
	padding: 7px 1px 5px;
	color: rgb(160,185,85);
	position: static;
	text-decoration: none;
	}
.bottomnav li.next a:link,
.bottomnav li.next a:visited {
	background-image: url("0left.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 85px;
	margin-right: 1px; 
	}
.bottomnav li.next a:hover {
	color: rgb(165,165,150);
	background-image: url("0left2.gif");
	margin-right: 2px;
	margin-left: -1px;
	}
.bottomnav li.prev a:link,
.bottomnav li.prev a:visited {
	background-image: url("0right.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 85px;
	margin-left: 1px;
	}
.bottomnav li.prev a:hover {
	color: rgb(165,165,150);
	background-image: url("0right2.gif");
	margin-left: 2px;
	margin-right: -1px;
	}


/* LINK Styles 
------------------------- */
a:link,
a:visited {
	color: rgb(60,140,40);
	text-decoration: underline;
	}
a:visited {
	color: rgb(140,155,70);
	}
a:hover {
	color: rgb(125,125,105);
	text-decoration: none;
	position: relative;
	bottom: 1px;
	left: 1px;
	}
.more-link { /* Used for continue reading entry */
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
	}
a.footnote { /* See also p.footnote, ul.footnote */
	font-weight: bold;
	text-decoration: none;
	} /* NOTE: If numbers are needed, create second class, numbers, and use class="footnote number" and make number superscript */


/* Other INLINE Styles 
------------------------- */
.label { /* Used with <strong> */
	font-weight: bold;
	font-variant: small-caps;
	}
em.underscore {
	font-style: normal;
	text-decoration: underline;
	}
.redline,
.strikethru,
.strikethrough {
	text-decoration: line-through;
	font-style: normal;
	}

/* IMAGES Styles 
------------------------- */
img {
	border: none;
	}
.right {
	margin: 4px 0 10px 20px;
	float: right;
	}
.left {
	margin: 4px 20px 10px 0;
	float: left;
	}
.thumb {
	margin: 10px 17px 10px 0;
	}
.last {
	margin-right: 0;
	}
.center {
	margin: 4px 0 10px;
	}


/* COMMENTS Styles 
------------------------- */
.commentlist h6 {
	border-top: none;
	}
.commentlist {
	margin-top: 20px;
	margin-bottom: 20px;
	}
.commentlist li {
	font-size: 15px;
	padding: 15px;
	background-color: rgb(225,225,210);
	margin-bottom: 10px;
	border: 1px solid rgb(195,195,185);
	}
.commentlist p {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 0;
	padding: 0;
	}
.commentlist h6 {
	border: none;
	margin: 10px 0 -5px;
	text-align: right;
	font-weight: normal;
	}
.commentlist h6 span {
	font-weight: bold;
	}
.commentlist li.alt {
	background-color: rgb(205,225,175);
	}
.commentlist blockquote {
	margin: 10px 20px;
	background-color: rgb(205,225,175);
	}
.commentlist blockquote p {
	margin: 0 0 10px;
	}
.alt blockquote {
	background-color: rgb(225,225,210);
	}
.commentlist li ul {
	margin: 10px 0 0 10px;
	list-style-type: disc;
	list-style-image: none;
	background-color: transparent;
	}
.commentlist li li,
.commentlist li.alt li {
	font-size: 11px;
	line-height: 14px;
	background-color: inherit;
	border: none;
	padding: 0;
	margin: 0;
	}


/* FOOTER Styles 
------------------------- */
#footer {
	clear: both;
	background-color: rgb(205,225,175);
	border-top: 4px solid rgb(195,195,185);
	color: rgb(125,125,105);
	padding: 2px 15px;
	font-size: 11px;
	word-spacing: 1px;
	font-weight: bold;
	}


/* FORM Styles 
------------------------- */
form {
	margin: 0;
	padding: 0;
	}
input.text, textarea
	{
	font: normal normal normal 13px/18px verdana, arial, sans-serif;
	padding: 2px;
	margin: 0 0 4px;
	border: 2px solid rgb(195,195,185);
	background-color: rgb(250,255,245);
	}
#comment { /* ID of textarea on comment form */
	margin-left: 15px;
	width: 445px; 
	}
input.comment { /* Class of inputs on comment form */
	margin-left: 15px;
	}
p.comment {
	margin-bottom: 5px;
	}
p.formnote {
	margin-left: 15px;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 14px;
	}
label {
	position: relative;
	bottom: 4px;
	font-weight: bold;
	}
input.button {
	border: 2px solid rgb(140,165,45);
	padding: 1px 1px 0;
	font: normal small-caps bold 15px/19px "lucida sans", "lucida sans unicode", arial, helvetica, sans-serif;
	background-color: rgb(160,185,65);
	color: rgb(253,255,255);
	letter-spacing: 1px;
	word-spacing: 2px;
	cursor: pointer;
	}
input.button:hover {
	padding: 0 0 1px 2px;
	background-color: rgb(190,215,95);
	color: rgb(95,95,75);
	}
	
	
.mary {
	position: relative;
	top: -315px;
	right: 2px;
	margin-bottom: -305px;
}

.pdf {
	font-size: 0.8em;
}