/*** Reset ****************************/
* { margin: 0; padding: 0; }


/*** General ****************************/
body {
	background: #fff;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #f2f2f2;
	font-size: 12px;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

ul, ol { margin-top: 1em; margin-left: 30px; }


p { line-height: 1.6em; margin: 0.8em 0 1.2em 0; }

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

input, textarea, select { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 	padding: 3px 5px;  }

.clear { clear: both; }
.left { float: left; margin-right: 20px; }
.right { float: right; margin-left: 20px; }
.center { margin: 0 auto; }


.button {
	background: #ef59a1 url('../img/template/button.png') repeat-x bottom left;	
	border: 1px solid #f658a4;
	padding: 0.3em 1em;
	color: #fff;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}

.intro { font-size: 1.3em; padding: 0 2em; margin: 1em 0 1.8em 0; border: 4px solid #3d5569; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-shadow: 1px 1px 1px #182633; }



.video { border: 3px solid #182633; width: 360px; -moz-box-shadow: 0 0 1em 0.3em #182633; -webkit-box-shadow: 0 0 1em 0.3em #182633; outline: none; }
.player { outline: none; }

.large { font-size: 14px; }
.underline { text-decoration:underline; }

.login-input { width: 280px; }

.large-sign-up { text-align: center; }
.large-sign-up .button { font-size: 24px; padding: 0.3em 1.5em; }

p.back-to-top { text-align: center; }

p#bus { position: absolute; margin-left: 40px; }

#facebook { float: left; margin-top: 60px; width: 365px; }
	#facebook p { text-align: center; }

/*** Containers ****************************/
#container { 
	width: 100%;
	background: #1d3549 url('../img/template/bg.jpg') no-repeat bottom center;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 180px;
}

#sub-content {
	padding: 0 80px;	
}


/*** Top login bar ****************************/
#top-bar {
	width: 100%;
	background: #ed038d url('../img/template/top-bar.jpg') repeat-x top left;
	height: 33px;
}

#top-bar ul { width: 920px; margin: 0 auto; }

	#top-bar ul li { list-style: none; float: right; padding-top: 5px; } 
	
		#top-bar ul li a { font-weight: bold; }

#top-bar a { color: #f2f2f2; }

#top-bar a#login-dropdown { 
	width: 76px; 
	height: 23px; 
	padding-top: 4px;
	display: block; 
	text-align: center;
	outline: none;
}

#top-bar a.login-dropdown-selected {
	color: #ed038d;		
	background: url('../img/template/login-header.png') no-repeat top center; 
}

#top-bar form#login { 
	display: none; 
	position: absolute; 
	padding: 10px 20px;
	width: 196px;
	background: url('../img/template/login.png') no-repeat top right;
	margin-left: -160px;
	margin-top: -3px;
}

#top-bar form#login input {
	background: #c8ced2;
	border: 1px solid #fff;
	width: 180px;
}

#top-bar form#login .button { 
	background: #ef59a1 url('../img/template/button.png') repeat-x bottom left;	
	border: 1px solid #f658a4;
	width: auto;
	float: right;
	padding: 0.3em 1em;
	color: #fff;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em; }

#top-bar form#login a { color: #ed038d; font-weight: normal; }


/*** Logo ****************************/
h1#logo a {
	margin-left: 20px;
	background: url('../img/template/logo.png') no-repeat top left;
	position: absolute;
	top: 5px;
	width: 200px;
	height: 186px;
	text-indent: -9999px;
	z-index: 999;
	display: block;
}

/*** Main menu ****************************/

ul#menu {
	float: right;
	margin: 60px 0px 90px 0px;
	height: 38px;
}

	ul#menu>li { 
		list-style: none; 
		float: left;
		margin: 0px 5px;
		font-size: 16px;
		overflow: visible;
	}
		
		ul#menu>li>a {
			color: #f2f2f2;
			font-weight: bold;
			text-shadow: 1px 1px 1px #182633;
			padding: 0.5em;
			display: block;
		}
ul#menu>li>.menu_sub
{	display: none;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #33495b;
	padding: 0.5em 1.5em;
	border: 1px solid #3d5569;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 100;
}
ul#menu>li>.menu_sub ul
{	list-style: none;
	margin: 0px;
}

