/* MortalKen style sheet */
/* Copyright &copy; 2005 Latenight Multimedia, All Rights Reserved */

/* This is a modified two column layout, with 4 divisions: */
/* header, footer, content (right) column, sidebar column */
/* (links and ads) */

/* Basic color-scheme is white (#ffffff) on blue (#3333cc) */
/* With black on white for the main page */

/* Some general cosmetic stuff */

a img
{
	border-width:0;
}

body
{
	margin:0;
	padding:0;
	background-color:#6699cc;
	font-size:0.7em;
}

.alignright
{
	float: right;
	margin-left: 1em;
}

.alignleft
{
	float: left;
	margin-right: 1em;
}

.bulletless
{
	list-style: none;
}

.dropcapx2
{
	font-size: 200%;
	float: left;
}

.dropcapx3
{
	font-size: 300%;
	float: left;
}

.topborder
{
	background-image: url(http://www.stmaryanglican.org/images/bordert.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.toprightborder
{
	background-image: url(http://www.stmaryanglican.org/images/bordertr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.topleftborder
{
	background-image: url(http://www.stmaryanglican.org/images/bordertl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.rightborder
{
	background-image: url(http://www.stmaryanglican.org/images/borderr.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right:30px;
}

.leftborder
{
	background-image: url(http://www.stmaryanglican.org/images/borderl.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left:30px;
}

.bottomleftborder
{
	background-image: url(http://www.stmaryanglican.org/images/borderbl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.bottomborder
{
	background-image: url(http://www.stmaryanglican.org/images/borderb.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bottomrightborder
{
	background-image: url(http://www.stmaryanglican.org/images/borderbr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#container
{
	/*border: 1px solid gray; */
	margin: 10px;
}

#leftcolumn
{
	height:100%;
	width:160px;
	vertical-align:top;
}

#maincolumn
{
	height:100%;
	vertical-align:top;
	font-size:1.3em;
}

#rightcolumn
{
	height:100%;
	width:200px;
	vertical-align:top;
	padding-left:10px;
}

/* Right Sidebar */
#sidebarr
{
	/*border: 1px solid gray;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sidebarr h2
{
	
}

.bulletless li ul
{
	margin: 1.5em;
	padding: 0;
}

/* Left Sidebar */
#sidebarl
{
	/*border: 1px solid gray;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Header */
#header
{
	/*border: 1px solid gray;*/
	padding:0;
	font-size:1.3em;
}

/* Content */
#content
{
	/*border: 1px solid gray;*/
	padding: 0;
	background-color: #ffffff;
}

/* Footer */
#footer
{
	/*border: 1px solid gray;*/
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

