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

/*============ Typepad Theme // RAINBOW ======================================*/

body { background: #fff url(rainbow-bg.gif) top center no-repeat; }

#container-inner { 
-webkit-box-shadow: 0px 0px 10px 4px #ccc;
box-shadow: 0px 0px 10px 4px #ccc;
background:rgba(255,255,255, 0.80);
}

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

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

/* Hover Link Color */
a:hover, a:visited:hover { color: #000; }  

/* Visited Link */
a:visited { color: #666; }  

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

/* Nav Bar Hover Color */
.nav-list-item a:hover {
	background: transparent;
	color: #009999;
	}

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

/* Footer Text */
.entry-footer p { color: #000; }
.entry-footer a { color: #009999; }

/* --- FEATURED POST -------------------------------*/

.entry-featured { 
background: transparent url(divider-rainbow.gif) bottom right no-repeat;
}

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

/* Sidebar Module header */

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

.module-calendar a { color: #009999; }
.module-calendar a:hover { color: #000; }

.module-syndicate {
background: transparent url(rainbow-rss.gif) center left no-repeat;
border-bottom: 1px solid #aaa;
}

/* --- ARCHIVES & COMMENTS ------------------------------------*/

h2.comments-open-header,
h3.comments-header,
.archive-header,
.content-header {
color:  #000;
background: transparent url(divider-rainbow.gif) bottom right no-repeat;
}

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

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

/* --- OTHER ACCOUNTS MODULE --------------------------------------*/
.module-elsewhere a[rel="me"] { background: url(profile-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="twitter.com"] { background: url(twitter-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="flickr.com"] { background: url(flickr-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="facebook.com"] { background: url(facebook-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="pinterest.com"] { background: url(pinterest-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="plus.google.com"] { background: url(gplus-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="atom.xml"] { background: url(rss-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="profile.typepad.com"] { background: url(lilypad-star-rainbow.png) no-repeat center; }
.module-elsewhere a[href*="instagram.com"] {background: url(instagram-star-rainbow.png) no-repeat center; }
