/*CSS document for Bayridge Alliance Website - inside pages*/

/*developed by CarricDesign, July 2006 for Bayridge Alliance Church, Kingston, ON, Canada*/

				/*GENERAL*/

*, html{
margin:0;
padding:0;
}

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	background: url(../images/bg-stripe-green2.gif) repeat-y;
}

h1.main{
	display: none;
}


h3{
	padding-top:20px;
	margin-bottom: 5px;
	clear: both;
}

a.normalheading{
	color: #5f6c10;

}

a.normalheading:hover{
	color: #5f6c10;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	color: #c9b9a5;
	text-decoration: underline;
}

img{
	border:none;
}

				/*DIVs*/

/* #wrap
==============================================================*/
#wrap{
	margin: 0 auto;
	background: url(../images/bg-stripe-green3.gif) repeat-y;
	width:760px;
}

/*#content
==============================================================*/
#content{
	width: 760px;
	padding-bottom: 25px;
}

/*#main
==============================================================*/
#main{
	width:510px;
	/*float: left;  when you add this in, the background image disappears*/
	padding: 0 0px 75px 40px;
}

#main a{
	color: #5f6c10;
	font-weight: bold;
}

#main img.left{
	float: left;
	margin-left: -80px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 2px solid #9a8a78;
}


#main p{
	padding-right: 40px;

}

/*#nav
==============================================================*/
#nav{
	float:right;
	clear: none;
	width: 210px;
	margin-top: -873px;
	line-height: 3em;
}
#nav ul{
	list-style: none;
	padding-left:25px;
}

#nav img{
	padding-left: 25px;
	padding-top: 20px;
}

#nav p.small{
	padding-left: 25px;
	margin-top: -20px;
}

/*#footer #sitemap #footwrapper
==============================================================*/

#footer{
	width: 100%;
	margin-top: 0;
	float: left;
	text-align: center; /* for IE to align with margin in footwrapper*/
	line-height: 1.3em;
	color: #fff;
	background: #9a8a78;
}

#footwrapper{
	margin: 0 auto;
	width: 760px;
}

#footwrapper ul{
	list-style: none;
	padding-left: 15px;
	line-height: 1.3em;
	font-weight: bold;
}

#footwrapper ul.secondary{
	color: #9a8a78;
	font-weight: normal;
	padding-bottom: 15px;
}

#footwrapper ul.secondary a{
	color: #c9b8a5;
}

#footwrapper ul.column{
	float: left;
}

#footer address{
	text-align: center;
	font-style: normal;
	display: block;
	width: 20%;
/*	float: right;*/
	clear: both;
	border: 2px solid #c9b8a5;
	margin-top: 10px;
	margin-right: 20px;
	padding: 2px;
}

#sitemap{
	float: left;
	width: 510px;
	padding-left: 40px;
	border-top: 2px solid #000;
	text-align: left;
	background: #9a8a78;
}

/*P.I.E. float clearing
see http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*hides from IE-mac\*/
* html .clearfix {height: 1%;}
/*end hide from IE-mac*/


				/*CLASSES*/
.small{
	font-size: 0.7em;
	line-height: 1em;
	padding-top: 10px;
}

