/* School Lane Community Association */
   
   
/* Overall body section */

body {
	width: 960px; 
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
/*	behavior: url(PIE.htc); is this OK ?? */
	/*	position: absolute; 
	overflow: hidden;
	height: 0;
	width: 0;
*/
}

/* main container is called master */

#master {
	width: 960px;
	text-align: left; 
	background-image:url(../images/gifs/sclabackground01.jpg);
	background-repeat:repeat-y; */
	clear:both; 
	}

/* Header section */

#headerleft {
	float: left;
	font: 8px Verdana, Arial, Helvetica, Chicago, Sans-serif, cursive;
	font-weight: normal;
/*	font-color: white;  */
 	text-decoration: none;
	text-align: center;
	width: 175px;
	height: 60px;
	vertical-align: middle; 
	background-color: #CC9900; 
	background-repeat: no-repeat;
	margin: 0px auto;
	}

#header {
	float: left;
	font: 10px Verdana, Arial, Helvetica, Chicago, Sans-serif, cursive;
	font-weight: bold;
	text-decoration: none;
	vertical-align: text-bottom;
	width: 535px;
	height: 60px;
	background-color: #CC9900; 
	background-repeat: no-repeat;
	margin: 0px auto;	
	text-align: left;
}

/* Scripture section */

#scripture {
	float: left;
	width: 960px;
	background-color: #D9ECFF; /* light blue from weddings page */
/*	background-color: #FFFFFF; /* default white */
	text-align: center; 
	height: 40px;
	}

/* Navigation section */

#nav {
	float: left;
	padding: 0,0,0,0;
	width: 74%;
	background-color: ##CC9900;
	text-align: left;
	height: 50px;
	color: #FFF;
	}

/* Resize section */

#resizer {
	float: right;
	width: 26%;
	background-color: #CC9900; 
	text-align: left;
	height: 60px;
	}

/* Main Section */

#main {
	color: #000;
	width: 960px;
	height: auto;
	text-align: left;
	background-image:url(../images/gifs/tbbackground.gif);
}

#main_left {
	float: left;
	width: 200px;
	text-align: left;
	margin-right: 10px;
}

#main_middle  {
	float: left;
	width: 550px;
}

#main_middle2  {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #888;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

#main_right {
	width: 145px;
	float: right;
	background-color: #FFAAAA;
}

h3 {
	background-color: #BBBBBB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 1px 1px;	
}

#footer {
	border-top: 2px solid #3300CC;
	margin-left: 0px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	clear: both;
}	

/* 22.04.2011 not sure if the following do anything */

div#container {
	margin: 0px auto;
	width: 970px;
	position: relative;
	text-align: left;
}

.pixels {
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.point {
	font-size:12pt;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}

.em {
	font-size:1em;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}

.percentage {
	font-size:100%;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}

.undefined {
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
#changeFont {
	position:absolute;
	top:10px;
	right:10px;
	background-color:#333333;
	padding:5px;
}
.increaseFont, .decreaseFont, .resetFont {
	color:#CCCCCC;
	font-size:14px;
	float:left;
	margin:10px;
}
/* 22.04.2011 not sure if the above do anything */

/* Header section */
/* Menu bar section */
/* Content section */
/* homepagse styles from tabhome 18.03.2011 */
/* Footer section */
/* RSS Feed */
/* ALL removed 22.04.2011 */

/* Links stuff */

a	{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a:link {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a:visited {
	color: #3366FF;
	text-decoration: none;
	}

a:hover{
	color: #3366FF;
	text-decoration: underline;
	}
a.big	{
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a.big:link {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a.big:visited {
	color: #3366FF;
	text-decoration: none;
	}

a.big:hover{
	color: #3366FF;
	text-decoration: underline;
	}
a.medium	{
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a.medium:link {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a.medium:visited {
	color: #3366FF;
	text-decoration: none;
	}

a.medium:hover{
	color: #3366FF;
	text-decoration: underline;
	}

/* unordered lists */

ul {margin-top: 5px; margin-bottom: 5px}
ul li { list-style: url("../images/gifs/list_orangebox.gif") square; margin-left: -5px}
ul li li { list-style: url("../images/gifs/list_orangedisc.gif") circle; margin-left: -10px} 
ul li li li { list-style: url("../images/gifs/list_redtriangle.gif") square; margin-left: -20px}
/*ul	{ 	list-style-type: none;	}*/

/* button white on blue */

.button
{background-color:#3300CC;color:#ffffff;font-family:Arial;font-size:14px;}

/* font text size adjuster (resizer) */

.sizer
{background-color:#3300CC;color:#ffffff;font-family:Arial;font-size:10px;}

/* font classes */

.purple {font: 10px "Comic Sans MS",Chicago, Sans-serif, cursive; font-weight:normal; background-color: #CCCCFF;  text-decoration: none; } 
.posted {font: 16px "Comic Sans MS",Chicago, Sans-serif, cursive; font-weight:normal; color: #CC33CC; text-decoration: none; text-align:right;
} 
/* revised 10.04.2011 .posted {font: 16px Comic Sans MS,Chicago, Sans-serif, cursive; font-weight:normal; font-color :#CC33CC background-color: #CCCCFF;  text-decoration: none; } */

/* added 22.04.2011 for photo captions - will tone it down when I have sorted captioning */

.photocap {font: 18px "Comic Sans MS",Chicago, Sans-serif, cursive; font-weight: normal; background-color: #9C9;  text-decoration: none;}

/* variable body text according to 0 1 2 4 5 style sheet -- suggest this remains as LAST entry in this stylesheet */
.varbody {font: 16px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #000000;  text-decoration: none; } /* assume text-align: left */ 
.varbodyc {font: 16px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #000000;  text-decoration: none; text-align: center }
.varbodyr {font: 16px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #000000;  text-decoration: none; text-align: right }
.varbodyj {font: 16px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #000000;  text-decoration: none; text-align: justify }
.varbody2 {font: 10px "Arial Narrow", Arial, sans-serif;font-stretch: condensed;color: #000000;  text-decoration: none; }
.varbody0 {font: 12px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #000000;  text-decoration: none; } /* assume text-align: left */ 
.varbody16 {font: 16px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #000080;  text-decoration: none; } /* assume text-align: left */ 
.hivis { background-color:#FFF; font: 16px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #FF0222; text-decoration: none; } /* assume text-align: left */ 
