body, html {
	margin: 0;
	color: #000;
	font-size: 11pt;
    font-family: georgia;
    line-height: 120%;
}
a {
    color: #244d8e;
}
h1, h2, h3, h4 {
	padding-left: 0;
	color: #f90;
    font-family: "Helvetical Neue", Helvetica, Arial;
}
h1, h2 {
    font-size: 1.8em;
    margin-bottom: 0.4em;
}
H3 {
	text-decoration: underline;
    margin: 1em 0 0.3em;
}
H4 {
    margin: 1em 14pt 0.2em;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0 0 0 17pt;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    column-count: 2;
    column-gap: 2em;
}
ul li {
    list-style: none;
    margin: 4pt 0;
}
ol {
    margin: 0;
}
ol li {
    margin: 6pt 0;
}

.page-header {
    border-bottom: 1px solid silver;
}

#recipe #tags-panel,
#recipe #email-panel,
#recipe #shopping-panel,
#recipe #photo-panel,
#recipe #other-panel,
#recipe #manage,
#recipe .button-panel,
#shopping #addItemForm,
#shopping #listOptions,
#shopping #listHelp,
#shopping .removeLink,
#footer,
#tracking,
#head {
	display: none;
}

#recipe #print-photo {
    float: right;
    margin: 0 0.5em 3em 3em;
    border: 1px solid silver;
    width: 175px;
    height: 175px;
}

#shopping .shopItem:before {
    content:"❑ ";
}