ul#menu>li>.menu_sub ul>li
{	
}
ul#menu>li>.menu_sub ul>li>a
{	color: #f2f2f2;
	display: block;
	padding: 5px 0px;
}
	
ul#menu li#menu-sign-up a { background-color: #33495b; padding: 0.5em 1.5em; border: 1px solid #3d5569; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
ul#menu li#menu-sign-up a:hover { background-color: #ed038d; border: 1px solid #f466ba; }




/*** Video ****************************/
#video-block {
	width: 410px;
	background: #182633;
	float: right;
	margin: 30px 20px 0 0;
	border: 3px solid #182633; 
	-moz-box-shadow: 0 0 1em 0.3em #182633; 
	-webkit-box-shadow: 0 0 1em 0.3em #182633; 
	outline: none;
}


/*** Join ****************************/
#join {
	width: 408px;
	height: 306px;
	float: left;
	background: url('../img/template/join-us.png') no-repeat top center;
	padding: 30px;
	text-align: center;
}

#join h2 { 
	font-size: 36px;
	background: url('../img/template/the-wait-is-over.png') no-repeat top left;
	width: 414px;
	height: 98px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#join h3 { font-size: 22px; font-weight: bold; }

#join p#sign-up { margin-top: 1.4em; }
/*
#join p a {
	display: block;
	width: 181px;
	height: 30px;
	padding-top: 18px;
	padding-bottom: 10px;
	background: url('../img/template/sign-up.png') no-repeat top center;
	font-size: 30px;
	color: #be0070;
	text-shadow: 1px 1px 1px #fa6cc7;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
}

#join p a:hover { color: #f2f2f2; text-decoration: none; }
*/

/*** Buy ****************************/
#buy {
	float: left;
	width: 450px;
	height: 161px;
}

/*** Slider ****************************/
#slider-block {
	background:url(../img/template/slider-bg.png) no-repeat;
	width:428px;
	height:288px;
	float:right;
	padding:20px;
}

/*** Donate ****************************/
#donate {
	float: right;
	background: url('../img/template/donate.png') no-repeat top left;
	width: 399px;
	height: 109px;
	padding: 30px;
	font-size: 14px;
}

#donate h3 { font-size: 18px; }



#donate .button {
	font-size: 18px;
	display: block;
/*	margin-top: -30px;*/
}

/*** Causes ****************************/
#cause-block {
	background:url(../img/template/cause-bg.png) no-repeat;
	width:960px;
	height:143px;
	padding-top:53px;
	margin-top:20px;
}
#cause-block ul {
	margin:0;
}
#cause-block ul li {
	list-style:none;
	float:left;
	padding-right:2px;
}
#cause-block ul li a {
	display:block;
	width:158px;
	height:137px;
	text-indent:-9999px;
}
.global-home { background:url('../img/template/global-home.png') no-repeat top left; }
.uk-home { background:url('../img/template/uk-home.png') no-repeat top left; }
.sa-home { background:url('../img/template/sa-home.png') no-repeat top left; }
.india-home { background:url('../img/template/india-home.png') no-repeat top left; }
.australia-home { background:url('../img/template/australia-home.png') no-repeat top left; }
.canada-home { background:url('../img/template/canada-home.png') no-repeat top left; }

.global-home:hover { background:url('../img/template/global-home.png') no-repeat bottom left; }
.uk-home:hover { background:url('../img/template/uk-home.png') no-repeat bottom left; }
.sa-home:hover { background:url('../img/template/sa-home.png') no-repeat bottom left; }
.india-home:hover { background:url('../img/template/india-home.png') no-repeat bottom left; }
.australia-home:hover { background:url('../img/template/australia-home.png') no-repeat bottom left; }
.canada-home:hover { background:url('../img/template/canada-home.png') no-repeat bottom left; }

/*** Gert Involved ****************************/
table {
	border:2px solid #fff;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	padding:5px 5px 5px 15px;
	margin:0 auto;
	}
.table { margin:0 auto; width:400px; text-align:center; margin-bottom:5px; }
table tr td {
	border-bottom:1px solid #254661;
}

/*** Box design ****************************/
.box {
	background: url('../img/template/box-right-top.png') no-repeat top left;
	width: 369px;
	padding-top: 35px;
}

.box span.end {
	background: url('../img/template/box-right-bottom.png') no-repeat top left;	
	width: 369px;
	height: 36px;
	display: block;
	position: absolute;
}

