html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #212121;
        background-image: url(http://www.radiothings.com/images/body.png);
        background-repeat: repeat-x;
	color: #fff;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 16px;
}
hr {
color: #fff;
background-color: #fff;
height: 7px;
width: 700px;
border: 0;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(nav_home.png) no-repeat;
	width: 78px;
}
ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 117px;
}
ul#topnav a.sale {
	background: url(nav_sale.png) no-repeat;
	width: 124px;
}
ul#topnav a.community {
	background: url(nav_community.png) no-repeat;
	width: 124px;
}
ul#topnav a.store {
	background: url(nav_store.png) no-repeat;
	width: 141px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	background: #344c00 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}
div#header {
	width: 990px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
div#footer {
	font-size: 10px;
}
div#indexleft {
	width: 570px;
float: left;
}
div#indexright {
	width: 95px;
float: right;
}
div#subheader {
	width: 990px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
div#pageTitle {
	padding: 10px 0px;
	float: left;
	font-size: 15px;
	font-weight: bolder;
	color: #fff;
}
div#pageNumber {
	padding: 13px 0px;
        float: right;	
        font-size: 12px;
	font-weight: bolder;
}
div#pageNumber b {
	padding: 2px 6px;
	border: solid 3px #c00;
	color: #c00;
}
div#pageNumber a {
	padding: 2px 6px;
	border: solid 3px #fff;
	text-decoration: none;
}
div#pageNumber a:hover {
	padding: 2px 6px;
	border: solid 3px #fff;
	color: #c2c2e4;
	text-decoration: underline;
}
div#title {
	float: left;
	font-weight: bolder;
        margin: 0 0 0 0;
}
div#menu {
	float: right;
}
div#menu a{
	text-decoration: none;
	font-weight: bolder;
}
div#menu a:hover{
	color: #c2c2e4;
        text-decoration: underline;
	font-weight: bolder;
}
div#menu b{
	color: #fff;
	font-weight: bolder;
}
.photo {
	margin: 10px;
	margin-right: 11px;
}
div#photos img {
	border: 4px solid #fff;
	filter: grey;
}
div#photos img:hover {
        border: 4px solid #fd5a1e;
	filter: grey;
}
div#photos {
	clear: left;
        color: #fff;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
	margin-bottom: 50px;
        font-size: 12px;
}
div#tagCloud{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
}
div#tagCloud p {
	text-align: justify;
	margin-bottom: 10px;
        margin-top: 10px;
}
div#otherContent{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
div#otherContent p {
	text-align: justify;
}
div#about{
	border: 8px solid white;
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}
div#rec{
	border: 8px solid white;
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
        width: 386px;
}
div#rectext{
	background-color: #fff;
        color: #000;
        width: 100%;
        padding-top: 8px;
        text-align: right;
}
div#rec img{
	border: 0px;
}
div#about img{
	border: 0px;
}
div#homeImg {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 12px;
	padding-left: -100px;
	text-align: center;
}
div#homeImg img {
	border: 10px solid white;
}
div#photopage {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
}
div#photopage img {
	border: 8px solid white;
	margin-left: -16px;
}
.post {
	color: #666;
	font-weight: bolder;
	font-size: 9px;
}
div#comment img{
	margin-top: 2px;
	margin-right: 10px;
	border: 2px solid #fff;
	filter: gray;
	vertical-align: text-top;
}
div#comment img:hover {
	filter: normal;
}
div#comment a{
	color: #3993ff;
}
div#comment td{
	vertical-align: top;
}
div#contactImg {
	width: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
div#contactImg img {
	border: 1px solid white;
}
div#contactDiv {
	width: 500px;
	margin-left:auto;
	margin-right: auto;
}
div#dropdownmenubox {
	width:250px;
        float:right;
}
div#mark {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}
div#daemonObj {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 12px;
	padding-left: -100px;
	text-align: center;
}
h1 {
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}
table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
td.stack {
	width: 95px;
}
td.set {
	width: 95px;
}
.setThumb {
	float: left;
	width: 84px;
	height: 135px;
	margin: 10px;
}
.setThumb img{
	width: 75px;
	height: 75px;
}
.setTitle {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 84px;
	text-align: center;
}
.setCount {
	color: #666;
}
.title {
	color: #900;
	font-style: italic;
}
.target {
	font-size: 12px;
	font-weight: bolder;
	color: #fff;
}
a:link, a:active, a:visited {
	color: #FD5A1E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #c2c2e4;
	text-decoration: underline;
	font-weight: bold;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
	color: white;
	text-decoration: underline;
}

#noteboard{
	position:absolute;
	top:8px;
	left:-8px;
	display:none;
	margin:0px;
	padding:0px;
}
.notepad { 
	border:#fff 2px solid;
	background:#999;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.note {
	min-width:150px;
	color:#000;
	border: #fff 1px solid;
	background:#fff;
	text-align: left;
	padding:5px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.tw {
        font-size: 10px;
}