/*style sheet for mlb's pages*/

body {	
	background-color: #996433;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 90%;	
	line-height: 1em;	
	color: #669;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

.hide {
	display: none;
	}




A {
	color:#8C6E41;
}

A:link {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
	color: #ff9733;
}



h1  {
	font-size: 1.5em;
	text-align: right;
	font-style: italic;
	color: #330;
	}
h2  {
	color: #669;
	font-size: 1.1em;
	text-align: left;
	font-style: italic;
	text-align: right;
	}
h3  {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;	
	color: #8C6E41;
	text-align: left;
	}
h4  {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;	
	color: #333300;
	text-align: left;
	}
	

	
.larger-text {
	font-size: 1.0em; 
	color: #8C6E41;
	font-weight: bold;
	line-height: 1.4em;
	margin-left: 0em;
	}

.tagline {
	font-size: 0.9em; 
	color: #996433;
	font-weight: bold;
	line-height: 1.4em;
	margin-left: 0em;
}

.midsizetext {
font-size: 0.9em; 
	color: #669;
	/*font-weight: bold;*/
	line-height: 1.4em;
	

}

p   {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-left: 1.5em;
	color: #669
	}

#footer p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-left: 2em;
	
	}

#indented ul li{
	font-size: 0.9em;
	list-style-type: none;
}

ul li {
	font-size: 0.9em;
	line-height: 1.6em;
	}
ol li {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #669;
	
	}
#outer
{
width: 960px;
margin: 25px auto;
/*margin-left: auto;
margin-right: auto;*/
background-color: #fff;
color: #333;
border: 1px solid black;
line-height: 130%;
}

#header-image
{
	padding: .5em;
	background: url(/images/autumnsplash6.jpg) no-repeat 100%;
	border-bottom: 1px solid #8C6E41;
	height: 124px;
	}



#navbar
{
float: left;
width: 150px;
margin: 0;
padding: 1em;
text-align: left;
}


#navbar ul {
	margin: 0;
	padding: 0;	
}

#navbar ul li {
	list-style-type: none;
	display: block;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: solid #bfa174 1px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.0em;
}


#main-text
{
margin-left: 180px;
border-left: 1px #ff9733 dotted;
padding: 1em 1em 1em 2em;
max-width: 38em;
text-align: left;
}

#feature_panel
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: .5em;
width: 15em;
background-color: #ddd;
clear: right;
text-align: left;

}

#feature_panelhoriz
{
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: .5em;
width: 35em;
background-color: #ddd;

text-align: left;
}

#footer
{
clear: both;
margin: 0;
/*padding: .5em; */
background-color: #ff9733;
border: 1px solid #b08b54;
text-align: left;
}


