/*
Stylesheet for "Spicy" color variation.
*/

body { background: #003869 url(spicy/bodyBg.jpg) no-repeat center top; }

.in { background: url(spicy/bodyBottom.jpg) repeat-x center bottom; }

.header { background: url(spicy/headerBg.jpg) no-repeat center top; }
.header p { color: #ffd1bc; }

.menuBar ul li a { color: #ffd1bc; }

.featuredPosts { border-top: solid 1px #FF9663; background: #DC4500 url(spicy/featuredBg.jpg) repeat-x center top; }
.featuredPosts li strong { background: #FFF0E9 url(spicy/featuredTitleBg.jpg) repeat-x center top; color: #A1A876; }
.featuredPosts li strong em { color: #000; }

.content { background: white url(spicy/contentBg.jpg) repeat-y center right; }

.rightContent { background: #FFF7EA url(spicy/sidebarBg.jpg) repeat-x center top; color: #94915f; }
.rightContent h3 { color: #6c614d; }
.rightContent ul a { color: #6c6454; }
.rightContent a#twitterFollow, .rightContent a#rssSubscribe { color: #00569e; }

.post .topics a, .post .postContent a, a:link, a:active, a { color: #dc4700; }

.footer { background: #002F59 url(spicy/footerBg.jpg) no-repeat center top; }
.footer, .footer a { color: #587996; }