/*CSS document for Bayridge Alliance Website*/

/*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%;
	line-height: 1.2em;
	width: 760px;
	margin: 5px auto;
	background-image: url(images/bkgrnd.jpg) repeat-x;
}

h1.main{
	display: none;
}
a{
	text-decoration: none;
	color:#000;
}
a:hover{
	color:#9a8a78;
	text-decoration: underline;
}
address{
	text-align: right;
	font-style: normal;
}
img{
	border:none;
}

img.banner {
	margin: 0;
	padding: 0;
}

p.newsflash {
	color: red;
	font-weight: bold;
	padding-bottom: 20px;
}

				/*DIV*/
#flashcontent{
	width: 550px;
	height: 400px;
	float: left;
}
#sideNav{
	float: right;
	width: 210px;
	height: 400px;
	background: #c9b8a5;

}

/*#services
==================================================*/
#services{
	width: 195px;
	text-align: right;
	float: right;
	padding-right: 10px;
}
#services img{
	float:right;
}
#services p{
	clear: both;
	padding-top: 3px;
}

#services p.small {
	clear: both;
	font-size: 0.8em;
}

#services ul{
	list-style: none;
	font-weight: bold;
}

/*#location
==================================================*/
#location{
	width: 195px;
	float:right;
	clear:right;
	padding-right: 10px;
}
#location ul{
	list-style: none;
}
#location p{
	text-align: right;
	font-size: 0.8em;
	color:#9a8a78;
	margin: 5px 0 0 0;
}

/*#nav (goes along the bottom of the flash) #insidenav
==================================================*/
#nav{
	width: 547px;
	clear: left;
	background: #fff;
	font-size: 0.94em;
}
#nav ul {
	list-style: none;
}
#nav li{
	display: inline;
	color: #9a8a78;
	letter-spacing: 0.04em;
}
#nav.active{
	color: #000;
	font-weight:bold;
}
#insidenav{
	/*margin-top:-10px;*/
}


/*#events
====================================================*/
#events {
	width: 760px;
	margin: 10px 0 10px 0;
}

#events img.left {
	float: left;
	width: 380px;
}

#events img.right {
	float: right;
	clear: none;
	width: 380px;
}

#events span.red {
	font-weight: bold;
	color: red;
}


/*#quicklinks
====================================================*/
#quicklinks {
	border: 1px solid #9a8a78;
	margin-top: 20px;
	padding: 10px;
}


				/*CLASSES*/
.specialmenu{
	font-weight: normal;
	font-size: 0.8em;
	text-indent: 2em;
}

/*.picnav {
	margin-top: 20px;
}*/


/*#footer #sitemap #footwrapper
==============================================================*/
#footer{
	width: 100%;
	margin-top: 0;
	float: left;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center; /* for IE to align with margin in footwrapper*/
	line-height: 1.3em;
	color: #000;
	/*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;*/
	color: #9a8a78;
}

#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;
	padding-top: 10px;
	text-align: left;
	/*background: #9a8a78;*/
}

#sitemap a{
	color: #000;
}

img.sitemap {
	border: 2px solid #000;
	margin-top: 75px;
}

/*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*/

