@import url(/.shared/themes/typepad/theme-tectonic/tectonic.css);

/*============ Typepad Theme // COLORS Forest ======================================*/

body {
background: #efefef url(forest-bg.png) top center repeat-y;
color: #000;
}

/* --- LINKS ---------------------------------------*/

/* Default Link Color */
a {
color: #7c741f;
text-decoration: none;
}  

/* --- NAV BAR -------------------------------------*/

/* Nav Bar Color */
#nav { background: #969696; }

#nav a:link:hover, #nav a:visited:hover { background: #666;  }

#nav { border-left: 20px solid #666; }

/* --- POSTS ---------------------------------------*/

/* Date Header */
h2.date-header { color: #000; background: #dfdaaa;  }


/* --- SIDEBAR -------------------------------------*/

.module-header { background: #d5eae9; }

.module-content a:hover {
	color: #7c741f;
	text-decoration: none;
	}  

.module-calendar a { color: #7c741f; }

.module-search input[type="search"],
.module-search input[type="submit"],
.module-syndicate .module-content,
.module-powered .module-content {
background-color: #666;
color: #fff;
}

/* --- FOOTER --------------------------------------*/

/* Footer Link Hover Color */
#footer a:hover { color: #7c741f; }
