/*
Stylesheet for "Smooth" color variation.
*/

body { background: #983400 url(smooth/bodyBg.jpg) no-repeat center top; }

.in { background: url(smooth/bodyBottom.jpg) repeat-x center bottom; }

.header { background: url(smooth/headerBg.jpg) no-repeat center top; }
.header p { color: #f0fbac; }

.menuBar { border-top: solid 1px #E9FF5F; }
.menuBar ul li a { color: #f0fbac; }

.featuredPosts { border-top: solid 1px #E9FF5F; background: #8DA403 url(smooth/featuredBg.jpg) repeat-x center top; }
.featuredPosts li strong { background: #F8FFCF url(smooth/featuredTitleBg.jpg) repeat-x center top; color: #A1A876; }
.featuredPosts li strong em { color: #9f3600; }

.content { background: white url(smooth/contentBg.jpg) repeat-y center right; }

.rightContent { background: #FDFBCB url(smooth/sidebarBg.jpg) repeat-x center top; color: #94915f; }
.rightContent h3 { color: #535135; }
.rightContent ul a { color: #7d7a51; }
.rightContent a#twitterFollow, .rightContent a#rssSubscribe { color: #c74500; }

.post .topics a, .post .postContent a, a:link, a:active, a { color: #809300; }

.footer { background: #5F2001 url(smooth/footerBg.jpg) no-repeat center top; }
.footer, .footer a { color: #ac836d; }