/*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-yellow.gif) repeat-y;
}

h1.main{
	display: none;
}


h3{
	padding-top:20px;
	padding-left: 17px;
	margin-bottom: 10px;
	clear: none;
	font-size: 1.8em;
	font-family: Georgia, serif;
	color: #ffb21e;
}

h4 {
	padding-top:20px;
	padding-left: 17px;
	margin-bottom: 10px;
	clear: none;
}

h4.jobs {
	color: #ffb21e;
}

a.normalheading{
	color: #ffb21e;
}

a.normalheading:hover{
	color: #000;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	color: #c9b9a5;
	text-decoration: underline;
}

img{
	border:none;
}

ol {
	list-style-type: lower-roman;
}

span {
	font-weight: bold;
}

				/*DIVs*/

/* #wrap
==============================================================*/
#wrap{
	margin: 0 auto;
	background: url(../images/bg-stripe-yellow760.gif) repeat-y;
	width:760px;
}


/*#content
==============================================================*/
#content{
	width: 760px;
	padding-bottom: 25px;
	color: #000;
}


/*#main
==============================================================*/
#main{
	width:510px;
	 /*float: left; when you add this in, the background image disappears*/
	/*padding: 0 0px 75px 0px;*/
}

#main a{
	color: #ffb21e;
	font-weight: bold;
}

#main img.right{
	position: relative;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #9a8a78;
}

#main img.left{
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 20px;
	border: 2px solid #9a8a78;
}

#main p{
	margin-left: 20px;
	margin-bottom: 15px;
	/*padding-right: 10px;*/
	line-height: 1.5em;
}

#main ul {
	margin-bottom: 15px;
	line-height: 1.5em;
}

#main li {
	list-style-type: disc;
	margin-left: 30px;
}


/*#nav
==============================================================*/
#nav{
	float: right;
	clear: none;
	width: 210px;
	line-height: 3em;
	font-weight: bold;
}

#nav ul{
	list-style: none;
	padding-left:25px;
}

#nav img{
	padding-left: 25px;
	padding-top: 20px;
}

#nav p.small{
	padding-left: 25px;
	margin-top: 0px;
}

/*#subnav
==============================================================*/
#subnav {
	padding-top: 5px;
	color: #ffb21e;
	width: 530px;
	margin-left: 10px;
	background: #fff;
	font-size: 0.9em;
}

#subnav ul{
	list-style: none;
	border: 3px solid #9a8a78;
	padding: 5px;
	margin-bottom: 10px;
}

#subnav li {
	display: inline;
}

#subnav li a{
	color: #9a8a78;
}

#subnav li a:hover{
	color: #ffb21e;
}

#subnav li.active {
	color: #ffb21e;
}


/*#staffpics
==============================================================*/
#staffpics ul{
	list-style: none;
	width: 697px;
}

#staffpics li {
	display: inline;
	margin-left: 15px;
}


/*#ref
==============================================================*/
#ref {
	font-size: 0.8em;
}

#ref li {
	list-style: none;
}


/*#side1
==============================================================*/
#side1 {
	float:left;
	margin-left:5px;
	width:250px;
}

#side1 li{
	list-style: none;
}


/*#side2
==============================================================*/
#side2 {
	float:left;
	margin-left:5px;
	width: 250px;
}

#side2 li{
	list-style: none;
}

.list{
	list-style: none;
	text-align: center;
	height: 3em;
}

/*#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: inline;
	width: 22%;
	float: right;
	clear: none;
	border: 2px solid #c9b8a5;
	margin-top: 20px;
	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;
}


.smallsubtitle{
	font-size: 0.85em;
	line-height: 1em;
	padding-top: 10px;
}

