/*  
Theme Name: Ink Burns Green Boxes
Theme URI: http://www.alltrees.org/Branch/archive/
Description: Ink Burns theme based on the <a href="http://binarybonsai.com/kubrick/">Kubrick</a> code.
Version: 1
Author: Emily Ravenwood
Author URI: http://www.alltrees.org/Branch/archive/
	The CSS and XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*red:CF4501; yellow: #FCFDD1; */

/*whole page containers and classes */ 

body { margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif }
	
	.mac #page { font-family: Verdana, sans-serif; }

H1, H2, H3, H4 { font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: normal; }
	
	H1 a { font-weight: normal; color: #000000; }
		
	H1 a:visited { color: #000000; }
	
	.single h3, .static-page h3 { margin-top: 40px;
		 }
	
	.single h2 { padding-top: 20px;
		padding-bottom: 10px; }
	.single h2 a { color: #000; }
	.single h2 a:visited { color: #000; }
		

A { color: #669900; 
	text-decoration: none; 
	font-family: "Century Gothic", Verdana, sans-serif; }

A:visited { color: #889955; text-decoration: none;  }

A:active { text-decoration: underline overline }

A:hover { text-decoration: underline; }

HR { margin-top: 2em;
	margin-bottom: 2em;}
	
.readthis { color: #D24402; } /* for anything to be really emphasized MANUAL*/

.center { text-align: center; }

#page {  background: url(images/greenstrip.jpg) top left repeat-y;}


/*header*/

#header {}

#headerimg { }

#headerimg-inner {}

#header-text {margin: 0;
	padding: 0 20px 0 240px;
	text-align: right;
	border-top: 25px solid #673;}

#site-name {}

	#site-name h1 {margin-top: 0; padding-top: 7px;
		margin-bottom: 0; padding-bottom: 0; }

#site-description { }

	#site-description  p {margin-top: 0; padding-top: 10px;
		margin-bottom: 0; padding-bottom: 0; }

#header-menu { margin: 1.5em 0 0 0;
	padding: 0 3px;
	text-align: center;}
	
	#header-menu a { padding-left: 1em; padding-right: 1em;}
		
	#header-menu a:visited {  }
	#header-menu a:hover { }
	
	#header-menu ul { 
		list-style: none;
		margin: 0;
		padding: 0; }
	
	#header-menu li { margin: 0;
		padding: 0;
		display: inline; }

		
li.page_item {}

#header-menu li.current_page_item a { color: #000000; }
	#header-menu li.current_page_item a:visited { color: #000000;  }


/*content--find these in header.php and footer.php*/

#content {  }
	
#content-inner {}
	
#content-footer { clear: both; } /*mostly just there to be a clearing block*/
	

/*main column*/

#alpha { margin: 0 0 0 240px;
	padding: 1em 1em 1em .5em;
	 }
	 
	 .static-page {} /* class added to alpha div in page.php */
	 .single {} /* class added to alpha in single.php */

.pagetitle-wrapper { text-align: center; } /*goes around page title. Views: archive, search */

h2.pagetitle {}

#tagheader a { color: #000 } /*header of the page when you click on a tag (remember not to rewrite urls in Options) */

.navigation { padding-bottom: 1.5em; } /* in single */
.navigation-upper { padding-bottom: 2em;
	padding-top: 1em; } /* upper in Archive */
.navigation-lower { padding-top: 2em;} /* lower in Archive */
	.alignleft { float: left;}
	.alignright{ float: right; }
		.alignleft a,
		.alignright a,
		.alignleft a:visited,
		.alignright a:visited { padding: 3px 5px;
			display: block; }
	
.cat-meta { margin-bottom: 40px;} /* the blurbs at the top of category pages */
	.index-notice {} /* div around the $note */

/*entries*/

.post {} /*whole entry wrapper*/

.post-title {}  
	
.post-title h3 { margin-bottom: 0;
	padding-bottom: 0; } /*text of title. Views: archive, page, search*/

.post-title h2 {  } /* text of title. Views: single, attachment */

	.withauth h2 { padding-bottom: 0;
		margin-bottom: 10px;} /* title on Tennis Sanctuary pages and others with author name */

