@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("suprnova.org") {

/*Center Page*/
#main
{
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}

/*Hide Light Brown Search Bar Container*/
#search
{
height: 1px !important;
visibility: hidden !important;
}

/*Move Search Bar To The Nav Bar & Float Right*/
#search-q
{
position: absolute  !important;
top: 109px !important;
left: 620px !important;
visibility: visible !important;
}

/*Nav Bar Rounded Corners*/
#links
{
-moz-border-radius-bottomleft: 10px ! important;
-moz-border-radius-bottomright: 10px ! important;
}

/*Torrent Listing's Table Yellow - Round Corners*/
.rowtrack
{
background-color: #ffcc00 ! important;
-moz-border-radius: 10px ! important;
-moz-border-radius-topright: 50px ! important;
-moz-border-radius-bottomright: 50px ! important;
}

/*Makes Torrent Info Text Blue*/
span 
{
color: #006699 !important;
}

/*Make Torrent Names BOLD*/
.listlink 
{
font-weight: bold !important
}

/*Adds Style To Search Box*/
#q
{
height: 20px !important;
-moz-outline-width: 3px !important;
-moz-outline-style: inset !important;
}

/*Adds Style To Search Cat Selection Box*/
#qcat
{
position: relative !important;
top: -3px !important;
left: -2px !important ;
font-size: 15px !important;
-moz-outline-width: 3px !important;
-moz-outline-style: inset !important;
}

}