/*
** EverydayMeals style sheet
**
** Copyright EverydayMeals - http://www.everydaymeals.com
**
** Originally based on the work of Alexander Limi
** for Plone - http://www.plonesolutions.com
**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir Bækholt - http://www.plonesolutions.com
**
** All you guys rock :)
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/ /* <!-- compression status: 0 --> (this is for http compression) */
	/*  (do not remove this :) */ /*  (not this either :) */
	/* The basic elements: */
body {
	font: 11px Arial, Verdana, Helvetica;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	width: 794px;
}

table {
	font-size: 100%;
}

table.wide {
	width: 100%;
}

table.spacing tr th,table.spacing tr td {
	padding: 4px;
}

table.grid tr td {
	border: 1px solid black;
	padding: 6px;
}

td {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #436976;
	background-color: transparent;
}

img {
	border: 0px none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: Black;
	background-color: transparent;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #336699;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: Black ! important;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
	border-bottom: none;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	border-bottom: none;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	border-bottom: none;
	font-weight: bold;
}

h6 {
	font-size: 85%;
	border-bottom: none;
	font-weight: bold;
}

ul {
	line-height: 16px;
	list-style-type: square;
	margin: 5px 0 0 15px;
	padding: 0;
	list-style-image: url(../img/bullet.gif);
}

ul a,ol a {
	text-decoration: underline;
}

li {
	margin-bottom: 8px;
}

legend {
	background: white;
	padding: 5px;
	font-size: 90%;
}

form {
	border: none;
	margin: 0;
}

textarea {
	font: 110% "Courier New", Courier, monospace;
	border: 1px solid #336699;
	color: Black;
	background-color: white;
	width: 100%;
}

input {
	font-family: Arial, Verdana, Lucida, Helvetica, "Lucida Grande",
		sans-serif;
	visibility: visible;
	border: 1px solid #336699;
	color: Black;
	background-color: white;
	vertical-align: middle;
}

input.add {
	background: white url(/img/add16.png) no-repeat left center;
	border-color: #8abc69;
	padding: 1px 0 1px 16px;
}

input.add:hover {
	background-color: #efd;
}

input.add:disabled {
	background: white url(/img/add16_grey.png) no-repeat left center;
	border-color: #999;
}

input.edit {
	background: white url(/img/edit16.png) no-repeat left center;
	border-color: #e6a604;
	padding: 1px 0 1px 16px;
}

input.edit:hover {
	background-color: #ffd;
}

input.no,input.del {
	background: white url(/img/no16.png) no-repeat left center;
	border-color: #ff8f8f;
	padding: 1px 0 1px 16px;
}

input.no:hover,input.del:hover {
	background-color: #fee;
}

input.ok {
	background: white url(/img/ok16.png) no-repeat left center;
	border-color: #8abc69;
	padding: 1px 0 1px 16px;
}

input.ok:hover {
	background-color: #efd;
}

input.find {
	background: white url(/img/find16.gif) no-repeat left center;
	padding: 1px 0 1px 16px;
}

input.find:hover {
	background-color: #def;
}

input.save {
	background: white url(/img/floppydisk_16.gif) no-repeat left center;
	border-color: #8abc69;
	padding: 1px 0 1px 16px;
	font-weight: bold;
}

input.save:hover {
	background-color: #efd;
}

input.cart {
	background: white url(/img/shopping_cart_16.gif) no-repeat left center;
	padding: 1px 0 1px 16px;
}

input.cart:hover {
	background-color: #def;
}

input.login {
	background: white url(/img/chef_20.gif) no-repeat left center;
	padding: 1px 0 1px 16px;
}

input.login:hover {
	background-color: #def;
}

label.required {
	background: white url(/img/required.gif) no-repeat left center;
	padding: 1px 0 1px 16px;
	font-weight: bold;
}

.good {
	color: green;
}

.bad {
	color: red;
}

select {
	border: 1px solid #369;
	color: Black;
	vertical-align: top;
}

abbr,acronym,.explain {
	border-bottom: 1px dotted Black;
	color: Black;
	background-color: transparent;
	cursor: help;
}

q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 120%;
}

blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 120%;
}