.postauthor { padding-bottom: 1em;
	font-size: small;
	text-decoration: underline; } /* div around sometime author name in Single */

.postauthor-list { font-size: small;
	color: #666666; 
	padding-top: 5px; } /* the version in archive view */

.entry {  } /*actual text*/

span.summary-meta { font-style: italic; } /*class of the summary metadata*/

.teaser { font-style: oblique;
	color: #666;
	margin: 0 0 .75em 2em;
	list-style: none;
	font-size: small; } /* span and li and blockquote */
	
	.teaser em { font-style: normal; }
	
.essay-teaser { margin: 0;
	font-style: oblique; } /*blockquote */
	
	.essay-teaser em { font-style: normal; }

.authornote { font-style: italic;
	color: #666666;
	list-style: none;
	margin: 1.5em 0; } /* class of the author's notes */
	
	.authornote em { font-style: normal; }

.divider {color: #000000;
	margin-right: 20%;
	margin-left: 20%;}
	
.letter { font-style: italic; 
	margin-left: 30px;
	margin-right: 30px; }
	
#in-series-links {  }

#series-prev  { float: left; }
	#series-prev a { display: block;
		height: 3em; }

#series-next  { float: right; }
	#series-next a { display: block;
		height: 3em; }

.wordcount { font-size: small;
	color: #333333;
	margin: 1px 5px; } 

.post-tags { text-align: right;
	font-size: small;
	margin-bottom: 5px; } 

	.single .post-tags { margin: 0 0 0 50px; } /*on the Single view */
		
#page-edit {} /* edit link in Page */

.postmetadata { font-size: smaller;
	text-align: right; } /*catagories, edit link, comment link. Views: archive, page, search*/

	.postmetadata a { font-weight: normal; }

.closed-post-footer {} /*at end of posts. Views: archive, search*/

.archeader { font-style: italic;} /* blockquotes or spans in the header section of arc pages */

.index-notice { margin: 5px 0;
	border: 3px double #000;
	padding: 7px; }
	
.breadcrumb { border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		margin-bottom: 1em;
		padding: 2px;
		font-size: small; }

#open-post-footer {font-size: x-small;
	clear: right; /* makes footer line up properly under series links */  } /* holds metadata at end of full-view posts.  Views: single, attachment */

#footer-date-index { text-align: right;
	margin: 20px 0; } /*dates posted, modified, categories*/
	
#single-cats { font-size: small; } /*categories particularly*/

#footer-remarks { color: #666;
	margin: 20px 0 0 0; } /*status of comments and pings*/
	
.del-link {} /* class of del.icio.us link */
	.del-link img { border: none; }
	
#jump-to-top { text-align: right;
	font-size: small;} /*the back to top of page link */
	
	#jump-to-top-inner { float: right;
		background-color: #000000;
		padding: 3px; }

#post-dates { text-align: right;
	color: #666;
	font-size: small;
	margin-top: 50px; } /* dates posted and modified below comments */
		
.float-clear { clear: right; } /* clearing element */
	
#tag-list { padding: 2em 4em; } /* goes around the list in the Tags archive, tags.php */

	#tag-list ul { list-style: none; }
	
	#tag-list li { margin-bottom: 7px; }
	
#alt-menu { } /* the workaround menu in a page for IE users*/
	#alt-menu ul { list-style: none; }
	#alt-menu ul ul {list-style: square; }
	#alt-menu ul ul ul { list-style: circle; }

#alpha-clear { clear: both; }


/*sidebar  (note that widet ids and classes are redundant)*/

#beta { position: absolute;
	top: 0;
	left: 20px;
	margin: 0 0 20px 0;
	padding: 150px 0 0 0;
	width: 200px;
	color: #ffffff;
	background: url(images/flame.wpen.3.jpg) top left no-repeat #99aa66; }
	
	#beta a { color: #ffffff; 
		font-size: small; 
		display: block;
		padding: 0 0 0 5px; }
	#beta a:hover { }
	
#beta-inner {}

#beta ul {margin: 0;
		list-style: none;
		/*width: 200px;*/
		padding: 0;
		margin-left: 0;
		padding-left: 0;
		} /*encloses all widgets */
		
		/*.ie5 #beta ul { width: 195px; }*/
		