.box h3, .wide-box h3 {
	padding: 0 25px 0 25px;	
}

.box p, .wide-box p { margin: 0; padding: 0.8em 35px 1.2em 35px; }

.box ul, .wide-box ul { margin: 1em 25px 0em 50px; }
.box ul li, .wide-box ul li { margin-bottom: 1em; }

#sub-content .box input, #sub-content .box select, #sub-content .wide-box input, #sub-content .wide-box select { background: #85929d; color: #f2f2f2; border: 1px solid #909eac; }

form .wide-box { margin: 20px 0 70px 0; }

.wide-box {
	background: url('../img/template/box-wide.png') no-repeat top left;
	width: 528px;
	padding-top: 35px;
}

.wide-box span.end {
	background: url('../img/template/box-wide-footer.png') no-repeat top left;	
	width: 528px;
	height: 43px;
	display: block;
	position: absolute;	
}

/*** Why right ****************************/
#why-right { margin-bottom: 80px; margin-left: 20px; float: right; }


/*** Who is with us logos ****************************/
p#mm-banner {text-align: center; margin-top: 10px; }

ul#logos { margin-left: 70px; }

	ul#logos li { float: left; list-style: none; margin: 20px 30px; }
	
		ul#logos li a img { border: 0; }
		
		ul#logos li a:hover {  }
		
ul#contact { text-align:center; list-style:none; }
	ul#contact li { width:220px;
					float:left;
					background-color: #33495B;
					border: 1px solid #3D5569;
					border-radius: 8px 8px 8px 8px;
					-webkit-border-radius: 8px 8px 8px 8px;
					-moz-border-radius: 8px 8px 8px 8px;
					padding: 1em;
					margin:10px 10px 0 0;}
		ul#contact li.contact-align	{margin-left:130px;}		
		ul#contact li strong { font-size:1.4em; }

/*** Party Option ****************************/
.party-option {
	width: 360px;
	margin: 40px 0 0 0;
}


.party-option h3 { font-size: 18px; padding: 5px; background-color: #ed038d; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 1px 1px 1px #be0070;  }
.party-option span { font-size: 10px; float: left; font-weight: normal; margin: 5px 10px 0 0; display: block; }
.party-option ul, .party-option ol { margin-top: 1em; }
.party-option li { margin: 0 0 1em 0; }



/*** Sub content form ****************************/
#sub-content form label { display: block; margin-bottom: 5px; }
#sub-content label span { display: block; font-style: italic; font-size: 11px; color: #a8b3bd; }
#sub-content form label.inline { display: inline; padding-right: 20px; margin-bottom: 0; }

#sub-content form input, #sub-content form select { background: #495c6c; color: #f2f2f2; font-size: 16px; border: 1px solid #5a6c7c; }
#sub-content form select option { padding-right: 20px; }
#sub-content form input:focus, #sub-content form select:focus { border: 1px solid #ccc; }

#sub-content form li { margin-bottom: 1em; }

#sub-content form #terms-agree { margin: 25px auto 0 auto; font-size: 14px; text-align: center; text-shadow: 1px 1px 1px #182633; }

#sub-content form input.button
{	background: #ef59a1 url('../img/template/button.png') repeat-x bottom left;	
	border: 1px solid #f658a4;
	padding: 0.3em 1em;
	color: #fff;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}


/*** Registration form ****************************/
form#registration .wide-box { margin: 20px auto 70px auto; }

form#registration p { clear: both; }
form#registration label { float: left; width: 150px; text-align: right; padding-right: 10px;  }
form#registration label span { display: block; font-style: italic; font-size: 11px; color: #a8b3bd; }
form#registration label.inline { float: none; display: inline; }
form#registration span { float: none; }


/*** Make a donation *************************/

#donation-container { margin: 2em 0; }

form#donation { text-align: center; }
form#donation input { font-size: 24px; }
form#donation .currency { font-size: 24px; font-weight: bold; display: inline; padding-right: 0.5em; }
form#donation .button { margin-left: 10px; font-size: 20px; }
#paypal { padding: 0 1.5em; border: 3px solid #3d5569; -moz-border-radius: 10px; -webkit-border-radius: 10px; float: right; width: 200px; margin: 2em 0; }

form#donation label.gift-aid {
	display: block;
	float: left;
	width: 380px;
	margin-top: -3px;
	text-align: left;
}

#paypal-image { display: block; text-align: center; width: 100%; }
#paypal a img { border: 0; }
#paypal-image a span { display: block; font-weight: bold; text-align: center; }



/*** Prizes ****************************/

#prizes-overflow {
	height: 280px;
	overflow: auto;
}

