/* HawkinsRails.net - index CSS */

.summary {
	text-align: center;
	float: left;
	width: 825px;

	margin-bottom: 10px;
	margin-left: 70px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 5px;
	font: 110% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#site_name {
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ff9723;
}

#main_paper {
	width: 900px;
	height: 500px;
	padding: 5px;
	float: left;
	margin-left: 45px;
}

.main_image {
	float: left;
}

.main_image img {
	border: 15px solid #fff;
	border-bottom: 30px solid #fff;
}

.buttons {
	width: 200px;
	float: left;
	margin-left: 15px;
	border: 10px solid white;
	background-color: white;
	border-bottom-width: 10px;
	border-top-width: 9px;
	border-bottom-style: solid;
	padding-top: 2px;
}

.buttons img {
	vertical-align: top;
	padding-bottom: 5px;
	border-style: none;
}

#noses {
	width: 835px;
	background-color: #fff;
	float: left;
	margin: 25px 25px 20px 60px;
	border-bottom-style: none;
	height: 100px;
	padding: 5px;
}

#noses img {
	width: 70px;
	border-style: none;
	padding-right: 1px;
	padding-left: 1px;
	height: 95px;
	padding-top: 2px;
}

.links {
	text-align: center;
	margin-left: 30px;
	margin-right: auto;
	float: left;
	width: 910px;
	word-spacing: 7px;
	text-transform: none;
	font: small-caps 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#white {
	background-color: #fff;
	padding: 2px 0 4px 10px;
}

#orange {
	background-color: rgba(255,151,35,0.25);
	padding: 2px 10px 4px;
}

#no_gap {
	word-spacing: 0;
}