/*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-blue.gif) repeat-y;
}

blockquote {
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-style: italic;
}

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: #c36c18;
}

h4 {
	padding-top:20px;
	padding-left: 17px;
	margin-bottom: 10px;
	clear: none;
	color: #465c74;
	border-bottom: 1px solid #465c74;
}

h4.noline {
	border-bottom: none;
}

a.normalheading{
	color: #465c74;
}

a.normalheading:hover{
	color: #000;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	color: #c9b9a5;
	text-decoration: underline;
}

img{
	border:none;
}

object{
	margin-left: 15px;
}

span {
	font-weight: bold;
}

				/*DIVs*/

/* #wrap
==============================================================*/
#wrap{
	margin: 0 auto;
	background: url(../images/bg-stripe-blue760.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: #465c74;
	font-weight: bold;
	text-decoration: underline;
}

#main a.fontweight {
	font-weight: normal;
	font-size: 0.8em;
}

#main p.right {
	text-align: right;
	margin-top: -15px;
}

#main embed {
	margin-left: -3px;
	margin-top: 10px;
}


#main img.right{
	position: relative;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #9a8a78;
}

#main img.noborder-right{
	position: relative;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

#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 p.border{
	border-top: 1px solid #465c74;
}

#main p.eventlisted {
	font-style: italic;
}

#main ul {
	margin-bottom: 15px;
	line-height: 1.5em;
}

#main ul.sub {
	margin-bottom: 15px;
	margin-left: 20px;
}

#main li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

#main li.sub {
	margin-left: 50px;
	margin-bottom: 0;
}



#main address {
	margin-left: 20px;
	color: #465c74;
}

#main span.date {
	font-weight: bold;
	color: #465c74;
}


/*#nav
==============================================================*/
#nav{
	float: right;
	clear: none;
	width: 210px;
	line-height: 3em;
	font-weight: bold;
	margin-top: 21px;
}

#nav ul{
	list-style: none;
	padding-left:25px;
}

#nav img{
	padding-left: 25px;
	padding-top: 20px;
}

#nav p.small{
	padding-left: 25px;
}

/*#subnav
==============================================================*/
#subnav {
	padding-top: 5px;
}

#subnav ul{
	list-style: none;
	width: 697px;
	height: 20px;
	font-weight: bold;
}

#subnav li {
	display: inline;
	margin-left: 15px;
}

#subnav li a{
	color: #9a8a78;
}

#subnav li a:hover{
	color: #000;
}

#subnav li.active {
	color: #000;
}


/*#ref
==============================================================*/
#ref {
	font-size: 0.8em;
}

#ref li {
	list-style: none;
}

/*#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;
}

