/*
Vision Baptist Church of Leduc
http://www.visionbaptist.ca
*/

a:link {
	color: #3c4b8e;
}

a:hover, {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3c4b8e;
}

*
{
border: 0;
margin: 0;
}

body
{
	background: #f5f5fb;
	font: 13px Arial;
	color: #000000;
}

#main
{
margin: 0 auto;
width: 787px;
background: #ffffff;
}

#logo
{
width: 787px;
height: 51px;
background: url(images/header.jpg) no-repeat;
text-align: center;
padding-top: 220px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a
{
font-size: 12px;
}

#buttons
{
height: 37px;
width: 780px;
border-left: 4px solid #FFFFFF;
background: url(images/buttons.jpg) repeat-x;
padding-left: 0;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 81px;
	height: 27px;
	background: #FFFFFF url(images/buttons.jpg) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;

}

#buttons a:hover {
	width: 81px;
    height: 27px;
	background: #FFFFFF url(images/buttons_r.jpg) repeat-x;
}

#content
{
width: 775px;
padding: 5px;
background: #ffffff;
min-height: 400px;
text-align: left;
}

#left
{
width: 500px;
padding: 10px;
}

#left H1
{
color: #3c4b8e;
margin: 0;
padding: 0;
font-size: 18px;
}
#left H2
{
color: #3c4b8e;
margin: 0;
padding: 0;
font-size: 18px;
}

#right
{
float: right;
}

#sidebar 
{
width: 230px;
}

#sidebar ul 
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}


#sidebar li h2 {
	height: 35px;
	margin: 0;
	padding: 5px 0 0 10px;
	background: url(images/title.jpg) no-repeat;
	font-size: 18px;
	color: #ffffff;
}

#sidebar a:link {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a:visited {
		text-decoration: none;
}

#footer
{
	background: url(images/footer.gif) repeat-x;
	height: 49px;
	font-size: 10px;
	color: #000000;
	padding-top: 10px;
	text-align: center;
	border-top: 5px solid #3c4b8e
}

#footer a
{
color: #000000;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}

#currentEvents {  /* Events section is set to auto scroll when height exceeds 200px */
	width:450px; 
	height:200px; 
	padding:10px; 
	overflow:auto;
	margin:0 0 10px 0;
	border:1px solid #3c4b8e;
	font-size:14px;
	color:#000000;
}
#currentEvents br { line-height:10px }

/* LINKS, TEXT, & CONTENT STYLES */
.eventsDate { background:#3c4b8e; color:#fff; text-decoration:none; padding:0 3px; font-weight:bold }
.eventsMonth { 
	font-weight:bold; 
	font-size:1em; 
	background:#3c4b8e; 
	width:95%; 
	padding:0 4px; 
	clear:both; 
	margin:5px 0; 
	border-bottom:1px solid #3c4b8e
}