/* Bloggish Found, by Emily Ravenwood; ids apply to divs unless otherwise noted */


/* general classes */

.pkg {} /* applied to all -inner divs */

h1, h2, h3 { font-family: "Century Gothic", Verdana, sans-serif; font-weight: normal; }

a { color: #0030bc; text-decoration: none; }

a:visited { color: #00307c; text-decoration: none; }

a:hover { text-decoration: underline; }


/* total containers */

body { font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background: #ffffff; }

	.layout-two-column-right {}

	.layout-two-column-left {}

	.lj-view-recent {}

	.lj-view-archive {}

	.lj-view-month {}

#container {}

#container-inner {}



/* header */

#banner { height: 160px;
	text-align: center;
        background: url(http://www.alltrees.org/Branch/writing/images/flame.wpen.jpg) top left no-repeat;}

#banner-inner { margin-left: 165px; }

#banner-header {} /* h1, journal title */

#banner-description {} /* h2, journal description/subtitle */


/* body of page */

#page-body {  } 

#page-body-inner {}


/* main column */

#beta { margin: 0 0 0 15em; } /* makes room for the sidebar */

#beta-inner { background: url(http://www.alltrees.org/Branch/writing/images/found.jpg) top right repeat-y;
	padding-right: 70px }

.content-nav { text-align: right; } /* p, the 'previous 20' link; same style applies to top and bottom of page */

.date-header { color: #555555; 
	border-bottom: solid 1px #555555;
	margin: .5em; } /* h2, the day-date separator */


/* entries */

.entry { margin: 2em 1em;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888; }

.entry-userpic { float: left; }

.entry-header { border-bottom: 1px solid #333333; } /* h3, title of entry */

.entry-content {} /* wraps text, tags and footer links */

.entry-body {} /* actual text and tags */

.ljtags { font-size: small;
	margin-top: 2em; } 

.entry-footer { font-size: small; } /* p, encloses the time stamp and footer links */

.permalink {} /* applies to the base url link only */

.separator {} /* span, applies to the pipes that separate the links */


/* comments (currently total guesswork, since I use mixit in free mode) */

.comments-header {}

.comment {}

.comment-userpic {}

.comment-header {}

.comment-content {}

.comment-body {}

.comment-footer {}



/* archive view done with unclassed list and table with styles at tag-level; not alterable; to change, alter at code layer */

.lj-view-archive ul {}

.lj-view-archive li {} /* links to years */

.lj-view-archive table {}

.lj-view-archive td {} /* month grids */

/* month view done with a definition list, unclassed */

.lj-view-month dl {} /* list as a whole */

.lj-view-month dt {} /* dates */

.lj-view-month dd {} /* entry titles /*



/* sidebar(s) in two column with sidebar on left setting */

#alpha { width: 15em;
	float: left; } /* positions sidebar at side */

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

#gamma {}

#gamma-inner {}

.module { margin: 2em .5em; }

.module-content {} /* note for specificity:  outer div is styled with 'specific-module module' while inner div is styled with 'module-content'; header comes between the two */

.module-header {} /* h2 (applies to calendar, link list, categories, summary and syndicate) */

.module-list { list-style: none; 
	margin: 0;
	padding: 0; } /* ul */

.module-list-item { line-height: 1.5em;
	padding: 0 .5em; } /* li. The list list-item classes apply to all sidebar lists */

.module-photo { display: none; } /* your userpic */

.module-viewlinks { font-size: small; } /* navigation links--uses lists */

.module-calendar {} /* div encloses an otherwise un-classed table */

	.module-calendar table { border: solid 1px #888888;
		border-collapse: collapse; }
		
	.module-calendar td { border: solid 1px #888888;
		border-collapse: collapse; }
		
	.module-calendar th { color: #555555;
		font-weight: normal; }

.module-typelist {} /* your link list--uses lists */

.module-categories {} /* your tags--uses lists */

.module-pagesummary {} /* the page summary--uses lists */

.module-syndicate {} /* syndicate note for feeds */

.module-powered {} /* powered by note */