/* 
 *
 * Cascading Style Sheet for ICDF Conference 2009
 *
 */
 
 /*
		http://juicystudio.com/services/colourcontrast.php
		#FFDFF7; -- light pink (good as a background for black text)
		
		#CDA2CD; -- lilac (ok as a background for black text)
		#F79221; -- orange (brightness ok, colour too dark W3C; ok HP)
		#67BC45; -- green (too dark for use with black; too light for use with white)
		#3C51A4; -- blue (brightness ok, colour too dark W3C; ok HP)
		#FFE373; -- yellowy background (not used)
*/


.red {	color: #e00; font-weight: 900;}
.white {color: #fff;}
.blue {	color: #00c;}
.hidden	{display: none;}
.center {text-align: center;}
.r , .right {text-align: right;}
a {color: #008; font-weight: normal;}
a:hover {color: #3C51A4;}


div.imgR {	float: right; margin-left: 1em; }
div.imgL {	float: left; margin-right: 1em; }
div.img {
	padding: 4px; 
	font-size: smaller;
	text-align: center; 
	color : #3C51A4;
	width: 301px; 
	border: 2px solid #3C51A4;
}
img {	border: 0; 


}

ul {	list-style-type: none; }
ul.list {	list-style-type: disc; }


h1 {font-size: 24px; text-align: center; margin-top: 6px; margin-bottom: 6px;}
  #banner h1 {text-align: center; background-color: #F79221; color: #000; border: 1px solid #777;padding: 0 0.6em 0 0.6em;   margin-left: 0.6em; margin-right: 0.6em;  }
h2  {font-size: 18px; font-weight: bold; text-align: center; margin-top: 0;}
	   

body    {
	border: 0px solid #808080;
	margin: 1px auto; /* auto makes the box centred! */
	padding: 1px; margin-top: 8px;
	background-color:  #FFDFF7; /* icdf lilac: #CDA2CD; /*  #fff; */
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width:1000px;
	font-family: arial, "lucida console", sans-serif; 
	}

p {
	font-size: normal;
	padding: 5px ;	
}

.bigquote {font-size: 1.2em; font-style: italic; font-weight: bold; padding: 0 1em 0 1em;}
.bibleref    {font-size: 0.8em; font-style: normal; font-weight: bold;}

li {
	text-align: left;
	font-family: sans-serif;
	padding-left: 0;
	margin-bottom: 1ex;
}

#toplinks {
	margin: 0; 
	border: 0;	
	text-align: center;
	font-size: small;
	padding: 5px;
}

#banner {
	margin: 0; 
	border: 0;	
	background-color: #3C51A4;
	text-align: center;
	padding: 5px;
}
	

#leftframe {
	padding: 2px; 
	margin-top: 4px; margin-bottom: 4px;
	margin-left: 2px; margin-right: 2px;
	width: 200px; 
	float: left;
	clear: none;
	font-size:  small;
	border: 0px solid #808080;
	background-color: #7BD159; /* goose: #67BC45; */
	height:auto;
}


#rightframe {
	padding: 4px; 
	margin-top: 2em; margin-bottom: 2px;
	margin-left: 206px; margin-right: 2px;
	font-size:  normal;
	text-align: justify;
	border: 0px solid #808080;
	height:auto;
}

#news{
	background-color: #F79221;
	text-align: left;
	padding: 0 5px 0 5px;
	margin: 0 2em 0 2em;
	font-size: large;
}
	
 /*
  #banner h1 {text-align: center; background-color: #F79221; color: #000; border: 1px solid #777;padding: 0 0.6em 0 0.6em;   margin-left: 0.6em; margin-right: 0.6em;  }
 
 
		#CDA2CD; -- lilac 
		#F79221; -- orange
		#67BC45; -- green
		#3C51A4; -- blue
		#FFE373; -- yellowy background
*/


#footer {
	bottom: 0px; left: 0px; right: 0px;
	clear: both;
	padding: 12px 2px 12px 2px; 
	margin: 2px;
	text-align: center;
	font-size:  0.8em;
	background-color: #7BD159; /* goose: #67BC45; */
	color: #fff;
}
#footer a{color: #fff;}



#content {
	margin-left: 5px; /* ***** 130px to make NAV column appear to continue down */
	margin-right: 5px;
	padding: 5px;
	padding-top: 5px;
	text-align: justify;
	border: 1px solid #FFA201;

}


/* The following styles are for general UL LI lists. */	

#list li {
	font-family: sans-serif;
	font-size: small;
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 1ex;
	}

table.y, table.y tr td {vertical-align:top;}
table, table tr td {vertical-align:top;/*#C69A63;*/}

.diary {
	list-style-type: disc;
	}

	
/* ================================================================== *\
	The following styles affect the navigation bar 
\* ================================================================== */

#button {
	position: relative;
	top: 5px; right: 5px; height: 34px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 900; 
	color: #3C51A4;
}

#button ul {

	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	display: inline;
	text-decoration: underline;
}


#button li a {
	
	padding: 2px 6px 4px 6px;
	border-left: 3px solid #3C51A4; /* #1958b7; */
	border-right: 3px solid #3C51A4; /* #508fc4; */
	background-color: #FFDFF7; /* #2175bc; */
	color: #000;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 3px solid #67BC45; /* #1c64d1; */
	border-right: 3px solid #67BC45; /* #5ba3e0; */
	background-color: #3C51A4; /* #2586d7; */
	color: #fff;
	}

