/* St Thomas à Becket Church, Framfield CSS File   */
/* Revised 18 March 2011 */
/* Active revision 6 April 2011 */ 
/* tested in Firefox 4, Chrome 10, Safari and IE 9 */   
/* revision to posted class - right align 10.04.2011 */
/* revised and tidied 22.04.2011 */

/*
	IMPORTANT: current colours are:
	Deep blue on heading and menu bar: #3300CC
	Light blue on scripture section: #D9ECFF --- from weddings page originally
	Purple in notices for date posted --- #CCCCFF
	also pure white: #FFFFFF --- default white 
	and pure black #000000 --- default black
*/
   
/* Overall body section */

body {
 	/* no more fixed width please was width: 960px; ??????? */ 
	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/tbbackground.gif);
	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: #3300CC; 
	background-repeat: no-repeat;
	margin: 0px auto;
	}

#header {
	float: right;
	font: 10px Verdana, Arial, Helvetica, Chicago, Sans-serif, cursive;
	font-weight: bold;
	text-decoration: none;
	vertical-align: text-bottom;
	width: 785px;
	height: 60px;
	background-color: #3300CC; 
	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: 20px;
	}

/* Navigation section */

#nav {
	float: left;
	padding: 0,0,0,0;
	width: 74%;
	background-color: #3300CC;
	text-align: left;
	height: 54px; /* was 50 */
	color: #FFF;
	}

/* Resize section */

#resizer {
	float: right;
	width: 26%;
	background-color: #3300CC; 
	text-align: left;
	height: 54px; /* was 50 */
	}

/* 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;
}

/* _wide used when section links become too wide on missions */

#main_left_wide {
	width: 280px;
	float: left;
	text-align: left;
	margin-right: 10px;
}

#main_middle  {
	float: left;
	width: 700px;
}

/* _wide used when section links become too wide on missions */

#main_middle_wide {
	float: left;
	width: 620px; 
}

#main_rota  {
	float: left;
	width: 960px;
	display: inline;
	background-image: none;
	background-color:#FFF;
}

.rotacol {
	width: 70px;
}

.rotadata {
	width: 130px;
}

p.rota {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
/*	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: 400; */
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-style:normal; 
	font-size: 12px;
	color: #000000;
}

p.rotab {
	margin: 0;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed; 
	font-weight: 700; 
	font-size: 12px;
	color: #000000;
}

p.rotaread {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed; 
	font-weight: 400; 
	font-size: 12px;
	color: #000000;
	text-align:right;
}

p.rotareadb {
	margin: 0;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed; 
	font-weight: 700;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	text-align: right;
}

p.rotatime {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed; 
	font-weight: 400; 
	font-size: 14px;
	color: #000000;
	text-align: center;
}

p.rotahead {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed; 
	font-weight: 700; 
	font-size: 16px;
	color: #000000;
	text-align: center;
}

#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: 50px;
	float: right;
}

/* For popups/ collapsible*/

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
/* homecol is used only on the index page */

#homecol_left {
	float: left;
	width: 288px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px;
	font-size: 13px;
}

#homecol_middle {
	float:left;
	width: 365px;
	padding: 3px 3px;
	font-size: 13px;
}

#homecol_right {
	float: right;
	width: 288px;
	padding: 3px 3px;
	font-size: 13px;
}
/* homecol is used only on the index page */

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;}

/* playlist item needs li revising clashes with organge button */

#playlist,audio
{background:#666;width:400px;padding:20px;}
.active a{color:#5DB0E6;text-decoration:none;}
lip a{color:#eeeedd;background:#333;padding:5px;display:block;}
lip a:hover{text-decoration:none;}

/* 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; } */

/* Styles for rotas added 03052011 */
/*
.rotel {font: 10.0pt "Arial Narrow", sans-serif; font-weight: normal; color: #000000;  text-decoration: none; }
.rotelb {font: 10.0pt "Arial Narrow", sans-serif; font-weight: normal; color: #000000;  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 */ 
