@charset "UTF-8";

/*
***********************************************************

Created by: Kyle Racki
Email: kyle@modernmedia.ca
Last updated: December 10th, 2007


Colours used: 

Brown:#492A17
Red:#AE2D0E
Green:#596133
Yellow:#FC7215

***********************************************************
*/

/*
***********************************************************

GLOBAL STYLES

***********************************************************
*/

body {
	background:#E7DECD url(../images/textureBG.jpg) fixed;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	font-size:.9em;
}

a {
	color:#AE2D0E;
}

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

p {
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#492A17;
}

h2 {
	margin:0;
	padding:0;
}

h3 {
	margin:0;
	padding:0;
}

h4 {
	margin:0;
	padding:0;
	color:#492A17;
}

ul {
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
}

#main {
	text-align:center;
}

a img {
	border:7px solid #596133;
}

a:hover img  {
	border-color:transparent;
}



/*
***********************************************************

LAYOUT 

***********************************************************
*/

#header {
	overflow:hidden;
	width:100%;
}

#headerWrapper {
	overflow:hidden;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	clear:both;
	overflow:hidden;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#homeCallouts {
	clear:both;
	overflow:hidden;
	width:900px;
}


#content {
	overflow:hidden;
	width:593px;
	float:left;
	text-align:left;
}


#side {
	overflow:hidden;
	width:294px;
	float:right;
}


#footer {
	clear:both;
	overflow:hidden;
	width:100%;
}

#footerWrapper {
	clear:both;
	overflow:hidden;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

/*
***********************************************************

IMAGE HEADERS

***********************************************************
*/

#donateHeader {
	background:url(../images/headerDonate.png) no-repeat;
	float:left;
	width:180px;
	height:40px;
	text-indent:-999em;
	margin-top:19px;
}

#documentaryHeader {
	background:url(../images/headerDocumentary.png) no-repeat;
	float:left;
	width:199px;
	height:58px;
	text-indent:-999em;
}


#goatHeader {
	background:url(../images/headerGoat.png) no-repeat;
	float:left;
	width:280px;
	height:40px;
	text-indent:-999em;
	margin-top:18px;
}


#aboutHeader {
	background:url(../images/headerAbout.png) no-repeat;
	float:left;
	width:180px;
	height:30px;
	text-indent:-999em;
}

#contactHeader {
	background:url(../images/headerContact.png) no-repeat;
	float:left;
	width:138px;
	height:30px;
	text-indent:-999em;
}

#newsHeader {
	background:url(../images/headerNews.png) no-repeat;
	float:left;
	width:156px;
	height:30px;
	text-indent:-999em;
}

/*
***********************************************************

HEADER 

***********************************************************
*/

#header {
	background:url(../images/topPatternBG.jpg) top center repeat-x;
}

#headerWrapper {
	margin-top:60px;
}

#logo {
	margin:0;
	padding:0;
}

#logo a {
	background:url(../images/wadengLogo.png) no-repeat;
	float:left;
	text-indent:-999em;
	width:318px;
	height:80px;
	overflow:hidden;
}

#smallNav {
	float:right;
	list-style:none;
}

#smallNav li {
	display:inline;
	text-transform:uppercase;
	border-right:1px solid #596133;
	padding-left:5px;
	padding-right:5px;
}

#smallNav li a {
	color:#596133;
}

#smallNav li a:hover {
	color:#AE2D0E;
}


#tagline {
	float:right;
	width:580px;
	text-align:right;
	font-size:1.2em;
	color:#AE2D0E;
	font-weight:normal;
}


/*
***********************************************************

NAV

***********************************************************
*/

.navigation {
	float:left;
	clear:both;
	padding:0;
	margin:0;
	background-color:transparent;
	margin-top:10px;
	width:900px;
	height:55px;
	overflow:hidden;
}

.navigation ul {
	margin: 0;
	padding: 0;
	height: 55px;
	list-style: none;
	background-color:transparent;
}