pre {
	padding: 6px;
	border: 1px dashed #336699;
	color: Black;
	background-color: #dee7ec;
}

.addItem {
	background-color: #b6de92;
	border: 1px dashed #6fa660;
}

.delItem {
	background-color: #ebb;
	border: none;
	text-decoration: line-through;
}

.netscape4 {
	display: none;
}

.pager {
	font-size: 16px;
	text-align: center;
}

/*
** Structural Elements
*/
#blue {
	color: #6666ff;
}

#green {
	color: #009933;
}

#purple {
	color: #990033;
}

#red {
	color: #cc0033;
}

.margin5 {
	margin: 5px;
}

.addFavorite {
	vertical-align: bottom;
}

.contentViews {
	background-color: transparent;
	border-collapse: collapse;
	padding-left: 10px;
	line-height: normal;
	margin-top: 22px;
	margin-left: 0;
	/* white-space: nowrap; */
	list-style: none;
	border: 1px solid #990033;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.contentViews li {
	display: inline;
}

.contentViews li a {
	background-color: transparent;
	border: 1px solid #903;
	border-style: solid;
	color: #903;
	height: auto;
	margin-right: 5px;
	padding: 0 16px;
	line-height: normal;
	text-decoration: none;
	text-transform: lowercase;
	z-index: 1;
}

/*
** begin ECMAScript Content Action Menus
*/
.contentActions {
	border-collapse: collapse;
	background-color: #990033;
	border-left: 1px solid #990033;
	border-right: 1px solid #990033;
	color: #ffffff;
	text-align: right;
	text-transform: lowercase;
	padding: 0 0 0 10px;
	z-index: 2;
	height: 12px;
}

.contentActions ul,.contentActions li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	display: inline;
	color: Black;
	text-align: left;
}

.contentActions ul {
	line-height: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
}

.contentActions li {
	float: right;
	background-image: url(/img/arrowDownInverted.gif);
	background-repeat: no-repeat;
	background-position: center right;
	z-index: 4;
	border-left: 1px solid #990033;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
}

.menuPosition {
	/*  The spec says we can't put this on an element with a float (although 
		Opera is the only one that cares) and we need it in order to catch 
		the position:absolute bubbling up */
	position: relative;
}

#content {
	padding: 2px 10px 0 10px;
	margin: 0 0 20px 0;
}

.document {
	padding: 0 10px 10px 10px !important;
}

.documentContent {
	font-size: 110%;
	padding: 0 10px 20px 10px !important;
	background: white;
}

.document .documentContent {
	border: 1px solid #990033;
	padding: 0;
}

