/* Stylesheet for all garden weblog pages. This is rebuilt by MT. */
/* 
2002-04-11. Increased indention.
2002-05-18. Added column for photos 
2002-05-30. Add width to correct for problem in Omniweb
	which doesn't calculate width of parent div based on child elements.
2002-12-06. Still a problem with the way columns float in Omniweb. Only use float property on column divs.
2003-03-13. Added bluebonnet image to header.
Change background to white because of archive pages
2003-05-06. Add absolute position to main body to keep from collapsing
2004-03-15. Add square bullets to navlist
Update to be consistent with old CAG pages
Changed Lucida Grande to Optima for the Mac
2007-05-03. Update with changed for WP: columns.
2008-05-14. Change content width to 410 for new-sized photos. Change div.blog to 380.
*/


/* 
Because the sidebar on the blog is the only one with a white background, overrides text colors for links.
996 looks like cc9 when the font is bold, such as in link lists.
 */
A {
	color: #996; background-color: transparent;
	font-family:optima, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
A:link	{color: #996; background-color: transparent; font-weight:bold;}
A:visited	{color: #996; background-color: transparent; font-weight:bold;}
A:active	{color: #663; background-color: #ff9; font-weight:bold;}
A:hover	{color: #663; background-color: #ff9; font-weight:bold;}

/* content + links = columns, pagewrapper */
#content {
	color:#000; background-color:#fff;
	float:left;
	width:410px; /* MT 350; was 400 */
	margin:0px;
	/* MT border-left: 80px solid #cc9; */
	border-right:1px solid #630;
	padding-left:75px; /* MT 15 */
	/* padding-right:5px;*/
}

/* 2002-04-11. Decreased width. */
/* 2002-06-06 Add width to correct for problem in Omniweb and IE Windows
	which doesn't calculate width of parent div based on child elements. */

#links {
	color:#000; background-color:#fff;
	width: 220px; /*MT 330, for photos to fit in sidebar */
	float:left; /* change float to right to test dark maple */
	padding-left:10px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:24ex;
}


/* Contained within div content */
/* With colored borders, needs margins not padding */
div.blog {
	border-bottom:1px solid #630;
	clear:both;
	color:#000; background-color: #fff;
	margin-bottom:10px;
	margin-right:0px;
	margin-top:15px;
	padding-bottom:10px;
	padding-right:0px;
	width:380px;
}

/* MT excerpt box on individual pages. Often used for photos */
/* Contained within div blog */
/* 2007-08-11. WP migration. For now, put excerpt in blog not in sidebar */
div.excerpt {
	color:#333; background-color: #fff;
	/*MT width: 330px;   330, for photos to fit in sidebar */
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:14px;
}


/* Contained within div links to create the links column */
div.side {
	width:200px;
	padding-top: 0px;
	padding-bottom:10px;
	color:#630; background-color:#fff;
}

/* 20040317. For individual archive pages */
div.menu {
	color: #330; background-color: transparent;
}

p.sidetitle {
	font-weight:bold;
	margin-top:0ex;
	margin-bottom:0ex;
	margin-left:0px;
}

span.date {
	color:#630; background-color:transparent;
	font-weight:normal;
	font-size:11px;
}

span.title {
	color:#630; background-color:transparent; 
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

span.archives {
	color:#369; background-color:transparent;
	font-size:12px;
	font-weight:bold;
}

span.posted {
	color:#630; background-color:transparent;
	font-size:11px;
}

span.extended {
	font-size:11px;
}


/* 20070809. Added for WordPress elements */

/* Comment Template */
ol li {
    margin-left: -20px;
    margin-top: 2ex;
    margin-right: 10px;
    padding-right: 10px;

}

ol li p {
    margin-top: 0ex;
    margin-bottom: 1ex;
    padding-right:3px;
    padding-left:3px;
 
}

ol li p.reply {
    background-color:#f0f0d2;
    font-style:italic;
}

li.alt {
}
