/* CSS Document */

/*
colours
========================
dark grey text		#383838
grey section line	#d5d5d5
orange				#f15a22
purple				#952d98
*/

/* @group site defaults */

* { margin: 0; padding: 0; }

html { }

body { margin: 10px auto 40px; width: 948px; color: #000; font: 13px/1.5 Helvetica, Arial, sans-serif; background: #f2f2f2; }
body.map { margin: 0; width: auto; }

a { color: #5e1368; text-decoration: underline; }
a:hover { text-decoration: none; }
p { display: block; margin: 18px 0; }
h1,h2,h3,h4 { color: #f15a22; margin: 18px 0; }
h1 { font-size: 28px; }
h2 { font-size: 20px; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
br.clear { display: block; }

img.left { margin: 0px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

/* @group image sizes */

img.promo { width: 141px; height: 86px; } /* Promo: promo=141x86@100% */
img.small { width: 150px; }		/* Small: small=150x0@100% */
img.medium { width: 275px; }	/* Medium: medium=275x0@100% */
img.large { width: 450px; }		/* Large: large=450x0@100% */
img.intro { width: 630px; }		/* Intro: intro=630x0@100% */

/* @end */

/* @group temp editor styles */

/* Border: border */
.border { padding: 10px; border: 1px dotted black; }

/* Border (red): bordered */
.bordered { padding: 10px; border: 1px solid red; }

/* Grey box: greybox */
.greybox { padding: 10px; background: #f2f2f2; }

/* @end */

a img { border: 0 none; }

table { width: 95%; border-collapse: collapse; }
table th { background: #eee; color: #000; padding: 2px; border: #aaa solid 1px; }
table td { padding: 1px 2px; border: #aaa solid 1px; }

.error { display: none; color: red; }

/* @end */

/* @group header items */

#logo { float: left; xheight: 88px; }

#navigation-quick { display: block; float: right; margin: 5px 0 15px; list-style: none; color: #383838; font-weight: bold; }
#navigation-quick li { display: block; float: left; }
#navigation-quick li a { padding: 0 10px; color: #383838; text-decoration: none; }

#search-form { display: block; float: right; clear: right; width: 270px; height: 38px; margin: 0 4px 20px 0; background: url(/site/images/search.png) no-repeat top left; }
#search-form label { display: none; }
#search-form #search { height: 18px; margin: 10px 0 0 11px; padding-left: 20px; width: 230px; background: transparent; color: #383838; border: 0; }

/* @group navigation */

#navigation { display: block; clear: both; width: 948px; height: 43px; overflow: hidden; list-style: none; background: url(/site/images/nav.png) no-repeat left top; }
#navigation li { display: block; float: left; }
#navigation li a { display: block; float: left; height: 33px; background: url(/site/images/nav.png) no-repeat top left; text-indent: -10000px; overflow: hidden; }
#navigation li a:hover { }
#navigation a.updates { }
#navigation a.current,
#navigation a.last-choice {  }

#navigation #nav-home { width: 72px; background-position: 0 0; }
#navigation #nav-home:hover { width: 72px; background-position: 0 -43px; }
#navigation #nav-how { width: 141px; background-position: -72px 0; }
#navigation #nav-how:hover { width: 141px; background-position: -72px -43px; }
#navigation #nav-where { width: 177px; background-position: -213px 0; }
#navigation #nav-where:hover { width: 177px; background-position: -213px -43px; }
#navigation #nav-you { width: 202px; background-position: -390px 0; }
#navigation #nav-you:hover { width: 202px; background-position: -390px -43px; }
#navigation #nav-commission { width: 202px; background-position: -592px 0; }
#navigation #nav-commission:hover { width: 202px; background-position: -592px -43px; }
#navigation #nav-donate { width: 150px; background-position: -794px 0; }
#navigation #nav-donate:hover { width: 150px; background-position: -794px -43px; }

/* @end */

/* @end */

/* @group content */

/* @group in-page navigation */

#navigation-section { display: block; list-style: none; float: left; padding: 64px 30px 0 0; width: 170px; }
#navigation-section a { text-decoration: none; color: #383838; border-bottom: 1px solid #d5d5d5; display: block; line-height: 1.1; padding: 0.7em 0 0.7em 15px; }
#navigation-section li { font-weight: bold; }
#navigation-section li ul { list-style: none; }
#navigation-section li ul li { font-weight: normal; }
#navigation-section li a { }
#navigation-section li ul li a { padding-left: 30px; }
#navigation-section a.last-choice { color: #f15a22; }

#navigation-section li.section-home a { xbackground: #e1e1e1; text-transform: uppercase; xfont-weight: normal; font-size: 11px; color: #999; xborder-top: 1px solid #d5d5d5; }

/* @end */

#content { display: block; width: 940px; padding: 0 4px; background: url(/site/images/content.png) repeat-y left top; }

#content-main { display: block; float: left; width: 450px; padding-right: 20px; border-right: 1px solid #d5d5d5; }
#content-main.basketlayout { width: 670px; margin-left: 40px; border-right: 0; }
#content-main.home,
.Page-Section #content-main { position: relative; z-index: 100; width: 670px; padding-right: 0; margin-top: -10px; }
.Page-Parent #content-main { position: relative; z-index: 100; width: 590px; border: 0; }
.Page-Wide #content-main { width: 900px; padding: 0 20px; border: 0; overflow: hidden; }
.editormaintext { display: block; float: left; width: 505px; padding: 5px; background: white; }

#content-main.home h1 { display: none; }

#content-main ul,
#content-main ol,
.editormaintext ul,
.editormaintext ol { padding-left: 40px; margin: 18px 0 }

#mapbox { width: 900px; margin: 20px 0; height: 400px; }
#displaymap { width: 900px; height: 400px; }

ul.projecttype { list-style: none; padding-left: 0 !important; }
ul.projecttype li { width: 410px; float: left; margin: 0 20px; padding: 1em 0; border-bottom: 1px solid #d5d5d5; }

#content-main #tabs { display: block; margin: 0; padding: 0 10px; height: 30px; list-style: none; border-bottom: 1px solid #f15a22; }
#content-main #tabs li { display: block; float: left; padding-right: 5px; }
#content-main #tabs li a { display: block; float: left; height: 30px; line-height: 30px; color: #383838; font-weight: bold; text-align: center; text-decoration: none; background-color: #d5d5d5; padding: 0 20px; }
#content-main #tabs li a.selected { color: white; background-color: #f15a22; }
.editormaintext .tabbed { border: 1px solid grey; }	/* Tab: tabbed */

#intro { border-bottom: 1px solid #d5d5d5; padding: 0 20px; height: 340px; overflow: hidden; }

/* @group scroller */

#scroller { display: block; position: relative; height: 380px; line-height: 1.2; border-bottom: 1px solid #d5d5d5;  }

#scroller #scroller-tabs { display: block; margin: 0; height: 38px; list-style: none; position: absolute; bottom: 0; width: 670px; padding: 0; }
#scroller #scroller-tabs li { display: block; float: left; padding: 0; }
#scroller #scroller-tabs li a { display: block; float: left; height: 30px; line-height: 30px; font-weight: bold; text-align: center; text-decoration: none; padding: 5px 0 0 0; width: 223px; color: #383838; background: url(/site/images/scrollertab.png) no-repeat center top; }
#scroller #scroller-tabs li a:hover { background: url(/site/images/scrollertab.png) no-repeat right top; color: #952d98; }
#scroller #scroller-tabs li.position1 a { width: 224px; }
#scroller #scroller-tabs li a.selected { color: #f15a22; background: url(/site/images/scrollertab.png) no-repeat left top; }

#scroller div.scroller { height: 340px; padding: 0 20px; overflow: hidden; }
#scroller div.scroller p { line-height: 1.4; }

/* @end */

/* @group sectionpromos */

#sectionpromos { background: #e1e1e1; padding: 10px 5px 0; line-height: 1.2; }
#sectionpromos ul { margin: 0; padding: 0; list-style: none; xheight: 217px; }
.home #sectionpromos ul { background: none; }
#sectionpromos ul li { display: block; float: left; width: 144px; xmargin-right: 1px; height: 197px; padding: 10px; background: url(/site/images/promopanel-section.png) no-repeat left top; }
#sectionpromos ul li.promo1,
#sectionpromos ul li.promo5 { padding-left: 13px; width: 141px; }
#sectionpromos ul li.promo2,
#sectionpromos ul li.promo6 { background-position: -165px 0; }
#sectionpromos ul li.promo3,
#sectionpromos ul li.promo7 { background-position: -165px 0; }
#sectionpromos ul li.promo4,
#sectionpromos ul li.promo8 { width: 142px; background-position: right top; }
.home #sectionpromos ul li { background: url(/site/images/promopanel.png) no-repeat left top; width: 141px; margin: 2px; }
#sectionpromos ul li img { width: 141px; height: 86px; }
#sectionpromos ul li h3 { font-size: 16px; margin: 6px 0; height: 38px; overflow: hidden; }
#sectionpromos ul li h3 a { color: #f15a22; text-decoration: none; }
#sectionpromos ul li h3 a:hover { text-decoration: underline; }
#sectionpromos ul li p { margin: 0; xfont-size: 11px; height: 53px; overflow: hidden; }

/* @end */

/* @group donate page */

.donate #content-main { padding: 0; width: 940px; }
.donate #content-main h1 { margin-left: 20px; }
.donate #content-main #sectionpromos { clear: both; float: left; width: 667px; border-top: 1px solid #d5d5d5; }
.donate #content-main #navigation-section { float: right; background: #E1E1E1 url(/site/images/promopanel-sidebar.png) no-repeat 5px 10px; width: 250px; height: 213px; padding: 10px 8px 4px 5px; margin: 0; overflow: hidden; border-top: 1px solid #d5d5d5; }
.donate #content-main #navigation-section h3 { margin: 0; padding-top: 4px; }
.donate #content-main #navigation-section h3 a { color: #f15a22; }
.donate #content-main #navigation-section li a { line-height: 1.2; }

#donateform { width: 1100px; padding: 0 20px; }
#donateform fieldset { display: block; float: left; border: 0; padding: 0; }
#donateform legend { padding-bottom: 10px; color: black; }
#donateform label { float: none; clear: none; margin: 0; width: auto; text-align: left; font-weight: normal; padding: 0; display: inline; }
#donateform #regularity { width: 240px; height: 250px; }
#donateform #regularity label { line-height: 2; }

#donateform #once,
#donateform #monthly { display: block; float: left; width: 850px; border: 0; padding: 0; }
#donateform #once input,
#donateform #monthly input { margin-left: -10000px; }
#donateform #once label,
#donateform #monthly label { display: block; float: left; width: 110px; height: 110px; padding: 1px; margin-right: 10px; background: #E1E1E1; cursor: pointer; overflow: hidden; }
#donateform #once label.selected,
#donateform #monthly label.selected,
#donateform #other div.selected { background: #f15a22; color: white; }


#donateform label span { display: block; float: left; width: 100px; padding: 0 10px; }
#donateform label span.amount { font-weight: bold; font-size: 28px; }
#donateform label span.gift { clear: left; font-weight: bold; padding-top: 10px; }
#donateform label span.description { float: right; width: 120px; height: 100px; padding: 5px 10px; background: white; margin-top: -42px; font-size: 11px; line-height: 1.3; text-align: center; color: #383838 !important; }

#donateform #other,
#donateform #giftaidoption { width: 234px; margin-top: 0; }
#donateform #other div { background: #E1E1E1; height: 90px; padding: 10px; }
#donateform #other div span { font-weight: bold; font-size: 28px; }
#donateform #other #specific { height: 28px; font-size: 20px; width: 150px; margin-left: 10px; border: 0; }
#donateform #other label { display: block; clear: both; padding: 5px; }

#donateform #giftaidoption { margin-left: 10px; }
#donateform #giftaidoption div { border: 1px solid #d5d5d5; height: 98px; padding: 5px 10px; }
#donateform #giftaidoption span { display: block; padding-bottom: 10px; color: #f15a22; font-size: 11px; }
#donateform #giftaidoption label { padding-left: 10px; font-weight: bold; }

#donateform #donatebutton { width: 200px; padding-top: 100px; margin-left: 20px; }

table#selecteddonations { padding: 0 !important; }
table#selecteddonations td { padding: 1em; background: #f2f2f2; border: 1px solid #d5d5d5 !important; }
.removelink { display: block; float: right; font-size: 11px; text-transform: lowercase; }

/* @end */

/* @group news */

#content-main.news { padding-left: 20px; width: 438px; }
.story { display: block; float: left; width: 408px; padding: 10px; border: 1px solid #d5d5d5; margin-bottom: 10px;  }
.story h3 { margin: 0; font-weight: normal; line-height: 1; }
.story .date { display: block; xclear: both; line-height: 2; font-weight: bold; }
.story p { margin-bottom: 0; margin-top: 1em; }
.story img { margin-bottom: 0; }

#archive { display: block; float: left; width: 420px; padding: 12px 20px 0; }
#archive ul { list-style: none; }
#archive ul li { line-height: 3; border-top: 1px solid #d5d5d5; }

#featured { border-top: 1px solid #d5d5d5; }
#featured .story { width: 200px; border: 0; padding: 0; }
#featured .item1 { margin-right: 20px; }

/* @end */

/* @group job */

.job { border-bottom: 1px solid #d5d5d5; height: 6em; }
.job h2 { font-size: 14px; margin-bottom: 0; }
.job ul { list-style: none;  margin-top: 5px !important;padding: 0 !important; }
.job ul li { display: block; float: left; width: 50%; }
#content-main.vacancy { padding-left: 20px; }
#content-extra.vacancy { width: 400px; padding: 0px 20px; }
#content-extra.vacancy ol { list-style-position: inside; padding-left: 0;}
#content-extra.vacancy ol li { line-height: 3; border-bottom: 1px solid #d5d5d5; padding-left: 10px; }

/* @end */

/* @group searchpage */

#content-main.search { width: 650px; }
#content-main.search .searchitem { padding-left: 20px; border-bottom: 1px solid #d5d5d5; }
#content-main.search h1,
#content-main.search .navbar { padding-left: 20px; }

div#search { padding-left: 20px }

/* @end */

/* @group sidebar */

#content-extra { display: block; float: left; width: 248px; padding: 0 10px; }
#content-extra.section {  }

#content-extra ul,
#content-extra ol { padding-left: 18px; margin: 18px 0; }
.editorsidebartext { display: block; float: left; width: 250px; padding: 5px; }

/* @group insets */

.inset { display: block; width: 230px; height: 110px; margin: 10px 0; padding: 10px; background: url(/site/images/inset-small.png) no-repeat left top; }
.inset.medium { background: url(/site/images/inset-medium.png) no-repeat left top; height: 150px; }
.inset.large { background: url(/site/images/inset-large.png) no-repeat left top; height: 290px; }
.inset h4 { margin: 0; font-size: 16px; line-height: 1.2; }
.inset p { margin: 10px 0; line-height: 1.2; }
.inset img { margin: 5px 0; }
.inset input.textbox { float: left; height: 18px; padding: 1px 5px; margin: 0 2px 0 -2px; width: 192px; background: url(/site/images/inset-input.png) no-repeat left top; color: #383838; border: 0; }
.inset label { color: #f15a22; width: auto; font-weight: normal; float: none; text-align: left; padding: 0; margin: 0; }
a.button { display: block; float: right; width: 131px; height: 25px; text-indent: -10000px; overflow: hidden; }
a.donate {  background: url(/site/images/button-donate.png) no-repeat left top; }
a.act {  background: url(/site/images/button-act.png) no-repeat left top; }
a.discover {  background: url(/site/images/button-discover.png) no-repeat left top; }
a.inspired {  background: url(/site/images/button-inspired.png) no-repeat left top; }
a.touch {  background: url(/site/images/button-touch.png) no-repeat left top; }
a.optionlink { font-size: 11px; text-align: right; }

#inset-donate .optionlink { margin-top: 5px; }
#inset-footprint { background: none; height: auto; width: 250px; padding: 0; margin-top: 20px; }
#inset-news { background: url(/site/images/inset-news.png) no-repeat left top; height: 50px; width: 400px; }

/* @end */

/* @end */

/* @end */

/* @group footer */

#footer { display: block; clear: both; float: left; margin-left: -4px; padding: 20px 30px 0; width: 888px; height: 154px; background: url(/site/images/footer.png) no-repeat 0 0; }
.Page #footer,
.Page-Parent #footer,
.Page-Wide #footer { background: url(/site/images/footer.png) no-repeat 0 0; }
.donate #footer { background: url(/site/images/footer-donate.png) no-repeat 0 0; }
.home #footer,
.Page-Section #footer { background: url(/site/images/footer.png) no-repeat 0 -174px; }

#footer #sectionlinks,
#footer #infolinks { display: block; float: left; list-style: none; height: 140px; width: 540px; }
#footer #sectionlinks li { display: block; float: left; width: 250px; padding: 5px 20px 0 0; }
#footer #sectionlinks li a { display: block; }
#footer #infolinks { padding: 5px 0 0 38px; width: 310px; text-align: right; }
#footer a { color: #f15a22; font-weight: bold; }
#footer #infolinks #contact { margin-bottom: 50px; }
#footer #infolinks #contact a { padding: 7px 0 3px 30px; background: url(/site/images/smiley.png) no-repeat left center; }

/* @end */

/* @group admin */

.admin #menu { display: block; list-style: none; padding: 0px 4px; width: 940px; height: 30px; margin-top: 20px; }
.admin #menu li { display: block; float: left; }
.admin #menu li a { display: block; float: left; width: 188px; text-align: center; color: white; text-decoration: none; height: 30px; background: #952d98; font-weight: bold; line-height: 30px; }

.admin #content { padding: 18px 4px; }
.admin #content h1 { text-indent: 20px; }
/* @end */



/* @group form styles - luke minimal */

form p { clear: both; margin: 0; padding: 1em 0 0;}

fieldset { border: 1px dotted #999; border-width: 0 0 1px; padding: 10px; margin-bottom: 1em; }
legend { color: #f15a22; font-weight: bold; }
label,
.note { display: block; float: left; clear: both; width: 25%; padding: 0 0 1px 0; line-height: 1.5; color: #000; font-weight: bold; text-align: right; margin-top: 5px; }
label.after,
.note { text-align: left; width: auto; }
label span { font-weight: normal; }
.note { font-weight: normal; font-size: 12px; color: #888; margin-top: -1.5em; }

input.text,
input.checkbox,
input.checklist,
input.radio,
select,
textarea { float: left; clear: both; margin: -1.5em 0 0 28%; }
input.text,
textarea { border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #ddd; height: 18px; width: 65%; font: 12px/1.5 "Helvetica", Arial, sans-serif; }

textarea { height: 5em; }

input.flushleft { margin-left: 1%; }
label.flushleft,
p.flushleft { margin-left: 6%; }
p.flushleft { padding-top: 0; padding-bottom: 1	0px; }

label.checkbox,
label.radio,
span.checkbox,
span.radio { margin-left: 32%; }

input.tiny,
select.tiny { width: 11%; }
label.tiny,
span.tiny { margin-left: 41% }

input.small,
select.small { width: 25%; }
label.small,
span.small { margin-left: 55% }

input.medium,
select.medium { width: 50%; }
label.medium,
span.medium { margin-left: 79% }

textarea.large { height: 20em; }

#uploader input { xmargin: 0 !important; }

.year { margin-top: -1.8em; margin-left: 44%; }
.auto { width: auto; }

#pca { clear: both; display: block; float: left; margin-left: 28%; margin-top: 0.5em; position: relative; width: 65%; }
#pcaButtonXC52 { margin-left: 55%; top: -2.3em; position: absolute; }
#pca select { margin: 0; }
#pcaDivXC52 a { display: none; }

.buttons { clear: both; margin-top: 10px; margin-bottom: 20px; padding-top: 10px; border: 0; }

/* @end */


/* @group basket */

.basket table { margin: 0 20px 20px; width: 498px; xborder-collapse: separate; }
.basket #showbasket table { margin: 0 0 20px; }
.basket table caption { text-align: left; color: #858585; margin-top: 20px; padding: 3px 5px; background: none !important; font-weight: normal !important; }
.basket table tfoot { color: #858585; }
.basket table th { background: #eee; padding: 3px 5px; font-weight: normal; }
.basket table td { padding: 3px 5px; border: 0 none !important; }
.basket table tr.lineitem td { border-bottom: #e8eced dotted 1px !important; }
.basket table tr.totalvat th,
.basket table tr.totalvat td,
.basket table tr.totalprice th,
.basket table tr.totalprice td { background: none; font-weight: bold; text-align: right; }
.basket table td.price { text-align: right; }

.basket input.addfield { text-align: center; } /*this is the qty field */

.basket table tr.lineitem td img { float: left; width: 75px; padding-right: 15px; }
.basket table tr.lineitem td .title { display: block; }
.basket table tr.lineitem td .title a { color: #333; }
.basket table tr.lineitem td .author { display: block; color: #666; }
.basket table tr.lineitem td .isbn { display: block; color: #666; }

.basket table#addressdetails tbody td { border-bottom: #e8eced dotted 1px; }

col#deletecolumn { text-align: center; width: 5%; }
col#productcodecolumn { width: 5%; text-align: left; }
col#desciptioncolumn { width: 65%; text-align: left; }
col#quantitycolumn { text-align: center; width: 5%; }
col#itempricecolumn { text-align: right; width: 10%; }
col#totalpricecolumn { text-align: right; font-weight: bold; width: 10%; }
col#invoiceaddress { width: 50%; }
col#deliveryaddress { width: 50%; }

.basket ul.requiredfields { color: #e42b2a; }
.basket li.requiredfield {  }

/* @end */