#beta li {line-height: 1.25em;
	padding: 0;
	margin: 7px 0;
	/*width: 200px;*/}
	

#beta li.widget { background-color: #889955; 
	margin: 1em 5px;
	border: 1px solid #555555;} /* class of all widgets */

h2.widgettitle { font-size: medium;
	padding: 2px 2px 2px 5px;
	margin: 2px 0;
	display: block;
	border-top: 4px double #ffffff;
	border-bottom: 4px double #ffffff; } /*falls inside the li.widget */

li#text-184870131 {}/*encloses categories widget in exclude/include version */

#beta li.widget_text { background-color: transparent;
	margin: 0;
	border: none;} /* to undo the .widget styling in the one enclosing categories */

.textwidget { } 

.textwidget p { background-color: #889955; 
		margin: 5px;
		padding: 3px;
		border: 1px solid #555555;
		font-size: small; }
		
		#beta .textwidget p a { display: inline;
			text-decoration: underline; }

li#categories-1 { padding-left: 0; }

li.widget-categories {}

#categories-1 ul ul li a { /*padding: 0 0 0 1em;*/ }
	#categories-1 ul ul {background-color: #778844; 
		margin: 5px 5px 5px 10px;
		border: 1px solid #555555; }

#categories-1 ul ul ul li a { /*padding: 0 0 0 2em;*/ }
	#categories-1 ul ul ul {background-color: #667733; 
		margin: 5px 5px 5px 10px;
		border: 1px solid #555555;  }

#categories-1 a { font-weight: bold; letter-spacing: .05em; }

#categories-1 ul.children a { font-weight: normal; letter-spacing: normal; }

#beta .current-cat a { background-color: #ffffff;
	color: #000000; } /*category that is open; Views: archive*/
	#beta .current-cat a:visited {   }
	#beta .current-cat a:hover {  }
	
	#beta .current-cat ul li a { background-color: transparent;
		color: #ffffff; } /* items nested below; remember to set back to normal */
		#beta .current-cat ul li a:visited { }
		#beta .current-cat ul li a:hover {  }

li.current-cat-parent {}/* category one up. Views: archive */

li#catagories-essays {} /*added to widgets.php to index essays separately */

#categories-essays ul ul li a { /*padding: 0 0 0 1.5em;*/ }
	#categories-essays ul ul {background-color: #778844;
		margin: 5px 5px 5px 10px;
		border: 1px solid #555555; }

#categories-essays ul ul ul li a { /*padding: 0 0 0 2.5em; */ }
	#categories-essays ul ul ul {background-color: #667733;
		margin: 5px 5px 5px 10px;
		border: 1px solid #555555;  }

#categories-essays a { font-weight: bold; letter-spacing: .1em; }

#categories-essays ul.children a { font-weight: normal; letter-spacing: normal; }

li#search { padding-left: 0;
	padding-right: 5px;  }
	
form#searchform {}
	
	#searchform div { margin: 10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #000000;
	padding: 5px 2px;
	background-color: #ffffff; }

li.widget-search { }

li#recent-posts { padding-left: 0; }

li.recent-posts-widget {}

li#meta { padding-left: 0;}

li.widget-meta {}

li#wp-chgfontsize { padding: 3px;}

li.wp_chgfontsize {}

div.wpchgfontsize { padding: 0; margin: 0; }


/*footer*/

#footer { 
	padding: 2em .5em .5em .5em;
	margin: 0 0 0 240px;
	text-align: center;
	color: #999999; }
	
	#footer a {font-weight: normal; }
	
#footer-top { display: none; } /* the hr at the top which may be set to display: none */

#footer-inner {font-size: x-small;}

#credits-notes { border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 2px 0; } /*attributions to initial authors and distributors */
	
	.each-note { padding: 3px 0; }

#license-notes { text-align: left;
	padding: 0 1em;}

#license-image { float: left;
	margin-right: 1em; }


/*comments*/

#comments-wrapper {  } /*around entire comment area */

