body {
    background-color: #532c43;
    background-image: url(/site_media/images/background.gif) ;
    color: #4F4E45; /* #5F5E53; /* #76745e;      /* LFM INK COLOUR */
    margin:0;
/*    font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,Helvetica,sans-serif; */
    font-family: arial,sans-serif;
    font-size:95%;
    text-align:left;
}

p {
    margin: 0;
    padding: 0;
}

/* main text styles */
h1, h2, h3, h4, h5, h6 {
    color: #ff6c00;
    line-height: 1.2em;
    margin-top: 0;
}

h2 {
    margin-top: 0;
}

hr {
    border: none;
    height: 1px;
    background-color: #9F006D;
}

hr.clear {
    visibility: hidden;
    margin: 0;
    padding: 0;
}

/* table styles */

table {
    border: none;
    margin-bottom: 1.2em;
    border-collapse: collapse;
}

td, th { 
    border: 1px #FFC89F solid;
    background-color: #FFF6EF;
    font-size: 95%;
    vertical-align: top;
    padding: 2px 5px 2px 5px;
}

th {
    color: #FF6C00;
}

td.separator {
    height: 4px;
    border: none;
    background-color: white;
}

table.blank td, table.blank th {
    border: none;
    background-color: white;
}


.right {
    float: right;
}
.left {
    float: left;
}

.smallnote {
    font-size: 85%;
    font-style: italic;
    color: #9F9E95;
}

#content p, #right-sidebar p {
    margin-bottom: 1.2em;
}


div#topshadowcontainer {
    height: 18px;
}

div#topshadow {
    height: 18px;
    background: url(/site_media/images/topshadow.gif) no-repeat;
    width: 982px;
    margin: 0 auto;
}

div#topleftshadow {
    height:100px;
    width: 20px;
    background: url(/site_media/images/topleftshadow.gif) no-repeat;
    float: left;
}

div#toprightshadow {
    height:100px;
    width: 20px;
    background: url(/site_media/images/toprightshadow.gif) no-repeat;
    float: left;
}

div#shadowwrapper {
    width: 982px;
    background: url(/site_media/images/shadow.gif) repeat-y;
    margin: 0 auto;
}

div#bottomshadow {
    clear: both;
    width: 982px;
    height: 30px;
    background: url(/site_media/images/bottomshadow.gif) no-repeat;
}

div#mainpagewrapper {
    width:942px;
    background-color: white;
    float: left;
}

a img { border:none}

a, a:link, a:active {
    background-color:inherit;
    color: #9F006D; /*#a19f85; */
    font-weight:normal;
    text-decoration:none;
    outline: none;
    font-weight: bold;
}
a:hover {
    color: #8F6823;
}

div#header {
    background: url(/site_media/images/header_banner.gif) no-repeat;
    height: 84px;
    width: 942px;
}

div#header a {
    display: block;
    height: 84px;
    width: 942px;
    font-size: 0.1em;
}


div#nav_bar {
    width: 942px;
    height: 27px;
    background-color: #9f006d;      /* GC pink */
}

div#content-container {
    margin-top: 10px;
}

div#nav_bar a:hover {
    color: #fff8dd;
}

div#nav_bar ul.sf-menu li.selected a, div#nav_bar ul.sf-menu li.ancestor a{
    color: #f0dbb7 !important;
    background-color: #b91d78;
}

div#nav_bar ul.sf-menu li.selected a {
    color: white !important;
}

div#content-area {
    margin: 0px;
    margin-top: 17px;
}

div#left-sidebar {
    float: left;
    padding: 0;
    width: 150px;
    border-bottom: solid white 1px;
}

div#left-sidebar {
    font-size: 95%;
}

div.submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.submenu li {
    background-color: #f4f4f4;
    border-bottom: 3px solid white;
}

/*
div.submenu li.ancestor a {
    background: #9F006D;
    color: #edd09d;
}
*/
div.submenu li.selected a {
    background-color: #B91D78;
    color: white;
}

div.submenu li.descendant a {
    background-color: transparent;
    color: #9F006D;
}


div.submenu li a {
    font-weight: bold;
    display: block;
    padding: 0px;
    padding: 5px;
	letter-spacing: -0.04em;
	padding-left: 15px;
}

div.submenu li li a {
	margin-left: 15px;
	font-size: 85%;
}

div.submenu a:hover {
	background:		#df4787 !important;
	color: #fff8dd !important;
}

div.submenu li.descendant li.descendant {
    display: none;
}

div.submenu li.sibling a {
    background: none;
    color: #9F006D;
}


div#content {
    float: left;
    display: inline;
    width: 499px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    margin-left: 29px;
    margin-right: 38px;
    border-bottom: 1px solid white;
}

div.gc-hackney-home div#content {
    margin-left: 20px;
    margin-right: 20px;
    width: 676px;
}



div.gc-hackney-home div#content img, div.gc-hackney-home div#right-sidebar img {
    margin-bottom: 19px;
}

div.gc-hackney-home .breadcrumbs {
    display: none;
}

div.gc-hackney-home a {
    margin: 0;
    padding: 0;
}


div#right-sidebar {
    font-size: 95%;
    float: left;
    padding: 0;
    width: 226px;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}

div#gc-philosophy {
    background: #9f006d;
    padding: 10px;
    color: #f6e6f1;
    font-weight: bold;
}

div#gc-philosophy em {
    font-family: "Arial Black",Gadget,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: white;
}

.clear {
    clear: both;
}


#footer {
    background-color: #9f006d;
    margin-top: 25px;
    color: #edd09d;
    height: 30px;
    padding: 5px 12px 5px 12px;
    font-size: 90%;
}

