/* 
Title:  	   master stylesheet
Updated:	   August 9, 2006

Key Colours
-----------

Red:		
Orange:		
Grey:		

*/

/* define screen styles
---------------------------------------------------------- */

@media screen {

	/* global styles
	---------------------------------------------------------- */

	* {
		margin: 0;
		padding: 0;
		}

	body {
		margin: 0 0 10px 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		text-align: center;
		line-height: 1.5em;
		color: #333;
		background: #ebd8c1 url(images/choc_body_bg.gif);
		}
		
	a {
		color: #571b10;
		text-decoration:underline;
		}

	a:visited {
		color: #000;
		background: transparent; 
		}

	a:active {
		color: #8d563e;
		background: transparent;  
		}

	a:hover {
		color: #2b0d08;
		background: transparent;
		text-decoration:none;
		}

	img {
		xborder: 0;
		}

	h1 {
		font-size: 16px;
		}

	h2 {	
		font-size: 14px;
		}

	h3 {
		font-size: 12px;
		}

	h4 {
		font-size: 11px;
		}

	h5 {
		font-size: 10px;
		}

	h1,
	h2,
	h3,
	h4,
	h5 {
		XXmargin: 0.2em 0;
		XXcolor: #333;
		}

	p {
		margin: 8px 0;
		}

	form {
		margin: 0;
		padding: 0;
		}

	dl {
		margin: 8px 0;
		font-size: 11px;
		}

	dl dt {
		font-weight:bold;
		}

	dl dd {
		padding: 0 0 0 30px;
		}

	ul {
		margin: 10px 0;
		padding: 0 0 0 30px;
		}

	ul li {

		}

	ol {
		margin: 10px 0;
		padding: 0 0 0 30px;
		}

	ol li {

		}

	acronym {
		border-bottom: 1px dotted;
		cursor: help;
		color: #060;
		}

	address {

		}

	cite {

		}

	code {
		font-family: Courier, monospace;
		color: #c60;
		padding: 2px 0;
		}

	dfn {
		font-weight: oblique;
		cursor: help;
		color: #060;
		}

	em {
		font-weight: oblique;
		}

	strong {
		font-weight: bold;
		}

	pre {
		margin: 10px 20px;
		padding: 10px;
		font-family: Courier, monospace;
		border: 1px dashed #eee;
		}

	blockquote {
		margin: 10px 20px;
		padding: 10px;
		background: #ecdbd3;
		}

	kbd {
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
		color: #900;
		background: #ecdbd3;
		padding: 0 5px;
		}

	sub {

		}

	sup {

		}

	textarea,
	select {
		font: small "Lucida Grande", Verdana, sans-serif;
		line-height: 15px;
		}

	table {
		border-collapse: collapse;
		}

	th {
		font-weight:bold;
		}

	
	td {
		
		}

	th,
	td {
		border: 1px solid #4e130d;
		padding:5px;
		margin:5px;
		}

	/* layout
	---------------------------------------------------------- */

	#mongoose_dashbar {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		background: #000;
		color: #fff;
		padding: 5px;
		text-align: right;
		}

	#mongoose_dashbar span {
		font-weight: bold;
		color: #fff;
		}

	#mongoose_dashbar a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}

	#mongoose_dashbar a:hover {
		text-decoration:underline;
		}
		
	div.editlinks {
		padding: 0 0 10px 0;
		}
		
	div.editlinks a {
		padding:2px 5px;
		margin:0 5px 0 0;
		border: 1px solid #000;
		background: #794940 !important;
		font-size:10px;
		color:#fff !important;
		text-decoration:underline;
		display:inline-block;
		}
	div.editlinks a:hover {
		background: #4d3732 !important;
		text-decoration:none;
		}

	/*
	---------------------------------------------------------- */

	#wrap {
		}

	#container {
		background:  #571b10 ;
		position: relative;
		width: 840px;
		margin: 0 auto;
		text-align: left;
		}

	/*
	---------------------------------------------------------- */

	#header {
		width: 840px;
		height: 133px;
		margin: 0;
		padding: 0;
		background: transparent url(images/choc_header.png) top left no-repeat;
		}

	#header #logo {
		}

	#header #logo a {
		text-indent: -9999px;
		display: block;
		background: transparent url(images/logo.gif) bottom right no-repeat;
		overflow:hidden;
		width: 267px;
		height: 115px;
		}

	/*
	---------------------------------------------------------- */

	#nav {
		zoom: 1.0;
		/* Theme via R.A.D. Theme */
		}

	/*
	---------------------------------------------------------- */

	#content {
		position: relative;
		float: left;
		width: 532px;
		min-height: 430px;
		padding: 20px;
		background: #d6b5ae url(images/choc_content_bg.gif) 0px -121px no-repeat;
		border-right:1px solid #fff;
		}
		
	#content h1 {
		background: transparent url(images/choc_heading_bg.gif) no-repeat top left;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 8px 12px;
		}
		
	#content h2 {
		color:#571b10;
		}
		
	div#content a {
		color: #571b10;
		}
		
	#content a:hover {
		color:#000;
		}
		
	#content p.date {
		font-size:11px;
		font-weight:bold;
		}
	
	#content img {
		margin:5px;
		}
	
	
	div#sitemappath {
		padding: 0 0 10px 0;
		}
		
	div#sitemappath p {
		font: 11px Arial, Helvetica, sans-serif;
		margin:0 0 5px 0;
		padding:0;
		}
		
	div#sitemappath a {
		color: #571b10;
		font-weight:bold;
		}
		
	div#sitemappath a:hover {
		color: #000;
		text-decoration:none;
		}

	/*
	---------------------------------------------------------- */

	#sidebar {
		position: relative;
		float: left;
		width: 246px;
		padding: 10px;
		background: #661c13 url(images/choc_sidebar_bg.gif) 0px -121px no-repeat;
		border-right:1px solid #571b10;
		border-bottom:1px solid #fff;
		color:#fff;
		font-size: 11px;
		min-height: 430px;
		}
		
	#single_column {
		position: relative;
		float: left;
		width: 246px;
		padding: 10px;
		background: #571b10 url(images/choc_drink.jpg) 0px 0px no-repeat;
		border-right:1px solid #571b10;
		color:#fff;
		font-size: 11px;
		height:399px;
		}
		
	#sidebar ul {
		list-style-type:none;
		}
		
	#sidebar ul li {
		background: url(images/bullet.gif) no-repeat 0px 2px;
		padding-left:18px;
		color:#d5f18a;
		height:1%;
		}
		
	#sidebar ul li a {
		font-weight:bold;
		color:#fff;
		}
		
	#sidebar ul li a:hover {
		}
		
	#sidebar h2 {
		background: transparent url(images/choc_sidebar_heading_bg.gif) no-repeat top left;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 8px 12px;
		color: #571b10;
		height:1%;
		}
		
	#sidebar h3 {
		color: #fff;
		}

	/*
	---------------------------------------------------------- */

	#footer {
		height: 1%;		/* for IE */
		padding: 0;
		background: #4e130d;
		color: #fff;
		float: none;
		clear: both;
		margin:0;
		border-top:1px solid #fff;
		height: 30px;
		}

	#footer p {
		margin: 0;
		padding:14px  12px 0;
		font-size:10px;
		line-height: 12px;
		font-weight:bold;
		display: block;
		float: left;
		}
		
	#footer p.tf {
		float: right;
		text-align: right;
	}

	#footer a {
		color:#fff;
		}
		
	#footer a:hover {
		text-decoration:none;
		color:#d5f18a;
		}

	/* form styles
	---------------------------------------------------------- */

	div.form {
		margin: 18px auto;
		padding: 0;
		}

	div.form h1 {
		}

	div.form h2 {
		}

	div.form fieldset {
		border-width: 1px 0 0 0;
		border-color: #000;
		margin: 10px 0 0 0;
		}

	div.form fieldset legend {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0 5px;
		}

	div.form div.required,
	div.form div.optional,
	div.form div.buttons {
		position: relative;
		clear: both;
		padding: 5px 0;
		width: 100%;					/* Fixes IE float issues for child elements */
		}

	div.form div.required label,
	div.form div.optional label {
		float: left;
		text-align: right;
		width: 140px;
		padding: 5px;
		background: #661c13;
		color: #fff;
		}

	div.form div.required span label,
	div.form div.optional span label {
		color: #000;
		}

	div.form div.required label {
		font-weight: bold;
		}

	div.form div.required span,
	div.form div.optional span {
		display: block;
		margin: 0 0 0 160px;
		padding: 2px 0;
		}

	div.form div.required span.dynamicerror,
	div.form div.optional span.dynamicerror {
		clear: left;
		color:#CC0000;
		}

	div.form div.required span span,
	div.form div.optional span span {
		display: inline;
		padding: 0;
		margin: 0;
		}

	div.form span.wide {
		width: 100%;
		padding: 0;
		margin: 0;
		}

	div.form div.required span label,
	div.form div.optional span label {
		display: inline;
		float: none;
		width: auto;
		background: transparent;
		font-weight: normal;
		}

	div.form div.buttons {
		}

	div.form div.buttons input {
		float: right;
		background: #eee url(images/button_grey_gradient.png) top left repeat-x;
		color: #333333;
		font: bold 12px Verdana !important;
		width: auto;				/* fix for IE double padding on buttons */
		overflow: visible;			/* fix for IE double padding on buttons */
		text-align: center;
		padding: 2px 5px;
		margin: 0 5px;
		border: 1px solid #333333;
		}

	div.form input.inputText {
		width: 230px;
		border: solid 1px  #661c13;
		}

	div.form textarea.inputTextArea {
		width: 230px;
		height: 60px;
		border: solid 1px  #661c13;
		}

	div.form span.list {
		display: inline-block;
		}

	div.form span.list {
		display: block;
		}

	/* faq styles
	---------------------------------------------------------- */	

	#faqs {
		border: 1px solid #333333;
		width: 530px;
		float: left;
		background: #fff url(images/faqs_bg.gif) top left repeat-y;
		}

	#faqs div.questions {
		float: left;
		width: 160px;
		padding-bottom: 10px;
		}

	#faqs div.questions a,
	#faqs div.questions a:hover {
		color: #fff;
		}


	#faqs div h3 {
		color: #571b10;
		padding-left: 5px;
		}


	#faqs div.questions h3 {
		color: #fff;
		}

	#faqs div ul {
		margin: 10px 0 0 0;
		padding-left: 10px;
		list-style-type: none;
		}

	#faqs div ul ul {
		padding-left: 10px;
		margin: 3px 0;
		}

	#faqs div ul li {
		background: url(images/arrow_right.gif) no-repeat 0px 4px;
		padding: 0 12px;
		height: 1%;
		}

	#faqs div ul li.current {
		background: url(images/arrow_down.gif) no-repeat 0px 4px;
		}

	#faqs div ul li.sub {
		background: url(images/arrow_q.gif) no-repeat 0px 4px;
		}

	#faqs div.answers {
		float: left;
		padding:5px 10px;
		width: 350px;
		}

	#faqs div.answers h3 {
		padding:0;
		}

	#faqs div.answers p.created {
		text-align: right;
		padding-top: 20px;
		}

	}

/* define print styles
---------------------------------------------------------- */

@media print {

	/* print styles
	---------------------------------------------------------- */

	body {
		font-family: Verdana, sans-serif;
		font-size: 12pt;
		}

	#mongoose_dashbar,
	#nav,
	#footer {
		display: none;
		}
	
	div {
		float: none !important;
		}

	a:link,
	a:visited {
		color: gray;
		}

	a:link:after,
	a:visited:after {
		content: " (" attr(href) ") ";		/* print URLs after link text */
		color: #00f;
		}

	}