/* @override 
	http://www.elroyonline.com/eol_video/rvlanding.css
	http://www.remoteviewing.com.au/rvlanding.css
*/

html, body {
	margin: 0;
	font-family: "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	background: #111111 repeat-x;
}

div#container {
	background: url(images/background.png) repeat-x center top;
}

div#stinkinbadges {
	width: 272px;
	float: right;
	margin-top: 469px;
	text-align: right;
}

a#nbs {
	height: 67px;
	background: url(images/logos.gif) no-repeat left bottom;
	width: 67px;
	display: block;
	float: right;
}

a#nbs:hover {
	height: 67px;
	background: url(images/logos.gif) no-repeat left top;
	width: 67px;
	display: block;
	float: right;
}

a#eol {
	display: block;
	height: 67px;
	width: 50px;
	background: url(images/logos.gif) right bottom;
	float: right;
	margin-right: 6px;
}

a#eol:hover {
	display: block;
	height: 67px;
	width: 50px;
	background: url(images/logos.gif) right top;
	float: right;
	margin-right: 6px;
}

div#maintitle {
	background: url(images/title.png) no-repeat center top;
}

a {
	text-decoration: none;
	color: #ebebeb;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #3576e5;
	padding: 0;
	margin: 24px 0 0;
}

h4 {
	margin: 18px 0 4px;
	padding: 0;
}

h5 {
	color: #c0c0c0;
	margin: 0 0 9px;
	padding: 0;
	font-size: 1.2em;
}

ul {
	padding: 0 0 0 14px;
	margin: 3px 0 0;
	list-style-type: none;
}

div.notes {
	font-size: 13px;
	margin: 0 0 8px;
	padding: 0 0 0 2px;
	color: #7d7d7d;
}

div.notes2 {
	font-size: 12px;
	margin: 0 0 8px;
	padding: 0 0 0 2px;
	color: #000;
}

div#content {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

div#menu {
	height: 22px;
	background-color: #111;
	border-bottom: 2px solid #3576e5;
}

span#late {
	color: #f2285c;
}

#nav a {
	background-color: #111;
	padding: 3px 10px 4px;
	margin-right: 4px;
	color: #c0c0c0;
	position: relative;
	bottom: 2px;
}

#nav a:hover {
	background-color: #111;
	padding: 3px 10px 4px;
	margin-right: 4px;
	color: #387ae6;
}

div.sub {
	float: left;
	font-size: 15px;
	padding-bottom: 5px;
	color: #000;
}

div.sub a {
	color: #e7e7e7;
}

div.sub a:hover {
	color: #d6d6d6;
	text-decoration: underline;
}

span.coms {
	font-size: .8em;
}

div#footer {
	clear: both;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 19px;
	font-size: .8em;
	padding-bottom: 19px;
}

div#footer a {
	color: #717171;
}

div#footer a:hover {
	color: #fff;
}

div#box1 {
	float: left;
	margin-right: 10px;
	width: 398px;
}

div#box2 {
	float: left;
	width: 398px;
}

div#box3 {
	width: 265px;
}

#box1 h1, #box2 h1, #box3 h1 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#box1 h1 a, #box2 h1 a, #box3 h1 a {
	color: #3576e5;
	padding-bottom: 3px;
	padding: 0;
	margin: 0;
}

#box1 img, #box2 img {
	float: left;
	margin-right: 6px;
}

div#subscribe {
	margin-top: 13px;
	text-align: center;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}

a#pcast {
	display: block;
	height: 30px;
	width: 90px;
	background: url(images/subscribe.gif) no-repeat left -83px;
	float: left;
}

a#pcast:hover {
	display: block;
	background: url(images/subscribe.gif) no-repeat left -15px;
}

a#ytube {
	display: block;
	height: 30px;
	width: 90px;
	background: url(images/subscribe.gif) no-repeat right -83px;
	float: right;
}

a#ytube:hover {
	display: block;
	background: url(images/subscribe.gif) no-repeat right -15px;
}

.clearthings {
	clear: both;
	visibility: hidden;
}