/*POSITIONAL DIVS*/	

html{
   height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background: #e5f0e5;
}

#pagecontainer {
	width: 885px;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
}

/*Page backgrounds*/
#content_outer{
	background:#fff url(http://templates.livesiteadmin.com/images/staidans/bg_m.gif) repeat-y;
	margin-bottom: 30px;
}

#content_outer .inner{
	background: url(http://templates.livesiteadmin.com/images/staidans/bg_t.gif) no-repeat top;
}

#content_outer .inner .inner{
	background: url(http://templates.livesiteadmin.com/images/staidans/bg_b.gif) no-repeat bottom;
	padding: 4px;
}

#footer {
	height: 74px;
	clear: both;
}

#subnavcontainer {
	float: left;
	width: 194px;
}

#subnav {
	background: #fffbe5;
	text-decoration: none;
}

#subnav ul{
	padding-left: 16px;
	margin: 0;
	padding-top: 1em;
}

#date {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffd5b6;
	padding-top: 4px;
	text-align: right;
	padding-right: 20px;
}

#content{
	color: #333;
}

#content p {
	padding: 0;
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#churchname {
/*Image replacement*/
	background:url(http://templates.livesiteadmin.com/images/staidans/st-aidans.gif) no-repeat left;
	height:115px;
	text-indent: -999em;
}

/*Text Styles*/	
h1 {
	color: #36c;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 10px 0 0;
}
h2 {
	color: #36C;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 5px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 5px;
}

#content{
	float: right;
	width: 620px;
	padding-right: 40px;
	color: #000;
}
#content ul, #content ol {
	padding: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	margin-top: 2px;
}
#content li {
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-position: outside;
	margin-left: 15px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00F;
	text-decoration: underline;
}
#content a:visited {
	color: #7f1d1d;	
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #f00;
	text-decoration: underline;
}



/*Sub Naviagtion Styles*/	


#subnav li {
	list-style-type: none;
	margin: 0;
}

#subnav a, #subnav span.active {
	text-decoration: none;
	color: #36c;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 2px 2px 4px 0;
}
#subnav span.active { color: #739973; }

#subnav a:hover {
	text-decoration: underline;
}

#subnav li ul{
	margin: 0 0 12px;
	padding:0 0 0 15px;
}


/*Section Navigation Styles*/	

#nav{
	background: #00a0d2 url(http://templates.livesiteadmin.com/images/staidans/bg_nav.gif) repeat-x bottom left;
	text-transform: uppercase;
	font-size: 13px;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav span.active { color:#9c9; }
#nav a:hover {
	text-decoration: underline;
}

#nav li {
	display: block;
	float: left;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
	padding: 11px 14px 8px 14px;
	margin: 0;
	border-right: 1px solid #3684bd;
}

#nav li.last {
	border: none;
	background: none;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
}

/*Watermark and info*/
#info{
	background: url(http://templates.livesiteadmin.com/images/staidans/watermark.gif) no-repeat top;
	padding-top: 260px;
	margin-top: 20px;
	color: #000;
}

#info ul{
	list-style-type: none;
	padding-left: 16px;
	line-height: 18px;
	font-size: 12px;
}

/*Couple of quick IE6 fixes*/
* html #nav{
	height: 1px;
}

* html #subnav li{
	height: 1px;
}

/*IE7 fix*/
#nav{
min-height: 1px;
}

/*Add logos to the sidebar - March 2010*/

#logos a{
	display: block;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: none;
	margin: 20px 0;
}

#logos a span{
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 2px;
}

#logos a:hover span{
	text-decoration: underline;
}