ol#prizes {}

	ol#prizes li.heading {
		font-weight: bold;
		font-size: 1.2em;
		margin-top: 25px;
	}
	
		ol#prizes li.heading ul {
			margin: 5px 0 10px 20px;
			padding: 0;
		}
		
			ol#prizes li.heading li {
				font-weight: normal;
				font-size: 0.8em;
				margin: 5px 0;
			}

/*** Dashboard ****************************/

.error { 
	font-size: 1.2em; 
	text-align: center;
	color: #fff;
	border: 4px solid #344a5c; 
	background: #df9a43 url('../img/template/error.png') repeat-x top left;
	margin-top: 30px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#progress {
	background: url('../img/template/progress.png') no-repeat top left; 	
	float: left;
	width: 499px;
	height: 181px;
	margin: 30px 0 25px 0;
	padding: 30px;
	text-align: center;
}

	#progress h3 { font-size: 18px; }


#donate-button { float: right; margin-top: -20px; }

#donate-button .button {
	font-size: 22px;
	font-weight: bold;
	padding: 0.4em 1.5em;
	display: block;
}

#rank { 
	background: url('../img/template/rank.png') no-repeat top left; 
	width: 198px; 
	height: 179px; 
	text-align: center; 
	padding: 30px 0 0 0; 
	margin: 30px 0;
	float: right;
}

#rank h3 { margin-bottom: 1em; }
#rank h4 { font-size: 60px; letter-spacing: -10px; text-shadow: 2px 2px 2px #1e364a; }
#rank h4 sup { font-size: 16px; vertical-align: top; letter-spacing: normal; padding-left: 3px; }

#details ul { width: 300px; margin: 2em auto 1em auto; }

	#details ul li { list-style: none; border-bottom: 1px solid #6c7c8b; padding-bottom: 5px; float: left; width: 100%; clear: both; }
	
	#details ul li label { width: 120px; float: left; text-align: right; padding-right: 10px; font-weight: bold;}
	
	#details ul li span { float: left; width: 160px; }
	
	
#donations {}

	#donations table { margin: 1em auto; width: 300px; border-bottom: 1px solid #6c7c8b; border-collapse: collapse; }
		
		#donations table th { text-align: left; border-bottom: 2px solid #6c7c8b; padding: 4px 0; }
		
		#donations table td { border-bottom: 1px solid #6c7c8b; padding: 4px; }
		

#downloads {
	margin-top: 90px;	
}

#downloads a { font-size: 14px; color: #f2f2f2; }

#downloads a.pdf { padding: 12px 0 12px 40px; background: url('../img/template/pdf.png') no-repeat left; display: block; }

/*** Progress bar ****************************/
#progress-container {
	width: 450px;
	border: 2px solid #697b88;
	padding: 4px;
	margin: 2em auto 1em auto;
	background: #223e54;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
}

#progress-container div {
	background: #ed038d url('../img/template/donation-bar.png') repeat-x top left;
	height: 22px;
	border: 1px solid #f466ba;
	color: #f0c3dd;
	padding-top: 3px;
	font-weight: bold;
	text-align: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}






/*** Leaderboard ****************************/

#leaderboard-left {
	float: left;
	width: 530px;
}

#leaderboard-right {
	float: right;
	width: 230px;
}

	#leaderboard-right ul {
		list-style: none;
		border: 3px solid #788695;
		padding: 1em;
		margin: 1em 0;
		background: #4c5d6e;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
	}
	
		#leaderboard-right ul li {
			margin: 2em 0;
			border-bottom: 1px solid #788695;
			background: url('../img/template/star.png') no-repeat top right;
		}
		
			#leaderboard-right ul li h3 {
				color: #ff2aa8;
				padding-right: 40px;
			}
			
				#leaderboard-right ul li h3 span {
					display: block;
					color: #fff;
				}

