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


/*============ Typepad Theme // COLORS Hilltop ======================================*/

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

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

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

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

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

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

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

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

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


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

.module-header { background: #e6dcc8; }

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

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

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

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

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