.navigation li {
	display: inline;
	float: left;
	height:55px;
	background-color:transparent;
}
		
.navigation ul li a {
	float: left;
	overflow: hidden;
	height: 55px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color:transparent;
	border: 0;
}
			
/* Jacob */		

.navigation ul li.nav_jacobsstory a {
	width: 117px;
	background-image: url("../images/nav_off_story.png");
}
.navigation ul li.nav_jacobsstory a:hover {
	background-image: url("../images/nav_on_story.png") ;
}


/* Souhern Sudan */		

.navigation ul li.nav_southernsudan a {
	width: 137px;
	background-image: url("../images/nav_off_sudan.png");
}
.navigation ul li.nav_southernsudan a:hover {
	background-image: url("../images/nav_on_sudan.png") ;
}


/* Projects */		

.navigation ul li.nav_projects a {
	width: 180px;
	background-image: url("../images/nav_off_projects.png");
}
.navigation ul li.nav_projects a:hover {
	background-image: url("../images/nav_on_projects.png") ;
}

/* Donations */		

.navigation ul li.nav_donations a {
	width: 179px;
	background-image: url("../images/nav_off_donations.png");
}
.navigation ul li.nav_donations a:hover {
	background-image: url("../images/nav_on_donations.png") ;
}

/* Organizations */		

.navigation ul li.nav_organizations a {
	width: 190px;
	background-image: url("../images/nav_off_about.png");
}
.navigation ul li.nav_organizations a:hover {
	background-image: url("../images/nav_on_about.png") ;
}

/* FAQ */

.navigation ul li.nav_faq a {
	width: 97px;
	background-image: url("../images/nav_off_faqs.png");
}
.navigation ul li.nav_faq a:hover {
	background-image: url("../images/nav_on_faqs.png") ;
}


/*
***********************************************************

MAIN

***********************************************************
*/

#main {
	margin-top:20px;
}

#calloutDocumentary p, #calloutDontate p, #calloutGoats p {
	clear:left;
	font-size:1.1em;
	line-height:1.3em;
}

#calloutDocumentary img, #calloutDontate img, #calloutGoats img {
	float:left;
	margin-right:10px;
}

#calloutDocumentary, #calloutDontate, #calloutGoats {
	text-align:left;
	width:290px;
	float:left;
	font-size:.9em;
	line-height:1.2em;
}


#calloutDontate {
	margin-right:10px;
	margin-bottom:20px;
}


#calloutDocumentary {
	margin-right:10px;
}

.readmore {
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:20px;
	clear:left;
}

.readmore a {
	text-decoration:none;
}

/*
***********************************************************

HOME

***********************************************************
*/

#homeCallouts {
	margin-top:30px;
	margin-bottom:30px;
}

/*
***********************************************************

SUB

***********************************************************
*/


#content {
	margin-bottom:20px;
}
#content p img {
	float:right;
}

#content h2 {
	color:#596133;
	font-size:2em;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
}

#content h3 {
	color:#596133;
	font-size:1em;
}

#side {
	margin-bottom:20px;
}

/*
***********************************************************

FOOTER

***********************************************************
*/

#footer {
	background:url(../images/footerPatternBG.jpg) top center repeat-x;
	font-size:.9em;
}

#footerWrapper {
	margin-top:60px;
}

#about, #contact, #news {
	width:271px;
	float:left;
}
#about p, #contact p, #news h4 {
	clear:left;
}

#about {
	margin-right:26px;
}


#contact {
	margin-right:38px;
}

#news ul {
	list-style:none;
	letter-spacing:-1px;
}

#news ul h4 {
	font-size:1.1em;
}

#copyright {
	float:left;
}
#legal {
	float:right;
}

#bottom {
	clear:both;
	border-top:1px solid #492A17;
	margin-top:20px;
	padding-bottom:20px;
}


/*
***********************************************************

Campaigns -- added by Jamie - 2008-11-16

***********************************************************
*/

.campaign {
	margin-bottom: 2em;
}

