/* Bloggish Answers, by Emily Ravenwood; ids apply to divs unless otherwise noted; this css based on sidebar-on-left layout */

/* #434909 dark green; #6D6330 olive; #506F45 medium green; */


/* general classes */

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

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

a { color: #506F45; text-decoration: none; }

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

a:hover { text-decoration: underline; }


/* total containers */

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

	.layout-two-column-left {}

	.lj-view-recent {}

	.lj-view-archive {}

	.lj-view-month {}

#container {}

#container-inner {}



/* header */

#banner { height: 200px;
	text-align: center;
	background: url(http://www.alltrees.org/LJmods/styles/bloggish/willow.jpg) top right no-repeat;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 40px 0; }

#banner-inner { margin-right: 390px;
	margin-top: 50px; }

#banner-header { font-style: italic; } /* h1, journal title */

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


/* body of page */

#page-body {  } 

#page-body-inner {}


/* main column */

#beta { margin: 0 0 0 230px;
	padding: 10px 15px 10px 30px; } /* makes room for the sidebar */

#beta-inner { }

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

.date-header { color: #fff; 
	background: #000;
	margin: .5em 0;
	padding: 2px 5px; } /* h2, the day-date separator */


/* entries */

.entry { margin: 2em 1em; }

.entry-userpic { float: left;
	margin-right: .5em;
        width: 200px; }

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

.entry-content { padding: .5em; } /* 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 bloggish 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: 210px;
	float: left;
	margin: 0 10px;
	border-right: 1px dotted #000;
	padding-right: 10px; } /* positions sidebar at side */

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

#gamma {}

#gamma-inner {}

.module { margin: 2em 0;
	 padding: 0 1.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 { border-bottom: 1px dotted #333; } /* 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-viewlinks.module { padding-left: 0; padding-right: 0; }
	
	.module-viewlinks ul.module-list { 
		margin-bottom: 20px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		margin-left: 0; padding-left: 0; }
	
	.module-viewlinks li.module-link-item { margin-left: 0; padding-left: 0; }
		
		.module-viewlinks a { display: block; padding: 0 3px; margin: 2px 0; }
		.module-viewlinks a:visited {  }
		.module-viewlinks a:hover { background: #000; color: #fff; text-decoration: none; }


.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 */