﻿/*-em adjusted---------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:#B0CAFE;
border:1px solid black;
}
#header{
	margin:0px;
padding:0px;
	width:760px;	
	height:270px;
	text-align:center;
	background-image:url(rusty_graphics/rustylogo.jpg);
	background:position: left top*/
	background-color:#6699FF;
}
#menubox{
	float:left;
	width:172px;
	margin:0px 12px 6px 0px;
	padding:0px;
	background-color:#B0CAFE;
}


#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;
	padding:0px;	
	margin:0px 0px 0px 10px;
	background: #EBF5FC;
	float:right;
	border:1px solid black;
}
#footer{
	clear:left;
	width:760px;	
	height:100px;

	background-image:url(rusty_graphics/rustyfooter.jpg);
	background:position: left top
	background-color:green;
	
	
}
/*---------------------------------------------------------------------------------

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;
}

/*don't really use*/
.m{
	font-weight:400;
	color:red;
	font-size:1.20em;
	font-style:oblique;
}*/

h1{
	color:white;
	font-size:60px;
	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:black;
	margin:20px 60px 10px 60px;

	padding:0px;
	text-align:left;
	font-size:1.2em;
	line-height:1.4em;
}
.welcome2{
	font-family:Verdana,Arial,sans-serif;
	color:black;
	margin:0px;
	padding:0px 10px;
	text-align:left;
	font-size:1em;
	font-weight:600;
	line-height:1.6em;
/*background-color:white;*/
}
.welcome3{
	font-family:Verdana,Arial,sans-serif;
	color:white;
background-color:#AB003C;
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-size:.85em;
	font-weight:600;
	line-height:1.5em;
border:1px solid black;
/*background-color:white;*/
}
.notes{
	font-family:Arial,sans-serif;
font-style:oblique;
	color:navy;
	margin:20px 60px 10px 60px;
	font-weight:600;
	padding:0px;
	text-align:left;
	font-size:1em;
	line-height:1.4em;
}
/*don't really use this one*/
.nswords{
	font-family:sans-serif;
	font-size:16px;
	color:navy;
}
.midrash{
	text-align:justify;
	width:620px;
	margin:0px 0px 0px 64px; 
	padding:6px;
	/*background-color:#EBF5FC;*/
background-color:white;
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
	color:black;
	font-weight:600;
border:3px dashed blue;
	
}
.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:14px;
	color:#2800CD;
	font-weight:400;
	
}
/*This is used to emphasize  first letters (or any amount of test really)*/
.firstletter{
	color:blue;
	font-size:1.2em;
	font-weight:600;

}
.firstletter2{
	margin:40px 0px 0px 100px;
	padding:0px 90px 10px 90px;
	color:red;
/*background-color:blue;*/
	font-size:1.6em;
	font-style:oblique;
	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-weight:800;
	font-size:16px;
	margin-top:0px;
	margin-left:166px;
	color:white;
	text-align:center;
	width:460px;
	background-color:red;
	padding:10px 3px;
	border:3px solid white;
	
}
a{
	display:block;

	font-size:.75em;

	padding:2px 5px;
	margin:0px;
	text-decoration:none;
	text-align:left;
	width:160px;
	color:navy;
	margin-left:0px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bolder;
	line-height:1.2em;
}
#wide{
width:260px;
}
a:link, a:visited{
	/*padding-left:6px;*/
	border:1px solid navy;
color:blue;
	background:white;
background:white;
	/*border:2px outset white;*/
}
a:focus, a:hover{
	/*padding-left:6px;*/
	border:1px solid navy;
	/*background:#660033;*/
background:red;
	/*border:2px outset white;*/
	color:white;
}
a:active{
	/*padding-left:6px;*/
	border:1px solid navy;
	background:#BB8E60;

	/*border:2px outset #BB8E60;*/
}
/*----------------------------------------------------------------------------------------------------------
Image rules*/
.overnofloat{
	/*margin:16px 16px;*/
margin:0px 0px 12px 80px;
}
.overnofloatvid{
	/*margin:16px 16px;*/
margin:30px 0px 12px 200px;
}
.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;
}

	
