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

/*---- COLOR: Blue ------------------------*/
/* Link Color */ 
a { 
    color: #0B326B; 
  }

/* Banner Background Color */
#banner-inner { background: #0B326B;  }

	/* Blog Title Color */
	#banner-header a { color: #fff; }
	
	/* Description Color */
	#banner-description { color: #f9f9f9; }

/* Left-Right Border Color */
#container { 
	border-left: 20px solid #0B326B; 
	border-right: 20px solid #0B326B; 
	}

/* Make content links stand out in posts and modules */
.entry-content a, .module-content a { text-decoration: underline; }
