@charset "UTF-8";
/* 
author: Jane Vora
jane.vora@gmail.com

date: December 15, 2009
 */

html {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
	font-family: Arial,Sans-Serif;
	font-size: .9em;
	background:url(../images/nav-bg.jpg);
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	color: #777777;
	font-size: 2em;
	margin:35px 0px 5px 0px;
	text-align:center;
	font-variant: small-caps;
	font-weight: lighter;
	font-family: Times,Serif;
}


h2 {
	color: #444444;
	font-size: 1.4em;
	margin:25px 0px 0px 0px;
	font-family: Arial,Sans-Serif;
	font-variant: small-caps;
	font-weight: lighter;
}

h3 {
	color: #442266;
	font-size: 1.2em;
	margin:25px 0px 0px 0px;
	font-family: Arial,Sans-Serif;
	font-variant: small-caps;
}

a:link {
	color:#8B6CAA;
	text-decoration:underline;
	font-weight: bold;
}

a:visited {
	color:#8B6CAA;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#BB91E5;
	text-decoration:underline;
	font-weight: bold;
}

a:active {
	color:#BB91E5;
	text-decoration:underline;
	font-weight: bold;
}

p.indent {
	text-indent:20px;
}

/* %%% HEADER %%% */

#donate {
	margin: 0 auto;
	height: 39px;
	width: 84px;
}

#donate a.button {
	background:url(../images/button-donate.gif) no-repeat top left;
	display: block;
	height: 39px;
	width: 84px;
	outline:none;
	text-indent: -9999px;
}

#headercontainer {
	width:1024px;
	margin: 0 auto;
	height: 162px;
	position: relative;
	top: -15px;
}

#ribbon {
	background:url(../images/purple-ribbon.gif) no-repeat;
	position: relative;
	top: -76px;
	height:162px;
	text-indent:-9999px;
	margin-left: 65px;
}

/* %%% NAVIGATION %%% */

#nav {
	z-index:99;
	display: block;
	height:76px;
	text-indent: -9999px;
	overflow:hidden;
	position: relative;
	top: 86px;
	padding-right: 50px;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav li {
	float:right;
}

#nav a.mission { 
	display:block;
	width:130px;
	height:152px;
	background:transparent url(../images/nav-01.gif) no-repeat top left;
	outline:none;
}	

#nav a.events { 
	display:block;
	width:78px;
	height:152px;
	background:transparent url(../images/nav-02.gif) no-repeat top left;
	outline:none;
}	

#nav a.resources { 
	display:block;
	width:208px;
	height:152px;
	background:transparent url(../images/nav-03.gif) no-repeat top left;
	outline:none;
}	

#nav a.story { 
	display:block;
	width:145px;
	height:152px;
	background:transparent url(../images/nav-04.gif) no-repeat top left;
	outline:none;
}	

#nav a.support { 
	display:block;
	width:118px;
	height:152px;
	background:transparent url(../images/nav-05.gif) no-repeat top left;
	outline:none;
}	

#nav a.home { 
	display:block;
	width:78px;
	height:152px;
	background:transparent url(../images/nav-06.gif) no-repeat top left;
	outline:none;
}	

#nav a:hover {
	background-position:0 -76px;
}


/* %%% PURPLE BANNER %%% */

#purplebanner {
	background: url(../images/banner-logo.gif) no-repeat center #663399 ;
	display:block;
	height:162px;
}

/* %%% CONTENT %%% */

#contentcontainer {
	width: 924px;
	margin: 0 auto;
}

#sidebarcontainer {
	width: 200px;
	float: right;
	margin: 20px 15px;
	font-size: 0.85em;
	padding-left: 15px;
	padding-right:8px;
	background: #E0E0E0;
}

#sidebar {
	text-align: left;
}

#maincontent {
	width: 670px;
	margin: 15px 0px;
	float: left;	
	font-size: 1em;
}

p.headline {
	font-family: Times, Serif;
	color: #663399;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
	}
	
img.left {
	float: left;
	margin-right: 10px;
	}

img.right {
	float: right;
	margin-left: 10px;
	}

p.extraspace {
	line-height: 1.75em;
	}
	
ul.events {
	list-style-type: none;
	}

li.events {
	border-bottom: 1px dashed #442266;
	}
	
/* %%% FOOTER %%% */

#footer {
	clear: both;
	font-size: .8em;
	}
	
img.logo2 {
	margin-right:10px;
	}
	
p.disclaimer {
	border-bottom: #663399 1px solid;
	padding-bottom: 10px;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
