/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMOSS
	date: 18/01/2008
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

										/* ---------- 2. typography ---------- */ 

p {font-family:Arial, Helvetica, sans-serif; font-size:0.8em;color:#000;text-align:justify;}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {font-family:Arial, Helvetica, sans-serif; font-size:2em;color:#CC0000;text-align:center;}


.day {text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:0.8em;margin-left:10px;font-weight:bold;}





.img_desc {font-family:Arial, Helvetica, sans-serif;color:#000;font-size:0.6em;}

										/* ---------- 3. listography ---------- */ 
										

										
										/* ---------- 4. base structure ---------- */ 

html {
	overflow-y		: scroll;
}
body {
	font-size		: 100%;
}
#clr {clear:both;}

#wrap {
	position:relative;
	width:857px;
	margin: 30px auto 0 auto;
}

#top {
	position:relative;
	width:857px;
	height:23px;
	background:url(../images/top_bg.jpg) no-repeat;
}

#btm {
	position:relative;
	width:857px;
	height:23px;
	background:url(../images/btm_bg.jpg) no-repeat;
}

#main {
	position:relative;
	width:857px;
	background:url(../images/main_bg.jpg) repeat-y;
}

#ttl {
	position:relative;
	width:837px;
	padding:5px 10px 0 10px;
	height:180px;
}
#nav {
	position:relative;
	float:left;
	padding: 0 20px 0 15px;
	width:140px;
}
#cont {
	position:relative;
	float:left;
	padding: 0 7px 0 0;
	width:660px;
}


#total {
	position:relative;
	width:512px;
	height:495px;
}

#total_amt {
	position:absolute;
	height:60px;
	width:320px;
	color:#00FF33;
	font-family:Courier, monospace;
	font-size:3.25em;
	top:275px;
	left:96px;
	background:#000;
	margin-bottom:500px;
}


										/* ---------- 5. navigation ---------- */ 

#nav ul {}
#nav li {
	list-style:none;
}
a.home  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/home.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.home  { 
	background-position	: -125px 0;
	color			: #049;
}




a.about  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/about.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.about  { 
	background-position	: -125px 0;
	color			: #049;
}




a.news  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/news.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.news  { 
	background-position	: -125px 0;
	color			: #049;
}




a.guest  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/guestbook.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.guest  { 
	background-position	: -125px 0;
	color			: #049;
}




a.contact  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/contact.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.contact  { 
	background-position	: -125px 0;
	color			: #049;
}




a.links  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/links.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.links  { 
	background-position	: -125px 0;
	color			: #049;
}




a.donations  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/donations.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.donations  { 
	background-position	: -125px 0;
	color			: #049;
}




a.events  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/events.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.events  { 
	background-position	: -125px 0;
	color			: #049;
}




a.gallery  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/gallery.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.gallery  { 
	background-position	: -125px 0;
	color			: #049;
}

a.blog_li  {
	display			: block;
	width			: 125px;
	height			: 50px;
	background		: url(../images/nav/blog.jpg) 0 0 no-repeat;
	text-decoration	: none;
}
a:hover.blog_li  { 
	background-position	: -125px 0;
	color			: #049;
}






										/* ---------- 6. page specific structure ---------- */ 
										
									/* ---------- 6.1 Links ---------- */
									
.link_title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	color:#000;
	text-align:left;
	font-weight:bold;
}
.link_title a{
	font-size:0.8em;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.link_title a:hover{
	color:#CC0000;
	text-decoration:none;
}

.link_desc {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.8em;
	color:#000;
	text-align:justify;
}

										/* ---------- 7. images ---------- */ 
.img_f_left {
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.7em;
	padding:10px 10px 10px 35px;
}

.img_f_right {
	position:relative;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.6em;
	padding:10px 35px 10px 10px;
	text-align:center;
}

										/* ---------- 8. forms ---------- */ 
										
.formtype {
	width: 300px;
	border:1px solid #ccc; 
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color:#CC0066;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size:0.7em;
	padding:3px 8px;
}