/* ================================================== */
	/* apply the .noEscape class to any object that needs
to contain a float object.  see documentation:
http://www.positioniseverything.net/easyclearing.html */
.noEscape:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.noEscape {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .noEscape {
	height: 1%;
}

.noEscape {
	display: block;
}

/* End hide from IE-mac */
	/* ================================================== */
.documentActions {
	margin: -15px 0 20px 0;
}

.documentActions ul {
	margin: 0 0 4px 0;
	float: right;
	clear: right;
}

.documentActions ul,.documentActions li {
	display: inline;
	list-style: none;
	list-style-image: none;
}

.documentActions a {
	border: 0;
	text-decoration: none;
}

.sideBox {
	border: none;
	margin-bottom: 10px;
	padding: 0;
	white-space: nowrap;
}

.sideBox h4 {
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
}

.sideBox h5 {
	color: #ffffff;
	background: #336699;
	border: 1px solid #336699;
	border-style: solid solid none solid;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	display: inline;
	font-size: 11px;
	height: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.sideBoxBody {
	background: #f6f4e7;
	border-collapse: collapse;
	border: 1px solid #336699;
}

.sideBoxDetails {
	text-align: right;
}

.sideBoxMore {
	display: block;
	text-align: right;
}

.sideBoxContent {
	padding: 10px 6px;
}

.sideBoxClose {
	float: right;
	text-transform: none;
	border-left: 1px solid #336699;
	padding: 0 2px;
}

.sideBox h1,.sideBox h2,.sideBox h3,.sideBox h4 {
	margin: 0;
	padding: 0;
}

.sideBox .even {
	background-color: #f7f9fa;
}

.sideBox .odd {
	background-color: transparent;
}

.sideBox input {
	font-size: 100%;
}

.sideBox ul,.sideBox li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	line-height: 12px;
}

.helpsec {
	border: none;
	margin-bottom: 10px;
	padding: 0;
}

.helpsec h4 {
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}

.helpsec h5 {
	background: #336699;
	color: #ffffff;
	border: 1px solid #336699;
	border-style: solid solid none solid;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	display: inline;
	font-size: 11px;
	height: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.helpsec h6 {
	background: #ece7de;
	border: 1px solid #336699;
	border-style: solid solid none solid;
	padding: 0 10px 0 10px;
	text-transform: lowercase;
	display: block;
	font-size: 10px;
	height: 12px;
	font-weight: normal;
	white-space: nowrap;
}

.helpsecBody {
	background: #f6f4e7;
	border-collapse: collapse;
	border: 1px solid #336699;
}

.helpsecDetails {
	text-align: right;
}

.helpsecMore {
	display: block;
	text-align: right;
}

.helpsecContent {
	padding: 10px;
}

.helpsecClose {
	float: right;
	text-transform: none;
	border-left: 1px solid #336699;
	padding: 0 2px;
}

.helpsec h1,.helpsec h2,.helpsec h3,.helpsec h4 {
	margin: 0;
	padding: 0;
}

.helpsec .even {
	background-color: #f7f9fa;
}

.helpsec .odd {
	background-color: transparent;
}

.helpsec input {
	font-size: 100%;
}

.helpsec ul {
	line-height: 16px;
	list-style-type: square;
	margin: 5px 0 0 15px;
	padding: 0;
}

.helpsec ul a,.helpsec ol a {
	text-decoration: underline;
}

.helpsec li {
	margin-bottom: 10px;
}

/* Navigation tree styling */
.navIcon,.navIconRoot {
	position: relative;
	right: 20px;
}

.navItemText {
	margin-left: -20px;
	color: #5f80b3;
	font-weight: bold;
}

.navRootItem,.navItem {
	margin: 0 0 2px 0;
	border: 1px solid #f6f4e7;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 1px 3px 2px 20px;
}

.currentNavItem,#navTree a:hover {
	background-color: #ddddff;
	color: #436976;
	border: 1px solid #336699;
}

.navLevel1 {
	margin-left: 0;
}

.navLevel2 {
	margin-left: 10px;
}

.navLevel3 {
	margin-left: 20px;
}

.navLevel4 {
	margin-left: 30px;
}

.navLevel5 {
	margin-left: 40px;
}

.navLevel6 {
	margin-left: 45px;
}

.navLevel7 {
	margin-left: 50px;
}

.navLevel8 {
	margin-left: 55px;
}

.even {
	background-color: #f7f9fa;
}

.odd {
	background-color: transparent;
}

#columns {
	width: 100% !important;
}

#column-left {
	vertical-align: top;
	width: 130px;
	width: 0px;
	padding: 20px 0 10px 6px;
}

#column-middle {
	vertical-align: top;
	margin: 0;
	width: 100%;
}

#column-right {
	vertical-align: top;
	width: 160px;
}

.btrail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.advtz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cccccc;
	text-decoration: none;
	vertical-align: top;
}

.joinOps {
	float: right;
	margin: 2em 1em 2em 1em;
	padding: 1em;
	border: 1px solid black;
}

.joinOps td {
	font-family: Arial, Verdana, Lucida, Helvetica, "Lucida Grande",
		sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align: right;
}

div.userFree {
	background-color: #ffa;
	border: 2px solid #cc8;
	-moz-border-radius: 8px;
	padding: 8px;
	font-size: 8pt;
}

span.userFree {
	color: #cc0;
	font-weight: bold;
	font-size: 11pt;
}

div.userPremium {
	background-color: #edf;
	border: 2px solid #87b;
	-moz-border-radius: 8px;
	padding: 8px;
	font-size: 8pt;
}

span.userPremium {
	color: #659;
	font-weight: bold;
	font-size: 11pt;
}