/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #44841a; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 0; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/* and now for the actual lay-outing! */

html { padding-top: 14px; background: transparent url(../img/body-stripe-repeater.png) center 0 repeat-x; height: 100%; }

body { color: #545454; background: transparent url(../img/bg-repeater.png); height: 100%; text-align: center; }

#content {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}

#content .column {
	background: #FFF;
	margin: 10px; 
	padding: 20px;
	padding-top: 12px;
	width: 260px;
	float: left;
	min-height: 31em;
	position: relative;
	border-bottom: 3px solid #d5d3c8;
}

#content .column h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 57px;
}
#content .column h1#oww { background: transparent url(../img/oxfam-fair-trade.svg) top left no-repeat; }
#content .column h1#obe { background: transparent url(../img/oxfam-belgie-belgique.svg) top left no-repeat; }
#content .column h1#omdm { background: transparent url(../img/oxfam-magasins-du-monde.svg) top left no-repeat; }
#content .column h1 span { visibility: hidden; }

#content .column p:last-child {margin: 0;}

#content .carousel {
	position: relative;
	margin: 10px;
	width: 620px;
	height: 244px;
	background: #FFF;
	float: left;
	border-bottom: 3px solid #d5d3c8;
}
#content .carousel ul {
    position: absolute;
}
#content .carousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#content .carousel #lead_controls {
	position: absolute;
	right: 6px;
	bottom: 10px;
}

#content .carousel #lead_controls a {
	display: inline-block;
	padding: 5px 8px;
	font-weight: bold;
	box-shadow: 1px 1px #9B9A86;
	margin: 0 4px;
	background: #fff;
}
#content .carousel #lead_controls a.active { background: #0C8848; color: #fff;}

#content .info {
	width: 260px;
	min-height: 204px;
	background: #0C884A url(../img/bg-info.png) no-repeat center 17em;
	padding: 20px;
	margin: 10px;
	color: #FFF;
	float: left;
	border-bottom: 3px solid #d5d3c8;
}
#content .info p:first-child {margin: 0;}

#content .info a { color: #FFF; text-decoration: underline; }

.spacer { clear: both; }


/* arrow/link */
.arrow { cursor: pointer; padding: 11px 15px; font-size: 15px; font-weight: bold; border-bottom: 2px solid #dedede; position: relative; color: #fff; background: #f16e22; background-image: url(../img/arrow.png); background-position: right 50%; background-repeat: no-repeat; display: inline-block; }
.arrow:after, .arrow:before { border: solid transparent; content: ' '; height: 0; left: 100%; position: absolute; width: 0; }
.arrow:before { border-width: 19px; border-left-color: #f16e22; top: 1px; }
@-moz-document url-prefix(){
	 .arrow:before { border-width: 20px; }
}
.ie8 .arrow:before { top: 0; }
.ie7 .arrow,
.ie6 .arrow { padding-right: 25px; padding-top: 5px; background-position: 95% 50%; }


.arrow { float: left; position: absolute; bottom: 20px; }