#footer div.small-print {
    padding-top: 3px;
    font-size: 60%;
}


#credit {
    text-align: center;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 60%;
}
#credit, #credit a {
    color: #6f4e61;
    margin-bottom: 3em;
}




div.message {
    font-weight: bold;
    color: #CF9D19;
}
div.error {
    font-weight: bold;
    background: #AF2F15;    
    color: white;
}



div.breadcrumbs {
    font-size: 80%;
    margin-left: 16px;
    color: #a9998a;
}

div.breadcrumbs a {
    color: #a9998a;
}

div.breadcrumbs a:hover {
    text-decoration: underline !important;
}

div.breadcrumbs ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
div.breadcrumbs li {
    float: left;
    margin-left: 4px;
}

/* RECIPES */

div.recipe-group {
/*    border-top: 1px solid #ff6c00; */
    background: #eeeeee;
}

div.recipe-group.even {
/*    border-top: 1px solid #ff6c00; */
    background: #f6f6f6;
}


div.recipe-group div.text {
    float: left;
    width: 370px;
    font-size: 85%;
    line-height: 1.2em;
    padding-top: 10px;
    padding-left: 10px;
}
div.recipe-group h3 {
    margin-bottom: 7px;
    font-size: 1.5em;
}
div.recipe-group div.image {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}
div.recipe-group div.image img {
    border: solid 1px #dddddd;
}
div.recipe-group ul.recipe-list {
    color: #9f006d;
    padding-left: 30px;
}
div.recipe-group ul.recipe-list li a {
    color: #9f006d;
    font-size: 1.1em;
    font-weight: bold;
}
div.recipe-group ul.recipe-list li {
    margin-bottom: 6px;
}
/* show recipe */




/* BAGS */
#content div.this-weeks-veg {
    line-height: 1em;
}
#content div.this-weeks-veg h3.bag-type{
    margin-bottom: 0.3em;
}
div.this-weeks-veg div.food-item {
    background: #eeeeee;
}
div.this-weeks-veg div.food-item.even {
    background: #f6f6f6;        
}
div.this-weeks-veg div.food-item div.text {
    float: left;
    padding-top: 3px;
    padding-left: 5px;
}
div.this-weeks-veg div.food-item div.image {
    float: right;
}
div.this-weeks-veg div.food-item div.image img {
    display: block;
}

div.this-weeks-veg div.food-item h4 {
    font-size: 0.9em;
    margin: 0;
}
#content div.this-weeks-veg div.food-item p.source {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
#content div.this-weeks-veg div.food-item.alternative div.or {
    float: left;
    padding: 0.75em;
    font-weight: bold;
    background: white;
}

/* styles for producer list */

div.producer-detail {
    width: 100%;
    border-top: 2px solid #9f006d;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.producer-detail .left-col {
    float: left;
    width: 330px;
}

div.producer-detail .right-col {
    float: right;
    width: 150px;
    font-size: 90%;
    line-height: 1.2em;
}

div.producer-detail .right-col p {
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

div.producer-detail .right-col .tel {
    font-weight: bold;
}

div.producer-menu ul {
    list-style-type: none;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.3em;
    font-size: 90%;
    line-height: 1.3em;
}
div.producer-menu h4 {
    margin-bottom: 0;
}
div.producer-menu .produce {
    color: #BF77A9;
}

/* joining form styles */

.joining-form ul {
    list-style-type: none;
    padding-left: 1em;
}
.joining-form input {
    margin-right: 0.7em;
}
.joining-form .pick-up-points {
    line-height: 1.1em;
}
.joining-form .pick-up-points .smallnote {
    padding-left: 26px;
}
.joining-form li {
    margin-bottom: 0px;
}
.joining-form h5 {
    margin-bottom: 0.3em;
}
.joining-form {
    counter-reset: section;      /* Create a chapter counter scope */
}
.joining-form h3:before {
    content: counter(section) ". ";
    counter-increment: section;
}

/* pick-up point detailed list styles */
div.pick-up-point-detailed-list {
    margin-top: 1em;
}

.pick-up-point-detailed-list .pick-up-point h4.where {
    color: #4F4E45;
}

.pick-up-point-detailed-list div.pick-up-point {
    margin-bottom: 1em;
    border-top: 2px solid #9F006D;
    padding-top: 1em;
}

.pick-up-point-detailed-list div.pick-up-point ul{
    margin-top: 0;
    margin-bottom: 0.4em;
    list-style-type: none;
    padding-left: 1em;
}
.pick-up-point-detailed-list div.pick-up-point h5 {
    color: #4F4E45;
    margin: 0;
    margin-bottom: 0.3em;
}

.pick-up-point-detailed-list div.pick-up-point p.notes {
    font-style: italic;
}

.pick-up-point-detailed-list div.pick-up-point h4 {
    margin-bottom: 0.7em;
}

span.star {
    font-weight: bold;
    font-size: 130%;
    color: #ff6c00;
}
.errorlist li {
    color: white;
    font-weight: bold;
    display: inline;
    background-color: red;
    padding: 1px 4px 1px 4px;
}
.joining-form ul.errorlist {
    padding: 0;
    margin-bottom: 10px;
}
.joining-form .error-row ul {
    margin: 0;
    margin-top: 10px;
}
.joining-form .pickups .smallnote {
    margin-left: 40px;
}
.joining-form .form-section {
    border: 2px solid #FFDABF;
    padding: 8px;
}
.joining-form .form-section ul {
    list-style-type: disc;
}
.monitoring-form table td, .monitoring-form table th {
    border: 0;
    border-bottom: 10px solid white;
    padding: 10px;
    vertical-align: center;
    color: #4F4E45;
    font-weight: normal;
    background-color: #EFEFEF;
}
