/****************************************************************/
/* CSS Style Sheet for OSC site									*/
/*																*/
/* v1.2     reb   31-dec-2007 	converts to 1024 px width 	    */
/* v1.1     reb   20-dec-2007    								*/
/* v1.0     reb    5-dec-2007   original						*/
/*								 								*/
/****************************************************************/

/*********************************/
/* Wrapper                       */
/*********************************/

#wrapper
	{
		width: 100%; 
	}

/*********************************/
/* Banner                        */
/*********************************/

#banner
	{
		background: url(../images/OSC_logo_v7.jpg) no-repeat left top;
		/* width picked up from #wrapper */
		height: 200px;
		margin:0px
	}

/*********************************/
/* Basic                         */
/*********************************/

body
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: .9em;
	line-height:1.2em;
	margin:0px;
	padding:0px;
/* 	color: #666666; */
	color: black;
	background-color: #FFD; /* This is not from palette */
	}
p,h1,h2,h3,h4,h5,h5,ol, ul
	{
	margin:0px;
	margin-bottom: 6px;
	padding:0px
	}
h1
	{
	font-size: 2.0em;
	line-height:1.2em;
	}
	
h2
	{
	font-size: 1.5em;
	line-height:1.2em;
	}

/*********************************/
/* Guest Book                    */
/*********************************/


	
/*********************************/
/* Links and News                */
/*********************************/

#links, #news, #sermons
{
	height: 600px;
}

#links h3, #news h3, #sermons h3
{
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	background: #FC6;
	padding: 4px 0px 5px 3px;
	margin-bottom: 9px;

}



	
/*********************************/
/* Links                         */
/*********************************/

#links
	{
		text-shadow: 0px 0px white;
				                                                           
		color: black;
				                                                           
		background: #F0E68C;
		float: left;
		clear:both;
		width: 20%;
/* 		width: 200px; */
		/*height: 600px;*/ 
		margin:0px;
		margin-top: 12px;
		margin-right:5px;
		line-height: 100%;
	}

/* My Comment */
/*	
#links h2
	{
		
		font-size: 1.6em;
		font-weight: 800;
		line-height:1.0em;
		margin-top: 0px; 
		margin-left: 0px;
		margin-bottom: 14px;
		color:#FFF;
		background: #FC6;
		padding: 4px 0px 5px 3px;
		margin-bottom: 9px;
		}
	

#links h3
	{
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	background: #FC6;
	padding: 4px 0px 5px 3px;
	margin-bottom: 9px;
	}
*/

#links ul
	{
		font-size: 1.15em;
		line-height:1.0em;
		margin-top: 0px; /* Space above */
		margin-left: 5px;
		list-style-type:square;
	}
	
#links li
	{
		margin-top: 7px; /* Space above */
		margin-left: 20px;
	}
	

/*********************************/
/* Main                          */
/*********************************/

#main
	{
 		margin-left: 210px; 
		margin: 0px;
		margin-top: 5px;
		padding:5px
	}
	
#main ul
	{
		line-height:1.5em;
		list-style-position:outside;
		list-style-type:none;
		margin-left: 195px;
		margin-bottom: 2px;
	}
	
#main li
	{
		margin:0px;
		margin-bottom: 2px;

	}
	

#main h1
	{
/* 		color: #F93; */
		color: black;
		/*border-top: 5px solid #CC9;*/
		letter-spacing: -0.05em;
		margin:0px;
		margin-left:180px;
}

#main h2
	{
/* 		color: #F93; */
		color: black;
		line-height:1.2em;
		margin:0px;
	/*	margin-left:170px;*/
	}

#main h3
	{
/* 		color: #F93; */
		line-height:1.3em;
		margin:0px;
		margin-top: 15px;
		margin-bottom: 5px;
	}

/*********************************/
/* news                          */
/*********************************/

#news
	{
		color: white;
		background: #F0E68C;
		float: right;
		width: 20%;
		/*height:640px;*/ 
		margin-top: 12px;
		margin-left: 5px;
 		border: 1px solid black; 
	}
	
#news *
	{
		color: #000;
	}
/*
	
#news h3
	{
	font-size: 1.4em;
	font-weight: bold;
	color:#FFF;
	background: #FC6;
	padding: 4px 0px 5px 3px;
	margin-bottom: 9px;
	}
*/
	
