/*
DecafDivas.net v1.1
Design by Castle Communications
Code by Stratejus Marketing, http://www.stratejus.com/

Stylesheet for Interior Pages
*/


/* Links */

.news #content a {
	color: #9FB123;
}
.news #content a:hover {
	border-bottom: 1px dotted #9FB123;
}
.cook #content a {
	color: #755E81;
}
.cook #content a:hover {
	border-bottom: 1px dotted #755E81;
}
.talk #content a {
	color: #00839D;
}
.talk #content a:hover {
	border-bottom: 1px dotted #00839D;
}
.shop #content a {
	color: #D4564F;
}
.shop #content a:hover {
	border-bottom: 1px dotted #D4564F;
}


/* Headers */

div#header {
	height: 120px;
}
.news #header {
	background: url(images/news_header.jpg) no-repeat;
}
.cook #header {
	background: url(images/cook_header.jpg) no-repeat;
}
.talk #header {
	background: url(images/talk_header.jpg) no-repeat;
}
.shop #header {
	background: url(images/shop_header.jpg) no-repeat;
}


/* Button Hover States */

.news #btnCook a:link, .news #btnCook a:visited {
	background: url(images/btn_cook_up.gif) no-repeat;
}
.news #btnCook a:hover, .news #btnCook a:active {
	background: url(images/btn_cook.gif) no-repeat;
}
.news #btnTalk a:link, .news #btnTalk a:visited {
	background: url(images/btn_chat_up.gif) no-repeat;
}
.news #btnTalk a:hover, .news #btnTalk a:active {
	background: url(images/btn_chat.gif) no-repeat;
}
.news #btnShop a:link, .news #btnShop a:visited {
	background: url(images/btn_shop_up.gif) no-repeat;
}
.news #btnShop a:hover, .news #btnShop a:active {
	background: url(images/btn_shop.gif) no-repeat;
}

.cook #btnTalk a:link, .cook #btnTalk a:visited {
	background: url(images/btn_chat_up.gif) no-repeat;
}
.cook #btnTalk a:hover, .cook #btnTalk a:active {
	background: url(images/btn_chat.gif) no-repeat;
}
.cook #btnShop a:link, .cook #btnShop a:visited {
	background: url(images/btn_shop_up.gif) no-repeat;
}
.cook #btnShop a:hover, .cook #btnShop a:active {
	background: url(images/btn_shop.gif) no-repeat;
}
.cook #btnNews a:link, .cook #btnNews a:visited {
	background: url(images/btn_news_up.gif) no-repeat;
}
.cook #btnNews a:hover, .cook #btnNews a:active {
	background: url(images/btn_news.gif) no-repeat;
}

.talk #btnShop a:link, .talk #btnShop a:visited {
	background: url(images/btn_shop_up.gif) no-repeat;
}
.talk #btnShop a:hover, .talk #btnShop a:active {
	background: url(images/btn_shop.gif) no-repeat;
}
.talk #btnNews a:link, .talk #btnNews a:visited {
	background: url(images/btn_news_up.gif) no-repeat;
}
.talk #btnNews a:hover, .talk #btnNews a:active {
	background: url(images/btn_news.gif) no-repeat;
}
.talk #btnCook a:link, .talk #btnCook a:visited {
	background: url(images/btn_cook_up.gif) no-repeat;
}
.talk #btnCook a:hover, .talk #btnCook a:active {
	background: url(images/btn_cook.gif) no-repeat;
}

.shop #btnNews a:link, .shop #btnNews a:visited {
	background: url(images/btn_news_up.gif) no-repeat;
}
.shop #btnNews a:hover, .shop #btnNews a:active {
	background: url(images/btn_news.gif) no-repeat;
}
.shop #btnCook a:link, .shop #btnCook a:visited {
	background: url(images/btn_cook_up.gif) no-repeat;
}
.shop #btnCook a:hover, .shop #btnCook a:active {
	background: url(images/btn_cook.gif) no-repeat;
}
.shop #btnTalk a:link, .shop #btnTalk a:visited {
	background: url(images/btn_chat_up.gif) no-repeat;
}
.shop #btnTalk a:hover, .shop #btnTalk a:active {
	background: url(images/btn_chat.gif) no-repeat;
}


/* Sidebar Backgrounds */

.talk div#col1 {
	background: url(images/talk_bg.png) repeat-y;
}
.talk #col1 .colFoot {
	background: url(images/talk_foot.png) no-repeat;
}
.news div#col1 {
	background: url(images/news_bg.png) repeat-y;
}
.news #col1 .colFoot {
	background: url(images/news_foot.png) no-repeat;
}
.cook div#col1 {
	background: url(images/cook_bg.png) repeat-y;
}
.cook #col1 .colFoot {
	background: url(images/cook_foot.png) no-repeat;
}
.shop div#col1 {
	background: url(images/shop_bg.png) repeat-y;
}
.shop #col1 .colFoot {
	background: url(images/shop_foot.png) no-repeat;
}

/* Remove SW Logo */

#footer ul {
	margin-right: 0;
}
div#swLogo {
	display: none;
}