#leaderboard-top { background: url('../img/template/leaderboard-top.png') no-repeat top left; width: 528px; height: 36px; }
#leaderboard {
	background: url('../img/template/leaderboard.png') repeat-y top left;
	width: 528px;
}

#leaderboard span.end {
	background: url('../img/template/box-wide-footer.png') no-repeat top left;	
	width: 528px;
	height: 43px;
	display: block;
	position: absolute;	
}



#leaderboard ul.tabs { width: 400px; float: left; margin-left: 60px; }
	#leaderboard ul.tabs li { list-style: none; float: left; margin: 0; }
		#leaderboard ul.tabs li a { 
			display: block; 
			margin-right: 15px;
			background: #6c7c8b;
			color: #fff;
			padding: 0.5em 1em 0.8em 1em;
			border-top: 2px solid #7a8b9c;
			border-left: 2px solid #7a8b9c;
			border-right: 2px solid #7a8b9c;
			border-bottom: 0;
			text-shadow: 1px 1px 1px #545f69;
			font-size: 14px;
			-moz-border-radius: 5px 5px 0 0;
			-webkit-border-radius: 5px 5px 0 0;
		}
		
		#leaderboard ul.tabs li.selected {  }
		
		#leaderboard ul.tabs li.selected a {
			background: #4a5c6d;
			color: #f2f2f2;
			font-weight: bold;
			border-top: 2px solid #6c7c8b;
			border-left: 2px solid #6c7c8b;
			border-right: 2px solid #6c7c8b;
			border-bottom: 0;
			text-shadow: 1px 1px 1px #6c7c8b;
		}

#leaderboard table { margin: 0 auto; width: 440px; border-collapse: collapse;   }

	#leaderboard table th { text-align: left; border-bottom: 3px solid #6c7c8b; border-top: 1px solid #6c7c8b; padding: 15px 3px 8px 3px; }
	
	#leaderboard table tr:hover td { background: #6c7c8b; border-top: 2px solid #8d9ba8; }
	
	#leaderboard table tr.user td { background: #ef59a1; }
		#leaderboard table tr.user td span { color: #fff; }
	
	#leaderboard table td { background: #445360; padding: 10px 3px; font-size: 16px; border-bottom: 1px solid #6c7c8b; border-top: 1px solid #fff; text-shadow: 1px 1px 1px #182633;  }
	
		#leaderboard table td span { display: block; font-size: 12px; text-shadow: none; color: #a8b3bd; }
		
		#leaderboard table td.rank { text-align: center; font-weight: bold; }

/*** Causes ****************************/
.cause-img {
	float:left;
	margin:0 10px 10px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

/*** Footer ****************************/
#footer {
	border-top: 5px solid #e4e4e4;
	width: 100%;
	color: #666;
	padding-top: 20px;
}

#footer-content {
	width: 960px;
	margin: 0 auto;
}


	#footer-content #bottom-bar {
		border-top: 1px dotted #e4e4e4;
		padding: 10px 20px;
		margin-top: 15px;
	}
	
	#footer-content #bottom-bar ul#social { margin: 0; list-style: none; float: left; text-align: center; width: 300px; }
	#footer-content #bottom-bar ul#social li { display: inline; }
	
	#footer-content #bottom-bar ul#footer-menu { list-style: none; margin: 0; width: 300px; float: left; }
	
		#footer-content #bottom-bar ul#footer-menu li { float: left; margin: 0 1em 0 0; }
		
	
	#footer-content #bottom-bar p#copyright { float: right; width: 300px; text-align: right; margin: 0; }
	
	#footer-content #bottom-bar p#designed-by { text-align: center; }


	#footer-content .support { margin-bottom: 1em; }
	#footer-content .support ul { margin: 0; padding: 0;}
	#footer-content .support ul li { 
		list-style: none; 
		float: left; 
		margin: 1em 1em 0 1em; 
		padding: 0;
	}
	
	
	#footer-content .support ul li a img { border: 0; }
	
/*** Others ****************************/
.cause-prize_left {
	 float:left;
	 width:356px;
}
.cause-prize_right {
	float:right;
	width:48%;
	padding:10px;
	background:#33495B;
	border:2px solid #3D5569;
	list-style-position:inside;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.cause-prize_right li {
	padding:7px;
}
#sub-content hr {
	margin:20px 0;
}