#news h4
	{
		font-size: 1.0em;
		font-weight: normal;
		color:#300;
		background: #CC9;
		padding: 3px 0px 3px 3px;
	}
	
#news p
	{
		font-size: 0.9em;
		padding: 3px 0px 3px 5px;
		line-height: 120%
	}

/*********************************/
/* tables                          */
/*********************************/
#table_board
	{
		float: left;
		width: 250px;
		margin-top: 12px;
		margin-left: 50px;
/* 		border: 1px solid black; */
	}
	
/*********************************/
/* sermons                          */
/*********************************/
#sermons
	{
		float: right;
/* 		width: 225px; */
		width: 25%;
		margin-top: 12px;
		margin-left: 5px;
		background: #F0E68C;
 		border: 1px solid black;
	}
	
#sermons *
	{
	}
/*
	
#sermons h3
	{
	font-size: 1.4em;
	font-weight: bold;
	color:#FFF;
	background: #FC6;
	padding: 4px 0px 5px 3px;
	margin-bottom: 9px;
	}
*/
	
#sermons h4
	{
		font-size: 1.0em;
		font-weight: normal;
		color:#300;
		background: #CC9;
		padding: 3px 0px 3px 3px;
	}
	
#sermons p
	{
		font-size: 0.9em;
/* 		color:#300; */
		padding: 3px 0px 3px 5px;
		line-height: 120%
	}

#sermons ul
	{
	font-size: 0.9em;
	line-height:0.9em;
	margin-top: 0px; /* Space above */
	margin-left: 10px;
	list-style-position:inside;
	list-style-type:none;
	}

	
#sermons li
	{
		margin-top: 7px; /* Space above */
		margin-left: 00px;
	}
	

/*********************************/
/* in_progress                        */
/*********************************/

#in_progress {

	text-align:center;
/*	clear:both;*/
	margin:0px;
	text-align:center;
}
#in_progress p
	{
	font-size:.8em;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	margin-top:40px;
	text-align:center;
	}

/*********************************/
/* Footer                        */
/*********************************/

#footer {

	text-align:center;
	clear:both;
	margin:0px;
	text-align:center;
}
#footer p
	{
	font-size:0.8em;
	font-weight:bold;
	margin-top:5px;
	margin-left:0px;
	text-align:center;
	}

/*********************************/
/* Pix                           */
/*********************************/

#OSC_pix
	{
		float: right;
		width: 288px;
		margin:0px;
		margin-left:10px;
		margin-top:12px
	}

#OSC_MW
	{
		float: right;
		width: 448px;
		margin:0px;
		margin-left:10px;
		margin-top:12px
	}
#Ken_pix
	{
	float: left; 
	width: 220px;
	margin-left: 00px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
/* pseudo selectors              */

a			{text-decoration:none}

a:link		{color: blue}
a:visited	{color: purple}
a:hover		{color: #F93}
a:active	{color: red}

/*********************************/
/* Classes                       */
/*********************************/

.bold
	{
	font-weight:bold
	}

.section {
	display: inline;
	color: #F93;
	font-weight: normal;
}

.centered_larger_text
	{
		color:#630;
		font-size:1.4em;
		font-weight:normal;
		letter-spacing: -0.05em;
		line-height:1.3em;
		margin-top:15px; /* space above */
		margin-bottom:15px; /* space below */
		text-align:center;
	}
	

.caption
	{
	color: #000;
	font-size:0.75em;
	font-weight: bold;
	line-height:1.3em;
	text-align:left;
	}
	
/*
.floatLeft {
	float: left;
	margin:0px;
	margin-right: 10px;
	padding:0;
}
*/
img.floatLeft {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-top: 6px;
	margin-bottom: 5px;
	padding:0;
}

/*.floatRight {
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
*/
img.floatRight {
	float: right;
	border: 1px solid #000000;
	margin-left: 0px;
}

.Kens_note {
	font-style:italic;
	margin:0px;
	margin-left:425px;
	margin-right:250px;
	margin-bottom:10px;
}
.Kens_address {
	/* 	display: inline;	*/
	margin:0px;
	margin-left: 475px;
	margin-top: 5px;
	margin-bottom: 10px;
}

