body {
	margin: 0;
	font-family: verdana;
	position: relative;
	background: white;
}

div#wrapper {
	display: table;
	width: 100%;
}

div#content {
	padding-left: 10px;
	width: 900px;
}

div#left-padding {
	background: url("../img/bg-left.png") repeat-y;
}

div#right-padding {
	background: url("../img/bg-right.png") repeat-y top right;
}

div.row {
	display: table-row;
}

ul.cell, div.cell {
	display: table-cell;
}

ul.header {
	color: white;
	height: 19px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}
  
ol.photos li,
ul.header li {
	display: inline;
}

ul.header li + li:before {
	content: " | ";
}

body.en ul.header li.search {
	padding-left: 50px;
}

ul.header li.search:before {
  content: "";
}

li.search form {
  display: inline;
}

ul.header a {
	color: white;
	text-decoration: none;
}

ul.header a:hover {
	text-decoration: underline;
}

div#pick,
div#intro,
div#photos {
	width: 630px;
}

div#photos {
  position: relative;
}

div#control-wrapper {
  position: absolute;
  top: 0;
  left: 0;
	z-index: 999;
	width: 630px;
}

div#left {
	width: 640px;
	margin-top: 21px;
}

div.static {
  padding: 1em;
}

div.static a {
  color: #FB4206;
} 

div.static p,
div.static li {
  font-size: 0.7em;
  line-height: 1.35em;
}

div.static p+p {
  margin-top: 1em;
}

div.static .quote {
  float: right;
}

div.static h2 {
  color: black;
  text-transform: none;
}

div.youtube {
  width: 425px;
  height: 265px;
  float: left;
}

div.youtube-right {
  margin-right: 5px;
}

div.youtube-description {
  float: left;
  width: 200px;
  padding-left: 5px;
}

div.youtube-description ol {
  font-size: 13px;
  padding-left: 24px;
  line-height: 18px;
}

div.youtube-description ol li {
  padding-bottom: 10px;
}

div#intro p {
	font-size: 14px;
}

h1 {
	font-size: 18px;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#FF7200;
	text-decoration:none;
}


div.fundraising p+p {
  margin-top: 1em;
}

div#woo-banner {
  background: url("../img/woo-banner.png");
  width: 633px;
  height: 33px;
}

div#woo-globe {
  background: url("../img/woo-globe.png") no-repeat;
  width: 233px;
  height: 107px;
  margin: 0 1em;
}

div.centered-block {
  margin-top: 1em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

h3.flush {
  padding-top: 0;
}

div.float-column {
  float: left;
}


/* orange */
div#photo-block,
ol.photos li,
a.button,
div.orange,
ul.header {
	background: #FB4206;
}

/* orange */
h2, h3 {
	color: #FB4206;
	text-transform: none;
}

/* white text */
body.started h1 {
	color: #FFFFFF;
}


h2 span.hang {
	visibility: hidden;
}

h3 {
	padding-top: 5px;			
}

div.column {
	float: left;
	width: 310px;
	margin-left: 0;
	margin-top: 11px;
	margin-right: 10px;
	position: relative;
}

div.fundraising {
  padding-right: 1em;
}

div#right {
	width: 240px;
	height: 330px;
	background: url("img/woo-logo.png") no-repeat;
}

div#right, div#left {
	float: left;
}
	
div.started {
	text-align: right;
	background-position: 0 70px;
	position: relative;
}

div.started p {
	font-size: 13px;
	line-height: 16px;
	margin-left: 110px;
}

div#right div.started p {
  margin-left: 80px;
}

ul.donors {
	font-size: 12px;
}

ol.photos,
ul.donors {
	list-style: none;
	margin: 0;
	padding: 0;
}


div.inner-column li,
div.inner-column h3 {
	font-size: 14px;
}

div.inner-column h3,
ul.donors {
	padding-left: 10px;
}

div.inner-column {
	width: 50%;
	float: left;
}

div.column-box {
	background: #E4E4E4;
	width: 100%;
	height: 4em;
}

body.fr div.column-box {
  height: 4em;
}

div#bulb {
	width: 120px;
	height: 197px;
	position: absolute;
	z-index:50;
}

div#bulb-on {
	width: 120px;
	height: 197px;
	position: absolute;
	background: url("../img/bulb-on.png") no-repeat; 
	top: 0;
	display: none;
}

div#bulb-right-on {
	width: 83px;
	height: 137px;
	position: absolute;
	background: url("../img/bulb-small-on.png") no-repeat;
	top: 0;
	display: none;
}

div.bulb-front {
  top: 63px;
	background: url("../img/bulb.png") no-repeat;
}

div.bulb-right {
  top: 10px;
	background: url("../img/bulb-small.png") no-repeat;
}

div#right ul.donors {
	padding-left: 0;
}


div.started h2,
div.started p {
	padding-right: 8px;
}


ol.photos li {
	padding: 0 3px;
	color: white;
	border: 1px solid white;
	font-size: 11px;
	margin: 2px 1px;
	float: left;
}

ol.photos li.selected,	
ol.photos li:hover {
	background: white;
	color: #FB4206;
}

div#photo-block {
	width: 417px;
	height: 20px;
	float: left;
	margin-right: 6px;
}

div.controls {
	float: right;
}

input.control:hover {
  color: #FB4206;
}

input.control {
	color: white;
	background: black;
	border: none;
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	margin-left: 3px;
	font-size: 16px;
	padding: 0px 3px;
}

