/* Stylesheet for Crashlander.com */

/* Generic stuff */
body {
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
	font-family: arial;
	font-size: 12px;
	color: #999999;
	line-height: 1.6em;
}

ul  {
	list-style:none;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	margin: 1em 0 .1em 0;
}
p {
	font-size: 12px;
	line-height: 1.3em;
	padding: .5em 0;
	margin: 0;
}
a {
	text-decoration: none;
	font-weight: none;
	color: #1BBEF0;
}
a:visited {
	color: #1BBEF0;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#topnav {
	position:absolute;
	height: 24px;
	width: 99.99%;
	margin-right: 0px;
	margin-bottom: 4px;
	line-height: 1.9em;
	background-color: #ffffff;
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	z-index: 2;
}
#rightnav {
	position:relative;
	float:right;
	margin-top: 1px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
}

.feedburnerFeedBlock {
	position:relative;
	float:right;
}

top {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #1BBEF0;
	text-transform: uppercase;
	margin-right: 15px;
	padding-left: 6px;
}
top:visited {
	color: #1BBEF0;
}
top:hover {
	text-decoration: underline;
	color: #000000;
}
#creditfooter {
	display:none;
	}

