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

Common Stylesheet
*/

body {
	background: #A98470;
	color: #382F24;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
}

/*=== LINK STYLING ===*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.col a {
	color: #FFF;
}
a img {
	border: none;
}

/*=== BASIC STRUCTURE ===*/

div#container {
	width: 760px;
	margin: 20px auto;
	background: url(images/bg.jpg) repeat-y;
}
body#homepage div#header {
	height: 179px;
	background: url(images/header_new.jpg) no-repeat;
}
div#title {
	position: relative;	
}
#title a {
	display: block;
	width: 324px; height: 52px;
	position: absolute;
	top: 22px; left: 18px;
	z-index: 1000;
	text-indent: -9999px;
	overflow: hidden;
	/* stupid hack to get this to show up in IE */
	background: url(images/talk_foot.png) 120% 120% no-repeat;
}
#homepage #title a {
	top: 78px;
}
div#subtitle {
	display: none;
}
div#nav {
	padding-top: 77px;
}
#homepage #nav {
	padding-top: 141px;
}
#nav ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	font-size: 2.8em;
	font-weight: bold;
	text-align: center;
}
#nav ul li a {
	display: block;
	width: 177px; height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}
li#btnNews a:link, li#btnNews a:visited, li#btnNews a:hover, li#btnNews a:active {
	background: url(images/btn_news.gif) no-repeat;
}
li#btnCook a:link, li#btnCook a:visited, li#btnCook a:hover, li#btnCook a:active {
	background: url(images/btn_cook.gif) no-repeat;
}
li#btnTalk a:link, li#btnTalk a:visited, li#btnTalk a:hover, li#btnTalk a:active {
	background: url(images/btn_chat.gif) no-repeat;
}
li#btnShop a:link, li#btnShop a:visited, li#btnShop a:hover, li#btnShop a:active {
	background: url(images/btn_shop.gif) no-repeat;
}
div#main {
	/*background: url(images/swlogo_lg.gif) no-repeat bottom right;*/
	padding-bottom: 54px;
}
div.col {
	width: 177px; height: 390px;
	position: relative;
	float: left;
	margin-left: 10px;
}
#homepage .col {
	height: 332px;
}
div.panel {
	margin: 16px 20px 12px;
}
div.list {
	margin: 0 16px 20px;
	color: #E2E2E2;
	font-size: 1.2em;
}
.list ul {
	margin: 0; padding: 0;
	list-style-type: none;
	line-height: normal;
}
.list ul li {
	position: relative;
}
.list ul li a {
	display: block;
	margin: 0; padding: 4px;
	border-top: 1px solid #FFF;
}
.list ul li ul {
	width: 164px;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 0;
	z-index: 1000;
	background: #D1C4C0;
	border-top: 2px solid #FFF;
	font-size: 1.0em;
}
.list ul ul a {
	border-top: none;
	color: #382F24;
}
#chatMenu a:hover {
	color: #B6CA34;
}
#newsMenu a:hover {
	color: #7A6185;
}
#cookMenu a:hover {
	color: #E47064;
}
#shopMenu a:hover {
	color: #C1D6E3;
}
#chatMenu ul.chatSubmenu a:hover {
	color: #00839D;
}
#newsMenu ul.newsSubmenu a:hover {
	color: #9FB123;
}
#cookMenu ul.cookSubmenu a:hover {
	color: #755E81;
}
.list ul li:hover ul, .list ul li.sfhover ul {
	left: 145px;
}
div.colFoot {
	width: 177px; height: 2px;
	position: absolute;
	bottom: -2px;
}

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

div#content {
	width: 501px;
	position: relative;
	float: right;
	margin-right: 14px; padding: 16px 22px;
	background: url(images/content_bg.png) repeat-y;
}
div#scrollbox {
	/*height: 353px;
	overflow: auto;*/
	padding: 16px 18px;
}
div#contentcontent {
	width: 500px;
	float: left;
	margin: 0; padding: 0;
}
#scrollbox div#contentcontent {
	width: 486px;
}
div#sidebar {
	width: 130px;
	float: right;
	margin: 0 0 0 12px; padding: 0;
}
#sidebar img {
	display: block;
	margin: 0 0 4px;
}
#sidebar p {
	margin: 2px 4px;
	font-size: 1.0em;
}
#contentFoot {
	width: 549px; height: 4px;
	position: absolute;
	left: 0; bottom: -4px;
	background: url(images/content_foot.png) no-repeat;
}
hr {
	visibility: hidden;
	clear: both;
}
div#footer {
	position: relative;
	height: 18px;
	padding: 6px;
	background: #FFF;
	color: #7C6850;
	font-size: 1.2em;
	font-weight: bold;
}
#footer ul {
	margin: 0 88px 0 0; padding: 0;
	list-style-type: none;
	line-height: normal;
}
#footer ul li {
	display: inline;
	float: right;
	margin: 0 12px;

}
#footer ul li a {
	color: #382F24;
}
div#swLogo {
	position: absolute;
	right: 0; bottom: -1px;
}


/*=== STANDARD FORMATTING ===*/

blockquote {
	margin-left: 2em; padding-left: 1em;
	border-left: 2px solid #D1C4C0;
	font-style: italic;
}
h1 {
	margin-top: 0;
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}
h2.bold {
	font-weight: bold;	
}
h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
}
img.left {
	float: left;
	margin: 0 1.2em 0.6em 0;
}
img.right {
	float: right;
	margin: 0 0 6px 12px;
}
img.edges {
	border: 2px solid #7C6850;
}
p {
	font-size: 1.1em;
	line-height: 140%;
}
ul, ol {
	font-size: 1.1em;
	line-height: 140%;
}
.required {
	color: #F00;
	font-weight: bold;
}
ul#recipes {
	margin: 0; padding: 0;
	list-style-type: none;
}
ul#recipes li {
	display: inline;
	float: left;
	width: 130px; height: 166px;
	margin: 0; padding: 5px 16px;
}
#recipes img {
	display: block;
	margin: 0 auto 2px;
}