input.pause {
	font-size: 13px;
}

/* 
 * Donation buttons
 */

a.button {
  display: block;
  border: none;
  width: 310px;
  height: 56px;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 16px;
}

div#right a.button {
	margin-top: 259px;
	height: 71px;
	width: 240px;
}

div#right a.button+a.button {
 margin-top: 0px;
}

a#donatenow {
  background: url("img/buttons/donate-off.jpg") no-repeat;
}

a#donatenow:hover {
  background: url("img/buttons/donate-hover.jpg") no-repeat;
}

a#startcampaign {
  background: url("img/buttons/getstarted-off.jpg") no-repeat;
}

a#startcampaign:hover {
  background: url("img/buttons/getstarted-hover.jpg") no-repeat;
}

a#learnmore {
  background: url("img/buttons/learnmore-off.jpg") no-repeat;
}

a#learnmore:hover {
  background: url("img/buttons/learnmore-hover.jpg") no-repeat;
}


/* 
 * Front page
 */
 
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	position: relative;
	overflow: hidden;
	width: 630px;
	height: 60px;
}

div.scrollable.photos {
  height: 250px;
}

div#intro div.scrollable p {
  overflow: visible;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .text-items,
.scrollable .items {
	width: 20000em; /* this cannot be too large */
	position: absolute;
	clear: both;
}

/* single scrollable photo */
.scrollable .items a {
  display: block;
	float: left;
	margin: 0;
	cursor: pointer;
	width: 630px;
	height: 250px;
}

/* single scrollable text */
.scrollable .text-items .text {
	float: left;
	margin: 0;
  width: 630px;
	height: 60px;
}

/* active item */
.scrollable .active {
	z-index: 99;
	position: relative;
}

ol.photos li,
div.controls input {
  cursor: pointer;
}

div.scrollable div.items a {
  height: 250px;
}

a.slider1 {
  background: url("img/slider/slider1.jpg") no-repeat;
}

a.slider2 {
  background: url("img/slider/slider2.jpg") no-repeat;
}

a.slider3 {
  background: url("img/slider/slider3.jpg") no-repeat;
}

a.slider4 {
  background: url("img/slider/slider4.jpg") no-repeat;
}

a.slider5 {
  background: url("img/slider/slider5.jpg") no-repeat;
}

a.slider6 {
  background: url("img/slider/slider6.jpg") no-repeat;
}

a.slider7 {
  background: url("img/slider/slider7.jpg") no-repeat;
}

a.slider8 {
  background: url("img/slider/slider8.jpg") no-repeat;
}

/* 
 * Getting Started page
 */

div#pick {
 clear: both;
}

div#pick div,
div#pick a {
 height: 100px;
 width: 197px;
 float: left;
 margin-right: 11px;
 margin-top: 10px;
 cursor: pointer;
}

div#pick a.wide {
 width: 405px;
}

div#pick a {
  display: block;
}

div#pick div#pick-priority {
  cursor: default;
	background: url("img/priority/pick-priority.png");
}

a#world-of-opportunity {
	background: url("img/priority/world-of-opportunity.png");
}

a#world-of-opportunity:hover {
	background: url("img/priority/world-of-opportunity-on.png");
}

a#access {
	background: url("img/priority/access.png");
}

a#access:hover {
	background: url("img/priority/access-on.png");
}

a#action {
	background: url("img/priority/action.png");
}

a#action:hover {
	background: url("img/priority/action-on.png");
}

a#farms {
	background: url("img/priority/farms.png");
}

a#farms:hover {
	background: url("img/priority/farms-on.png");
}

a#global {
	background: url("img/priority/global.png");
}

a#global:hover {
	background: url("img/priority/global-on.png");
}

a#water {
	background: url("img/priority/water.png");
}

a#water:hover {
	background: url("img/priority/water-on.png");
}

a#connecting {
	background: url("img/priority/connecting.png");
}

a#connecting:hover {
	background: url("img/priority/connecting-on.png");
}

.placeholder {
  color: #aaa;
}



#progress							{ margin-bottom: 5px; margin-right: 5px;  height:210px; }
#progress #head						{ width: 240px; float: left; margin-top: 5px; margin-right: 5px; text-align: right; }

#progress .oow_box		{ width: 240px; height: 65px; float: left; margin-top: 8px; margin-right: 5px; text-align: right; }
#progress .oow_box	.content h3 { margin-top: 5px; margin-right: 5px; }
#progress .oow_box .content .number				{ font-size: 16pt; color: #FB4206; }


/*

.top_left								{ position: absolute; top:    0px; left:  0px; height: 5px; width: 5px; background-position: 0px 0px; }
.top_right								{ position: absolute; top:    0px; right: 0px; height: 5px; width: 5px; background-position: 5px 0px; }
.bottom_left							{ position: absolute; bottom: 0px; left:  0px; height: 5px; width: 5px; background-position: 0px 5px; }
.bottom_right							{ position: absolute; bottom: 0px; right: 0px; height: 5px; width: 5px; background-position: 5px 5px; }

*/


.oow_box					{ margin-right: 5px;  position: relative; background-color: #E4E4E4; }
/*	.oow_box .top_left,
	.oow_box .top_right,
	.oow_box .bottom_left,
	.oow_box .bottom_right { background-image: url('http://www.ewb.ca/mainsite/pages/images/boxes/oow.jpg'); }
*/