#quick-comment { font-size: small;
	margin-bottom: 50px;
	margin-top: 20px;
	border: 4px double #ccc; 
	color: #444;
	padding: 5px;}
	
	#quick-comment h4 { margin: 0; padding: 6px 0 10px 0; } 

	#quick-comment-status { background: #000;
		padding: 5px;
		color: #fff; 
		margin-top: 20px;
		margin-bottom: 40px;} /*the reply after sending*/
		
	#ticky-count {float: right; }

h2#comments { padding: .25em;
	display: block;
	margin-top: 50px; } /*heading of the comments area */
	
	#comments a {   }
	
	#head-add-link {font-size: smaller;} /*span around the (add) */

.commentlist {  } /* encloses comments made */

.comment { position: relative;
	padding: 1px; /* collapsing margin fix */
	margin-bottom: 20px;  } /*surrounds each comment and all sub-comments */
	
.comment-inner {  } /* wraps inside .comment; style box-style comments here */
	
	.comment-childs { margin: 20px 0 5px 20; }

	.comment-inner .chalt { } /* to style alternating boxes, put <?php echo $deep%2 ? ' chalt' : ''; ?> in comment-inner */
		
	.alt {} /* class of every other comment; do not use with a threaded plugin */

.comment-header { border: 1px solid #000000;
	margin-bottom: .5em;
	background-color: #99aa66;
	color: #ffffff; } 
	
	.comment-header a { color: #ffffff; }
	
	.comment-header a:visited { color: #ffffff;  }
	
	.chalt { background-color: #667733; } /*to style alternating headers put the <?php echo $deep%2 ? ' chalt' : ''; ?> in the header div */
	
	.chalt a { }
	
	.chalt a:visited { }

.commenter-icon { float: right;
	margin: 5px 10px;}
	
	img.gravatar { border: 1px solid #000000; } /*actual image class */
	
.comment-by { padding: 3px; } /* commenter name and administrative edit-this link */

.comment-meta {  font-size: x-small ;
	padding: 3px; } /*date and time*/

.body { padding: 0; 
	margin: 2px 0 2px 5px; } /* in wordpress-thread-comment it is the left margin of .body that affects the indent of nesting */
	
	.body p { margin-top: .25em;
		padding-top: 0; }

p.thdrpy {   } /*reply to comment link in wordpress-thread-comment */

#pings { display: block;
	background-color: #666666;
	color: #ffffff;
	padding: .25em; } /*pinglist header; H3 */

.pinglist {}

.ping {} /* each ping */

.ping-inner {} /* carrier for alt */
	.alt {}

.ping .comment-header { background-color: #cccccc; 
	color: #000000;}
	.ping .comment-header a,
	.ping .comment-header a:visited { color: #000000; }

.ping .comment-by {}

.ping .comment-meta {}

.ping .body {}

#addcomment { padding: 10px;
	text-align: left;
	width: auto; 
	margin-top: 2em;} /* encloses the add-comment form */

.add { } /* encloses all the content */

form#commentform { padding: 6px; 
	border: 4px double #000000; } /* the form itself */

	#commentform textarea { width: 80%; }

#logged-in-note {} 

#comment-form-head { text-align: center;
	font-size: large;
	margin: 10px 0; } /* 'leave a comment'  */
	
	#comment-form-head p { margin: 0; padding: 5px; }
	
.trad-notes { font-size: x-small;
	color: #999;
	padding-left: 6.5em; } /* directions for each field */
	
#comment-fields {  }

#comment-fields span {   }
	
#name-section {padding: 5px 3px;  } /* label and field*/

#commenter-name { padding-right: 1.75em; } /*label*/

#email-section { padding: 5px 3px; }

#commenter-email { padding-right: 1.75em; }

#content-section { padding: 5px 3px;}

#commenter-content { vertical-align: top; }

#allowed-characters { font-size: x-small;
	padding: 10px 4px;
	color: #999999; }
	
#buttons { padding: 2px;} /* submit comment and subscription buttons */

p.subscribe-to-comments {} /*the subscribe to comments notifications */

.solo-subscribe-to-comments { text-align: center;
	margin-top: 30px; } /*the subscribe w/out commenting section; also has a class of comment-notes */

