/* Ronald G. Ross Styles */
body {
	line-height: 135%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

#ron_standing {
   position:absolute;
   left:800px;
   bottom: -650px;
   z-index:20;
}

#content {
	margin-left: 100px;
	margin-right: 100px;
}

p {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	font-size: 200%;
	letter-spacing: -3px;
	line-height: 100%;
	color: #032B0A;
}

h2 {
	font-size: 175%;
	line-height: 100%;
	letter-spacing: -3px;
	line-height: 100%;
	color: #FEBB12;	
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
	line-height: 130%;
	color:#CCCCCC;
	font-weight: normal;
}

h5 {
	font-size: 120%;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #1BAE55;
}


a:hover {
	text-decoration: underline;
	color: #1BAE55;
}

.credits {
	font-size: 80%;
	color: #FFFFFF;
}

.breadcrumbs {
	font-size: 80%;
	margin-left: 40px;
	color: #AAAAAA;
}

#mod-search {
	height: 28px;
	width: 250px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	background: url(http://www.ronross.info/styles/search.gif) 0 0 no-repeat;
}

#mod-search input {
	padding: 4px 0 0 35px;
	overflow: hidden;
	width: 210px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #888888;
}


