/*============ Element Theme // THEME CSS =============================*/
@import url(/.shared/themes/typepad/theme-element/element.css);


/*============ Element Theme // FRAME - DEFAULT =============================*/
body { background-color: #EBE9D3; }

a { color: #9AC5D3; }

a:hover { color: #202020; }


/*============ Element Theme // BANNER ======================================*/

/* Blog Title Positioning --------*/
#banner-header {
	background: #fff url(/.shared/themes/typepad/theme-element/sandherringbone.png) repeat center;
}


/*============ Element Theme // POSTS ===========================*/
/* Featured Post Container */
.entry-featured { 
	background-color: #9CD6D8; 
	}

	/* Featured Post Title - Link */
	.entry-featured .entry-header a { color: #202020; }

	/* Featured Post Body - Font */
	.entry-featured .entry-content { color: #202020; }

		/* Featured Post Body Link - Font */
		.entry-featured .entry-body a { color: #f9f9f9; }
			.entry-featured .entry-body a:hover { color: #202020; }
	

/*============ Element Theme // PAGINATION =========================*/
/* Blog Pagination - Font */
.pager a { color: #333; }


/*============ Element Theme // SIDEBAR =========================*/

.module-elsewhere .module-list-item a { 
	color: #9AC5D3 !important;
	*color: #9AC5D3 !important;
	_color: #9AC5D3 !important;
	}
	

/*============ Element Theme // COMMENTS =========================*/

/* Adjust color for Comment Links */
.comments a, .comments-open a { color: #fff; }

	/* Change color of links in comment footer */
	.comment-footer a { color: #9AC5D3; }
