﻿


/*-----------------This is the IE6 adjusted sheet where all em's are same size etc., only color is different----

body and divs. Note the top 2 body properties and the top 3 #main div ones. These center the page in browsers.
This site is structured into a main div, a header div, a leftbox div, a rightbox div, and a footer div. The leftbox and rightbox divs are floated left. The footer div has a clear.
This stylesheet is only used for the index page*/
body{
	text-align:center;
	margin:0px;
	padding:0px;
}

#main{
	margin: 0px auto;
	padding:0px;
	text-align:justify;
	position:relative;
	width:760px;
	background-color: #D5E9D7;
}
#header{
	width:760px;	
	height:130px;
	text-align:center;
	background-image:url(BSD_graphics/logo.jpg);
	background:position: left top
	background-color: yellow;
}
#navbox{
	margin-left:380px;
	margin-top:6px;
	margin-bottom:20px;
	margin-right:0px;	
	padding:0px;
	width:auto;
	/*width:110px;*/
}
#titlebox{
	/*position:absolute;left: 0px; top: 148px;*/
}

#leftbox{
	font-family:Arial,sans-serif;
	color:teal;
	text-align:justify;
	font-size:1em;
	line-height:1.4em;*/
	width:600px;
	padding:0px;	
	margin:0px;	
	background: #D5E9D7;
	float:left;
}
#rightbox{
	text-align:justify;
	/*width:222px;*/
width:200px;
	padding:0px;	
	margin:0px 0px 0px 10px;
	background: #EBF5FC;
	float:right;
	border:1px solid black;
}
#versesbox{
	clear:both;
	padding:12px;
	margin:10px 67px 10px 67px;
	width:600px;
	background-color: #FFFDED;
	border:1px solid black;
}

#midbox{ 
	clear:both;
	padding:12px;
	margin:10px 67px 10px 67px;
	width:600px;
	background-color: #FFFDED;
	border:1px solid black;
	text-align:justify;
}
#footer{
	clear:left;
	width:760px;	
	height:90px;
	background-image:url(BSD_graphics/pattern1.jpg);
	background:position: left top
	background: #EBF5FC;
	border-top:2px solid black;
	
}
/*---------------------------------------------------------------------------------

Text rules, outside of the body and divs:*/
li{
	color:navy;
	font-size:14px;
	font-style:inherit;
	/*display:inline;*/
	padding:0 22px;
	list-style-type:none;
}
em{
	font-size:1em;	
	font-weight:400;
	color:#01435D;
	font-style:normal;
	color:maroon;
font-weight:600;
}
/*don't really use*/
.m2{
	font-weight:400;
	color:maroon;
	font-size:1em;
	/*font-style:underline;*/
}

h1{
	color:maroon;
	text-align:center;
}
p{
	padding:12px;	
	text-align:left;
}
/*This class is used for most text in the leftbox*/
.welcome{
	font-family:Arial,sans-serif;
	color:teal;
	margin:20px 30px 10px 30px;

	padding:0px;
	text-align:left;
	font-size:1.2em;
	line-height:1.4em;
width:auto;
}
/*don't really use this one*/
.nswords{
	font-family:sans-serif;
	font-size:16px;
	color:navy;
}
.midrash{
	padding-top:0px;	
	padding-bottom:0px;
	padding-left:6px;
	padding-right:6px;
	margin:0px;
	font-family:Arial,sans-serif;
	font-size:1em;
	line-height:1.8em;
	color:black;
	font-weight:600;
	
}
.reading{
	padding-top:0px;	
	padding-bottom:0px;
	padding-left:6px;
	padding-right:6px;
	margin:0px;
	font-family: "Times New Roman","Adobe Garamond", serif;
	font-size:1em;
	line-height:1.8em;	
	/*color:#2800CD;*/
color:black;
	font-weight:600;
	
}
/*.midrash{
	text-align:justify;
	padding-top:0px;	
	padding-bottom:0px;
	padding-left:26px;
	padding-right:26px;
	font-family:Arial,sans-serif;
	font-size:13px;
	line-height:1.8em;
	color:black;
	font-weight:400;
	
}

.reading{
	text-align:justify;
	padding-top:0px;	
	padding-bottom:0px;
	padding-left:26px;
	padding-right:26px;
	font-family:"Palatino Linotype","Times New Roman",serif;
	font-size:14px;
	line-height:1.8em;
	color:black;
	font-weight:600;
}*/
/*This is used to emphasize  first letters (or any amount of test really)*/
.firstletter{
	color:maroon;
	font-size:1.6em;
	font-weight:900;
}
/*not used. I use the h5 tag below instead for my footer text*/
#endText{
	font-family:Arial,sans-serif;
	font-size:24px;
	color: black;
	padding:6%;
	text-align:center;
}
/*don't really use*/
h5{	
	
	font-family:Arial,sans-serif;
	font-size:10px;
	margin-left:130px;
	color:maroon;
	text-align:center;
	width:470px;
	background-color:#D5E9D7;
	padding:3px 3px;
	border:1px solid black;
	
}
a{
	display:block;
	font-size:.75em;
	padding:2px 5px;
	margin:0px;
	text-decoration:none;
	text-align:left;
	/*width:100px;*/
	color:navy;
	margin-left:0px;
	font-family:"Trebuchet MS",  Verdana, sans-serif;
	font-weight:bolder;
	
}
a:link, a:visited{
	/*padding-left:6px;*/
	border:1px solid navy;
	background:#FFFDDA;
	/*border:2px outset white;*/
}
a:focus, a:hover{
	/*padding-left:6px;*/
	border:1px solid navy;
	background:#2D73B9;
	/*border:2px outset white;*/
	color:white;
}
a:active{
	/*padding-left:6px;*/
	border:1px solid navy;
	background:#BB8E60;
	/*border:2px outset #BB8E60;*/
}
/*----------------------------------------------------------------------------------------------------------
Image rules*/
img{
	/*margin:16px 16px;*/
}
/*.rightpics{
	float:right;
	margin:32px 0px 12px 12px;
}
.leftpics{
	float:left;
	margin:32px 12px 12px 30px;
}
.centerpics{
	float:center;
	margin:32px 12px 12px 12px;
}*/
.oversixty{
	/*float:left;*/
	margin:12px 12px 12px 60px;
	padding:0px;
}
.overninety{
	/*float:left;*/
	margin:12px 12px 12px 90px;
}
.oversixtyfloat{
	float:left;
	margin:12px 12px 12px 60px;
	padding:0px;
}

	
